]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 26 Jan 2006 18:00:41 +0000 (18:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 26 Jan 2006 18:00:41 +0000 (18:00 +0000)
lisp/ChangeLog
src/ChangeLog

index 9f5a7c73517c2d1f202ff3290ea0d80bf4522262..d0cb7bd0f761b2a2e2db1f29baea6b178b3f2fae 100644 (file)
@@ -1,3 +1,27 @@
+2006-01-26  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <spiegel@gnu.org>
 
        * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
        (hi-lock-find-patterns, hi-lock-font-lock-hook):
        Replace hi-lock-buffer-mode with hi-lock-mode.
 
-2005-12-10  Kevin Rodgers  <ihs_4664@ihs.com>
+2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
 
        * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
        completion list, even after a partial completion has been
index b7e3640934a660f0c68740391f43d0a8c9142550..f8b7c1ac73e268ec251e64e1a7a6081145923c09 100644 (file)
@@ -1,3 +1,14 @@
+2006-01-26  Richard M. Stallman  <rms@gnu.org>
+
+       * 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\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
 
        * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries.