# HG changeset patch # User Richard M. Stallman # Date 1138298441 0 # Node ID 34aa6fa4a3d8d8eeb74d494aeb8d26fb84019a5f # Parent 5020a0c4a1aacb2f4286f508ece65a99dc4cf11b *** empty log message *** diff -r 5020a0c4a1aa -r 34aa6fa4a3d8 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jan 26 18:00:29 2006 +0000 +++ b/lisp/ChangeLog Thu Jan 26 18:00:41 2006 +0000 @@ -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 -r 5020a0c4a1aa -r 34aa6fa4a3d8 src/ChangeLog --- a/src/ChangeLog Thu Jan 26 18:00:29 2006 +0000 +++ b/src/ChangeLog Thu Jan 26 18:00:41 2006 +0000 @@ -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.