| Commit message (Expand) | Author | Age | Files | Lines |
| * | add parens in a defined statement | Adrian Robert | 2009-01-28 | 1 | -1/+1 |
| * | (font_for_char): Use assq_no_quit, not assoc_no_quit. | Kenichi Handa | 2009-01-28 | 2 | -2/+13 |
| * | (font_for_char): Use assq_no_quit, not assoc_no_quit. | Kenichi Handa | 2009-01-28 | 2 | -1/+5 |
| * | (concat): Check for string overflow (bug#1787). | Chong Yidong | 2009-01-27 | 1 | -0/+2 |
| * | * fns.c (concat): Check for string overflow (bug#1787). | Chong Yidong | 2009-01-27 | 1 | -0/+2 |
| * | (undo_limit, undo_strong_limit, Vundo_outer_limit): Quadruple undo | Chong Yidong | 2009-01-27 | 1 | -3/+3 |
| * | * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit): | Chong Yidong | 2009-01-27 | 1 | -0/+5 |
| * | (ftfont_has_char): If the arg FONT is a font-object, | Kenichi Handa | 2009-01-27 | 2 | -5/+26 |
| * | (struct xftfont_info): New member `index'. | Kenichi Handa | 2009-01-27 | 1 | -1/+2 |
| * | (struct font_driver): Fix comment for has_char. | Kenichi Handa | 2009-01-27 | 1 | -4/+4 |
| * | (font_for_char): Use assq_no_quit, not assoc_no_quit. | Kenichi Handa | 2009-01-27 | 1 | -2/+11 |
| * | (fontset_find_font): Fix handling of non-cons return | Chong Yidong | 2009-01-26 | 1 | -5/+1 |
| * | * fontset.c (fontset_find_font): Fix handling of non-cons return | Chong Yidong | 2009-01-26 | 1 | -0/+6 |
| * | (w32font_list_internal): Return quickly if registry is | Jason Rumney | 2009-01-26 | 2 | -78/+115 |
| * | Add bug references. | Juanma Barranquero | 2009-01-25 | 1 | -3/+3 |
| * | Add bug references. | Juanma Barranquero | 2009-01-25 | 1 | -5/+5 |
| * | Changes to remove Feval calls from GUI under NS. | Adrian Robert | 2009-01-25 | 6 | -80/+165 |
| * | (buffer_posn_from_coords): Use Fset_buffer instead of setting | Chong Yidong | 2009-01-25 | 1 | -3/+5 |
| * | * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of | Chong Yidong | 2009-01-25 | 1 | -0/+5 |
| * | (fontset_font): If we know there is no font, don't do any work. | Chong Yidong | 2009-01-24 | 1 | -1/+5 |
| * | * fontset.c (fontset_font): If we know there is no font, don't do any | Chong Yidong | 2009-01-24 | 1 | -0/+3 |
| * | (font_parse_xlfd): Handle patterns of length < 2. | Chong Yidong | 2009-01-24 | 1 | -2/+2 |
| * | * font.c (font_parse_xlfd): Handle patterns of length < 2. | Chong Yidong | 2009-01-24 | 1 | -0/+4 |
| * | fix comments in last change | Adrian Robert | 2009-01-23 | 1 | -8/+9 |
| * | * nsterm.m (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change... | Adrian Robert | 2009-01-23 | 2 | -50/+75 |
| * | * nsimage.m (setPixmapData:): Set to ignore image DPI. | Adrian Robert | 2009-01-23 | 2 | -0/+11 |
| * | * nsterm.m (EmacsView-readSelectionFromPasteboard:) (writeSelectionToPasteboa... | Adrian Robert | 2009-01-23 | 2 | -0/+32 |
| * | * emacs.c (ns_no_defaults): New declaration. (main): Use it. * nsterm.h (ns... | Adrian Robert | 2009-01-23 | 4 | -37/+62 |
| * | * emacs.c (main): Do fork+exec under --daemon in Cocoa. | Adrian Robert | 2009-01-23 | 2 | -0/+55 |
| * | (mark_stack): Use "flushw" instead of "ta 3" assembly call for | Chong Yidong | 2009-01-23 | 1 | -0/+4 |
| * | * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly | Chong Yidong | 2009-01-23 | 1 | -0/+5 |
| * | Fix typos. | Juanma Barranquero | 2009-01-22 | 1 | -5/+4 |
| * | Remove '23' comments that indicated code added during update from emacs-20 ->... | Adrian Robert | 2009-01-22 | 7 | -89/+77 |
| * | * nsfns.m (ns-read-file-name): Fix typo in assignment statement. | Adrian Robert | 2009-01-22 | 2 | -1/+3 |
| * | * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:): Display all ... | Adrian Robert | 2009-01-22 | 2 | -9/+19 |
| * | fix date in last commit | Adrian Robert | 2009-01-22 | 1 | -1/+1 |
| * | * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for ns_alternate_modifier... | Adrian Robert | 2009-01-22 | 2 | -1/+13 |
| * | (Vwrite_region_post_annotation_function) | Chong Yidong | 2009-01-22 | 1 | -65/+58 |
| * | * fileio.c (Vwrite_region_post_annotation_function) | Chong Yidong | 2009-01-22 | 1 | -0/+11 |
| * | * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on Tiger. ... | Adrian Robert | 2009-01-22 | 3 | -1/+10 |
| * | * nsimage.m (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color val... | Adrian Robert | 2009-01-21 | 3 | -8/+13 |
| * | fix typo in comment | Adrian Robert | 2009-01-21 | 1 | -1/+1 |
| * | * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window. (ns_font... | Adrian Robert | 2009-01-21 | 2 | -73/+9 |
| * | * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues. * nsterm.... | Adrian Robert | 2009-01-21 | 3 | -3/+25 |
| * | (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame. | Adrian Robert | 2009-01-21 | 2 | -1/+5 |
| * | * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore DPI. (Bug#1316) | Adrian Robert | 2009-01-21 | 2 | -1/+12 |
| * | * nsterm.m: (x_set_frame_alpha): Add prototype. (ns_fake_keydown, EmacsView-... | Adrian Robert | 2009-01-21 | 2 | -19/+67 |
| * | * nsmenu.m (NSMENUPROFILE): Change #if style. | Adrian Robert | 2009-01-21 | 2 | -6/+13 |
| * | (font_spec_from_name): Return Qnil if font name could not be parsed. | Chong Yidong | 2009-01-19 | 1 | -5/+11 |
| * | (Finternal_set_lisp_face_attribute, Fx_list_fonts): Check return value of fon... | Chong Yidong | 2009-01-19 | 1 | -5/+13 |