X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8a81397018983362d3edde54908e8da03ce42ad4..d3c24c25b3d468f5950210536f6a7da5f88132c1:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 134504c38f..f5c36e1995 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,58 @@ +2008-08-10 Dan Nicolaescu + + * 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 + + * 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 + + * 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 + + * Makefile.in (ELCFILES): Update. + +2008-08-10 John Paul Wallington + + * pcvs.el (defun-cvs-mode): Add `doc-string' decl. + +2008-08-08 Chong Yidong + + * 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 + + * 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 + + * 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 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis @@ -412,7 +467,7 @@ 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 +2008-07-30 David Lord (tiny change) * calendar/timeclock.el (timeclock-day-projects): Change a `cdr' to `cddr'. @@ -803,9 +858,9 @@ 2008-07-22 Stephen Eglen - * 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 (tiny change) +2008-07-22 Sven Joachim * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.