| Commit message (Expand) | Author | Age | Files | Lines |
* | * editfns.c (Fmessage_box): Remove unused local var. | Paul Eggert | 2011-03-29 | 2 | -2/+6 |
* | Merge from mainline. | Paul Eggert | 2011-03-29 | 18 | -357/+608 |
|\ |
|
| * | src/scroll.c, src/w32.c: Trivial whitespace changes. | Juanma Barranquero | 2011-03-29 | 2 | -55/+61 |
| * | src/*.c: Remove some additional unused parameters. | Juanma Barranquero | 2011-03-29 | 10 | -22/+31 |
| * | Don't reset post-command-hook to nil upon error. | Stefan Monnier | 2011-03-28 | 4 | -87/+174 |
| * | src/*.c: Remove unused parameters and other warnings. | Juanma Barranquero | 2011-03-28 | 6 | -188/+199 |
| * | Format doc and add customize for ns-auto-hide-menu-bar. | Jan Djärv | 2011-03-27 | 2 | -1/+6 |
| * | Introduce ns-auto-hide-menu-bar to hide menubar for Emacs frames. | Jan Djärv | 2011-03-27 | 2 | -1/+140 |
| * | * nsmenu.m (runDialogAt): Remove argument to timer_check. | Jan Djärv | 2011-03-27 | 2 | -2/+5 |
* | | * xdisp.c (try_window_reusing_current_matrix, x_produce_glyphs): | Paul Eggert | 2011-03-29 | 2 | -13/+8 |
* | | * window.c (shrink_windows): Omit unused local var. | Paul Eggert | 2011-03-28 | 2 | -5/+2 |
* | | * menu.c (digest_single_submenu): Omit unused local var. | Paul Eggert | 2011-03-28 | 2 | -2/+2 |
* | | * dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]: | Paul Eggert | 2011-03-28 | 2 | -2/+10 |
* | | * keyboard.c (read_key_sequence): Don't check last_real_key_start redundantly. | Paul Eggert | 2011-03-27 | 2 | -65/+70 |
* | | * keyboard.c (keyremap_step, read_key_sequence): Use size_t for sizes. | Paul Eggert | 2011-03-27 | 2 | -3/+4 |
* | | * keyboard.c (parse_modifiers_uncached, parse_modifiers): | Paul Eggert | 2011-03-27 | 2 | -4/+7 |
* | | * callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCA | Paul Eggert | 2011-03-27 | 2 | -24/+37 |
* | | * eval.c (Fbacktrace_frame): Don't assume nframes fits in int. | Paul Eggert | 2011-03-27 | 2 | -1/+2 |
* | | * eval.c (Fbacktrace): Don't assume nargs fits in int. | Paul Eggert | 2011-03-27 | 2 | -2/+5 |
* | | * syntax.c (scan_sexps_forward): Avoid pointer wraparound. | Paul Eggert | 2011-03-27 | 2 | -3/+5 |
* | | Merge from atest branch. | Paul Eggert | 2011-03-27 | 7 | -16/+35 |
|\ \ |
|
| * | | * keyboard.c (syms_of_keyboard): Use the same style as later | Paul Eggert | 2011-03-24 | 2 | -4/+8 |
| * | | * image.c (tiff_load): Fix off-by-one image count (Bug#8336). | Paul Eggert | 2011-03-24 | 2 | -3/+5 |
| * | | * xselect.c (x_check_property_data): Return correct size (Bug#8335). | Paul Eggert | 2011-03-23 | 2 | -4/+10 |
| * | | * xterm.c (x_make_frame_visible, same_x_server): Redo to avoid overflow | Paul Eggert | 2011-03-23 | 2 | -2/+5 |
| * | | * chartab.c (sub_char_table_ref_and_range): Redo to avoid overflow | Paul Eggert | 2011-03-23 | 2 | -3/+7 |
| * | | * term.c (produce_glyphless_glyph): Remove unnecessary test. | Paul Eggert | 2011-03-23 | 2 | -1/+3 |
| * | | * cm.c (calccost): Turn while-do into do-while, for clarity. | Paul Eggert | 2011-03-23 | 2 | -2/+6 |
* | | | * chartab.c (sub_char_table_ref_and_range): Redo for slight | Paul Eggert | 2011-03-27 | 2 | -3/+6 |
* | | | Merge from mainline. | Paul Eggert | 2011-03-26 | 16 | -40/+41 |
|\ \ \
| | |/
| |/| |
|
| * | | Remove (RET)SIGTYPE; it is identical to void on all supported systems. | Glenn Morris | 2011-03-26 | 15 | -39/+36 |
| * | | Call try_scrolling even if buffer's clip_changed flag is set. | Eli Zaretskii | 2011-03-26 | 2 | -1/+5 |
* | | | * keyboard.c, keyboard.h (num_input_events): Now size_t. | Paul Eggert | 2011-03-26 | 3 | -4/+8 |
* | | | Variadic C functions now count arguments with size_t, not int. | Paul Eggert | 2011-03-26 | 17 | -181/+208 |
* | | | * alloc.c (garbage_collect): Don't assume stack size fits in int. | Paul Eggert | 2011-03-25 | 2 | -13/+26 |
|/ / |
|
* | | src/*.c: Fix more warnings about unused parameters. | Juanma Barranquero | 2011-03-26 | 3 | -12/+14 |
* | | src/*.h: Remove unused parameters and functions. | Juanma Barranquero | 2011-03-26 | 8 | -92/+41 |
* | | Discard changes to buffer->clip_changed incurred during fontification. | Chong Yidong | 2011-03-25 | 2 | -0/+25 |
* | | src/*.c: Remove unused function parameters. | Juanma Barranquero | 2011-03-25 | 3 | -16/+20 |
* | | src/fileio.c: Move computation of encoded_absname inside `if'. | Juanma Barranquero | 2011-03-25 | 1 | -2/+1 |
* | | nt/*.c, src/*.c: Remove unused variables. | Juanma Barranquero | 2011-03-25 | 10 | -22/+40 |
* | | src/w32term.c (x_set_glyph_string_clipping): Don't pass uninitialized region ... | Juanma Barranquero | 2011-03-24 | 2 | -8/+9 |
* | | w32: Fix some warnings reported by -Wall -Wextra. | Juanma Barranquero | 2011-03-23 | 6 | -17/+36 |
* | | Use Frun_hooks rather than calling Vrun_hooks manually | Julien Danjou | 2011-03-23 | 13 | -92/+91 |
|/ |
|
* | Fix ChangeLog typo. | Glenn Morris | 2011-03-22 | 1 | -2/+2 |
* | Fix more problems found by GCC 4.5.2's static checks. | Paul Eggert | 2011-03-22 | 30 | -264/+378 |
|\ |
|
| * | Merge removals from trunk. | Paul Eggert | 2011-03-22 | 1 | -1400/+0 |
| * | Merge from mainline. | Paul Eggert | 2011-03-22 | 2 | -6/+13 |
| |\
| |/
|/| |
|
* | | Remove an apparently unnecessary XClearWindow call. | Chong Yidong | 2011-03-22 | 2 | -3/+12 |
| * | Add Bug# | Paul Eggert | 2011-03-22 | 1 | -1/+1 |