aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
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 @@
12000-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
12000-04-04 Gerd Moellmann <gerd@gnu.org> 182000-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