]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(vc-bzr-find-revision): Rename from
[gnu-emacs] / lisp / ChangeLog
index 859ae3f799dceddd1f8cff3fccd23a78bb5a898c..f5c36e1995dcc0b897edf158b2fa3f20b36ad4b5 100644 (file)
@@ -1,3 +1,164 @@
+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
+       in url:s.
+
+2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-svn.el (vc-svn-parse-status): Use when instead of if.
+       Fix 2008-01-01 change: use a shy group to not affect subsequent
+       match calls.
+
+2008-08-06  Reto Zimmermann  <reto@gnu.org>
+
+       * progmodes/vera-mode.el (vera-electric-tab):
+       * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
+       region when active.
+
+2008-08-06  Kenichi Handa  <handa@m17n.org>
+
+       * faces.el (face-valid-attribute-values): Fix handling the value
+       of (font-family-list) and font-XXX-table.
+
+2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * proced.el (proced-menu): Bind the correct function to for toggling.
+
+       * vc-dir.el (vc-dir-mode): Fix typo.
+
+2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * whitespace.el (whitespace-newline-mode)
+       (global-whitespace-newline-mode, whitespace-mode)
+       (global-whitespace-mode): Improve docstring.
+
+2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * kmacro.el (kmacro-exec-ring-item): Add autoload.
+
+       * files.el (auto-save-visited-file-name): Move definition to fileio.c.
+
+       * cus-start.el (all): Handle auto-save-visited-file-name.
+
+2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
+
+       * files.el (hack-one-local-variable-eval-safep): Handle
+       lisp-indent-function and scheme-indent-function in addition to the
+       deprecated lisp-indent-hook.
+
+2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/xesam.el (top): Require `wid-edit' always.
+       (xesam-mode-line, xesam-highlight): New deffaces.
+       (xesam-objects): New local variable.
+       (xesam-search-engines): Fix error in field list.
+       (xesam-mode): Use `xesam-mode-line' instead of
+       `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
+       proper initialization (why?).
+       (xesam-highlight-string, xesam-get-hits)
+       (xesam-kill-buffer-function): New defuns.
+       (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
+       result of "hit.fields", it isn't a string only.  Wrap an error of
+       the strigi search engine ("xesam:size" is returned as string).
+       Highlight search items.
+       (xesam-refresh-search-buffer): Make logic of counters more simple.
+       Prefetch next hits.
+       (xesam-signal-handler): Use `xesam-mode-line' instead of
+       `font-lock-type-face'.
+       (xesam-new-search): Add `xesam-kill-buffer-function' to
+       `kill-buffer-hook'.
+
+2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * add-log.el (change-log-next-error, change-log-mode): Add support
+       for `next-error' to call `change-log-goto-source' on named files
+       in a ChangeLog.
+
+2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc.el (math-read-number): Handle all C-like languages
+       properly.
+
+2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
+
+       * calc/calc.el (math-read-number): Handle C numbers beginning with
+       0 correctly.
+
+2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * term/ns-win.el ([ns-new-frame]): New global key.
+
+2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * international/mule-cmds.el (read-char-by-name):
+       Check UCS names with `assoc-string' and case folding.
+
+2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/dbus.el (dbus-call-method-asynchronously)
+       (dbus-method-return-internal, dbus-method-error-internal):
+       Declare them with `declare-function'.
+
+2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * descr-text.el (describe-char-display): Fix last change:
+       don't pass CHARSET to `encoded-string-description'.
+
 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
 
        * vc.el (vc-next-action): Update list var correctly after delete.
 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
 
        * vc.el (vc-next-action): Update list var correctly after delete.
@@ -6,7 +167,7 @@
 
        * ido.el (ido-mode): Add toggle notification.
 
 
        * ido.el (ido-mode): Add toggle notification.
 
-       * cus-edit.el (custom-save-all): Avoid destrying symlink if
+       * cus-edit.el (custom-save-all): Avoid destroying symlink if
        already visiting the custom file.
 
        * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
        already visiting the custom file.
 
        * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
 
 2008-08-02  Jason Rumney  <jasonr@gnu.org>
 
 
 2008-08-02  Jason Rumney  <jasonr@gnu.org>
 
-        * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
+       * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
 
 2008-08-01  Kenichi Handa  <handa@m17n.org>
 
 
 2008-08-01  Kenichi Handa  <handa@m17n.org>
 
        a string.  Use separate error message when `arg' is not an integer.
        Bind `ucs-insert' to `C-x 8 RET'.
 
        a string.  Use separate error message when `arg' is not an integer.
        Bind `ucs-insert' to `C-x 8 RET'.
 
-2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org> (tiny change)
+2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
 
        * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
        move the (arglist-cont-nonempty) from c-offsets-alist to
 
        * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
        move the (arglist-cont-nonempty) from c-offsets-alist to
        This allows parameters to be replaced with their values, on the
        expansion of an AUTOINST with Verilog 2001 style parameter settings.
 
        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'.
 
        * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
        to `cddr'.
 
 2008-07-22  Stephen Eglen  <stephen@gnu.org>
 
 
 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.
 
 
        * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.