Mercurial > emacs
comparison lisp/ChangeLog @ 75373:f636c357cd5d
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 22 Jan 2007 00:10:19 +0000 |
parents | b987d93ee842 |
children | cd317328ebb1 |
comparison
equal
deleted
inserted
replaced
75372:a1962c941648 | 75373:f636c357cd5d |
---|---|
1 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com> | |
2 | |
3 * add-log.el (add-log-current-defun): Use CC Mode functions to | |
4 find the beginning and end of a defun. | |
5 | |
1 2007-01-21 Nick Roberts <nickrob@snap.net.nz> | 6 2007-01-21 Nick Roberts <nickrob@snap.net.nz> |
2 | 7 |
3 * progmodes/gdb-ui.el (gdb-var-create-regexp) | 8 * progmodes/gdb-ui.el (gdb-var-create-regexp) |
4 (gdb-var-create-handler): Handle value field in GDB output of | 9 (gdb-var-create-handler): Handle value field in GDB output of |
5 -var-create. | 10 -var-create. |
88 | 93 |
89 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change) | 94 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change) |
90 | 95 |
91 * progmodes/compile.el: Add handling for makepplog. | 96 * progmodes/compile.el: Add handling for makepplog. |
92 | 97 |
98 >>>>>>> 1.10581 | |
93 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de> | 99 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de> |
94 | 100 |
95 * textmodes/ispell.el (ispell-change-dictionary): Ensure that | 101 * textmodes/ispell.el (ispell-change-dictionary): Ensure that |
96 aspell dictionaries are initialized when called non-interactively. | 102 aspell dictionaries are initialized when called non-interactively. |
97 | 103 |
591 to include third item NOT-ALWAYS. | 597 to include third item NOT-ALWAYS. |
592 (image-type-from-data): Handle new format. | 598 (image-type-from-data): Handle new format. |
593 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES. | 599 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES. |
594 (image-type-from-file-header): Pass t for INCLUDE-MAYBES. | 600 (image-type-from-file-header): Pass t for INCLUDE-MAYBES. |
595 | 601 |
596 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com> (tiny change) | 602 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com> |
597 | 603 |
598 * add-log.el (add-log-current-defun): Call `forward-sexp' | 604 * add-log.el (add-log-current-defun): Call `forward-sexp' |
599 multiple times to pick a member function name defined as | 605 multiple times to pick a member function name defined as |
600 part of nested classes/namespaces. | 606 part of nested classes/namespaces. |
601 | 607 |