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 07:09:28 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3986.2.54 emacs/lisp/ChangeLog:1.3986.2.55
*** emacs/lisp/ChangeLog:1.3986.2.54    Tue Jul  6 09:47:50 2004
--- emacs/lisp/ChangeLog        Tue Jul  6 10:00:01 2004
***************
*** 230,242 ****
        * subr.el (functionp): Function removed (now a subr).
        * help-fns.el (describe-function-1): Handle interpreted closures.
  
! 2004-06-03  Karl Fogel  <address@hidden>
  2004-06-07  Karl Fogel  <address@hidden>
  
        * saveplace.el (save-place-alist-to-file): Bind `print-length'
!       and `print-level' to nil when writing out `save-place-alist'.  
        Thanks to Kai Grossjohann <address@hidden> for enlightenment.
!       
  2004-06-07  Juanma Barranquero  <address@hidden>
  
        * completion.el (completion-kill-region): Doc fix.
--- 230,363 ----
        * subr.el (functionp): Function removed (now a subr).
        * help-fns.el (describe-function-1): Handle interpreted closures.
  
! 2004-06-10  Miles Bader  <address@hidden>
! 
!       * eshell/esh-module.el (eshell-load-defgroups): Bind
!       `vc-handled-backends' to nil when opening files.
! 
! 2004-06-11  Juanma Barranquero  <address@hidden>
! 
!       * files.el (parse-colon-path, cd): Doc fixes (refer to
!       `path-separator', not colon).
! 
! 2004-06-10  Juanma Barranquero  <address@hidden>
! 
!       * newcomment.el (comment-search-forward)
!       (comment-search-backward): Fix typos in docstring.
!       (comment-region): Doc fix.
! 
! 2004-06-10  Luc Teirlinck  <address@hidden>
! 
!       * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
!       switch is no longer stored in `dired-switches-alist'.
! 
!       * dired-aux.el (dired-insert-subdir): Do not store R switch in
!       `dired-switches-alist'.
! 
! 2004-06-10  Kim F. Storm  <address@hidden>
! 
!       * pcvs.el (cvs-mode-diff-yesterday): New command.
! 
!       * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
! 
! 2004-06-10  Juri Linkov  <address@hidden>
! 
!       * emacs-lisp/edebug.el (edebug-eval-defun):
!       * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
!       Fix docstring.
! 
!       * simple.el (eval-expression-print-format): Don't print additional
!       information on the first call to `eval-print-last-sexp'.
!       (next-error-find-buffer): Fix punctuation.
!       (killing) <defgroup>: Fix punctuation.
!       (yank-excluded-properties): Change group from editing to killing.
! 
!       * replace.el (perform-replace): Use `limit' to terminate the
!       while-loop explicitly.
! 
! 2004-06-09  Jan Dj,Ad(Brv  <address@hidden>
! 
!       * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
!       Use lc-*.xpm as prefix instead of *-locol.xpm.
! 
!       * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
!       * toolbar/lc-help.xpm, toolbar/lc-home.xpm
!       * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
!       * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
!       * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
!       * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
!       * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
!       * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
!       * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
!       * toolbar/lc-up_arrow.xpm:
!       Renamed from *-locol.xpm.
! 
! 2004-06-09  Rajesh Vaidheeswarran  <address@hidden>
! 
!       * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
!       include forms like &<str>; as valid url patterns.
! 
! 2004-06-08  Luc Teirlinck  <address@hidden>
! 
!       * dired.el (dired-diff, dired-backup-diff)
!       (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
!       (dired-do-chown, dired-do-touch, dired-do-print)
!       (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
!       (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
!       (dired-create-directory, dired-do-copy, dired-do-symlink)
!       (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
!       (dired-do-copy-regexp, dired-do-hardlink-regexp)
!       (dired-do-symlink-regexp, dired-upcase, dired-downcase)
!       (dired-maybe-insert-subdir, dired-next-subdir)
!       (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
!       (dired-kill-subdir, dired-tree-up, dired-tree-down)
!       (dired-hide-subdir, dired-hide-all, dired-show-file-type)
!       (dired-run-shell-command, dired-query): Remove redundant,
!       or incorrect, autoloads.
! 
!       * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
!       does not end in a slash.  Add optional argument KILL-ROOT.  Update
!       docstring.
!       (dired-do-touch, dired-clean-directory, dired-run-shell-command)
!       (dired-query): Add autoloads.
! 
! 2004-06-08  Daniel Pfeiffer  <address@hidden>
! 
!       * progmodes/compile.el (compilation-set-window-height): Rearrange
!       the save-* functions because a buffer can have several current
!       point in different windows.
!       (compilation-error-regexp-alist-alist): Recognize {standard input}
!       GNU messages (for gcc --pipe) and more kinds of Oracle messages.
! 
! 2004-06-08  Jan Dj,Ad(Brv  <address@hidden>
! 
!       * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
!       * toolbar/help-locol.xpm, toolbar/home-locol.xpm
!       * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
!       * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
!       * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
!       * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
!       * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
!       * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
!       * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
!       * toolbar/up_arrow-locol.xpm:
!       New versions of icons that uses fewer colors.
! 
!       * toolbar/tool-bar.el (tool-bar-local-item)
!       (tool-bar-local-item-from-menu): Try to use icons with fewer colors
!       if display-color-cells is 256 or less.
! 
! 2004-06-08  Kim F. Storm  <address@hidden>
! 
!       * wid-edit.el (widget-specify-button): Use hand pointer rather
!       than mouse-face as visible mouse-over effect.
! 
  2004-06-07  Karl Fogel  <address@hidden>
  
        * saveplace.el (save-place-alist-to-file): Bind `print-length'
!       and `print-level' to nil when writing out `save-place-alist'.
        Thanks to Kai Grossjohann <address@hidden> for enlightenment.
! 
  2004-06-07  Juanma Barranquero  <address@hidden>
  
        * completion.el (completion-kill-region): Doc fix.
***************
*** 272,278 ****
  
  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
--- 393,399 ----
  
  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




reply via email to

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