aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-02-24 03:35:21 +0000
committerLuc Teirlinck2004-02-24 03:35:21 +0000
commit92f5fba2d661eb84fa67e0190cd617aa57f51f34 (patch)
tree145e34aac8b49e7fde5d2b0c0d1468e3e4ad5239
parent7f144ff58712987bedde10ae6a3906963bfb6a23 (diff)
downloademacs-92f5fba2d661eb84fa67e0190cd617aa57f51f34.tar.gz
emacs-92f5fba2d661eb84fa67e0190cd617aa57f51f34.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lispref/ChangeLog6
-rw-r--r--src/ChangeLog4
3 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f1f1afb6e6d..9bf1ae47cc1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12004-02-23 Luc Teirlinck <teirllm@auburn.edu>
2
3 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
4 (abbrev-prefix-mark): Doc fix.
5
12004-02-23 Nick Roberts <nick@nick.uklinux.net> 62004-02-23 Nick Roberts <nick@nick.uklinux.net>
2 7
3 * gdb-ui.el (gud-watch): Load tooltip, if necessary. 8 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 9dbd6a3e312..fb88d2736d5 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,9 @@
12004-02-23 Luc Teirlinck <teirllm@auburn.edu>
2
3 * abbrevs.texi: Various corrections and clarifications in addition
4 to the following:
5 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
6
12004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change) 72004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2 8
3 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp. 9 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
diff --git a/src/ChangeLog b/src/ChangeLog
index 18aefb062c3..1a2f7f4e20b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12004-02-23 Luc Teirlinck <teirllm@auburn.edu>
2
3 * abbrev.c (Finsert_abbrev_table_description): Doc fix.
4
12004-02-22 Jason Rumney <jasonr@gnu.org> 52004-02-22 Jason Rumney <jasonr@gnu.org>
2 6
3 * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps 7 * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps