(help-for-help-internal): Fix entry for "l".
[bpt/emacs.git] / lisp / ChangeLog
index 5c15bfb..0d00252 100644 (file)
@@ -1,3 +1,44 @@
+2008-12-25  Martin Rudalics  <rudalics@gmx.at>
+
+       * help.el (help-for-help-internal): Fix entry for "l".
+
+2008-12-25  Richard M Stallman  <rms@gnu.org>
+
+       * shadowfile.el (shadow-copy-file): Revert previous change.
+       This code as it was should work properly with buffer-swapped-with.
+
+2008-12-24  Francois Fleuret  <francois.fleuret@idiap.ch>  (tiny change)
+
+       * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
+
+2008-12-24  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * subr.el (chmod): New defalias for set-file-modes.
+
+2008-12-23  Juri Linkov  <juri@jurta.org>
+
+       * isearch.el (isearch-filter-predicate, isearch-search):
+       Replace `isearch-filter-invisible' with `isearch-filter-visible'.
+       (isearch-filter-visible): Rename from
+       `isearch-filter-invisible'.  Doc fix.
+
+       * dired-aux.el (dired-isearch-filenames-toggle): Use the original
+       value from `dired-isearch-filter-predicate-orig' instead of the
+       symbol `isearch-filter-invisible'.  Doc fix.
+       (dired-isearch-filter-filenames): Doc fix.
+       Replace `isearch-filter-invisible' with `isearch-filter-visible'.
+
+       * info.el (Info-find-node-2): Use negative offset 2 instead of 1
+       for Info-point-loc since it is more correct in all cases.
+       (Info-isearch-filter): Rename from
+       `Info-isearch-filter-predicate'.  Doc fix.
+       (Info-mode): Replace `Info-isearch-filter-predicate' with
+       `Info-isearch-filter'.
+
+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.
@@ -10,7 +51,8 @@
 
 2008-12-22  Ulf Jasper  <ulf.jasper@web.de>
 
-       * net/newst-backend.el (newst-backend): Removed wrong duplicate provide statement.
+       * net/newst-backend.el (newst-backend):
+       Remove wrong duplicate provide statement.
 
 2008-12-22  Michael Albinus  <michael.albinus@gmx.de>
 
@@ -50,7 +92,7 @@
 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.
+       Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
 
 2008-12-20  Ami Fischman  <ami@fischman.org>