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