aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog12
-rw-r--r--src/ChangeLog4
2 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 959d5c377ce..51f3887f1c8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12006-12-30 Richard Stallman <rms@gnu.org>
2
3 * files.el (make-backup-file-name-1): Precompute abs name
4 but don't lose the relative name.
5
6 * international/mule-cmds.el (select-safe-coding-system-interactively):
7 Fix message.
8
92006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
10
11 * files.el (backup-buffer): Show entire backup file name in msg.
12
12006-12-30 Juanma Barranquero <lekktu@gmail.com> 132006-12-30 Juanma Barranquero <lekktu@gmail.com>
2 14
3 * image.el (image-type-header-regexps, image-type-from-data) 15 * image.el (image-type-header-regexps, image-type-from-data)
diff --git a/src/ChangeLog b/src/ChangeLog
index 64cb24baca1..a74b51ee316 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12006-12-30 Richard Stallman <rms@gnu.org>
2
3 * keymap.c (Fdefine_key): Doc fix.
4
12006-12-29 Kim F. Storm <storm@cua.dk> 52006-12-29 Kim F. Storm <storm@cua.dk>
2 6
3 * frame.h (struct frame): New member minimize_tool_bar_window_p. 7 * frame.h (struct frame): New member minimize_tool_bar_window_p.