| Age | Commit message (Expand) | Author |
| 2011-10-12 | src/bidi.c (bidi_init_it): Initialize paragraph_dir to NEUTRAL_DIR. | Eli Zaretskii |
| 2011-10-11 | * alloc.c (Fgc_status): Do not access beyond zombies array | Dmitry Antipov |
| 2011-10-11 | * xdisp.c (set_cursor_from_row): Simplify conditionals, | Paul Eggert |
| 2011-10-11 | * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff. | Paul Eggert |
| 2011-10-11 | * src/lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR) | Andreas Schwab |
| 2011-10-11 | * minibuf.c (Finternal_complete_buffer): Fix last change. | Stefan Monnier |
| 2011-10-10 | * process.c (Fsignal_process): Simplify by avoiding a goto. | Paul Eggert |
| 2011-10-08 | Small callint.c fix. | Glenn Morris |
| 2011-10-08 | Fix cursor positioning in hscrolled lines with R2L characters. | Eli Zaretskii |
| 2011-10-08 | src/xdisp.c (hscroll_window_tree): Support hscroll in right-to-left lines. | Eli Zaretskii |
| 2011-10-08 | Fix bug #4426 with buffer_posn_from_coords when header line is present. | Eli Zaretskii |
| 2011-10-07 | Tidy up ChangeLog a bit. | Paul Eggert |
| 2011-10-07 | Merge from trunk. | Paul Eggert |
| 2011-10-07 | * src/buffer.c (syms_of_buffer) <enable-multibyte-characters>: Don't | Stefan Monnier |
| 2011-10-07 | Merge from trunk. | Paul Eggert |
| 2011-10-07 | Fix alignment-related core dump during GC. | Paul Eggert |
| 2011-10-06 | Merge from trunk. | Paul Eggert |
| 2011-10-06 | * alloc.c (mark_memory): Omit 3rd (offset) arg; caller changed. | Paul Eggert |
| 2011-10-06 | [ChangeLog] | Paul Eggert |
| 2011-10-03 | * src/keyboard.c (read_key_sequence_remapped): New var. | Stefan Monnier |
| 2011-10-01 | Merge from trunk. | Paul Eggert |
| 2011-10-02 | * lisp/pcomplete.el: Require comint. | Stefan Monnier |
| 2011-10-01 | * src/minibuf.c (Finternal_complete_buffer): Only show internal buffers if | Stefan Monnier |
| 2011-10-01 | Merge changes from emacs-23 | Chong Yidong |
| 2011-09-30 | * bytecode.c (unmark_byte_stack, exec_byte_code): use ptrdiff_t, not int. | Paul Eggert |
| 2011-09-30 | * buffer.c (Fmove_overlay): Delete an evaporating overlay | Paul Eggert |
| 2011-09-30 | Merge from trunk. | Paul Eggert |
| 2011-09-30 | * buffer.h (struct buffer): Use time_t, not int, for a time stamp. | Paul Eggert |
| 2011-09-30 | Merge from trunk. | Paul Eggert |
| 2011-09-30 | Remove dependency on glibc malloc internals. | Paul Eggert |
| 2011-09-30 | * nsterm.m (windowDidResize): Call x_set_window_size only when | Jan Djärv |
| 2011-09-30 | src/ChangeLog: Minor typos fixed. | Eli Zaretskii |
| 2011-09-30 | Port --enable-checking=all to Fedora 14 x86-64. | Paul Eggert |
| 2011-09-29 | Port --enable-checking=all to Fedora 14 x86. | Paul Eggert |
| 2011-09-29 | Fix the MSDOS build. | Eli Zaretskii |
| 2011-09-29 | * alloc.c: Do not assume sizeof (size_t) is a multiple of 8 | Paul Eggert |
| 2011-09-28 | Merge from trunk. | Paul Eggert |
| 2011-09-28 | Fix bug #9624 with crashes in Muse mode. | Eli Zaretskii |
| 2011-09-28 | Fix typos. | Juanma Barranquero |
| 2011-09-27 | Fix bug #9610 with slow cursor motion in buffers with invisible text. | Eli Zaretskii |
| 2011-09-27 | * coding.c (Ffind_operation_coding_system): Avoid subscript error. | Paul Eggert |
| 2011-09-27 | Merge from trunk. | Paul Eggert |
| 2011-09-27 | * xdisp.c (handle_display_spec, display_prop_string_p): Use ptrdiff_t, not int. | Paul Eggert |
| 2011-09-27 | * nsselect.m (clean_local_selection_data): Use ptrdiff_t, not int. | Paul Eggert |
| 2011-09-27 | * dispnew.c (Fframe_of_buffer_changed_p): Use ptrdiff_t, not int. | Paul Eggert |
| 2011-09-27 | * coding.c: Integer and buffer overflow fixes. | Paul Eggert |
| 2011-09-27 | * ccl.c (ccl_driver, Fregister_code_conversion_map): Check that Vcode_version... | Paul Eggert |
| 2011-09-27 | * lread.c (readevalloop): Use correct code for NBSP. | Andreas Schwab |
| 2011-09-26 | * floatfns.c (Fexpt): Avoid undefined signed * signed overflow. | Paul Eggert |
| 2011-09-26 | * cmds.c (internal_self_insert): Fix EMACS_INT type typo. | Paul Eggert |