| Commit message (Expand) | Author | Age | Files | Lines |
| * | (smerge-auto-combine-max-separation): New var. | Stefan Monnier | 2008-02-13 | 4 | -36/+40 |
| * | * coding.c (coding_set_destination): Use BEG_BYTE rather than hardcoding 1. | Stefan Monnier | 2008-02-12 | 7 | -36/+48 |
| * | (scan_lists): Follow coding convention. | Stefan Monnier | 2008-02-12 | 1 | -7/+14 |
| * | (FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE) | Stefan Monnier | 2008-02-12 | 2 | -9/+18 |
| * | Update copyrights. | Stefan Monnier | 2008-02-12 | 2 | -2/+2 |
| * | (casify_region): Only call after-change and composition | Stefan Monnier | 2008-02-12 | 2 | -10/+15 |
| * | (read_avail_input): Call Fdelete_terminal. | Stefan Monnier | 2008-02-12 | 2 | -4/+6 |
| * | (Fdelete_frame): Call Fdelete_terminal. | Stefan Monnier | 2008-02-12 | 2 | -4/+8 |
| * | (clone_per_buffer_values, reset_buffer_local_variables) | Stefan Monnier | 2008-02-11 | 2 | -4/+17 |
| * | (mark_buffer): Comment fix to clarify the status of Lisp fields. | Stefan Monnier | 2008-02-11 | 1 | -0/+2 |
| * | (struct buffer): Comment fix to clarify the status of Lisp fields. | Stefan Monnier | 2008-02-11 | 1 | -2/+4 |
| * | (read_key_sequence): Don't pass args with side effects to AREF, | Juanma Barranquero | 2008-02-11 | 2 | -9/+14 |
| * | (push_submenu_start, push_submenu_end, push_left_right_boundary, push_menu_pane, | Juanma Barranquero | 2008-02-11 | 1 | -14/+17 |
| * | (${lispsource}international/charprop.el): Delete | Kenichi Handa | 2008-02-11 | 2 | -10/+3 |
| * | *** empty log message *** | Kenichi Handa | 2008-02-11 | 1 | -0/+5 |
| * | (boyer_moore): Fix incorrect synching of the trunk and | Kenichi Handa | 2008-02-11 | 1 | -2/+2 |
| * | (Fdelete_frame): Fix stupid typo. | Stefan Monnier | 2008-02-11 | 1 | -1/+1 |
| * | (Fdelete_terminal): Clean up the `force' path. | Stefan Monnier | 2008-02-11 | 2 | -9/+14 |
| * | Regenerate. | Glenn Morris | 2008-02-11 | 1 | -3/+0 |
| * | * frame.c (Qnoelisp): New symbol. | Stefan Monnier | 2008-02-10 | 5 | -6/+18 |
| * | (struct Lisp_Misc_Any, struct Lisp_Marker) | Stefan Monnier | 2008-02-10 | 2 | -6/+13 |
| * | * s/gnu-linux.h: Remove support for non-ELF and linux-1.x. | Dan Nicolaescu | 2008-02-10 | 3 | -71/+6 |
| * | (ASET): Use AREF, not ASLOT. | Richard M. Stallman | 2008-02-10 | 2 | -1/+5 |
| * | (ASET): Check bounds. | Stefan Monnier | 2008-02-10 | 2 | -1/+9 |
| * | (mode-name): Doc fix. | Glenn Morris | 2008-02-10 | 2 | -1/+6 |
| * | (find-word-boundary-function-table): Add missing entry for this | Glenn Morris | 2008-02-10 | 1 | -1/+9 |
| * | * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code | Dan Nicolaescu | 2008-02-09 | 19 | -202/+46 |
| * | (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table instead of | Eli Zaretskii | 2008-02-09 | 2 | -1/+6 |
| * | * Makefile.in (REGEXP_IN_LIBC): Remove reference to obsolete | Dan Nicolaescu | 2008-02-09 | 4 | -100/+29 |
| * | * xfaces.c (Finternal_make_lisp_face): Use ASET. | Stefan Monnier | 2008-02-08 | 2 | -4/+5 |
| * | (Fkey_description): Move side effect outside of macro call. | Stefan Monnier | 2008-02-08 | 2 | -1/+3 |
| * | (add_command_key, parse_menu_item): Use ASET. | Stefan Monnier | 2008-02-08 | 2 | -27/+28 |
| * | (free_face_fontset): Use FONTSET_FROM_ID. | Stefan Monnier | 2008-02-08 | 2 | -2/+5 |
| * | (concat): Move side effect outside of macro call. | Stefan Monnier | 2008-02-08 | 2 | -3/+14 |
| * | (Fdelete_frame): If FORCE, don't call hooks. | Richard M. Stallman | 2008-02-08 | 2 | -4/+24 |
| * | Whitespace changes. | Romain Francoise | 2008-02-07 | 1 | -13/+13 |
| * | (USAGE3): Add --parent-id | Jan Djärv | 2008-02-07 | 2 | -0/+32 |
| * | (Fx_create_frame): Do not override the explicitly set parent | Jan Djärv | 2008-02-07 | 1 | -4/+8 |
| * | (xg_create_frame_widgets): If frame is embedded, call | Jan Djärv | 2008-02-07 | 1 | -1/+5 |
| * | (struct x_display_info): Add AtomXatom_XEMBED. | Jan Djärv | 2008-02-07 | 1 | -0/+63 |
| * | (x_detect_focus_change): Handle embed client message. | Jan Djärv | 2008-02-07 | 1 | -5/+94 |
| * | (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)". | Jan Djärv | 2008-02-07 | 2 | -2/+6 |
| * | Use "do...while (0)", not "if (1)..else" in macro definitions. | Jan Djärv | 2008-02-07 | 2 | -10/+15 |
| * | Use "do...while (0)", not "if (1)..else" in macro definitions. | Jan Djärv | 2008-02-07 | 3 | -6/+16 |
| * | Jim Meyering <meyering at redhat.com> | Glenn Morris | 2008-02-07 | 2 | -4/+4 |
| * | * xselect.c (x_handle_dnd_message): | Stefan Monnier | 2008-02-07 | 8 | -53/+68 |
| * | *** empty log message *** | Kenichi Handa | 2008-02-07 | 1 | -0/+7 |
| * | (ftxfont_open): Don't set | Kenichi Handa | 2008-02-07 | 1 | -0/+8 |
| * | (ftfont_open): Fix previous change. | Kenichi Handa | 2008-02-07 | 1 | -1/+1 |
| * | * w32font.c (w32font_text_extents): Fill in lbearing metric. | Jason Rumney | 2008-02-06 | 3 | -11/+63 |