Mercurial > emacs
comparison lisp/ChangeLog @ 72257:93223615e952
(gdb-script-font-lock-syntactic-keywords):
Correctly mark the end-of-docstring char.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 03 Aug 2006 18:30:13 +0000 |
parents | 42b0c9d6a376 |
children | 7fcd41d936c5 |
comparison
equal
deleted
inserted
replaced
72256:2eb34581dbad | 72257:93223615e952 |
---|---|
1 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords): | |
4 Correctly mark the end-of-docstring char. | |
5 | |
1 2006-08-03 Chong Yidong <cyd@stupidchicken.com> | 6 2006-08-03 Chong Yidong <cyd@stupidchicken.com> |
2 | 7 |
3 * simple.el (line-move-to-column): Constrain move-to-column to | 8 * simple.el (line-move-to-column): Constrain move-to-column to |
4 current field. | 9 current field. |
5 | 10 |
178 | 183 |
179 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com> | 184 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com> |
180 | 185 |
181 * tumme.el (tumme-backward-image): Add prefix argument. Add error | 186 * tumme.el (tumme-backward-image): Add prefix argument. Add error |
182 when at first image. | 187 when at first image. |
188 <<<<<<< ChangeLog | |
189 (tumme-forward-image): Add prefix argument. | |
190 Add error when at last image. | |
191 ======= | |
183 (tumme-forward-image): Add prefix argument. Add error when at last | 192 (tumme-forward-image): Add prefix argument. Add error when at last |
184 image. | 193 image. |
194 >>>>>>> 1.9899 | |
185 | 195 |
186 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca> | 196 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca> |
187 | 197 |
188 * tabify.el (tabify-regexp): Use more specific regexps. | 198 * tabify.el (tabify-regexp): Use more specific regexps. |
189 (tabify): Avoid modifying the buffer unnecessarily. | 199 (tabify): Avoid modifying the buffer unnecessarily. |