summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Miscellanous cleanups in preparation for the merge.old-branches/lexbind-newStefan Monnier2011-04-0123-194/+138
* Merge from trunkStefan Monnier2011-03-31170-2650/+5695
|\
| * * 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
| * Merge Gnus' changes.Gnus developers2011-03-3011-73/+174
| * * src/keyboard.c (Fexecute_extended_command): Do log the "suggest keyZachary Kanfer2011-03-302-3/+8
| * Change default type of open-protocol-stream.Chong Yidong2011-03-294-77/+94
| * Improve key bindings in edit-abbrevs-modeLeo Liu2011-03-302-4/+32
| * Fix more problems found by GCC 4.6.0's static checks.Paul Eggert2011-03-2932-358/+457
| |\
| | * * 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-2936-413/+727
| | |\ | | |/ | |/|
| * | * allout.el (allout-hide-by-annotation, allout-flag-region): ReduceKen Manheimer2011-03-293-3/+31
| * | src/scroll.c, src/w32.c: Trivial whitespace changes.Juanma Barranquero2011-03-292-55/+61
| * | Merge changes made in Gnus trunk.Gnus developers2011-03-294-2/+15
| * | Add to minibuffer-history if HISOTRY is nil in ido.elLeo Liu2011-03-292-1/+6
| * | * INSTALL.BZR: Tiny re-wording.Glenn Morris2011-03-281-1/+1
| * | 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-287-89/+187
| * | Place empty abbrev tables after nonempty ones when editingLeo Liu2011-03-282-2/+26
| * | src/*.c: Remove unused parameters and other warnings.Juanma Barranquero2011-03-286-188/+199
| * | * autogen/update_autogen: Pass -f to autoreconf.Glenn Morris2011-03-272-1/+3
| * | Make autogen.sh respect AUTOCONF etc.Glenn Morris2011-03-272-2/+16
| * | Format doc and add customize for ns-auto-hide-menu-bar.Jan Djärv2011-03-275-1/+14
| * | 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
| * | Auto-commit of generated files.Glenn Morris2011-03-262-42/+0
| | * * 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
| | * * etags.c (just_read_file): Remove dummy variable and simplify.Paul Eggert2011-03-282-4/+6
| | * * 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-2629-337/+388
| | |\ \ | | |/ / | |/| |
| * | | Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris2011-03-2622-61/+52