Mercurial > emacs
comparison src/ChangeLog @ 52847:b1a58a58e5ef
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 13 Oct 2003 19:40:41 +0000 |
parents | 4e2dfb29f6f6 |
children | f137e448c2f2 |
comparison
equal
deleted
inserted
replaced
52846:2ff062ff0422 | 52847:b1a58a58e5ef |
---|---|
1 2003-10-13 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * regex.c (MAX_BUF_SIZE): Reduce to 2**15. | |
4 (print_partial_compiled_pattern): Replace assert with a printout. | |
5 (skip_noops, mutually_exclusive_p): Change args, values to re_char *. | |
6 | |
7 * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full. | |
8 | |
9 * window.c (Fset_window_margins): Allow only integers as args. | |
10 (syms_of_window) <special-display-buffer-names, special-display-regexps>: | |
11 Doc fixes. | |
12 | |
1 2003-10-13 Lute Kamstra <lute@gnu.org> | 13 2003-10-13 Lute Kamstra <lute@gnu.org> |
2 | 14 |
3 * window.c (Fset_window_fringes): Elaborate docstring. | 15 * window.c (Fset_window_fringes): Elaborate docstring. |
4 | 16 |
5 2003-10-12 Andrew Choi <akochoi@shaw.ca> | 17 2003-10-12 Andrew Choi <akochoi@shaw.ca> |