aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-11-16 02:42:57 +0000
committerLuc Teirlinck2005-11-16 02:42:57 +0000
commit8ab84823107bc5d0ce53c2feedeff4854b5d7bdd (patch)
treeecca9282b28cc941be7423afd47a7f724dd381bc
parent29f05691846dd2d62e7f4edbbfd059bb3c92567d (diff)
downloademacs-8ab84823107bc5d0ce53c2feedeff4854b5d7bdd.tar.gz
emacs-8ab84823107bc5d0ce53c2feedeff4854b5d7bdd.zip
*** empty log message ***
-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.