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: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Fri, 04 Apr 2003 01:21:38 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4991 emacs/lisp/ChangeLog:1.4992
*** emacs/lisp/ChangeLog:1.4991 Thu Apr  3 11:09:02 2003
--- emacs/lisp/ChangeLog        Thu Apr  3 18:15:47 2003
***************
*** 1,3 ****
--- 1,33 ----
+ 2003-04-03  Richard M. Stallman  <address@hidden>
+ 
+       * emacs-lisp/easymenu.el (easy-menu-define):
+       Don't make a defvar for nil.
+       (easy-menu-convert-item-1): Doc fix.
+       (easy-menu-change): Call easy-menu-create-menu.
+ 
+       * subr.el (read-quoted-char): Remember the input char
+       before translation thru function-key-map, and use that for unreading.
+ 
+       * shadowfile.el (shadow-parse-fullname):
+       Renamed from shadow-parse-fullpath.
+       (shadow-parse-name): Renamed from shadow-parse-path.
+       (shadow-make-fullname): Renamed from shadow-make-fullpath.
+       (shadow-replace-name-component): Was shadow-replace-path-component.
+       Callers of the above functions changed.
+       (shadow-expand-cluster-in-file-name): Doc fix.
+       (shadow-same-site, shadow-file-match): Doc fix.
+       (shadow-define-literal-group): Doc fix.
+ 
+       * kmacro.el (kmacro-end-and-call-macro): Doc fix.
+ 
+       * hexl.el (hexl-find-file): Ignore user's value of default-major-mode.
+ 
+       * files.el (hack-local-variables-prop-line): New arg MODE-ONLY.
+       (hack-local-variables): When MODE-ONLY is set, pass it along to
+       hack-local-variables-prop-line.
+ 
+       * delsel.el (delete-active-region): Don't explicitly deactivate mark.
+ 
  2003-04-03  Masatake YAMATO  <address@hidden>
  
        * progmodes/etags.el: Require button.el.
***************
*** 221,229 ****
  
  2003-03-26  Steve Youngs  <address@hidden>
  
!       * em-unix.el (eshell-plain-locate-behavior): Make the default the
!       return value of `eshell-under-xemacs-p', ie, nil for GNU/Emacs and
!       non-nil for XEmacs.
  
  2003-03-25  Stefan Monnier  <address@hidden>
  
--- 251,258 ----
  
  2003-03-26  Steve Youngs  <address@hidden>
  
!       * em-unix.el (eshell-plain-locate-behavior): Make the default
!       nil on Emacs, t on XEmacs.
  
  2003-03-25  Stefan Monnier  <address@hidden>
  
***************
*** 3723,3729 ****
        are output with gdba in gdb-ui.el.
        (tooltip-strip-annotations): New function.
  
! 2002-12-29  Dave Love  <address@hidden>
  
        * autoarg.el (autoarg-mode): Give it a :group.
  
--- 3752,3758 ----
        are output with gdba in gdb-ui.el.
        (tooltip-strip-annotations): New function.
  
! 2002-11-29  Dave Love  <address@hidden>
  
        * autoarg.el (autoarg-mode): Give it a :group.
  




reply via email to

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