]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Merge from emacs--devo--0
[gnu-emacs] / lisp / ChangeLog
index d99acacccf2da878bd8f4239a66309af0c2c1192..81e6a23ad55e7968427f613bf05538f6eac41f7e 100644 (file)
@@ -1,3 +1,32 @@
+2008-01-31  Jason Rumney  <jasonr@gnu.org>
+
+       * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
+
+2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
+       (gdb-var-set-format-handler): New function.
+       (gdb-var-set-format): Use it.
+
+2008-01-31  Juanma Barranquero  <lekktu@gmail.com>
+
+       * linum.el (linum-unload-function): New function.
+
+2008-01-30  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacs-lisp/check-declare.el (check-declare-directory):
+       * emacs-lisp/authors.el (authors): Use `find-program' and
+       `grep-program' instead of hardcoded program names.
+
+       * emacs-lisp/cl-loaddefs.el: Update.
+
+2008-01-30  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
+       Implement bookmark support the new make-cell/handler way.
+       (Info-mode): Bind bookmark-make-cell-function to
+       Info-bookmark-make-cell buffer locally.
+
 2008-01-30  Richard Stallman  <rms@gnu.org>
 
        * progmodes/etags.el (tags-query-replace): Delete unused optional args.
@@ -11,9 +40,9 @@
 
 2008-01-29  Michael Albinus  <michael.albinus@gmx.de>
 
-       * net/tramp.el (tramp-methods): Use "-H" option for "sudo".  Suggested
-       by Trent W. Buck <trentbuck@gmail.com>.  Make ("%h") a single
-       element in "plinkx".
+       * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
+       Suggested by Trent W. Buck <trentbuck@gmail.com>.  Make ("%h")
+       a single element in "plinkx".
        (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
        "*Shell Command Output*" buffers.  Check, whether there is already
        an asynchronous process running.  Display always the buffer of the
@@ -55,8 +84,7 @@
 
        * image-mode.el (image-mode-current-vscroll)
        (image-mode-current-hscroll): New variables.
-       (image-set-window-hscroll, image-set-window-vscroll): New
-       functions.
+       (image-set-window-hscroll, image-set-window-vscroll): New functions.
        (image-forward-hscroll, image-next-line, image-bol, image-eol)
        (image-bob, image-eob): Use them.
        (image-reset-current-vhscroll): New function.