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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 05 May 2003 11:42:30 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5086 emacs/lisp/ChangeLog:1.5087
*** emacs/lisp/ChangeLog:1.5086 Sun May  4 20:25:11 2003
--- emacs/lisp/ChangeLog        Mon May  5 11:42:27 2003
***************
*** 1,7 ****
  2003-05-05  John Paul Wallington  <address@hidden>
  
!       * emacs-lisp/autoload.el (batch-update-autoloads): Call
!       `update-directory-autoloads'.
  
  2003-05-04  Emmanuel Briot  <address@hidden>
  
--- 1,30 ----
+ 2003-05-05  Stefan Monnier  <address@hidden>
+ 
+       * vc-svn.el: New file.
+ 
  2003-05-05  John Paul Wallington  <address@hidden>
  
!       * emacs-lisp/autoload.el (batch-update-autoloads):
!       Call `update-directory-autoloads'.
! 
! 2003-05-04  Stefan Monnier  <address@hidden>
! 
!       * uniquify.el: Move provide to end of file.
!       (uniquify-ref-base, uniquify-ref-filename, uniquify-ref-buffer)
!       (uniquify-ref-proposed, uniquify-set-proposed): Remove.
!       (uniquify-item): New struct.  Update users of uniquify-ref-*.
!       (uniquify-get-proposed-name, uniquify-rationalize-a-list):
!       Make `depth' optional.
!       (uniquify-non-file-buffer-names): Remove.
!       (uniquify-rationalize-file-buffer-names): Don't set it up.
!       Use uniquify-make-item and don't pass the now-optional depth.
!       (uniquify-rationalize-conflicting-sublist): Check the new buffer
!       name directly instead of relying on uniquify-non-file-buffer-names.
!       (uniquify-rename-buffer): Use with-current-buffer and pass
!       the `unique' arg to rename-buffer.
! 
!       * vc-mcvs.el (vc-mcvs-mode-line-string): Fix thinko.
!       (vc-mcvs-rename-file): New function.
  
  2003-05-04  Emmanuel Briot  <address@hidden>
  
***************
*** 21,26 ****
--- 44,63 ----
        toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
        Correct size for cleaner bitmaps.
  
+ 2003-05-03  Stefan Monnier  <address@hidden>
+ 
+       * emacs-lisp/cl-extra.el (cl-map-keymap): Redefine as alias.
+       (cl-map-keymap-recursively): Use map-keymap.
+       (cl-macroexpand-all): Don't quote functions.
+ 
+       * emacs-lisp/lucid.el (cl-map-keymap): Be careful with aliases.
+ 
+       * emacs-lisp/advice.el (ad-get-enabled-advices, ad-special-forms)
+       (ad-arglist, ad-subr-arglist): Use push and match-string.
+       (ad-make-advised-docstring): Extract & reinsert the usage info.
+ 
+       * help-fns.el (help-add-fundoc-usage): Allow arglist to be a string.
+ 
  2003-05-03  Nick Roberts  <address@hidden>
  
        * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
***************
*** 61,66 ****
--- 98,110 ----
        (ls-lisp-format): Use it.
  
  2003-04-30  Stefan Monnier  <address@hidden>
+ 
+       * pcvs.el (cvs-vc-command-advice): Don't parse "cvs update -p" output.
+       (cvs-mode-find-file): Don't complain if bound to a non-mouse event.
+ 
+       * textmodes/fill.el (text-property-default-nonsticky): Add fill-space.
+       (fill-delete-newlines): Respect the new property.
+       (fill-newline): Use the property instead of leaving "spurious" spaces.
  
        * emacs-lisp/easymenu.el (easy-menu-get-map): Correctly handle
        non-submap bindings.




reply via email to

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