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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog [lexbind]
Date: Tue, 06 Jul 2004 05:56:59 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3986.2.52 emacs/lisp/ChangeLog:1.3986.2.53
*** emacs/lisp/ChangeLog:1.3986.2.52    Tue Jul  6 09:42:23 2004
--- emacs/lisp/ChangeLog        Tue Jul  6 09:44:40 2004
***************
*** 231,236 ****
--- 231,322 ----
        * help-fns.el (describe-function-1): Handle interpreted closures.
  
  2004-06-03  Karl Fogel  <address@hidden>
+ 2004-06-06  Juanma Barranquero  <address@hidden>
+ 
+       * help-fns.el (help-argument-name): Inherit from italic face only
+       if the frame supports it.
+ 
+ 2004-06-06  Jan Dj,Ad(Brv  <address@hidden>
+ 
+       * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm,
+       * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
+       * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
+       * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
+       * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
+       * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
+       * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
+       New conversions from xpm files.
+ 
+       * toolbar/README: New file.
+ 
+ 2004-06-06  Richard M. Stallman  <address@hidden>
+ 
+       * isearch.el (isearch-mode-map): Undo previous change.
+ 
+ 2004-06-05  Juri Linkov  <address@hidden>
+ 
+       * bindings.el (debug-ignored-errors): Add regexps for history
+       related messages.  Remove $ from "No further undo information".
+       Move Ediff's messages to ediff.el.
+ 
+       * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
+ 
+       * cus-edit.el (custom-display): Add `min-colors'.
+ 
+       * custom.el (defface): Add `supports' to docstring.
+ 
+       * help-fns.el (help-argument-name): Add :group 'help.
+ 
+ 2004-06-05  Luc Teirlinck  <address@hidden>
+ 
+       * find-dired.el (find-ls-subdir-switches): New user option.
+       (find-dired): No longer call `abbreviate-file-name' on DIR.
+       Set `dired-subdir-switches' buffer-locally.
+ 
+       * locate.el: Merge the two `Commentary' sections.
+       (locate-ls-subdir-switches): New user option.
+       (locate): Update for other changes.
+       (locate-mode-map): Restore Dired binding for mouse-2.
+       Bind `locate-mouse-view-file' to M-mouse-2.
+       Bind `l' to `locate-do-redisplay'.
+       (locate-main-listing-line-p, locate-do-redisplay): New functions.
+       (locate-mouse-view-file, locate-tags, locate-find-directory):
+       Print message if used outside main listing.
+       (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
+       Various changes to support inserted subdirectories.
+       (locate-insert-header): Change header of *Locate* buffer.
+ 
+       * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
+       Change interactive default switches.
+       (dired-rename-subdir-2): Update `dired-switches-alist'.
+       (dired-insert-subdir, dired-kill-subdir):
+       Handle `dired-switches-alist'.  Do not mark buffer modified.
+       (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
+       (dired-insert-subdir-doinsert): Omit messages.
+       Handle `dired-subdir-switches'.
+       (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
+ 
+       * dired.el (dired-subdir-switches, dired-switches-alist):
+       New vars.
+       (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
+       subdirs if -R switch is used for a subdir.
+       (dired-mode): Set `dired-switches-alist'.
+       (dired-build-subdir-alist): Only print number of directories in
+       echo area when invoked interactively.
+ 
+ 2004-06-05  Lars Hansen  <address@hidden>
+ 
+       * dired-x.el (dired-omit-mode): Rename from
+       dired-omit-files-p.  Use define-minor-mode to define it.
+       (dired-omit-files-p): Add as alias for dired-omit-mode.
+       (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
+       dired-mark-omitted.
+       (dired-mark-omitted): Add.  Bind to M-O.
+ 
+ 2004-06-05  Kenichi Handa  <address@hidden>
+ 
+       * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
+ 
  2004-06-05  Juanma Barranquero  <address@hidden>
  
        * help-fns.el (help-argument-name): Reintroduce face.
***************
*** 893,920 ****
  
  2004-05-15  Jan Dj,Ad(Brv  <address@hidden>
  
!       * toolbar/close.pbm, toolbar/close.xpm
!       * toolbar/copy.pbm, toolbar/copy.xpm
!       * toolbar/cut.pbm, toolbar/cut.xpm
!       * toolbar/help.pbm, toolbar/help.xpm
!       * toolbar/home.pbm, toolbar/home.xpm
!       * toolbar/index.pbm, toolbar/index.xpm
!       * toolbar/jump_to.pbm, toolbar/jump_to.xpm
!       * toolbar/left_arrow.pbm, toolbar/left_arrow.xpm
!       * toolbar/new.pbm, toolbar/new.xpm
!       * toolbar/open.pbm, toolbar/open.xpm
!       * toolbar/paste.pbm, toolbar/paste.xpm
!       * toolbar/preferences.pbm, toolbar/preferences.xpm
!       * toolbar/print.pbm, toolbar/print.xpm
!       * toolbar/right_arrow.pbm, toolbar/right_arrow.xpm
!       * toolbar/save.pbm, toolbar/save.xpm
!       * toolbar/saveas.pbm, toolbar/saveas.xpm
!       * toolbar/search.pbm, toolbar/search.xpm
!       * toolbar/spell.pbm, toolbar/spell.xpm
!       * toolbar/undo.pbm, toolbar/undo.xpm
!       * toolbar/up_arrow.pbm, toolbar/up_arrow.xpm: New icons from
!       GTK+ version 2.
! 
  
  2004-05-15  Kim F. Storm  <address@hidden>
  
--- 979,998 ----
  
  2004-05-15  Jan Dj,Ad(Brv  <address@hidden>
  
!       * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
!       * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
!       * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
!       * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
!       * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
!       * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
!       * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
!       * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
!       * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
!       * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
!       * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
!       * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
!       * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
!       * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
  
  2004-05-15  Kim F. Storm  <address@hidden>
  
***************
*** 3449,3455 ****
        if the source location can't be found.
        (edebug-compute-previous-result): Use prin1-char.
  
!       * emacs-lisp/checkdoc.el (checkdoc-error): Dont' assume point-min == 1.
        (debug-ignored-errors): Add an entry.
  
        * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
--- 3527,3533 ----
        if the source location can't be found.
        (edebug-compute-previous-result): Use prin1-char.
  
!       * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
        (debug-ignored-errors): Add an entry.
  
        * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.




reply via email to

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