summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-03-29* xdisp.c (try_window_reusing_current_matrix, x_produce_glyphs):Paul Eggert
2011-03-28* window.c (shrink_windows): Omit unused local var.Paul Eggert
2011-03-28* menu.c (digest_single_submenu): Omit unused local var.Paul Eggert
2011-03-28* dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]:Paul Eggert
2011-03-29src/*.c: Remove some additional unused parameters.Juanma Barranquero
2011-03-28Don't reset post-command-hook to nil upon error.Stefan Monnier
2011-03-28Fix failures in try_scrolling when scrolling back.Eli Zaretskii
2011-03-28src/*.c: Remove unused parameters and other warnings.Juanma Barranquero
2011-03-27Fix scrolling back with scroll-down-aggressively.Eli Zaretskii
2011-03-27* keyboard.c (read_key_sequence): Don't check last_real_key_start redundantly.Paul Eggert
2011-03-27* keyboard.c (keyremap_step, read_key_sequence): Use size_t for sizes.Paul Eggert
2011-03-27* keyboard.c (parse_modifiers_uncached, parse_modifiers):Paul Eggert
2011-03-27Format doc and add customize for ns-auto-hide-menu-bar.Jan Djärv
2011-03-27Introduce ns-auto-hide-menu-bar to hide menubar for Emacs frames.Jan Djärv
2011-03-27* nsmenu.m (runDialogAt): Remove argument to timer_check.Jan Djärv
2011-03-27* callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCAPaul Eggert
2011-03-27* eval.c (Fbacktrace_frame): Don't assume nframes fits in int.Paul Eggert
2011-03-27* eval.c (Fbacktrace): Don't assume nargs fits in int.Paul Eggert
2011-03-27* syntax.c (scan_sexps_forward): Avoid pointer wraparound.Paul Eggert
2011-03-27Merge from atest branch.Paul Eggert
2011-03-27* chartab.c (sub_char_table_ref_and_range): Redo for slightPaul Eggert
2011-03-26Merge from mainline.Paul Eggert
2011-03-26Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris
2011-03-26* keyboard.c, keyboard.h (num_input_events): Now size_t.Paul Eggert
2011-03-26Variadic C functions now count arguments with size_t, not int.Paul Eggert
2011-03-27Fix scrolling with scroll-*-aggressively.Eli Zaretskii
2011-03-26Fix bug #6671 with point position in the window when scrolling far away.Eli Zaretskii
2011-03-26Don't scroll more than 100 lines in try_scrolling.Eli Zaretskii
2011-03-26Call try_scrolling even if buffer's clip_changed flag is set.Eli Zaretskii
2011-03-25* alloc.c (garbage_collect): Don't assume stack size fits in int.Paul Eggert
2011-03-26src/*.c: Fix more warnings about unused parameters.Juanma Barranquero
2011-03-26src/*.h: Remove unused parameters and functions.Juanma Barranquero
2011-03-25Discard changes to buffer->clip_changed incurred during fontification.Chong Yidong
2011-03-25src/*.c: Remove unused function parameters.Juanma Barranquero
2011-03-25nt/*.c, src/*.c: Remove unused variables.Juanma Barranquero
2011-03-24* keyboard.c (syms_of_keyboard): Use the same style as laterPaul Eggert
2011-03-24* image.c (tiff_load): Fix off-by-one image count (Bug#8336).Paul Eggert
2011-03-23* xselect.c (x_check_property_data): Return correct size (Bug#8335).Paul Eggert
2011-03-24src/w32term.c (x_set_glyph_string_clipping): Don't pass uninitialized region ...Juanma Barranquero
2011-03-23w32: Fix some warnings reported by -Wall -Wextra.Juanma Barranquero
2011-03-23Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou
2011-03-23* xterm.c (x_make_frame_visible, same_x_server): Redo to avoid overflowPaul Eggert
2011-03-23* chartab.c (sub_char_table_ref_and_range): Redo to avoid overflowPaul Eggert
2011-03-23* term.c (produce_glyphless_glyph): Remove unnecessary test.Paul Eggert
2011-03-23* cm.c (calccost): Turn while-do into do-while, for clarity.Paul Eggert
2011-03-22Fix ChangeLog typo.Glenn Morris
2011-03-22Fix more problems found by GCC 4.5.2's static checks.Paul Eggert
2011-03-22Merge from mainline.Paul Eggert
2011-03-22Remove an apparently unnecessary XClearWindow call.Chong Yidong
2011-03-22Add Bug#Paul Eggert