| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix typos. | Juanma Barranquero | 2009-02-13 | 1 | -2/+2 |
| * | (adjust_point_for_property): Allow stopping betwen two invisible areas. | Stefan Monnier | 2009-02-12 | 1 | -28/+25 |
| * | (check_face_name): Check for fake helv. (Bug#2275) | Jason Rumney | 2009-02-12 | 1 | -2/+6 |
| * | (x_display_pixel_height, x_display_pixel_width): | Jason Rumney | 2009-02-12 | 1 | -0/+4 |
| * | *** empty log message *** | Jason Rumney | 2009-02-12 | 1 | -0/+5 |
| * | (MAX_AUTO_COMPOSITION_LOOKBACK): New macro. | Kenichi Handa | 2009-02-12 | 1 | -0/+26 |
| * | Remove spurious semicolons. | Juanma Barranquero | 2009-02-11 | 1 | -0/+10 |
| * | Fix typos and add bug references. | Juanma Barranquero | 2009-02-11 | 1 | -3/+3 |
| * | (Fwrite_region): !NILP -> CONSP. | Stefan Monnier | 2009-02-11 | 1 | -0/+4 |
| * | (send_process): Properly relocate pointer into data | Andreas Schwab | 2009-02-10 | 1 | -0/+5 |
| * | (detect_coding_charset): Fix previous change. | Kenichi Handa | 2009-02-09 | 1 | -0/+4 |
| * | (w32_hide_hourglass): Handle case where frame | Jason Rumney | 2009-02-08 | 1 | -0/+5 |
| * | (unexec): Fix error message. | Andreas Schwab | 2009-02-07 | 1 | -0/+4 |
| * | * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event | Adrian Robert | 2009-02-07 | 1 | -0/+13 |
| * | (syms_of_coding) <translation-table-for-input>: Modify doc string to | Eli Zaretskii | 2009-02-07 | 1 | -0/+5 |
| * | * atimer.c (run_timers): Update pending_atimers. | Chong Yidong | 2009-02-07 | 1 | -0/+4 |
| * | * image.c (svg_load_image): Fix last change. | Chong Yidong | 2009-02-06 | 1 | -0/+2 |
| * | * xfns.c (Fx_create_frame): Signal an error if no font is | Chong Yidong | 2009-02-06 | 1 | -0/+5 |
| * | * character.c (syms_of_character) <script-representative-chars>: | Juanma Barranquero | 2009-02-05 | 1 | -0/+5 |
| * | * nsmenu.m (pop_down_menu): New function. | Adrian Robert | 2009-02-04 | 1 | -0/+19 |
| * | (Fwrite_region): Doc fix (mention annotate-functions). | Glenn Morris | 2009-02-04 | 1 | -0/+4 |
| * | (Fchar_charset): New optional arg restriction. | Kenichi Handa | 2009-02-04 | 1 | -0/+24 |
| * | (unexec): Handle unaligned bss offset. | Andreas Schwab | 2009-02-02 | 1 | -0/+4 |
| * | formatting in ChangeLog, wording change to comment in nsterm.m | Adrian Robert | 2009-02-02 | 1 | -0/+2 |
| * | * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30 | Adrian Robert | 2009-02-01 | 1 | -0/+8 |
| * | * dispnew.c (window_change_signal): Don't try to get the size of a | Dan Nicolaescu | 2009-01-30 | 1 | -0/+5 |
| * | (mark_stack): Properly conditionalize previous change. | Dan Nicolaescu | 2009-01-30 | 1 | -0/+4 |
| * | * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]: | Juanma Barranquero | 2009-01-30 | 1 | -0/+6 |
| * | (detect_eol, decode_eol): Handle text with DOS-style EOLs that also has | Eli Zaretskii | 2009-01-30 | 1 | -0/+5 |
| * | * atimer.c (run_timers, alarm_signal_handler): | Juanma Barranquero | 2009-01-30 | 1 | -0/+8 |
| * | * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP. | Chong Yidong | 2009-01-30 | 1 | -0/+8 |
| * | Rename pending_signals to msdos_pending_signals. | Eli Zaretskii | 2009-01-29 | 1 | -0/+5 |
| * | Fix last log entry: blockinput.h was not changed. | Chong Yidong | 2009-01-29 | 1 | -2/+0 |
| * | * keyboard.c (pending_signals): New var. | Chong Yidong | 2009-01-29 | 1 | -0/+25 |
| * | (xftfont_has_char): New function. | Kenichi Handa | 2009-01-29 | 1 | -0/+5 |
| * | * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define | Adrian Robert | 2009-01-29 | 1 | -0/+19 |
| * | (font_for_char): Use assq_no_quit, not assoc_no_quit. | Kenichi Handa | 2009-01-28 | 1 | -0/+2 |
| * | (font_for_char): Use assq_no_quit, not assoc_no_quit. | Kenichi Handa | 2009-01-28 | 1 | -0/+4 |
| * | * fns.c (concat): Check for string overflow (bug#1787). | Chong Yidong | 2009-01-27 | 1 | -0/+2 |
| * | * 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 | 1 | -0/+10 |
| * | * 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 | 1 | -0/+8 |
| * | 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 | 1 | -0/+27 |
| * | * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of | Chong Yidong | 2009-01-25 | 1 | -0/+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.c (font_parse_xlfd): Handle patterns of length < 2. | Chong Yidong | 2009-01-24 | 1 | -0/+4 |
| * | * nsterm.m (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change... | Adrian Robert | 2009-01-23 | 1 | -0/+3 |