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