*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index c16f7bc..933c445 100644 (file)
@@ -1,3 +1,45 @@
+2008-12-23  Daiki Ueno  <ueno@unixuser.org>
+
+       * pgg.el: Add obsolescence info.
+
+2008-12-22  Richard M Stallman  <rms@gnu.org>
+
+       * 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  <ulf.jasper@web.de>
+
+       * net/newst-backend.el (newst-backend): Removed wrong duplicate provide statement.
+
+2008-12-22  Michael Albinus  <michael.albinus@gmx.de>
+
+       * 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  <rudalics@gmx.at>
+
+       * window.el (set-window-text-height): Fix doc-string.
+
+2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * 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 <agustin.martin@hispalinux.es>
 
        * textmodes/ispell.el (ispell-check-minver): New function.
@@ -11,8 +53,8 @@
 
 2008-12-20  Jason Rumney  <jasonr@gnu.org>
 
-       * international/mule.el (auto-coding-regexp-alist): Use
-       utf-8-with-signature for files starting with UTF-8 BOM.
+       * international/mule.el (auto-coding-regexp-alist):
+       Use utf-8-with-signature for files starting with UTF-8 BOM.
 
 2008-12-20  Ami Fischman  <ami@fischman.org>