aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-01-26 18:00:41 +0000
committerRichard M. Stallman2006-01-26 18:00:41 +0000
commit57436ee74552c326301bf4ee06c9cb7cd9c39985 (patch)
treeefa6e519f068dc4c9017794af1dcae1ef9d69476
parent61e802854e9bee5ba42eb7008cf8880a45b8b4d5 (diff)
downloademacs-57436ee74552c326301bf4ee06c9cb7cd9c39985.tar.gz
emacs-57436ee74552c326301bf4ee06c9cb7cd9c39985.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog26
-rw-r--r--src/ChangeLog11
2 files changed, 36 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9f5a7c73517..d0cb7bd0f76 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,27 @@
12006-01-26 Richard M. Stallman <rms@gnu.org>
2
3 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
4
5 * wid-edit.el (advertised-widget-backward): New alias.
6 (widget-keymap): Use advertised-widget-backward for S-TAB.
7
8 * tumme.el: Correct the keywords.
9 (tumme-dir-max-size): USe defvar.
10 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
11
12 * simple.el (move-beginning-of-line): Take account of fields.
13 (clone-indirect-buffer-other-window): Take args like
14 clone-indirect-buffer, and work like it.
15
16 * help-fns.el (describe-function): Don't pass `nil' as default.
17
18 * files.el (risky-local-variable-p): Follow var aliases.
19
20 * subr.el (lazy-completion-table): Doc fix.
21
22 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
23 global binding of `line'.
24
12006-01-25 Andre Spiegel <spiegel@gnu.org> 252006-01-25 Andre Spiegel <spiegel@gnu.org>
2 26
3 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via 27 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
@@ -1962,7 +1986,7 @@
1962 (hi-lock-find-patterns, hi-lock-font-lock-hook): 1986 (hi-lock-find-patterns, hi-lock-font-lock-hook):
1963 Replace hi-lock-buffer-mode with hi-lock-mode. 1987 Replace hi-lock-buffer-mode with hi-lock-mode.
1964 1988
19652005-12-10 Kevin Rodgers <ihs_4664@ihs.com> 19892005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
1966 1990
1967 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the 1991 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
1968 completion list, even after a partial completion has been 1992 completion list, even after a partial completion has been
diff --git a/src/ChangeLog b/src/ChangeLog
index b7e3640934a..f8b7c1ac73e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12006-01-26 Richard M. Stallman <rms@gnu.org>
2
3 * alloc.c (check_pure_size): Make overflow message an "error message".
4
5 * keymap.c (Fmap_keymap): Doc fix.
6
7 * xfns.c (Fx_create_frame): Put all specified parms into f->param_alist
8 unless they were cleared out.
9
10 * frame.c (x_get_arg): "Clear out" the parm in ALIST if found there.
11
12006-01-26 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> 122006-01-26 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu>
2 13
3 * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries. 14 * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries.