comparison lisp/ChangeLog @ 72454:1b7664312e38

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 20 Aug 2006 12:53:20 +0000
parents bcc1f5792592
children 94094ff11364
comparison
equal deleted inserted replaced
72453:204e1538695a 72454:1b7664312e38
1 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
2
3 * newcomment.el (comment-box): Call `comment-normalize-vars'.
4 Add autoload cookie.
5
1 2006-08-20 Richard Stallman <rms@gnu.org> 6 2006-08-20 Richard Stallman <rms@gnu.org>
2 7
3 * simple.el (line-number-at-pos): Doc fix. 8 * simple.el (line-number-at-pos): Doc fix.
4 9
5 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to 10 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
135 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp. 140 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
136 Only search till end of line. 141 Only search till end of line.
137 Add face to function names in case of no filename. 142 Add face to function names in case of no filename.
138 Add face to variable names of watchpoints. 143 Add face to variable names of watchpoints.
139 144
140 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change) 145 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
141 146
142 * cus-start.el <indent-tabs-mode>: Move to the `indent' 147 * cus-start.el <indent-tabs-mode>: Move to the `indent'
143 customization group. 148 customization group.
144 149
145 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com> 150 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>