diff options
| author | Ken Raeburn | 2000-04-05 17:29:31 +0000 |
|---|---|---|
| committer | Ken Raeburn | 2000-04-05 17:29:31 +0000 |
| commit | 7c752c8099915f10ec6e99d60ea20196111a94a1 (patch) | |
| tree | 088139e64875a53f21320d85709678589babf883 /src/ChangeLog | |
| parent | c407c570006300c2a520c89aa118e798a5e3589b (diff) | |
| download | emacs-7c752c8099915f10ec6e99d60ea20196111a94a1.tar.gz emacs-7c752c8099915f10ec6e99d60ea20196111a94a1.zip | |
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 19932e9d76c..4a7a96ee882 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2000-04-05 Ken Raeburn <raeburn@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c (allocate_matrices_for_frame_redisplay, | ||
| 4 | direct_output_forward_char): Use X(U)INT and make_number as needed | ||
| 5 | to convert between (unsigned) int values and lisp integers. | ||
| 6 | * keyboard.c (read_key_sequence): Likewise. | ||
| 7 | * lread.c (substitute_object_recurse): Likewise. | ||
| 8 | * fns.c (concat, hash_lookup, hash_remove): Likewise. | ||
| 9 | * minibuf.c (do_completion, Fminibuffer_complete_word, | ||
| 10 | Fminibuffer_completion_help): Likewise. | ||
| 11 | * term.c (produce_special_glyphs): Likewise. | ||
| 12 | |||
| 13 | * fileio.c (Fwrite_region): Use EQ when comparing lisp objects. | ||
| 14 | * print.c (print_preprocess, print_object): Likewise. | ||
| 15 | |||
| 16 | * search.c (compile_pattern): Use NILP when checking for nil. | ||
| 17 | |||
| 1 | 2000-04-04 Gerd Moellmann <gerd@gnu.org> | 18 | 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
| 2 | 19 | ||
| 3 | * window.c (compare_window_configurations): Signal an error | 20 | * window.c (compare_window_configurations): Signal an error |