| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 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 |
| * | * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts): | Chong Yidong | 2009-01-19 | 1 | -0/+8 |
| * | (Fsubstring): Doc fix. | Chong Yidong | 2009-01-19 | 1 | -5/+10 |
| * | * fns.c (Fsubstring): Doc fix. | Chong Yidong | 2009-01-19 | 1 | -0/+4 |
| * | (ftfont_lookup_cache): Check the return value of FcFontList. | Kenichi Handa | 2009-01-19 | 2 | -4/+11 |
| * | * dbusbind.c (Fdbus_register_signal): | Juanma Barranquero | 2009-01-18 | 4 | -12/+14 |
| * | * callproc.c (Fgetenv_internal): Doc fix. | Juanma Barranquero | 2009-01-18 | 2 | -7/+7 |
| * | (x_make_gc): Don't allocate stipple member for gc_values; it is not | Chong Yidong | 2009-01-16 | 1 | -5/+1 |
| * | * xfns.c (x_make_gc): Don't allocate stipple member for gc_values; it | Chong Yidong | 2009-01-16 | 1 | -0/+5 |
| * | (Ffont_variation_glyphs): Silence compiler. | Glenn Morris | 2009-01-16 | 2 | -1/+7 |
| * | * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility. | Juanma Barranquero | 2009-01-15 | 2 | -7/+12 |
| * | (detect_coding_system): Fix handling of null_byte_fount. | Kenichi Handa | 2009-01-15 | 2 | -2/+8 |
| * | *** empty log message *** | Jason Rumney | 2009-01-14 | 1 | -0/+5 |
| * | Fix previous changes. | Kenichi Handa | 2009-01-14 | 1 | -37/+35 |
| * | (TWO_MORE_BYTES): New macro. | Kenichi Handa | 2009-01-14 | 2 | -5/+57 |
| * | (x_set_font): Always store a font to the font parameter, | Jason Rumney | 2009-01-14 | 1 | -1/+1 |
| * | (Finternal_set_lisp_face_attribute): Revert last change. | Chong Yidong | 2009-01-13 | 1 | -11/+0 |
| * | (font_clear_prop): If clearing the family, clear the font width index | Chong Yidong | 2009-01-13 | 1 | -1/+7 |
| * | * font.c (font_clear_prop): If clearing the family, clear the font | Chong Yidong | 2009-01-13 | 1 | -0/+8 |
| * | * sound.c [WINDOWSNT] (SOUND_WARNING): New macro. | Juanma Barranquero | 2009-01-12 | 2 | -23/+44 |
| * | (read_char): Fix case where last_nonmenu_event | Martin Rudalics | 2009-01-12 | 2 | -2/+14 |
| * | (Finternal_set_lisp_face_attribute): If setting the family, clear the | Chong Yidong | 2009-01-12 | 1 | -0/+6 |
| * | * xfaces.c (Finternal_set_lisp_face_attribute): If setting the | Chong Yidong | 2009-01-12 | 1 | -0/+5 |
| * | (cmd_error_internal): Exit when errors occur before | Jason Rumney | 2009-01-11 | 2 | -12/+16 |
| * | Comment (fix header format). | Glenn Morris | 2009-01-10 | 1 | -1/+3 |
| * | Comment (add Author:, based on authors.el). | Glenn Morris | 2009-01-10 | 1 | -1/+4 |
| * | Comment (add Author:, based on ack.texi). | Glenn Morris | 2009-01-10 | 1 | -0/+3 |
| * | Comment (fix header format). | Glenn Morris | 2009-01-10 | 1 | -4/+4 |
| * | Fix typo. | Glenn Morris | 2009-01-10 | 1 | -1/+1 |
| * | Comment (add Author:, based on authors.el). | Glenn Morris | 2009-01-10 | 1 | -2/+3 |
| * | Comment (add author based on authors.el). | Glenn Morris | 2009-01-10 | 1 | -0/+3 |
| * | (pos_visible_p): When iterator stops on the last glyph | Chong Yidong | 2009-01-10 | 1 | -7/+42 |
| * | * xdisp.c (pos_visible_p): When iterator stops on the last glyph | Chong Yidong | 2009-01-10 | 1 | -0/+7 |
| * | Fix Bug #876: | Eli Zaretskii | 2009-01-10 | 2 | -11/+38 |
| * | (add_font_entity_to_list): Don't report unknown | Jason Rumney | 2009-01-09 | 2 | -8/+12 |
| * | Remove unused header | Jason Rumney | 2009-01-09 | 1 | -1/+0 |
| * | (Ffont_family_list): Return a list of strings, not symbols. | Chong Yidong | 2009-01-09 | 1 | -10/+5 |
| * | (Fx_font_family_list): Function deleted. Compatibility version moved | Chong Yidong | 2009-01-09 | 1 | -24/+0 |
| * | * xfaces.c (Fx_font_family_list): Function deleted. Compatibility | Chong Yidong | 2009-01-09 | 1 | -0/+8 |
| * | (x_set_frame_parameters): Remember requested value for | Martin Rudalics | 2009-01-09 | 2 | -7/+26 |