* menu.c (digest_single_submenu): Omit unused local var.
[bpt/emacs.git] / src / ChangeLog
2011-03-29 Paul Eggert* menu.c (digest_single_submenu): Omit unused local...
2011-03-29 Paul Eggert* dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]:
2011-03-27 Paul Eggert* keyboard.c (read_key_sequence): Don't check last_real...
2011-03-27 Paul Eggert* keyboard.c (keyremap_step, read_key_sequence): Use...
2011-03-27 Paul Eggert* keyboard.c (parse_modifiers_uncached, parse_modifiers):
2011-03-27 Paul Eggert* callproc.c (Fcall_process, Fcall_process_region)...
2011-03-27 Paul Eggert* eval.c (Fbacktrace_frame): Don't assume nframes fits...
2011-03-27 Paul Eggert* eval.c (Fbacktrace): Don't assume nargs fits in int.
2011-03-27 Paul Eggert* syntax.c (scan_sexps_forward): Avoid pointer wraparound.
2011-03-27 Paul EggertMerge from atest branch.
2011-03-27 Paul Eggert* chartab.c (sub_char_table_ref_and_range): Redo for...
2011-03-27 Paul EggertMerge from mainline.
2011-03-27 Glenn MorrisRemove (RET)SIGTYPE; it is identical to void on all...
2011-03-27 Paul Eggert* keyboard.c, keyboard.h (num_input_events): Now size_t.
2011-03-27 Paul EggertVariadic C functions now count arguments with size_t...
2011-03-26 Eli ZaretskiiCall try_scrolling even if buffer's clip_changed flag...
2011-03-26 Paul Eggert* alloc.c (garbage_collect): Don't assume stack size...
2011-03-26 Juanma Barranquerosrc/*.c: Fix more warnings about unused parameters.
2011-03-26 Juanma Barranquerosrc/*.h: Remove unused parameters and functions.
2011-03-25 Chong YidongDiscard changes to buffer->clip_changed incurred during...
2011-03-25 Juanma Barranquerosrc/*.c: Remove unused function parameters.
2011-03-25 Juanma Barranqueront/*.c, src/*.c: Remove unused variables.
2011-03-24 Paul Eggert* keyboard.c (syms_of_keyboard): Use the same style...
2011-03-24 Paul Eggert* image.c (tiff_load): Fix off-by-one image count ...
2011-03-24 Paul Eggert* xselect.c (x_check_property_data): Return correct...
2011-03-24 Juanma Barranquerosrc/w32term.c (x_set_glyph_string_clipping): Don't...
2011-03-23 Juanma Barranquerow32: Fix some warnings reported by -Wall -Wextra.
2011-03-23 Julien DanjouUse Frun_hooks rather than calling Vrun_hooks manually
2011-03-23 Paul Eggert* xterm.c (x_make_frame_visible, same_x_server): Redo...
2011-03-23 Paul Eggert* chartab.c (sub_char_table_ref_and_range): Redo to...
2011-03-23 Paul Eggert* term.c (produce_glyphless_glyph): Remove unnecessary...
2011-03-23 Paul Eggert* cm.c (calccost): Turn while-do into do-while, for...
2011-03-23 Glenn MorrisFix ChangeLog typo.
2011-03-23 Paul EggertFix more problems found by GCC 4.5.2's static checks.
2011-03-23 Paul EggertMerge from mainline.
2011-03-22 Chong YidongRemove an apparently unnecessary XClearWindow call.
2011-03-22 Paul EggertMerge from mainline.
2011-03-22 Paul EggertAdd Bug#
2011-03-22 Paul Eggert* coding.c (encode_coding_raw_text): Avoid unnecessary...
2011-03-22 Paul Eggert* lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int...
2011-03-22 Paul Eggert* xmenu.c (set_frame_menubar): Use EMACS_UINT, not...
2011-03-22 Paul Eggert* xdisp.c (pint2hrstr): Simplify and tune code slightly.
2011-03-22 Paul Eggert* xdisp.c (message_log_check_duplicate): Return unsigne...
2011-03-22 Paul Eggert* scroll.c (do_scrolling): Work around GCC bug 48228.
2011-03-21 Paul Eggert* frame.c (validate_x_resource_name): Simplify count...
2011-03-21 Paul Eggert* frame.c (Fmodify_frame_parameters): Simplify loop...
2011-03-21 Paul EggertAdd Bug#.
2011-03-21 Paul EggertMerge from trunk and from gnulib stdio.
2011-03-21 Paul Eggert* fileio.c (Fcopy_file): Report error if fchown or...
2011-03-20 Glenn Morris(Re)move autotools generated files from the repository.
2011-03-20 Paul EggertAdd Bug#.
2011-03-20 Paul Eggert* emacs.c (Fdaemon_initialized): Do not ignore I/O...
2011-03-20 Paul EggertMerge: Use socklen_t, not int, for socket lengths.
2011-03-20 Juanma Barranquerosrc/minibuf.c: Fix previous change.
2011-03-20 Leo LiuNew variable completing-read-function to customize...
2011-03-20 Paul EggertAdd Bug#8298.
2011-03-20 Paul Eggert* process.c (create_process): Use 'volatile' to avoid...
2011-03-20 Paul Eggert* process.c (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT...
2011-03-20 Paul Eggert* process.c (process_send_signal): Add cast to avoid...
2011-03-20 Paul Eggert* process.c (Fnetwork_interface_info): Fix pointer...
2011-03-20 Paul Eggert* process.c (Fmake_network_process): Define label ...
2011-03-20 Paul Eggert* process.c: Rename or move locals to avoid shadowing.
2011-03-19 Paul EggertMake tparam.h and terminfo.c consistent.
2011-03-19 Chong YidongMerge changes from emacs-23 branch
2011-03-19 Chong YidongBackport fix for Bug#8219 from trunk.
2011-03-19 Paul Eggert* xftfont.c (xftfont_open): Rename locals to avoid...
2011-03-19 Paul Eggert* xftfont.c (xftfont_shape): Now static, and defined...
2011-03-19 Paul Eggert* ftfont.c: (get_adstyle_property, ftfont_pattern_entity):
2011-03-19 Paul Eggert* ftfont.c (ftfont_list): Remove unused local.
2011-03-19 Paul Eggert* ftfont.c (ftfont_otf_capability, ftfont_shape): Omit...
2011-03-19 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2011-03-19 Paul Eggert* ftfont.c (ftfont_resolve_generic_family): Fix pointer...
2011-03-19 Paul Eggert* xfont.c (xfont_list_family): Mark var as initialized.
2011-03-19 Paul Eggert* xml.c (make_dom): Now static.
2011-03-19 Paul EggertAdd Bug#.
2011-03-19 Paul Eggert* composite.c (find_automatic_composition): Mark vars...
2011-03-19 Paul Eggert* composite.c (composition_update_it): Mark var as...
2011-03-19 Paul Eggert* composite.c (composition_reseat_it): Remove unused...
2011-03-19 Paul Eggert* composite.c (composition_compute_stop_pos): Rename...
2011-03-19 Paul Eggertcharacter.h: Rename locals to avoid shadowing.
2011-03-18 Paul Eggert* textprop.c (property_change_between_p): Remove; unused.
2011-03-18 Paul Eggert* intervals.c (interval_start_pos): Now static.
2011-03-18 Paul Eggert* intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".
2011-03-18 Paul EggertAdd Bug#.
2011-03-18 Paul Eggert* atimer.c (start_atimer, append_atimer_lists, set_alar...
2011-03-18 Paul Eggert* sound.c (wav_play): Initialize a variable to 0, to...
2011-03-18 Paul Eggert* sound.c (alsa_choose_format): Remove unused local...
2011-03-18 Paul Eggert* sound.c (wav_play, au_play, Fplay_sound_internal):
2011-03-18 Paul Eggert* region-cache.c (insert_cache_boundary): Redo var...
2011-03-18 Paul Eggert* region-cache.h (pp_cache): New decl, for gcc -Wmissin...
2011-03-18 Paul Eggert* callproc.c (Fcall_process): Use 'volatile' to avoid...
2011-03-18 Paul EggertAdd Bug#.
2011-03-18 Paul Eggert* sysdep.c (sys_subshell): Use 'volatile' to avoid...
2011-03-18 Paul Eggert* lisp.h (child_setup): Now NO_RETURN unless DOS_NT.
2011-03-18 Paul Eggert* callproc.c (relocate_fd): Rename locals to avoid...
2011-03-18 Paul Eggert* callproc.c (call_process_cleanup): Now static.
2011-03-18 Paul Eggertprocess.c: Use socklen_t, not int, for socket lengths.
2011-03-17 Eli ZaretskiiUpdate MS-Windows dependencies after 2011-03-17T18...
2011-03-17 Paul EggertChange unexec implementations to match prototype.
2011-03-17 Paul EggertMerge: Fix more problems found by GCC 4.5.2's static...
next