comparison lisp/ChangeLog @ 2297:13a418960a88

[xemacs-hg @ 2004-09-22 02:05:42 by stephent] various doc patches <87isa7awrh.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Wed, 22 Sep 2004 02:06:52 +0000
parents a58ea4d0d0cd
children 0da64f4bd0bc
comparison
equal deleted inserted replaced
2296:a58ea4d0d0cd 2297:13a418960a88
1 2004-09-19 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * code-init.el: Add to header comment.
4 * gtk-font-menu.el: Improve documentation.
5 * unicode.el: Various comments added.
6 * process.c (process-buffer):
7 (set-process-buffer):
8 (process-stderr-buffer):
9 (set-process-stderr-buffer):
10 Document interaction with filters.
11
12 2004-09-14 Stephen J. Turnbull <stephen@xemacs.org>
13
14 * x-font-menu.el: (x-fonts-menu-junk-families): Improve docstring.
15 (hack-font-truename): Improve docstring.
16
17 * font-menu.el (font-menu-ignore-scaled-fonts): Improve docstring.
18 (font-menu-this-frame-only-p): Improve docstring.
19 (font-menu-preferred-resolution): Improve docstring.
20 (font-menu-size-scaling): Improve docstring.
21 (device-fonts-cache): Move comment into docstring and improve it.
22 (reset-device-font-menus): Improve docstring.
23 (reset-device-font-menus): Move message into if; only announce
24 we're getting font list if we're actually going to do it.
25
26 2003-12-14 Stephen J. Turnbull <stephen@xemacs.org>
27
28 * cl-macs.el (loop): Fixed typo in docstring.
29
30 2003-11-02 Stephen J. Turnbull <stephen@xemacs.org>
31
32 * itimer.el (check-itimer-coerce-string): Fix sense of docstring;
33 markup signal name as code.
34 (check-nonnegative-number): Markup signal name as code.
35
36 2004-07-12 Stephen J. Turnbull <stephen@xemacs.org>
37
38 * specifier.el (set-specifier): Sentences in docstrings should be
39 separated with two spaces, not one.
40
41 * find-paths.el (paths-lisp-filename-regexp): Improve docstring.
42
43 2004-07-12 Stephen J. Turnbull <stephen@xemacs.org>
44
45 * about.el (xemacs-hackers): Update turnbull, add viteno.
46 (about-current-release-maintainers): Add martin, vin, and viteno.
47 (about-other-current-hackers):
48 (about-once-and-future-hackers):
49 Move inactive hackers from other-current to once-and-future.
50 (about-url-alist): Add turnbull, xemacs-cvs, and xemacs-lists.
51 * about.el (about-xemacs):
52 Add information about package maintainers.
53 Mention Vin, Stephen, and Andy w.r.t. 21.4.
54 Mention Ben and Martin w.r.t. 21.2.
55 (about-advantages): Mention GNU Emacs 21.
56 (about-personal-info): Update turnbull.
57
58 2004-05-15 Stephen J. Turnbull <stephen@xemacs.org>
59
60 * specifier.el (set-specifier): Fix typo in comment.
61
1 2004-07-12 Stephen J. Turnbull <stephen@xemacs.org> 62 2004-07-12 Stephen J. Turnbull <stephen@xemacs.org>
2 63
3 * about.el (about-xemacs): 64 * about.el (about-xemacs):
4 Give more precise version info. 65 Give more precise version info.
5 Compute version numbers. 66 Compute version numbers.
194 * dialog-gtk.el: 255 * dialog-gtk.el:
195 * dialog-gtk.el (gtk-popup-convert-underscores): New. 256 * dialog-gtk.el (gtk-popup-convert-underscores): New.
196 * dialog-gtk.el (popup-builtin-question-dialog): 257 * dialog-gtk.el (popup-builtin-question-dialog):
197 258
198 Added support for dialog button mnemonics. 259 Added support for dialog button mnemonics.
199
200 260
201 2004-04-30 Stephen J. Turnbull <stephen@xemacs.org> 261 2004-04-30 Stephen J. Turnbull <stephen@xemacs.org>
202 262
203 * cl.el (gensym, gentemp): Improve docstrings. 263 * cl.el (gensym, gentemp): Improve docstrings.
204 264