comparison src/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 d5131a81147e
children a640f9c13696
comparison
equal deleted inserted replaced
2296:a58ea4d0d0cd 2297:13a418960a88
1 2004-09-19 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * file-coding.c: Improve explanatory comments, add diatribes.
4 Fix some typos in comments.
5
6 2003-11-21 Stephen J. Turnbull <stephen@xemacs.org>
7
8 * dired.c (Fdirectory_files): MATCH is only tried against basename.
9
10 2003-11-02 Stephen J. Turnbull <stephen@xemacs.org>
11
12 * eval.c (Fcatch, Fthrow): Document that tags are compared with `eq'.
13
14 2003-10-31 Stephen J. Turnbull <stephen@xemacs.org>
15
16 * procimpl.h (struct Lisp_Process):
17 * undo.c (Fprimitive_undo):
18 Remove obsolete references to ENERGIZE in comments.
19
20 2004-07-18 Stephen J. Turnbull <stephen@xemacs.org>
21
22 * glyphs.c (Fimage_instance_type): Add 'widget to docstring.
23
24 2004-07-12 Stephen J. Turnbull <stephen@xemacs.org>
25
26 * glyphs-widget.c (tab_control_query_geometry):
27 (logical_unit_height):
28 Typos in comments.
29
30 2004-06-29 Stephen J. Turnbull <stephen@xemacs.org>
31
32 * syntax.c (Sextword): Doesn't seem to exist. Move comment to
33 Internals manual.
34
1 2004-09-21 Jerry James <james@xemacs.org> 35 2004-09-21 Jerry James <james@xemacs.org>
2 36
3 * sound.c (Fwait_for_sounds): Factor out test for unused parameter. 37 * sound.c (Fwait_for_sounds): Factor out test for unused parameter.
4 (Fconnected_to_nas_p): Ditto. 38 (Fconnected_to_nas_p): Ditto.
5 39
428 462
429 2004-07-06 Lutz Euler <lutz.euler@freenet.de> 463 2004-07-06 Lutz Euler <lutz.euler@freenet.de>
430 464
431 * syntax.c (setup_syntax_cache): Fix behavior for buffers 465 * syntax.c (setup_syntax_cache): Fix behavior for buffers
432 containing multibyte chars. 466 containing multibyte chars.
467 Fixes "Fatal error: assertion failed, file src/buffer.h, line 617,
468 (x) >= ((Charbpos) 1) && x <= ((buf)->text->bufz + 0)"
433 469
434 2004-06-29 Jerry James <james@xemacs.org> 470 2004-06-29 Jerry James <james@xemacs.org>
435 471
436 * specifier.c (check_valid_inst_list): Change LIST_LOOP to 472 * specifier.c (check_valid_inst_list): Change LIST_LOOP to
437 EXTERNAL_LIST_LOOP_2. 473 EXTERNAL_LIST_LOOP_2.