]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(vc-bzr-find-revision): Rename from
[gnu-emacs] / lisp / ChangeLog
index bcfeb56b29bbdeb4725cccbbd767e14c8a5b305d..f5c36e1995dcc0b897edf158b2fa3f20b36ad4b5 100644 (file)
@@ -1,3 +1,38 @@
+2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-bzr.el (vc-bzr-find-revision): Rename from
+       vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
+
+2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
+       (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
+       "DONE", when all hits are retrieved.
+       (xesam-search): autoload it.
+
+2008-08-11  John Paul Wallington  <jpw@pobox.com>
+
+       * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
+       empty string when no filename.
+       (define-ibuffer-column filename): Accomodate that change.
+
+       * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
+       `buffer-file-name' instead of `ibuffer-buffer-file-name'.
+
+2008-08-10  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (ELCFILES): Update.
+
+2008-08-10  John Paul Wallington  <jpw@pobox.com>
+
+       * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
+
+2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * battery.el (battery-echo-area-format, battery-status-function):
+       Handle new Linux sysfs format for battery reporting.
+       (battery-linux-sysfs): New function.
+
 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
 
        * add-log.el (change-log-search-tag-name)
        This allows parameters to be replaced with their values, on the
        expansion of an AUTOINST with Verilog 2001 style parameter settings.
 
-2008-07-30  David Lord  <david.lord@phonecoop.coop>
+2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
 
        * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
        to `cddr'.
 
 2008-07-22  Stephen Eglen  <stephen@gnu.org>
 
-       * iswitchb.el (iswitchb-delim): New variable, suggested by Ted Roden.
+       * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
 
-2008-07-22  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
+2008-07-22  Sven Joachim  <svenjoac@gmx.de>
 
        * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.