comparison lisp/ChangeLog @ 51964:0ecac4a3fdea

*** empty log message ***
author John Paul Wallington <jpw@pobox.com>
date Sat, 19 Jul 2003 16:25:43 +0000
parents eb2940fc7f4b
children f78c11f1d976
comparison
equal deleted inserted replaced
51963:27b622ce6604 51964:0ecac4a3fdea
1 2003-07-19 John Paul Wallington <jpw@gnu.org>
2
3 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
4 (artist-draw-rect, artist-draw-square): Doc fixes.
5
6 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
7
8 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
9
1 2003-07-19 Kenichi Handa <handa@m17n.org> 10 2003-07-19 Kenichi Handa <handa@m17n.org>
2 11
3 * international/kkc.el (kkc-show-conversion-list-update): 12 * international/kkc.el (kkc-show-conversion-list-update):
4 Highlight the correct candidate in the message. 13 Highlight the correct candidate in the message.
5 14
31 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org> 40 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
32 41
33 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable 42 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
34 since it might be modified. 43 since it might be modified.
35 44
36 * progmodes/cc-langs.el: (c++-make-template-syntax-table) 45 * progmodes/cc-langs.el (c++-make-template-syntax-table)
37 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent 46 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
38 names to these language constants. 47 names to these language constants.
39 48
40 2003-07-15 Kim F. Storm <storm@cua.dk> 49 2003-07-15 Kim F. Storm <storm@cua.dk>
41 50