| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Fcall_interactively): Use AREF. | Stefan Monnier | 2008-02-19 | 1 | -0/+4 |
| * | (font_unparse_xlfd): Don't ignore integer pixel size specs. | Stefan Monnier | 2008-02-18 | 1 | -0/+4 |
| * | (Fx_show_tip): Set string to " " if empty. | Jan Djärv | 2008-02-18 | 1 | -0/+4 |
| * | * simple.el (transient-mark-mode): Add an :init-value. | Dan Nicolaescu | 2008-02-17 | 1 | -0/+5 |
| * | Include xterm.h. | Kenichi Handa | 2008-02-17 | 1 | -0/+61 |
| * | (Finternal_char_font): Fix compilation warning. | Glenn Morris | 2008-02-16 | 1 | -0/+4 |
| * | (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP instead of | Eli Zaretskii | 2008-02-16 | 1 | -0/+4 |
| * | (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation warnings. | Eli Zaretskii | 2008-02-16 | 1 | -0/+5 |
| * | Don't set `args', it breaks gdb --args. | Dan Nicolaescu | 2008-02-15 | 1 | -0/+4 |
| * | (Finsert_file_contents): Adjust offsets when replacing | Stefan Monnier | 2008-02-14 | 1 | -0/+5 |
| * | *** empty log message *** | Juanma Barranquero | 2008-02-14 | 1 | -3/+4 |
| * | *** empty log message *** | Kenichi Handa | 2008-02-14 | 1 | -0/+5 |
| * | * coding.c (coding_set_destination): Use BEG_BYTE rather than hardcoding 1. | Stefan Monnier | 2008-02-12 | 1 | -0/+11 |
| * | (FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE) | Stefan Monnier | 2008-02-12 | 1 | -0/+5 |
| * | (casify_region): Only call after-change and composition | Stefan Monnier | 2008-02-12 | 1 | -0/+3 |
| * | (read_avail_input): Call Fdelete_terminal. | Stefan Monnier | 2008-02-12 | 1 | -0/+1 |
| * | (Fdelete_frame): Call Fdelete_terminal. | Stefan Monnier | 2008-02-12 | 1 | -0/+4 |
| * | (clone_per_buffer_values, reset_buffer_local_variables) | Stefan Monnier | 2008-02-11 | 1 | -0/+5 |
| * | (read_key_sequence): Don't pass args with side effects to AREF, | Juanma Barranquero | 2008-02-11 | 1 | -7/+11 |
| * | (${lispsource}international/charprop.el): Delete | Kenichi Handa | 2008-02-11 | 1 | -0/+3 |
| * | *** empty log message *** | Kenichi Handa | 2008-02-11 | 1 | -0/+5 |
| * | (Fdelete_terminal): Clean up the `force' path. | Stefan Monnier | 2008-02-11 | 1 | -0/+4 |
| * | * frame.c (Qnoelisp): New symbol. | Stefan Monnier | 2008-02-10 | 1 | -0/+7 |
| * | (struct Lisp_Misc_Any, struct Lisp_Marker) | Stefan Monnier | 2008-02-10 | 1 | -0/+7 |
| * | * s/gnu-linux.h: Remove support for non-ELF and linux-1.x. | Dan Nicolaescu | 2008-02-10 | 1 | -0/+6 |
| * | (ASET): Use AREF, not ASLOT. | Richard M. Stallman | 2008-02-10 | 1 | -0/+4 |
| * | (ASET): Check bounds. | Stefan Monnier | 2008-02-10 | 1 | -0/+4 |
| * | (mode-name): Doc fix. | Glenn Morris | 2008-02-10 | 1 | -0/+4 |
| * | (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 | 1 | -0/+24 |
| * | (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table instead of | Eli Zaretskii | 2008-02-09 | 1 | -0/+5 |
| * | * Makefile.in (REGEXP_IN_LIBC): Remove reference to obsolete | Dan Nicolaescu | 2008-02-09 | 1 | -0/+15 |
| * | * xfaces.c (Finternal_make_lisp_face): Use ASET. | Stefan Monnier | 2008-02-08 | 1 | -0/+1 |
| * | (Fkey_description): Move side effect outside of macro call. | Stefan Monnier | 2008-02-08 | 1 | -0/+2 |
| * | (add_command_key, parse_menu_item): Use ASET. | Stefan Monnier | 2008-02-08 | 1 | -0/+2 |
| * | (free_face_fontset): Use FONTSET_FROM_ID. | Stefan Monnier | 2008-02-08 | 1 | -0/+3 |
| * | (concat): Move side effect outside of macro call. | Stefan Monnier | 2008-02-08 | 1 | -0/+5 |
| * | (Fdelete_frame): If FORCE, don't call hooks. | Richard M. Stallman | 2008-02-08 | 1 | -0/+6 |
| * | Whitespace changes. | Romain Francoise | 2008-02-07 | 1 | -13/+13 |
| * | (USAGE3): Add --parent-id | Jan Djärv | 2008-02-07 | 1 | -0/+30 |
| * | (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)". | Jan Djärv | 2008-02-07 | 1 | -0/+4 |
| * | Use "do...while (0)", not "if (1)..else" in macro definitions. | Jan Djärv | 2008-02-07 | 1 | -0/+5 |
| * | Use "do...while (0)", not "if (1)..else" in macro definitions. | Jan Djärv | 2008-02-07 | 1 | -0/+10 |
| * | Jim Meyering <meyering at redhat.com> | Glenn Morris | 2008-02-07 | 1 | -0/+4 |
| * | * xselect.c (x_handle_dnd_message): | Stefan Monnier | 2008-02-07 | 1 | -4/+16 |
| * | *** empty log message *** | Kenichi Handa | 2008-02-07 | 1 | -0/+7 |
| * | * w32font.c (w32font_text_extents): Fill in lbearing metric. | Jason Rumney | 2008-02-06 | 1 | -0/+10 |
| * | *** empty log message *** | Kenichi Handa | 2008-02-06 | 1 | -0/+12 |
| * | Merge some "likewise"s. | Glenn Morris | 2008-02-06 | 1 | -219/+161 |
| * | Tidying: | Glenn Morris | 2008-02-06 | 1 | -667/+460 |