aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@nuclecu.unam.mx>1998-10-07 07:17:23 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-10-07 07:17:23 +0800
commitd8354e18204c54eb8660a6f4817409186d3053bc (patch)
tree801c6552b341934a3eebcc7b8ba46bbb311447f0
parentd615e93107c7d6f816890a2690e500c406efa841 (diff)
downloadgsoc2013-evolution-d8354e18204c54eb8660a6f4817409186d3053bc.tar
gsoc2013-evolution-d8354e18204c54eb8660a6f4817409186d3053bc.tar.gz
gsoc2013-evolution-d8354e18204c54eb8660a6f4817409186d3053bc.tar.bz2
gsoc2013-evolution-d8354e18204c54eb8660a6f4817409186d3053bc.tar.lz
gsoc2013-evolution-d8354e18204c54eb8660a6f4817409186d3053bc.tar.xz
gsoc2013-evolution-d8354e18204c54eb8660a6f4817409186d3053bc.tar.zst
gsoc2013-evolution-d8354e18204c54eb8660a6f4817409186d3053bc.zip
Cells from the clipboard do not have a Sheet parameter attached.
1998-10-06 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/cell.c (cell_modified): Cells from the clipboard do not have a Sheet parameter attached. * src/sheet.c (sheet_cell_add): Check the computed style: if the computed style includes a format, then turn on the cell flag for format is set to avoid the auto guess of cell content. (sheet_style_compute): Now can return the flags of the style that were not part of the default style. * src/file.c (dialog_query_load_file, workbook_save_as): Put the window close to the mouse. * src/workbook.c (sheet_check_dirty, workbook_close): Do not cancel without warning the user if the workbook has changed. (workbook_new, workbook_can_close, workbook_window_destroy, quit_cmd, close_cmd): Reorganized the code to suit the new code to prevent inadvertent quits. svn path=/trunk/; revision=429
-rw-r--r--macros/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 6f79315433..e7f2516962 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,7 @@
+1998-10-05 Karl Eichwalder <ke@suse.de>
+
+ * gnome-xml-check.m4: Fix typo while signaling the error.
+
1998-10-05 Raja R Harinath <harinath@cs.umn.edu>
* compiler-flags.m4 (warnCFLAGS): Remove `-W'.