comparison lisp/ChangeLog @ 91372:f38e85dfd4e3

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-328
author Miles Bader <miles@gnu.org>
date Thu, 31 Jan 2008 13:49:17 +0000
parents c70e45a7acfd fa454b3c5b7b
children 924fe8b4e375
comparison
equal deleted inserted replaced
91371:c30ad5eb44dc 91372:f38e85dfd4e3
1 2008-01-31 Jason Rumney <jasonr@gnu.org>
2
3 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
4
5 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6
7 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
8 (gdb-var-set-format-handler): New function.
9 (gdb-var-set-format): Use it.
10
11 2008-01-31 Juanma Barranquero <lekktu@gmail.com>
12
13 * linum.el (linum-unload-function): New function.
14
15 2008-01-30 Juanma Barranquero <lekktu@gmail.com>
16
17 * emacs-lisp/check-declare.el (check-declare-directory):
18 * emacs-lisp/authors.el (authors): Use `find-program' and
19 `grep-program' instead of hardcoded program names.
20
21 * emacs-lisp/cl-loaddefs.el: Update.
22
23 2008-01-30 Tassilo Horn <tassilo@member.fsf.org>
24
25 * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
26 Implement bookmark support the new make-cell/handler way.
27 (Info-mode): Bind bookmark-make-cell-function to
28 Info-bookmark-make-cell buffer locally.
29
1 2008-01-30 Richard Stallman <rms@gnu.org> 30 2008-01-30 Richard Stallman <rms@gnu.org>
2 31
3 * progmodes/etags.el (tags-query-replace): Delete unused optional args. 32 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
4 Doc fix. 33 Doc fix.
5 34
9 38
10 * linum.el: New file. 39 * linum.el: New file.
11 40
12 2008-01-29 Michael Albinus <michael.albinus@gmx.de> 41 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
13 42
14 * net/tramp.el (tramp-methods): Use "-H" option for "sudo". Suggested 43 * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
15 by Trent W. Buck <trentbuck@gmail.com>. Make ("%h") a single 44 Suggested by Trent W. Buck <trentbuck@gmail.com>. Make ("%h")
16 element in "plinkx". 45 a single element in "plinkx".
17 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or 46 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
18 "*Shell Command Output*" buffers. Check, whether there is already 47 "*Shell Command Output*" buffers. Check, whether there is already
19 an asynchronous process running. Display always the buffer of the 48 an asynchronous process running. Display always the buffer of the
20 asynchronous process. 49 asynchronous process.
21 (tramp-compute-multi-hops): Adapt error message. 50 (tramp-compute-multi-hops): Adapt error message.
53 * doc-view.el (doc-view-mode): Use facilities below to 82 * doc-view.el (doc-view-mode): Use facilities below to
54 restore [vh]scroll when switching buffers. 83 restore [vh]scroll when switching buffers.
55 84
56 * image-mode.el (image-mode-current-vscroll) 85 * image-mode.el (image-mode-current-vscroll)
57 (image-mode-current-hscroll): New variables. 86 (image-mode-current-hscroll): New variables.
58 (image-set-window-hscroll, image-set-window-vscroll): New 87 (image-set-window-hscroll, image-set-window-vscroll): New functions.
59 functions.
60 (image-forward-hscroll, image-next-line, image-bol, image-eol) 88 (image-forward-hscroll, image-next-line, image-bol, image-eol)
61 (image-bob, image-eob): Use them. 89 (image-bob, image-eob): Use them.
62 (image-reset-current-vhscroll): New function. 90 (image-reset-current-vhscroll): New function.
63 (image-mode): Make new variables buffer-local and reset [vh]scroll 91 (image-mode): Make new variables buffer-local and reset [vh]scroll
64 on window configuration changes. 92 on window configuration changes.