| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 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 |
| * | Move some out-of-place entries. | Glenn Morris | 2008-02-06 | 1 | -12/+12 |
| * | Remove "sync with head" entries brought in by unicode merge. | Glenn Morris | 2008-02-06 | 1 | -153/+6 |
| * | * process.c (Fstart_process): | Stefan Monnier | 2008-02-06 | 1 | -0/+4 |
| * | (check_gstring): Use them and AREF to access the vector before | Stefan Monnier | 2008-02-06 | 1 | -0/+4 |
| * | (enum lgstring_indices, enum lglyph_indices): New enums. | Stefan Monnier | 2008-02-06 | 1 | -0/+3 |
| * | (Fcompose_region_internal, Fcompose_string_internal): Declare. | Stefan Monnier | 2008-02-06 | 1 | -75/+61 |
| * | (make_sub_char_table): Remove noop-yet-incorrect statement. | Stefan Monnier | 2008-02-06 | 1 | -0/+4 |
| * | (w32font_open_internal): Fill min_width with tmAveCharWidth. | Jason Rumney | 2008-02-05 | 1 | -0/+5 |
| * | *** empty log message *** | Kenichi Handa | 2008-02-05 | 1 | -0/+4 |
| * | Revert 2008-02-01 change to src/xfaces.c by cyd@stupidchicken.com | Miles Bader | 2008-02-05 | 1 | -0/+6 |
| * | (w32font_open_internal): Use xmalloc, xrealloc, xfree. | Jason Rumney | 2008-02-04 | 1 | -0/+1 |
| * | (Ffontset_info): Handle the case of inhibitting the | Kenichi Handa | 2008-02-04 | 1 | -0/+19 |
| * | (w32font_open_internal): Use font_unparse_fcname to set full_name. | Jason Rumney | 2008-02-04 | 1 | -0/+5 |
| * | (OBJ1): Include font.o here. | Jason Rumney | 2008-02-03 | 1 | -0/+5 |
| * | *** empty log message *** | Jason Rumney | 2008-02-02 | 1 | -6/+1 |
| * | Remove conflict marker and merged entries about re-generating config.in. | Glenn Morris | 2008-02-02 | 1 | -5/+0 |
| * | Adjust dates of unicode merge entries to UTC. | Glenn Morris | 2008-02-02 | 1 | -424/+424 |
| * | (SRC): Define earlier. | Jason Rumney | 2008-02-02 | 1 | -0/+9 |
| * | *** empty log message *** | Jason Rumney | 2008-02-01 | 1 | -0/+6 |
| * | (shortlisp): Update for rename of | Andreas Schwab | 2008-02-01 | 1 | -0/+6 |
| * | * xfaces.c (get_lface_attributes): Function deleted. | Chong Yidong | 2008-02-01 | 1 | -0/+7 |
| * | Merge ChangeLog.unicode files into ChangeLogs | Miles Bader | 2008-02-01 | 1 | -0/+5355 |