| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert non-significant part of 2007-04-02T09:21:26Z!lekktu@gmail.com. | Juanma Barranquero | 2007-04-03 | 1 | -59/+66 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2007-04-03 | 1 | -0/+4 |
| | | |||||
| * | (xg_update_menubar): Call g_list_next after moving | Jan Djärv | 2007-04-03 | 1 | -0/+5 |
| | | | | | menu bar item. | ||||
| * | (Fprin1_to_string): Use macro SPECPDL_INDEX. | Juanma Barranquero | 2007-04-02 | 1 | -67/+64 |
| | | |||||
| * | * keymap.c (Fcommand_remapping): New optional argument. | Chong Yidong | 2007-04-01 | 1 | -2/+5 |
| | | | | | | | | (where_is_internal): Use new keymaps argument. (Fkey_binding): Caller changed. * keyboard.c (command_loop_1): Caller changed. | ||||
| * | * keymap.c (where_is_internal): Scan provided keymaps for command | Chong Yidong | 2007-04-01 | 1 | -0/+5 |
| | | | | | remappings rather than calling Fcommand_remapping. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2007-03-31 | 1 | -0/+4 |
| | | |||||
| * | * undo.c (Fprimitive_undo): Give clearer error message when trying to | Chong Yidong | 2007-03-30 | 1 | -0/+5 |
| | | | | | change text properties outside accessible part of buffer. | ||||
| * | *** empty log message *** | Kim F. Storm | 2007-03-29 | 1 | -0/+7 |
| | | |||||
| * | (Fset_buffer_major_mode): Check that BUFFER is valid. | Juanma Barranquero | 2007-03-29 | 1 | -0/+2 |
| | | |||||
| * | (Fformat_network_address): Return nil when the | Juanma Barranquero | 2007-03-29 | 1 | -0/+5 |
| | | | | | argument vector contains invalid values. | ||||
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2007-03-28 | 1 | -0/+12 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2007-03-27 | 1 | -21/+20 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2007-03-27 | 1 | -6/+12 |
| | | |||||
| * | *** empty log message *** | Glenn Morris | 2007-03-27 | 1 | -0/+9 |
| | | |||||
| * | (create_text_encoding_info_alist): Move assignments | YAMAMOTO Mitsuharu | 2007-03-26 | 1 | -0/+14 |
| | | | | | | | outside predicate macros. (mac_initialize_display_info) [MAC_OSX]: dpyinfo->height and dpyinfo->width are those of whole screen. | ||||
| * | (sigchld_handler): Delay by 1ms instead of 1s to | Sam Steingold | 2007-03-26 | 1 | -0/+5 |
| | | | | | alleviate sluggishness (the original problem is still fixed). | ||||
| * | *** empty log message *** | Kim F. Storm | 2007-03-25 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2007-03-24 | 1 | -0/+6 |
| | | |||||
| * | * editfns.c (Ftranspose_regions): Use set_text_properties_1 | Chong Yidong | 2007-03-24 | 1 | -0/+5 |
| | | | | | instead of Fset_text_properties to avoid GC. Signal after change. | ||||
| * | (Fx_show_tip): Doc fix. | Eli Zaretskii | 2007-03-24 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2007-03-23 | 1 | -0/+5 |
| | | |||||
| * | * widget.c (EmacsFrameSetCharSize): Catch X errors. | Chong Yidong | 2007-03-22 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2007-03-22 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2007-03-20 | 1 | -0/+34 |
| | | |||||
| * | *** empty log message *** | Glenn Morris | 2007-03-19 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2007-03-19 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2007-03-19 | 1 | -6/+7 |
| | | |||||
| * | * image.c (pbm_load): Signal error for invalid image size. | Chong Yidong | 2007-03-18 | 1 | -0/+4 |
| | | |||||
| * | (redisplay_internal, note_mouse_highlight): Check | YAMAMOTO Mitsuharu | 2007-03-18 | 1 | -0/+12 |
| | | | | | popup_activated for MAC_OS. | ||||
| * | Restore stuff accidentally deleted in 2007-03-17T23:44:01Z!storm@cua.dk. | Juanma Barranquero | 2007-03-18 | 1 | -0/+9 |
| | | |||||
| * | (syms_of_buffer) <buffer-display-table>: Doc fix. | Juanma Barranquero | 2007-03-18 | 1 | -9/+5 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2007-03-17 | 1 | -0/+4 |
| | | |||||
| * | * xdisp.c (try_window_id): Increment matrix positions if the | Chong Yidong | 2007-03-17 | 1 | -0/+5 |
| | | | | | buffer's byte count has increased, but not the character count. | ||||
| * | * lisp.h: Declare check_obarray. | Chong Yidong | 2007-03-17 | 1 | -0/+8 |
| | | | | | | | * process.c (Fdelete_process): Properly handle deletion of first element of deleted_pid_list. (create_process): Declare pid as pid_t. | ||||
| * | * process.c (sigchld_handler): Change type of pid to pid_t. | Chong Yidong | 2007-03-17 | 1 | -0/+10 |
| | | | | | | | | | | Scan deleted_pid_list explicitly to avoid using Fmember which don't know about mark bits and make_fixnum_or_float which may malloc. Reported by Andreas Schwab. * keyboard.c (read_key_sequence): Store original event into keybuf when replaying sequence with local keymap(s) from string. | ||||
| * | (sigchld_handler): Sleep before wait3 to avoid a busyloop. | Sam Steingold | 2007-03-11 | 1 | -0/+4 |
| | | |||||
| * | (Fx_server_vendor): Change vendor string to "Apple Inc.". | YAMAMOTO Mitsuharu | 2007-03-11 | 1 | -0/+4 |
| | | |||||
| * | [USE_CARBON_EVENTS] (mac_handle_mouse_event): Ignore | YAMAMOTO Mitsuharu | 2007-03-10 | 1 | -0/+5 |
| | | | | | mouse wheel movement on title bar or tool bar. | ||||
| * | * keyboard.c (help_form_saved_window_configs): New var. | Chong Yidong | 2007-03-10 | 1 | -0/+7 |
| | | | | | | | (read_char_help_form_unwind): New function. (read_char): Don't restore window configuration if a mouse click arrives while the help form is being displayed. | ||||
| * | *** empty log message *** | Kim F. Storm | 2007-03-10 | 1 | -0/+5 |
| | | |||||
| * | (handle_one_xevent): Ignore buttons > 3 for the tool bar. | Jan Djärv | 2007-03-09 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2007-03-09 | 1 | -1/+5 |
| | | |||||
| * | (syms_of_keyboard): Doc fix. | Richard M. Stallman | 2007-03-08 | 1 | -0/+4 |
| | | |||||
| * | * minibuf.c (Ftry_completion): Don't short circuit if | Chong Yidong | 2007-03-08 | 1 | -0/+5 |
| | | | | | completion-ignore-case is non-nil. | ||||
| * | (XTset_vertical_scroll_bar) [MAC_OSX]: Don't show scroll | YAMAMOTO Mitsuharu | 2007-03-07 | 1 | -0/+8 |
| | | | | | bar if its width is smaller than that of Aqua small scroll bar. | ||||
| * | (read_minibuf): Bind inhibit-read-only a bit longer so as | Stefan Monnier | 2007-03-07 | 1 | -12/+15 |
| | | | | | to handle correctly prompts with read-only property. | ||||
| * | *** empty log message *** | David Kastrup | 2007-03-06 | 1 | -1/+1 |
| | | |||||
| * | * sound.c (wav_play): Check header->data_length to see how much we | Jan Djärv | 2007-03-06 | 1 | -0/+7 |
| | | | | | | | shall read. (alsa_period_size): Convert ALSA period size in frames to bytes. (alsa_write): Return if frames is zero. | ||||
| * | *** empty log message *** | Kenichi Handa | 2007-03-06 | 1 | -0/+4 |
| | | |||||