summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@nuclecu.unam.mx>1998-10-06 23:17:23 +0000
committerArturo Espinosa <unammx@src.gnome.org>1998-10-06 23:17:23 +0000
commit1daae8116a23c8df16a293eec86c66823ee19085 (patch)
tree93d64db24536ae530d970c0e273f78fc8fc8ca62
parent64ba49ed647ec9f4a36d28b859811c84cc622fe5 (diff)
downloadgnome-common-1daae8116a23c8df16a293eec86c66823ee19085.tar.gz
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 6f79315..e7f2516 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'.