Mercurial > emacs
comparison lisp/ChangeLog @ 91373:924fe8b4e375
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-329
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 01 Feb 2008 03:01:11 +0000 |
parents | f38e85dfd4e3 d4d0381a59d8 |
children | 33d1c8d91e5e |
comparison
equal
deleted
inserted
replaced
91372:f38e85dfd4e3 | 91373:924fe8b4e375 |
---|---|
1 2008-02-01 Jason Rumney <jasonr@gnu.org> | |
2 | |
3 * w32-fns.el: Partially revert 2007-11-10 change. | |
4 | |
5 2008-02-01 Martin Rudalics <rudalics@gmx.at> | |
6 | |
7 * mail/rmail.el (rmail-highlight): Fix specification. | |
8 Reported by: pod <pod@herald.ox.ac.uk>. | |
9 | |
10 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
11 | |
12 * image-mode.el (image-mode-current-vscroll) | |
13 (image-mode-current-hscroll): Make buffer-local. | |
14 (image-set-window-vscroll, image-set-window-hscroll): Simplify. | |
15 (image-reset-current-vhscroll): Use the latest setting when displaying | |
16 for the first time in a window. Apply to all windows in the frame. | |
17 (image-mode): Don't make image-mode-current-[vh]scroll buffer-local. | |
18 | |
19 * progmodes/grep.el (grep-compute-defaults): | |
20 Don't mix up defaults for different connections to the same host. | |
21 | |
22 2008-01-31 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
23 | |
24 * blank-mode.el: Renamed to whitespace.el. | |
25 | |
26 * obsolete/whitespace.el: Renamed to obsolete/old-whitespace.el. | |
27 | |
28 2008-01-31 Stefan Monnier <monnier@iro.umontreal.ca> | |
29 | |
30 * net/rcompile.el (remote-compile): Remove broken code. | |
31 | |
1 2008-01-31 Jason Rumney <jasonr@gnu.org> | 32 2008-01-31 Jason Rumney <jasonr@gnu.org> |
2 | 33 |
3 * term/w32-win.el (image-library-alist): Prefer libxpm.dll. | 34 * term/w32-win.el (image-library-alist): Prefer libxpm.dll. |
35 | |
36 2008-01-31 Juanma Barranquero <lekktu@gmail.com> | |
37 | |
38 * linum.el (linum-unload-function): New function. | |
4 | 39 |
5 2008-01-30 Nick Roberts <nickrob@snap.net.nz> | 40 2008-01-30 Nick Roberts <nickrob@snap.net.nz> |
6 | 41 |
7 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant. | 42 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant. |
8 (gdb-var-set-format-handler): New function. | 43 (gdb-var-set-format-handler): New function. |
9 (gdb-var-set-format): Use it. | 44 (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 | 45 |
15 2008-01-30 Juanma Barranquero <lekktu@gmail.com> | 46 2008-01-30 Juanma Barranquero <lekktu@gmail.com> |
16 | 47 |
17 * emacs-lisp/check-declare.el (check-declare-directory): | 48 * emacs-lisp/check-declare.el (check-declare-directory): |
18 * emacs-lisp/authors.el (authors): Use `find-program' and | 49 * emacs-lisp/authors.el (authors): Use `find-program' and |
52 2008-01-29 Alan Mackenzie <acm@muc.de> | 83 2008-01-29 Alan Mackenzie <acm@muc.de> |
53 | 84 |
54 * progmodes/cc-langs.el (c-specifier-key): Exclude "template" | 85 * progmodes/cc-langs.el (c-specifier-key): Exclude "template" |
55 from this regexp; part of same fix as next change to cc-engine.el. | 86 from this regexp; part of same fix as next change to cc-engine.el. |
56 | 87 |
57 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5): Anchor | 88 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5): |
58 the "{" of a template function correctly on "template", not the | 89 Anchor the "{" of a template function correctly on "template", not the |
59 following "<". | 90 following "<". |
60 | 91 |
61 * progmodes/cc-defs.el (c-version): Increase to 5.31.5. | 92 * progmodes/cc-defs.el (c-version): Increase to 5.31.5. |
62 | 93 |
63 2008-01-29 Tassilo Horn <tassilo@member.fsf.org> | 94 2008-01-29 Tassilo Horn <tassilo@member.fsf.org> |
64 | 95 |
65 * doc-view.el (doc-view-mode): Adapt to i-m-current-[vh]scroll | 96 * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll |
66 being an alist now. | 97 and image-mode-current-hscroll being alists now. |
67 | 98 |
68 * image-mode.el (image-mode-current-vscroll) | 99 * image-mode.el (image-mode-current-vscroll) |
69 (image-mode-current-hscroll): Add doc strings. | 100 (image-mode-current-hscroll): Add doc strings. |
70 (image-set-window-vscroll, image-set-window-hscroll) | 101 (image-set-window-vscroll, image-set-window-hscroll) |
71 (image-reset-current-vhscroll, image-mode): Adapt to | 102 (image-reset-current-vhscroll, image-mode): Adapt to |
72 i-m-current-[vh]scroll being an alist now. | 103 image-mode-current-vscroll and image-mode-current-hscroll being |
104 alists now. | |
73 | 105 |
74 2008-01-29 Martin Rudalics <rudalics@gmx.at> | 106 2008-01-29 Martin Rudalics <rudalics@gmx.at> |
75 | 107 |
76 * emacs-lisp/find-func.el (find-function-search-for-symbol): | 108 * emacs-lisp/find-func.el (find-function-search-for-symbol): |
77 Strip extension from .emacs.el to make sure symbol is searched | 109 Strip extension from .emacs.el to make sure symbol is searched |