diff options
| author | Richard M. Stallman | 2003-10-13 19:40:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-10-13 19:40:41 +0000 |
| commit | f700588689b133ab2940670b09cf028759bcac9e (patch) | |
| tree | 9eec38930c819134445b27cf3ad5a1f40b423b9b /src | |
| parent | 27704b780476eebdb8c922f284c1784569c1efc2 (diff) | |
| download | emacs-f700588689b133ab2940670b09cf028759bcac9e.tar.gz emacs-f700588689b133ab2940670b09cf028759bcac9e.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 96a9e5ffc26..12ecdf6e48a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 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. |