comparison lisp/ChangeLog @ 3061:fd1acd2f457a

[xemacs-hg @ 2005-11-13 07:39:26 by ben] fix 'foo -> `foo', `foo.' -> `foo'. derived.el, frame.el, toolbar.el, glyphs.el, hyper-apropos.el, mouse.el, files.el, specifier.el: Fix uses of `foo'; change 'foo -> `foo', and put punctuation outside of quotes. Add comments in specifier.el about needing better and new convenience functions.
author ben
date Sun, 13 Nov 2005 07:39:29 +0000
parents 876730d84b73
children b350e85a2a5e
comparison
equal deleted inserted replaced
3060:7679bfa253c2 3061:fd1acd2f457a
1 2005-11-13 Ben Wing <ben@xemacs.org>
2
3 * derived.el:
4 * frame.el (get-frame-for-buffer):
5 * toolbar.el (press-toolbar-button):
6 * toolbar.el (release-and-activate-toolbar-button):
7 * glyphs.el:
8 * glyphs.el (set-glyph-property):
9 * glyphs.el (set-glyph-image):
10 * glyphs.el (set-glyph-contrib-p):
11 * glyphs.el (set-glyph-baseline):
12 * hyper-apropos.el (hyper-apropos-map):
13 * mouse.el (mouse-track-down-hook):
14 * files.el (file-name-extension):
15 * specifier.el:
16 * specifier.el (map-specifier):
17 * specifier.el (set-specifier):
18 Fix uses of `foo'; change 'foo -> `foo', and put punctuation outside
19 of quotes.
20
21 Add comments in specifier.el about needing better and new convenience
22 functions.
23
1 2005-11-02 Marcus Crestani <crestani@xemacs.org> 24 2005-11-02 Marcus Crestani <crestani@xemacs.org>
2 25
3 * diagnose.el: Rename `show-lrecord-stats' to 26 * diagnose.el: Rename `show-lrecord-stats' to
4 `show-object-memory-usage-stats', to keep in sync with the C 27 `show-object-memory-usage-stats', to keep in sync with the C
5 sources. 28 sources.