X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/01cc3e13db647fe1762051acb687736a3d4e9e7e..510ef922707de6ef64235cf5cd7fdc546bd0b50a:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2c9a7843a8..933c44580e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,77 @@ +2008-12-23 Daiki Ueno + + * pgg.el: Add obsolescence info. + +2008-12-22 Richard M Stallman + + * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with. + + * files.el (buffer-swapped-with): New variable. + (basic-save-buffer-0): Most of basic-save-buffer moved here. + (basic-save-buffer): Unswap the buffer temporarily if nec. + + * dired.el (dired-readin): Inhibit modification hooks. + +2008-12-22 Ulf Jasper + + * net/newst-backend.el (newst-backend): Removed wrong duplicate provide statement. + +2008-12-22 Michael Albinus + + * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to + end, before updating. + (tramp-convert-file-attributes): Add "l" indicator to file modes. + (tramp-file-name-real-user, tramp-file-name-domain): New defuns. + +2008-12-21 Martin Rudalics + + * window.el (set-window-text-height): Fix doc-string. + +2008-12-21 Stefan Monnier + + * minibuffer.el (completion-all-completions-with-base-size): Remove. + (completion-all-completions): Don't set it. + (completion-table-with-context, completion--file-name-table): + Don't add base-size in last cdr. + (completion-hilit-commonality): Add argument `base-size'. + (display-completion-list, completion-emacs21-all-completions) + (completion-emacs22-all-completions, completion-basic-all-completions): + Provide it. + (completion-pcm--all-completions): Don't need to remove the base-size + in last-cdr any more. + +2008-12-20 Agustin Martin + + * textmodes/ispell.el (ispell-check-minver): New function. + (ispell-check-version): Rewrite spellchecker and version checking. + Use (ispell-check-minver). Handle hunspell versions. + +2008-12-20 Chong Yidong + + * ido.el (ido-read-internal): Handle `confirm' and + `confirm-after-completion' values for the require-match argument. + +2008-12-20 Jason Rumney + + * international/mule.el (auto-coding-regexp-alist): + Use utf-8-with-signature for files starting with UTF-8 BOM. + +2008-12-20 Ami Fischman + + * bindings.el (mode-line-eol-desc): Use assoc to query + mode-line-eol-desc-cache. + +2008-12-20 Glenn Morris + + * comint.el (comint-save-input-ring-index): Add missing initial value. + +2008-12-19 Juanma Barranquero + + * proced.el (proced-grammar-alist): Doc fix. + (proced-marker-char, proced-mark, proced-help-string, proced-mode-map) + (proced-filter-parents, proced-sort-header, proced-update, proced-help) + (proced-undo): Fix typos in docstrings. + 2008-12-19 Glenn Morris * emacs-lisp/authors.el (authors-aliases): Add some more aliases. @@ -9,10 +83,17 @@ (authors-canonical-author-name): Doc fix. Respect authors-fixed-case. (authors): Ensure error buffer is writable. +2008-12-18 Agustin Martin + + (ispell-really-hunspell): New variable to signal hunspell. + (ispell-check-version): + Check if hunspell and set ispell-really-hunspell if needed. + (ispell-send-string, ispell-start-process, flyspell-large-region): + Pass right options for hunspell if needed. + 2008-12-18 Kenichi Handa - * international/fontset.el (script-representative-chars): Add more - scripts. + * international/fontset.el (script-representative-chars) (setup-default-fontset): Add more scripts. * international/characters.el: Add more scripts.