Mercurial > emacs
comparison lisp/ChangeLog @ 51530:91b62df06274
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 08 Jun 2003 01:22:30 +0000 |
parents | 611abdca734b |
children | 4ecd894b3fd4 |
comparison
equal
deleted
inserted
replaced
51529:39126c23006f | 51530:91b62df06274 |
---|---|
3 * gdb-ui.el (gdb-get-current-frame, gdb-frame-handler): Use Gdb | 3 * gdb-ui.el (gdb-get-current-frame, gdb-frame-handler): Use Gdb |
4 command `info frame' instead of `frame' to preserve point. | 4 command `info frame' instead of `frame' to preserve point. |
5 (gdb-invalidate-assembler): Only run disassemble again if frame | 5 (gdb-invalidate-assembler): Only run disassemble again if frame |
6 has changed. | 6 has changed. |
7 (gdb-append-to-inferior-io): Revert change from 2003-05-17. | 7 (gdb-append-to-inferior-io): Revert change from 2003-05-17. |
8 | |
9 2003-06-07 Stefan Monnier <monnier@cs.yale.edu> | |
10 | |
11 * textmodes/texinfo.el (texinfo-enable-quote-macros): Fix thinko. | |
12 (texinfo-insert-@table): Remove unused arg. | |
13 (texinfo-show-structure): Remove unused var `source-buffer'. | |
14 | |
15 * info.el (Info-goto-node, Info-follow-reference, Info-menu-update) | |
16 (Info-fontify-node): Don't search past header-end. | |
17 Use match-string and line-end-position. | |
18 | |
19 * skeleton.el (skeleton-proxy-new): Consume the mark-active state. | |
20 | |
21 * textmodes/tex-mode.el (tex-mode-syntax-table) | |
22 (tex-latex-indent-syntax-table): Don't use easy-mmode-defsyntax. | |
8 | 23 |
9 2003-06-07 Jason Rumney <jasonr@gnu.org> | 24 2003-06-07 Jason Rumney <jasonr@gnu.org> |
10 | 25 |
11 * mwheel.el (mouse-wheel-up-event, mouse-wheel-down-event): | 26 * mwheel.el (mouse-wheel-up-event, mouse-wheel-down-event): |
12 Use wheel-* events on darwin. | 27 Use wheel-* events on darwin. |