Mercurial > emacs
comparison lisp/ChangeLog @ 72225:1d3db748db52
(longlines-show-region): Make it work on read-only buffers as well.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 01 Aug 2006 05:29:19 +0000 |
parents | 2cf5a453e3c8 |
children | d254902ce935 |
comparison
equal
deleted
inserted
replaced
72224:6564e84a8e09 | 72225:1d3db748db52 |
---|---|
1 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * longlines.el (longlines-show-region): Make it work on read-only | |
4 buffers as well. | |
5 | |
1 2006-08-01 Nick Roberts <nickrob@snap.net.nz> | 6 2006-08-01 Nick Roberts <nickrob@snap.net.nz> |
2 | 7 |
3 * progmodes/gdb-ui.el (gdb-set-hollow): Check for | 8 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame. |
4 gud-last-last-frame. | |
5 | 9 |
6 2006-07-31 Richard Stallman <rms@gnu.org> | 10 2006-07-31 Richard Stallman <rms@gnu.org> |
7 | 11 |
8 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory) | 12 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory) |
9 (vhdl-speedbar-display-projects): Update old obsolete | 13 (vhdl-speedbar-display-projects): Update old obsolete |
110 | 114 |
111 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com> | 115 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com> |
112 | 116 |
113 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check. | 117 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check. |
114 (tumme-format-properties-string): Handle empty `buf'. | 118 (tumme-format-properties-string): Handle empty `buf'. |
115 (tumme-get-comment): Change variable names inside `let'. Add | 119 (tumme-get-comment): Change variable names inside `let'. |
116 missing `let' variable that cause font-lock problems. | 120 Add missing `let' variable that cause font-lock problems. |
117 (tumme-write-comments): Change variable names inside `let'. Add | 121 (tumme-write-comments): Change variable names inside `let'. |
118 missing `let' variable that cause font-lock problems. | 122 Add missing `let' variable that cause font-lock problems. |
119 (tumme-forward-image): Rename from `tumme-forward-char'. | 123 (tumme-forward-image): Rename from `tumme-forward-char'. |
120 (tumme-backward-image): Rename from `tumme-backward-char'. | 124 (tumme-backward-image): Rename from `tumme-backward-char'. |
121 | 125 |
122 2006-07-25 Masatake YAMATO <jet@gyve.org> | 126 2006-07-25 Masatake YAMATO <jet@gyve.org> |
123 | 127 |