X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/f2b4643502f6a63b37b1c5287e2ff5114f7690b2..869d3e173381ba313de0d2fc9cde30bcbd12e480:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cb8939ad47..8fe99b3d0a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,120 @@ +2008-03-30 Juanma Barranquero + + * hi-lock.el (hi-lock-mode): Fix typos in docstring. + (hi-lock-unload-function): New function. + +2008-03-30 Michael Albinus + + * 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 + + * 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 + + * 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 + + * textmodes/remember.el (remember-diary-convert-entry): Revert last + change (ill-conceived). + +2008-03-29 Glenn Morris + + * 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 + + * 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 + + * 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 + + * 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 + + 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 + + * 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 * 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. @@ -64,7 +177,8 @@ * 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 @@ -185,8 +299,7 @@ 2008-03-26 Jay Belanger - * 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 @@ -2342,7 +2455,7 @@ * 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.