X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/74a131b6a120994b4851b1608166370cc14e27dd..510ef922707de6ef64235cf5cd7fdc546bd0b50a:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e43cacea51..933c44580e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,103 @@ +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. + (authors-fixed-case): New constant. + (authors-public-domain-files, authors-ignored-files): + (authors-valid-file-names, authors-renamed-files-alist): Update lists. + (authors-renamed-files-regexps): Add some new entries. + (authors-canonical-file-name): Don't complain about ignored files. + (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) + (setup-default-fontset): Add more scripts. + + * international/characters.el: Add more scripts. + 2008-12-19 Juri Linkov * info.el (Info-isearch-search): Implement lax version of @@ -40,7 +140,7 @@ 2008-12-18 Sam Steingold - * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585. + * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585. 2008-12-18 Juri Linkov @@ -8870,7 +8970,7 @@ * find-cmd.el (top-level): Does not need cl when compiling. -2008-04-29 Phil Jackson +2008-04-29 Philip Jackson * find-cmd.el: New file. @@ -12626,7 +12726,7 @@ (vc-git--state-code): ... to this new function. (vc-git-state): Use it. -2008-03-24 Trent Buck (tiny change) +2008-03-24 Trent W. Buck (tiny change) * textmodes/remember.el (remember-mail-date) (remember-store-in-mailbox): Write date and From line in such a