aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog18
-rw-r--r--src/ChangeLog4
2 files changed, 21 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bd00eeb3e7a..c998bbbddf8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
12005-11-15 Luc Teirlinck <teirllm@auburn.edu>
2
3 * startup.el (command-line): Use `custom-reevaluate-setting' for
4 `file-name-shadow-mode'.
5
6 * loadup.el: Preload rfn-eshadow.
7
8 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
9
10 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
11 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
12 in the custom-group property of the symbol frames and the fringe
13 group got no link to its parent group frames.
14 Doc fix.
15
12005-11-16 Nick Roberts <nickrob@snap.net.nz> 162005-11-16 Nick Roberts <nickrob@snap.net.nz>
2 17
3 * progmodes/gud.el (gud-stop-subjob): New function. 18 * progmodes/gud.el (gud-stop-subjob): New function.
@@ -71,7 +86,8 @@
71 86
722005-11-14 Hrvoje Niksic <hniksic@xemacs.org> 872005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
73 88
74 * savehist.el (savehist-mode): Don't bother with `custom-set-minor-mode. 89 * savehist.el (savehist-mode): Don't bother with
90 `custom-set-minor-mode'.
75 (savehist-coding-system): Check XEmacs version. 91 (savehist-coding-system): Check XEmacs version.
76 (history-length): Declare also at run time. 92 (history-length): Declare also at run time.
77 (savehist-mode): Don't emit a message. Don't run the minor mode hook. 93 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
diff --git a/src/ChangeLog b/src/ChangeLog
index b0a4a71b219..9bbd31ecc9f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12005-11-15 Luc Teirlinck <teirllm@auburn.edu>
2
3 * Makefile.in (lisp, shortlisp): Add rfn-eshadow.
4
12005-11-16 Nick Roberts <nickrob@snap.net.nz> 52005-11-16 Nick Roberts <nickrob@snap.net.nz>
2 6
3 * .gdbinit: Make SIGTSTP work like SIGINT normally does. 7 * .gdbinit: Make SIGTSTP work like SIGINT normally does.