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: Thu, 04 Nov 2004 05:32:14 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6544 emacs/lisp/ChangeLog:1.6545
*** emacs/lisp/ChangeLog:1.6544 Wed Nov  3 21:53:26 2004
--- emacs/lisp/ChangeLog        Thu Nov  4 10:23:45 2004
***************
*** 1,3 ****
--- 1,36 ----
+ 2004-11-04  Richard M. Stallman  <address@hidden>
+ 
+       * textmodes/table.el (table group): Add :version.
+ 
+       * textmodes/ispell.el (ispell-word): 
+       Don't alter args; set them only thru `interactive' spec.
+ 
+       * textmodes/flyspell.el (flyspell-word):
+       Don't alter FOLLOWING; set it only thru `interactive' spec.
+ 
+       * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
+ 
+       * net/browse-url.el (browse-url-maybe-new-window):
+       Use called-interactively-p.
+ 
+       * mail/supercite.el (sc-cite-region): 
+       Don't use interactive-p.  Add arg INTERACTIVE.
+       (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
+ 
+       * international/mule-cmds.el (set-input-method, toggle-input-method): 
+       Don't use interactive-p.  Add arg INTERACTIVE.
+ 
+       * eshell/esh-mode.el (eshell-show-maximum-output):
+       Don't use interactive-p.
+       (eshell-truncate-buffer): Just message, no error, if buffer is short.
+ 
+       * mouse.el (mouse-show-mark): Get positions to delete from mark
+       and point, not from mouse-drag-overlay.
+ 
+       * imenu.el (imenu-eager-completion-buffer): Add :version.
+ 
+       * filesets.el (filesets group): Add :version.
+ 
  2004-11-03  Daniel Pfeiffer  <address@hidden>
  
        * files.el (xml-based-modes): Delete var.
***************
*** 28,33 ****
--- 61,72 ----
  
  2004-11-02  Richard M. Stallman  <address@hidden>
  
+       * cus-edit.el (customize-group-other-window):
+       Select the window that displays the custom buffer.
+       (custom-buffer-create-other-window): Likewise.
+ 
+       * comint.el (comint-insert-input): Fix previous change.
+ 
        * emacs-lisp/elp.el (elp-instrument-function):
        Use called-interactively-p.
  




reply via email to

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