emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 08 Nov 2004 12:17:41 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6565 emacs/lisp/ChangeLog:1.6566
*** emacs/lisp/ChangeLog:1.6565 Mon Nov  8 12:18:33 2004
--- emacs/lisp/ChangeLog        Mon Nov  8 17:00:42 2004
***************
*** 1,3 ****
--- 1,20 ----
+ 2004-11-08  Richard M. Stallman  <address@hidden>
+ 
+       * subr.el (syntax-after): Doc fix.
+ 
+       * paren.el (show-paren-function): Change calls to syntax-after
+       for new way of returning the value.
+ 
+       * menu-bar.el (menu-bar-file-menu): Make this the real name
+       and menu-bar-files-menu the alias.  Use the former.
+       (global-map): Use `file', not `files', as the symbol.
+ 
+       * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
+ 
+       * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
+       Don't use beginning-of-buffer.
+       (filesets-cmd-show-result): Use with-no-warnings.
+ 
  2004-11-08  Juri Linkov  <address@hidden>
  
        * progmodes/compile.el (compile): Don't overwrite last command in
***************
*** 36,47 ****
  
        * simple.el (next-error group, face): Move before first use.
        (next-error-highlight, next-error-highlight-no-select): Likewise.
!       (line-move-invisible-p): Renamed from line-move-invisible.
        (line-move): New args NOERROR and TO-END.
        Return t if if succeed in moving specified number of lines.
        (move-end-of-line): New function.
!       (beginning-of-buffer-other-window, end-of-buffer-other-window): 
!       Use with-no-warnings.
  
        * simple.el (line-move-ignore-invisible): Default to t.
  
--- 53,66 ----
  
        * simple.el (next-error group, face): Move before first use.
        (next-error-highlight, next-error-highlight-no-select): Likewise.
! 
!       * simple.el (line-move-invisible-p): Renamed from line-move-invisible.
        (line-move): New args NOERROR and TO-END.
        Return t if if succeed in moving specified number of lines.
        (move-end-of-line): New function.
! 
!       * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
!       (end-of-buffer-other-window): Likewise.
  
        * simple.el (line-move-ignore-invisible): Default to t.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]