]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
* lisp.h (circular_list_error, FOREACH): Remove; unused.
[gnu-emacs] / src / ChangeLog
index f2abbc8ed5c79f14a05b5361bbba36d00a726394..1fbc25e07c854a90c79e643df4653eb29c3c926e 100644 (file)
@@ -1,5 +1,39 @@
+2011-04-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lisp.h (circular_list_error, FOREACH): Remove; unused.
+       * data.c (circular_list_error): Remove.
+
 2011-04-11  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * commands.h (last_point_position, last_point_position_buffer):
+       (last_point_position_window): Remove decls.
+       * keyboard.c: Make these variables static.
+
+       * coding.h (coding, code_convert_region, encode_coding_gap): Remove
+       decls.
+       * coding.c (Vsjis_coding_system, Vbig5_coding_system):
+       (iso_code_class, detect_coding, code_convert_region): Now static.
+       (encode_coding_gap): Remove; unused.
+
+       * chartab.c (chartab_chars, chartab_bits): Now static.
+
+       * charset.h (charset_iso_8859_1): Remove decl.
+       * charset.c (charset_iso_8859_1, charset_emacs, map_charset_for_dump):
+       Now static.
+
+       * ccl.h (check_ccl_update, Vccl_program_table): Remove decls.
+       * ccl.c (Vccl_program_table): Now static.
+       (check_ccl_update): Remove; unused.
+
+       * category.c (SET_CATEGORY_SET, set_category_set): Move here.
+       * category.h: ... from here.
+       * category.c (check_category_table, set_category_set): Now static.
+
+       * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static.
+       * lisp.h: Remove these decls.
+
+       * buffer.c (buffer_count): Remove unused var.
+
        * bidi.c (bidi_dump_cached_states): Mark as externally visible,
        so that it's not optimized away.
        (bidi_ignore_explicit_marks_for_paragraph_level): Likewise.