comparison lisp/ChangeLog @ 66424:86f81b226b02

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 25 Oct 2005 04:58:35 +0000
parents 78ad7c173e94
children 3dcbac116732
comparison
equal deleted inserted replaced
66423:5217bc507b30 66424:86f81b226b02
1 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * textmodes/texinfo.el (texinfo-mode):
4 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
5 not to unnecessarily expose emacs-mule's internal char codes.
6
1 2005-10-25 Nick Roberts <nickrob@snap.net.nz> 7 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
2 8
3 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo. 9 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
4 Display hand pointer and help-echo on disabled icon too. 10 Display hand pointer and help-echo on disabled icon too.
5 (gdb-mouse-until): New function. 11 (gdb-mouse-until): New function.
23 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled 29 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
24 string properties also for fringe breakpoint bitmaps. 30 string properties also for fringe breakpoint bitmaps.
25 31
26 2005-10-24 Carsten Dominik <dominik@science.uva.nl> 32 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
27 33
28 * textmodes/org.el (org-start-icalendar-file): Fixed format form. 34 * textmodes/org.el (org-start-icalendar-file): Fix format form.
29 35
30 2005-10-25 Masatake YAMATO <jet@gyve.org> 36 2005-10-25 Masatake YAMATO <jet@gyve.org>
31 37
32 * simple.el (completion-common-substring): 38 * simple.el (completion-common-substring):
33 Use `completion-common-substring' prior to `completion-base-size'. 39 Use `completion-common-substring' prior to `completion-base-size'.