aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2002-07-16 15:22:12 +0000
committerDave Love2002-07-16 15:22:12 +0000
commit92331ddb2124f1538b75c43a74cd73f547e4fac1 (patch)
tree1812c6cb775211ec3a08a8674b108120e0aac672 /src
parentb4a12c674b7c6aa32c6b84696f10e97570856fef (diff)
downloademacs-92331ddb2124f1538b75c43a74cd73f547e4fac1.tar.gz
emacs-92331ddb2124f1538b75c43a74cd73f547e4fac1.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e46672acaf4..e6f723c8d91 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,41 @@
12002-07-16 Dave Love <fx@gnu.org>
2
3 * casetab.c (init_casetab_once, init_casetab_once): Fix
4 CHAR_TABLE_SET call.
5
6 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
7
8 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
9
10 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
11 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
12 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
13
14 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
15
16 * coding.c (ENCODE_DESIGNATION, decode_eol)
17 (make_conversion_work_buffer, code_conversion_restore)
18 (Fdefine_coding_system_internal): Convert Lisp types.
19 (code_conversion_restore): Use EQ, not ==.
20 (Fencode_coding_string): Fix code_convert_string call.
21
22 * coding.h (code_convert_region): Fix prototype.
23
24 * dispextern.h (redraw_frame, redraw_garbaged_frames): Removed.
25
26 * fontset.c (fontset_ref, fontset_set, fs_load_font)
27 (Ffontset_info): Convert Lisp types.
28
29 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
30
31 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
32
33 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
34
35 * chartab.c: Include "...h", not <...h> in some cases.
36
37 * callproc.c (Fcall_process): Remove unused variables.
38
12002-07-12 Dave Love <fx@gnu.org> 392002-07-12 Dave Love <fx@gnu.org>
2 40
3 * coding.c (Fset_coding_system_priority): Allow null arg list. 41 * coding.c (Fset_coding_system_priority): Allow null arg list.