summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * coding.c: Remove vars that are set but not used.Paul Eggert2011-04-012-32/+19
* * bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove varPaul Eggert2011-04-012-1/+6
* Add Bug#.Paul Eggert2011-04-011-1/+1
* * print.c (print_object): Remove var that is set but not used.Paul Eggert2011-04-012-2/+4
* Fix dependencies.Paul Eggert2011-03-312-0/+3
* Replace two copies of readlink code with single gnulib version.Paul Eggert2011-03-315-57/+49
* src/xdisp.c (redisplay_internal): Fix prototype.Juanma Barranquero2011-03-312-7/+11
* Fix bug #6671 with recentering and other scrolling problems.Eli Zaretskii2011-03-312-31/+140
|\
| * Documentation parts of the scroll fix.Eli Zaretskii2011-03-302-1/+13
| * Fix off-by-one in scroll down aggressively.Eli Zaretskii2011-03-292-1/+8
| * Fix failures in try_scrolling when scrolling back.Eli Zaretskii2011-03-282-4/+16
| * Fix scrolling back with scroll-down-aggressively.Eli Zaretskii2011-03-272-9/+28
| * Fix scrolling with scroll-*-aggressively.Eli Zaretskii2011-03-272-1/+13
| * Fix bug #6671 with point position in the window when scrolling far away.Eli Zaretskii2011-03-262-7/+67
| * Don't scroll more than 100 lines in try_scrolling.Eli Zaretskii2011-03-262-10/+12
* | src/xdisp.c: Remove unused parameters.Juanma Barranquero2011-03-315-48/+56
* | * src/eval.c (struct backtrace): Don't cheat with negative numbers, but doStefan Monnier2011-03-302-50/+59
* | * src/bytecode.c (Fbyte_code): CAR and CDR can GC.Stefan Monnier2011-03-302-3/+26
* | * src/keyboard.c (Fexecute_extended_command): Do log the "suggest keyZachary Kanfer2011-03-302-3/+8
* | Fix more problems found by GCC 4.6.0's static checks.Paul Eggert2011-03-2930-354/+450
|\ \
| * | * unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]:Paul Eggert2011-03-292-0/+7
| * | * 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