* dispnew.c: Make symbols static if they're not exported.
[bpt/emacs.git] / src / ChangeLog
2011-04-12 Paul Eggert* dispnew.c: Make symbols static if they're not exported.
2011-04-12 Paul Eggert* xfaces.c: Make symbols static if they're not exported.
2011-04-12 Paul Eggert* xdisp.c: Make symbols static if they're not exported.
2011-04-12 Paul Eggert* dired.c (file_name_completion): Now static.
2011-04-12 Paul Eggert* lisp.h (circular_list_error, FOREACH): Remove; unused.
2011-04-11 Paul Eggert* commands.h (last_point_position, last_point_position_...
2011-04-11 Paul Eggert* coding.h (coding, code_convert_region, encode_coding_...
2011-04-11 Paul Eggert* chartab.c (chartab_chars, chartab_bits): Now static.
2011-04-11 Paul Eggert* charset.h (charset_iso_8859_1): Remove decl.
2011-04-11 Paul Eggert* ccl.h (check_ccl_update, Vccl_program_table): Remove...
2011-04-11 Paul Eggert* category.c (SET_CATEGORY_SET, set_category_set):...
2011-04-11 Paul Eggert* casetab.c (Vascii_upcase_table, Vascii_eqv_table...
2011-04-11 Paul Eggert* buffer.c (buffer_count): Remove unused var.
2011-04-11 Paul Eggert* bidi.c (bidi_dump_cached_states): Mark as externally...
2011-04-11 Paul Eggert* atimer.c (alarm_signal_handler, run_all_atimers)...
2011-04-11 Paul Eggertfont.c: Make copy_font_spec and merge_font_spec ordinar...
2011-04-11 Paul Eggertalloc.c: Import and export fewer symbols, and remove...
2011-04-11 Paul EggertDeclare Lisp_Object Q* variables to be 'static' if...
2011-04-11 Paul Eggert* lisp.h (DEFINE_FUNC): Make sname 'static'.
2011-04-11 Paul EggertMake Emacs functions such as Fatom 'static' by default.
2011-04-10 Paul Eggert* editfns.c (Fformat): Remove unreachable code.
2011-04-10 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-04-10 Paul EggertKeep doprnt.c around for now, as we might revamp and...
2011-04-10 Paul EggertMerge from mainline.
2011-04-10 Jim Meyeringuse ssize_t and size_t for read- and write-like emacs_g...
2011-04-10 Paul EggertMerge from mainline.
2011-04-09 Paul Eggert* xdisp.c (vmessage): Use a better test for character...
2011-04-09 Paul Eggert* syntax.c (skip_chars): Likewise.
2011-04-09 Paul Eggert* editfns.c (Fformat): Likewise.
2011-04-09 Paul EggertMention potential integer overflow problems.
2011-04-09 Paul Eggert* casetab.c (set_identity, shuffle): Likewise.
2011-04-09 Paul Eggert* chartab.c (sub_char_table_set_range, char_table_set_r...
2011-04-09 Paul Eggert* charset.c (load_charset_map): <, not <=, for optimiza...
2011-04-09 Paul Eggert* xmenu.c (set_frame_menubar): Allocate smaller local...
2011-04-09 Chong YidongCleanups to the ImageMagick code and docstrings.
2011-04-09 Paul Eggert* callint.c (Fcall_interactively): <, not <=, for optim...
2011-04-09 Paul Eggert* ftfont.c: Distingish more carefully between FcChar8...
2011-04-09 Paul Eggert* keyboard.c (read_char): Remove unused var.
2011-04-09 Paul EggertMerge from mainline.
2011-04-09 Glenn MorrisMerge from emacs-23; up to 2010-06-08T03:06:47Z!dann...
2011-04-09 Glenn MorrisFix ChangeLog attribution.
2011-04-09 Eli ZaretskiiReplace some uses of `int' with EMACS_INT.
2011-04-08 Paul Eggert* eval.c: Port to Windows vsnprintf (Bug#8435).
2011-04-08 Chong YidongFix more GCC strict-aliasing warnings.
2011-04-08 Chong Yidong* xterm.c (handle_one_xevent): Avoid type-punned derefe...
2011-04-08 Chong YidongMerge changes from emacs-23 branch
2011-04-08 Svante Signell* term.c (init_tty): Fix incorrect ifdef placement...
2011-04-08 T.V. Raman* src/xml.c (parse_region): Avoid creating spurious...
2011-04-08 Chong Yidong* keyboard.c (syms_of_keyboard): Use DEFSYM macro.
2011-04-08 Chong YidongRemove internal_with_output_to_temp_buffer, replacing...
2011-04-07 Paul Eggert* eval.c (verror): Initial buffer size is 4000 (not...
2011-04-07 Paul EggertRemove the doprnt implementation, as Emacs now uses...
2011-04-07 Paul Eggerterror: Print 32- and 64-bit integers portably (Bug...
2011-04-07 Paul Eggert* eval.c (internal_lisp_condition_case): Don't pass...
2011-04-07 Paul Eggert* keyboard.c (access_keymap_keyremap): Print func name...
2011-04-06 Paul Eggert* coding.c (Fdecode_sjis_char): Don't assume CODE fits...
2011-04-06 Paul Eggert* xterm.c (x_catch_errors): Remove duplicate declaration.
2011-04-06 Paul Eggert* term.c (maybe_fatal): Mark its 3rd arg as a printf...
2011-04-06 Paul Eggert* xdisp.c, lisp.h (message_nolog): Remove; unused.
2011-04-06 Chong YidongRemove list-processes C function; misc fixes to last...
2011-04-06 Eli ZaretskiiAdapt the MS-DOS build to changes in gnulib.
2011-04-06 Eli ZaretskiiDon't call gnulib's careadlinkat on Windows.
2011-04-06 Juanma BarranqueroUpdate and split ChangeLogs.
2011-04-06 Paul Eggert* lib/gnulib.mk, m4/stdbool.m4, m4/stddef_h.m4, m4...
2011-04-06 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-04-06 Paul Eggertdoprnt, error, and verror are not printf-compatible.
2011-04-06 Paul EggertMerge from mainline.
2011-04-06 Paul EggertUndo Fstring_to_unibyte change.
2011-04-05 Paul Eggert* xmenu.c (Fx_popup_dialog): Don't assume string is...
2011-04-05 Paul Eggert* menu.c (Fx_popup_menu): Don't assume error_name lacks...
2011-04-05 Paul Eggert* fns.c (Fstring_to_unibyte): Don't rely on undefined...
2011-04-05 Paul Eggert* lisp.h (message, message_nolog, doprint, error, verro...
2011-04-05 Paul Eggert* xdisp.c (vmessage): Mark as a printf-like function.
2011-04-05 Paul Eggert* term.c (vfatal, maybe_fatal): Mark as printf-like...
2011-04-05 Paul Eggert* sound.c (sound_warning): Don't crash if arg contains...
2011-04-05 Paul Eggert* image.c (tiff_error_handler, tiff_warning_handler...
2011-04-05 Paul Eggert* eval.c (Fsignal): Remove excess argument to 'fatal'.
2011-04-05 Paul EggertMerge from mainline.
2011-04-05 Paul Eggert* coding.c (DECODE_COMPOSITION_RULE): If the rule is...
2011-04-05 Paul Eggert* coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigne...
2011-04-05 Paul Eggert* xfont.c (xfont_open): Avoid unnecessary tests.
2011-04-05 Paul Eggert* xfont.c (xfont_text_extents): Remove var that was...
2011-04-05 Paul Eggert* composite.c (composition_gstring_put_cache): Use...
2011-04-04 Paul Eggert* composite.h, composite.c (composition_gstring_put_cache):
2011-04-04 Paul Eggert* composite.h (COMPOSITION_DECODE_REFS): New macro,
2011-04-04 Paul Eggert* textprop.c (set_text_properties_1): Change while...
2011-04-04 Paul Eggert* intervals.c (interval_deletion_adjustment): Return...
2011-04-04 Paul Eggert* intervals.c (graft_intervals_into_buffer): Mark var...
2011-04-04 Paul Eggert* process.c (read_process_output): Simplify nbytes...
2011-04-04 Paul Eggert* process.c (read_process_output): Do adaptive read...
2011-04-04 Paul Eggert* process.c (Fnetwork_interface_info): Avoid possibilit...
2011-04-04 Paul Eggert* process.c (create_pty): Remove unnecessary "volatile"s.
2011-04-04 Paul Eggert* process.c (list_processes_1, create_pty, read_process...
2011-04-04 Paul Eggert* bytecode.c (exec_byte_code): Rename local to avoid...
2011-04-04 Paul Eggert* syntax.c (update_syntax_table): Use unsigned instead...
2011-04-04 Paul Eggert* syntax.c (scan_words): Remove var that was set but...
2011-04-04 Paul Eggert* lread.c (safe_to_load_p): Make the end-of-loop test...
2011-04-04 Paul Eggert* lread.c (lisp_file_lexically_bound_p, read1): Use...
2011-04-04 Paul Eggert* lread.c (lisp_file_lexically_bound_p): Use ints rathe...
2011-04-04 Paul Eggert* print.c (print_error_message): Avoid int overflow.
next