]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(vc-bzr-find-revision): Rename from
[gnu-emacs] / lisp / ChangeLog
index 134504c38f09fcd07ca306618afd5ac42b5a3d99..f5c36e1995dcc0b897edf158b2fa3f20b36ad4b5 100644 (file)
@@ -1,3 +1,58 @@
+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)
+       (change-log-goto-source): Fix behavior when point is not on tag.
+
+2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * startup.el (command-line-ns-option-alist): Use ignore instead of
+       ns-ignore-0-arg.
+
+       * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
+       (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
+       (ns-alternatives-map): New variable.
+       (x-set-up-function-keys): Use it.
+       (global): Comment out "put backspace ascii-character..." and friends.
+       Move function-key-map into ns-alternatives-map.  Don't call
+       precompute-menubar-bindings.  Don't set anything connected with
+       browse-url.
+       (after-make-frame-functions): Clarify comment why a hook is added.
+
 2008-08-06  Joakim Verona  <joakim@verona.se>
 
        * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
        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.