| Commit message (Expand) | Author | Age | Files | Lines |
* | * character.c (syms_of_character) <script-representative-chars>: | Juanma Barranquero | 2009-02-05 | 2 | -2/+7 |
* | (Ffont_spec): Docstring modified. | Kenichi Handa | 2009-02-05 | 1 | -1/+2 |
* | (Vscript_representative_chars): Docstring modified. | Kenichi Handa | 2009-02-05 | 1 | -1/+2 |
* | missed committing this on last checkin | Adrian Robert | 2009-02-04 | 1 | -4/+0 |
* | * nsmenu.m (pop_down_menu): New function. | Adrian Robert | 2009-02-04 | 5 | -53/+83 |
* | (Fwrite_region): Doc fix (mention annotate-functions). | Glenn Morris | 2009-02-04 | 2 | -1/+8 |
* | (Fchar_charset): New optional arg restriction. | Kenichi Handa | 2009-02-04 | 2 | -5/+55 |
* | (coding_system_charset_list): Extern it. | Kenichi Handa | 2009-02-04 | 1 | -0/+1 |
* | (coding_system_charset_list): New function. | Kenichi Handa | 2009-02-04 | 1 | -0/+33 |
* | Include coding.h and termhooks.h. | Kenichi Handa | 2009-02-04 | 1 | -9/+36 |
* | (encode_terminal_code): Fix handling of composition. | Kenichi Handa | 2009-02-04 | 1 | -11/+16 |
* | (composite.o): Depends on frame.h and termhooks.h. | Kenichi Handa | 2009-02-04 | 1 | -2/+2 |
* | (unexec): Handle unaligned bss offset. | Andreas Schwab | 2009-02-02 | 2 | -17/+30 |
* | formatting in ChangeLog, wording change to comment in nsterm.m | Adrian Robert | 2009-02-02 | 2 | -2/+4 |
* | * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30 | Adrian Robert | 2009-02-01 | 4 | -23/+41 |
* | * dispnew.c (window_change_signal): Don't try to get the size of a | Dan Nicolaescu | 2009-01-30 | 3 | -1/+23 |
* | (mark_stack): Properly conditionalize previous change. | Dan Nicolaescu | 2009-01-30 | 2 | -1/+6 |
* | * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]: | Juanma Barranquero | 2009-01-30 | 3 | -12/+6 |
* | (detect_eol, decode_eol): Handle text with DOS-style EOLs that also has | Eli Zaretskii | 2009-01-30 | 2 | -8/+35 |
* | * atimer.c (run_timers, alarm_signal_handler): | Juanma Barranquero | 2009-01-30 | 6 | -1/+33 |
* | (Vtemp_file_name_pattern): Remove DEFVAR_LISP. | Chong Yidong | 2009-01-30 | 1 | -40/+34 |
* | * 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 | 2 | -5/+10 |
* | Fix last log entry: blockinput.h was not changed. | Chong Yidong | 2009-01-29 | 1 | -2/+0 |
* | (QUIT): Check pending_signals instead of interrupt_input_pending. Use | Chong Yidong | 2009-01-29 | 1 | -4/+4 |
* | (w32_console_read_socket): Update pending_signals. | Chong Yidong | 2009-01-29 | 1 | -0/+2 |
* | (w32_read_socket): Update pending_signals. | Chong Yidong | 2009-01-29 | 1 | -0/+2 |
* | (XTread_socket): Update pending_signals. | Chong Yidong | 2009-01-29 | 1 | -0/+2 |
* | (wait_reading_process_output): Use process_pending_signals. | Chong Yidong | 2009-01-29 | 1 | -6/+1 |
* | (pending_signals): New var. | Chong Yidong | 2009-01-29 | 1 | -2/+23 |
* | (run_timers, alarm_signal_handler): Update pending_signals. | Chong Yidong | 2009-01-29 | 1 | -2/+9 |
* | (emacs_write): Use process_pending_signals. | Chong Yidong | 2009-01-29 | 1 | -4/+1 |
* | * keyboard.c (pending_signals): New var. | Chong Yidong | 2009-01-29 | 1 | -0/+25 |
* | (xftfont_has_char): New function. | Kenichi Handa | 2009-01-29 | 2 | -0/+22 |
* | * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define | Adrian Robert | 2009-01-29 | 1 | -0/+19 |
* | * image.c (svg_load_image): Don't right-shift background RGB when | Adrian Robert | 2009-01-29 | 1 | -7/+7 |
* | * nsterm.m (ns_confirm_quit): New variable. | Adrian Robert | 2009-01-29 | 1 | -26/+39 |
* | * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define | Adrian Robert | 2009-01-29 | 1 | -4/+8 |
* | 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 |