(hi-lock-mode): Fix typos in docstring.
[bpt/emacs.git] / lisp / ChangeLog
index cb8939a..8fe99b3 100644 (file)
@@ -1,7 +1,120 @@
+2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
+
+       * hi-lock.el (hi-lock-mode): Fix typos in docstring.
+       (hi-lock-unload-function): New function.
+
+2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
+       overwriting when NEWNAME is a local file.
+
+       * net/trampver.el: Update release number.
+
+2008-03-30  Alexandre Julliard  <julliard@winehq.org>
+
+       * vc-git.el: Make vc-status display information about copies,
+       renames and permission changes.
+       (vc-git-extra-fileinfo): New defstruct.
+       (vc-git-escape-file-name, vc-git-file-type-as-string)
+       (vc-git-rename-as-string, vc-git-permissions-as-string)
+       (vc-git-status-printer): New functions.
+       (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
+       (vc-git-after-dir-status-stage1): Look for copies, renames and
+       permission changes.
+       (vc-git-after-dir-status-stage1-empty-db): Set permissions.
+       (vc-git-dir-status): Ask for staged files and renames.
+
+2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el: Allow backends to display backend specific information in
+       the vc-status listing.
+       (vc-status-fileinfo): Add a field for backend specific information.
+       (vc-status-printer): Rename to ...
+       (vc-default-status-printer): ... this.
+       (vc-status-printer): New function.
+       (vc-update-vc-status-buffer): Set the backend specific file info
+       if provided.
+
+2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * textmodes/remember.el (remember-diary-convert-entry): Revert last
+       change (ill-conceived).
+
+2008-03-29  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
+       * calendar/cal-julian.el (holiday-julian): Simplify.
+
+       * calendar/holidays.el (list-holidays): Use or.
+
+2008-03-29  Juri Linkov  <juri@jurta.org>
+
+       * window.el (split-window-preferred-horizontally): New function.
+
+       * cus-start.el (split-window-preferred-function):
+       Set choice for "vertically" to nil instead of split-window.
+       Set choice for "horizontally" to split-window-preferred-horizontally
+       instead of lambda.
+
+2008-03-29  Juri Linkov  <juri@jurta.org>
+
+       * simple.el (minibuffer-default-add-function): New variable with
+       the default to minibuffer-default-add-completions.
+       (minibuffer-default-add-done): New variable.  Make it buffer-local.
+       (minibuffer-default-add-completions): New function.
+       (goto-history-element): Set minibuffer-default-add-done to t and
+       call a function in minibuffer-default-add-function when the
+       specified absolute history position is greater than the length of
+       the minibuffer-default list and minibuffer-default-add-done is nil.
+       Change "^End of history; no next item$" to "^End of defaults;
+       no next item$".
+
+       * bindings.el (debug-ignored-errors): Change "^End of history;
+       no next item$" to "^End of defaults; no next item$".
+
+2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
+
+       * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
+       to with-no-warnings.
+
+2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
+
+       Sync with Tramp 2.1.13.
+
+       * net/tramp-ftp.el: Require 'cl when byte-compiling.
+
+       * net/trampver.el: Update release number.
+
+2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
+       the current backend.
+
+       * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
+       (vc-status-refresh): Create a temporary buffer and call the
+       `dir-status' backend function from that buffer.
+
+       * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
+       (vc-bzr-after-dir-status): Don't kill the buffer.
+
+       * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
+       (vc-cvs-after-dir-status): Don't kill the buffer.
+
+       * vc-git.el (vc-git-dir-status): Don't create a buffer.
+       (vc-git-after-dir-status-stage2): Don't kill the buffer.
+
+       * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
+       (vc-hg-after-dir-status): Don't kill the buffer.
+
+       * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
+       (vc-svn-after-dir-status): Don't kill the buffer.
+
 2008-03-29  Glenn Morris  <rgm@gnu.org>
 
        * calendar/calendar.el (diary-file, american-date-diary-pattern)
-       (european-date-diary-pattern,european-calendar-display-form)
+       (european-date-diary-pattern, european-calendar-display-form)
        (american-calendar-display-form, diary-display-hook): Doc fixes.
        (european-calendar-style): Doc fix.  Use calendar-set-date-style for
        custom :set.  Mark as obsolete.
 
        * vc.el (vc-update): Check if the buffer is unsaved only if it
        actually exists.
-       (vc-status-mode-map, vc-status-menu-map): Bind vc-update and vc-print-log.
+       (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
+       vc-print-log.
 
 2008-03-28  Magnus Henoch  <mange@freemail.hu>
 
 
 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
 
-       * calc/calc-store.el (calc-read-var-name-history):
-       New variable.
+       * calc/calc-store.el (calc-read-var-name-history): New variable.
        (calc-read-var-name): Use `calc-read-var-name-history'.
 
 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
        initialize in one step.  Add :help.  Use :enable to activate menu
-       items. Show the key binding for edebug-defun.
+       items.  Show the key binding for edebug-defun.
        (lisp-interaction-mode-map): Add a menu.
 
        * term.el (term-mode-map): Define and initialize in one step.