| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make it possible to C-g in a tight bytecode loop again (bug#5680). | Stefan Monnier | 2010-03-05 | 3 | -17/+12 |
| | | | | | | | * lisp.h (ELSE_PENDING_SIGNALS): New macro. (QUIT): Use it to consolidate code and remove redundancy. * bytecode.c (BYTE_CODE_QUIT): Use it as well. | ||||
| * | * regex.c (regex_compile): Setup gl_state as well. | Stefan Monnier | 2010-03-05 | 2 | -0/+9 |
| | | |||||
| * | (skip_chars): Setup gl_state (bug#3823). | Stefan Monnier | 2010-03-05 | 2 | -1/+12 |
| | | | | | (in_classes): Use CONSP before XCAR/XCDR. | ||||
| * | Fix keyboard macro key lookup (Bug#5481). | Chong Yidong | 2010-03-03 | 2 | -18/+24 |
| | | | | | | | | | | * src/keymap.c (Fwhere_is_internal): Use Fequal to compare definitions, so that keyboard macros are correctly handled (Bug#5481). * lisp/macros.el (insert-kbd-macro): Look up keyboard macro using the definition, not the name (Bug#5481). | ||||
| * | (emacs_mule_char): Fix a typo in commentary. | Eli Zaretskii | 2010-03-02 | 1 | -1/+1 |
| | | |||||
| * | Fix bug in decoding emacs-mule encoding. | Eli Zaretskii | 2010-03-02 | 2 | -1/+26 |
| | | | | | | | | coding.c (decode_coding_emacs_mule): Fixup pointers to buffer text that could be relocated inside the call to emacs_mule_char. (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR. (CODING_DECODE_CHAR): Add a comment describing its purpose. | ||||
| * | Fix handling of the multibyte form of raw-bytes in unibyte->multibyte ↵ | Kenichi Handa | 2010-03-02 | 2 | -5/+16 |
| | | | | | conversion. | ||||
| * | buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte form of ↵ | Kenichi Handa | 2010-03-02 | 2 | -1/+8 |
| | | | | | raw-bytes. | ||||
| * | Fix use of unitialized memory. | Chong Yidong | 2010-02-28 | 2 | -0/+10 |
| | | | | | | | * charset.c (load_charset_map_from_file) (load_charset_map_from_vector): Zero out allocated charset_map_entries before using them. | ||||
| * | * w32uniscribe.c (uniscribe_check_otf): Fix length check. | Andreas Schwab | 2010-02-27 | 2 | -1/+5 |
| | | |||||
| * | Addendum to last patch: add "Medium" GTK font name keyword. | Chong Yidong | 2010-02-26 | 2 | -2/+8 |
| | | |||||
| * | Recognize more keywords in GTK font names (Bug#5646). | Chong Yidong | 2010-02-26 | 2 | -0/+23 |
| | | | | | | * font.c (font_parse_fcname): Recognize "Book", "Condensed", and "Semi-Condensed" keywords in GTK names (Bug#5646). | ||||
| * | Fix Myanmar OTF support | Kenichi Handa | 2010-02-26 | 2 | -9/+11 |
| | | |||||
| * | from trunk | Kenichi Handa | 2010-02-26 | 2 | -2/+7 |
| |\ | |||||
| | * | * nsfont.m (nsfont_draw): ns_antialias_text should be a Lisp_Object (Bug#4736). | Chong Yidong | 2010-02-25 | 2 | -2/+7 |
| | | | |||||
| * | | xdisp.c (reseat_to_string): Fix previous change. | Kenichi Handa | 2010-02-26 | 2 | -1/+5 |
| |/ | |||||
| * | xdisp.c (reseat_to_string): Fix previous change (bug#5609). | Kenichi Handa | 2010-02-25 | 2 | -2/+11 |
| | | |||||
| * | Move declarations before statements. | Jan Djärv | 2010-02-24 | 3 | -29/+25 |
| | | | | | | | | | | | | * xterm.c (XTflash): Move declarations before statements. * gtkutil.c (xg_get_gdk_display): Remove (unused). (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets) (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb) (xg_create_tool_bar): Remove unused variables. (x_wm_set_size_hint): Move declarations before statements. (xg_create_frame_widgets): Remove variable grav, | ||||
| * | * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518). | Chong Yidong | 2010-02-21 | 2 | -0/+10 |
| | | |||||
| * | term.c, dispextern.h: Fix stale comments. | Eli Zaretskii | 2010-02-19 | 2 | -4/+5 |
| | | |||||
| * | (fatal): Add a final \n if needed (bug#5596). | Stefan Monnier | 2010-02-18 | 2 | -5/+11 |
| | | |||||
| * | * fileio.c: Comment fix. | Glenn Morris | 2010-02-18 | 1 | -2/+3 |
| | | |||||
| * | * nsterm.m (ns_ring_bell): Revert last change (Bug#5569). | Chong Yidong | 2010-02-18 | 2 | -50/+19 |
| | | |||||
| * | * callint.c (Finteractive): Doc fix. | Glenn Morris | 2010-02-17 | 2 | -1/+5 |
| | | |||||
| * | Fix handling of CODING_RESULT_INSUFFICIENT_DST. | Kenichi Handa | 2010-02-18 | 2 | -1/+13 |
| | | |||||
| * | Fix the ccl decoder for the case that the output buffer is fullfilled. | Kenichi Handa | 2010-02-17 | 3 | -32/+33 |
| | | |||||
| * | Fix typos in comments. | Juanma Barranquero | 2010-02-14 | 1 | -1/+1 |
| | | |||||
| * | xterm.c (XTflash): Use Gdk-routines if USE_GTK so scroll bars doesn't get | Jan Djärv | 2010-02-13 | 2 | -2/+25 |
| | | | | | overdrawn. | ||||
| * | xterm.c (x_clear_frame_area): Cal gtk_widget_queue_draw if USE_GTK, | Jan Djärv | 2010-02-13 | 2 | -0/+10 |
| | | | | | bug #5571. | ||||
| * | Fix typos. | Juanma Barranquero | 2010-02-11 | 1 | -6/+6 |
| | | |||||
| * | Fix for bug#5512, don't rely on SIGIO alone. | Jan Djärv | 2010-02-10 | 2 | -21/+53 |
| | | | | | | | | | | | | | (x_session_initialize): Move initialization of ice_fd and doing_interact here. (ice_connection_closed): New function. (x_session_check_input, smc_die_CB, ice_io_error_handler) (ice_conn_watch_CB, x_session_close): Call ice_connection_closed. (x_session_check_input): Call IceCloseConnection if IceProcessMessages returns I/O error. (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd, bug #5512. | ||||
| * | * ChangeLog: Mark tiny change. | Glenn Morris | 2010-02-08 | 1 | -1/+1 |
| | | |||||
| * | * nsfont.m (nsfont_open): The system's value for the font descent | Chong Yidong | 2010-02-08 | 2 | -3/+10 |
| | | | | | is negative, so round it down to avoid clipping. | ||||
| * | Credit Vivek Dasmohapatra for suggesting the last change. | Chong Yidong | 2010-02-06 | 1 | -1/+1 |
| | | |||||
| * | * charset.c (load_charset_map_from_file) | Chong Yidong | 2010-02-06 | 2 | -11/+28 |
| | | | | | | (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA instead of xmalloc (Bug#5526). | ||||
| * | Fix for Bug#5526. | Chong Yidong | 2010-02-04 | 2 | -1/+8 |
| | | | | | | | * charset.c (load_charset_map_from_file): Allocate large charset_map_entries structure on the heap rather than the stack. (Bug#5526). | ||||
| * | Add bug#. | Kenichi Handa | 2010-01-31 | 1 | -1/+1 |
| | | |||||
| * | from trunk | Kenichi Handa | 2010-01-31 | 2 | -10/+15 |
| |\ | |||||
| | * | * nsterm.m (ns_defined_color): Block input. Suggested by Mike | Chong Yidong | 2010-01-31 | 2 | -10/+15 |
| | | | | | | | | | <deactivated@gmail.com> (Bug#3605). | ||||
| * | | font.c (font_parse_xlfd): If FONT is a font-entity and pixel size in NAME is ↵ | Kenichi Handa | 2010-01-31 | 2 | -0/+7 |
| |/ | | | | invalid, return -1. | ||||
| * | * fileio.c (Frename_file): Correctly rename symlinks to directories (Bug#5496). | Chong Yidong | 2010-01-30 | 2 | -1/+11 |
| | | |||||
| * | src/config.in: Regenerate. | Chong Yidong | 2010-01-30 | 1 | -0/+3 |
| | | |||||
| * | * nsterm.m (ns_ring_bell): Handle visible bell like X. | Chong Yidong | 2010-01-30 | 2 | -15/+54 |
| | | |||||
| * | * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning. | Andreas Schwab | 2010-01-30 | 2 | -2/+6 |
| | | |||||
| * | Change default XFT font to 10pt, and default frame height to 35 rows (Bug#3643). | Chong Yidong | 2010-01-29 | 3 | -2/+9 |
| | | | | | | | | * frame.c (DEFAULT_ROWS): Change default to 35. * xfns.c (x_default_font_parameter): Change default XFT font to monospace-10 (Bug#3643). | ||||
| * | w32inevt.c (key_event): Remove unnecessary comparison of | Eli Zaretskii | 2010-01-29 | 2 | -1/+6 |
| | | | | | event->uChar.AsciiChar with 128. | ||||
| * | * fileio.c (Frename_file): Fix last change (Bug#5487). | Chong Yidong | 2010-01-28 | 2 | -2/+4 |
| | | |||||
| * | Fixes for NetBSD (Bug#4629, Bug#2072). | Chong Yidong | 2010-01-28 | 3 | -5/+7 |
| | | | | | | | * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu. * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629). | ||||
| * | Add bug number to recent change. | Jason Rumney | 2010-01-28 | 1 | -1/+1 |
| | | |||||
| * | xfns.c (Fx_create_frame): Remove window size matching code from | Jan Djärv | 2010-01-28 | 2 | -146/+7 |
| | | | | | | 2010-01-15. (x_get_current_desktop, x_get_desktop_workarea): Remove | ||||