From 57436ee74552c326301bf4ee06c9cb7cd9c39985 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 26 Jan 2006 18:00:41 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 26 +++++++++++++++++++++++++- src/ChangeLog | 11 +++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9f5a7c73517..d0cb7bd0f76 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,27 @@ +2006-01-26 Richard M. Stallman + + * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward. + + * wid-edit.el (advertised-widget-backward): New alias. + (widget-keymap): Use advertised-widget-backward for S-TAB. + + * tumme.el: Correct the keywords. + (tumme-dir-max-size): USe defvar. + (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie. + + * simple.el (move-beginning-of-line): Take account of fields. + (clone-indirect-buffer-other-window): Take args like + clone-indirect-buffer, and work like it. + + * help-fns.el (describe-function): Don't pass `nil' as default. + + * files.el (risky-local-variable-p): Follow var aliases. + + * subr.el (lazy-completion-table): Doc fix. + + * mail/rmailsum.el (rmail-make-summary-line-1): Don't set + global binding of `line'. + 2006-01-25 Andre Spiegel * vc-hooks.el (vc-user-login-name): Rewritten to handle access via @@ -1962,7 +1986,7 @@ (hi-lock-find-patterns, hi-lock-font-lock-hook): Replace hi-lock-buffer-mode with hi-lock-mode. -2005-12-10 Kevin Rodgers +2005-12-10 Kevin Rodgers * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the 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 @@ +2006-01-26 Richard M. Stallman + + * alloc.c (check_pure_size): Make overflow message an "error message". + + * keymap.c (Fmap_keymap): Doc fix. + + * xfns.c (Fx_create_frame): Put all specified parms into f->param_alist + unless they were cleared out. + + * frame.c (x_get_arg): "Clear out" the parm in ALIST if found there. + 2006-01-26 L$,1 q(Brentey K,Aa(Broly * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries. -- 2.39.2