| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix last change. | Eli Zaretskii | 2007-04-03 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | (main): Fix instructions for building Emacs for profiling. | Eli Zaretskii | 2007-04-03 | 1 | -2/+3 |
| | | |||||
| * | (xg_update_menubar): Call g_list_next after moving | Jan Djärv | 2007-04-03 | 2 | -0/+6 |
| | | | | | menu bar item. | ||||
| * | (Fprin1_to_string): Use macro SPECPDL_INDEX. | Juanma Barranquero | 2007-04-02 | 2 | -68/+65 |
| | | |||||
| * | (Fcommand_remapping): New optional argument. | Chong Yidong | 2007-04-01 | 1 | -20/+30 |
| | | | | | | (where_is_internal): Use new keymaps argument. (Fkey_binding): Caller changed. | ||||
| * | (command_loop_1): Fcommand_remapping has new arg; caller changed. | Chong Yidong | 2007-04-01 | 1 | -1/+1 |
| | | |||||
| * | (Fcommand_remapping): New optional argument. | Chong Yidong | 2007-04-01 | 1 | -1/+1 |
| | | |||||
| * | * 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. | ||||
| * | (where_is_internal): Scan provided keymaps for command remappings | Chong Yidong | 2007-04-01 | 1 | -9/+16 |
| | | | | | rather than calling Fcommand_remapping. | ||||
| * | * 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 |
| | | |||||
| * | (Fget_lru_window): Doc fix. | Eli Zaretskii | 2007-03-31 | 1 | -0/+2 |
| | | |||||
| * | (Fprimitive_undo): Give clearer error message when trying to change | Chong Yidong | 2007-03-30 | 1 | -0/+2 |
| | | | | | text properties outside accessible part of buffer. | ||||
| * | * 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. | ||||
| * | (wait_reading_process_output) [HAVE_PTYS]: | Kim F. Storm | 2007-03-29 | 1 | -10/+11 |
| | | | | | | | When EIO happens, clear channel from descriptor masks before raising SIGCHLD signal to avoid busy loop between read and sigchld_handler. (sigchld_handler): Remove sleep (2007-03-11 & 2007-03-26 changes). | ||||
| * | *** 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 | 2 | -0/+4 |
| | | |||||
| * | (Fformat_network_address): Return nil when the | Juanma Barranquero | 2007-03-29 | 2 | -2/+19 |
| | | | | | argument vector contains invalid values. | ||||
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2007-03-28 | 1 | -0/+12 |
| | | |||||
| * | (readchar): Extend BLOCK_INPUT block to ferror/clearerr. | YAMAMOTO Mitsuharu | 2007-03-28 | 1 | -3/+3 |
| | | |||||
| * | [HAVE_GTK_AND_PTHREAD]: Define USE_PTHREAD. | YAMAMOTO Mitsuharu | 2007-03-28 | 1 | -13/+65 |
| | | | | | | | | | | [USE_PTHREAD]: Include pthread.h. (malloc_init_once_control, _malloc_mutex) [USE_PTHREAD]: New variables. (malloc_initialize_1): New function created from __malloc_initialize. (__malloc_initialize): Use it. (LOCK, UNLOCK): New macros to make malloc etc. thread safe. (_malloc_internal, _free_internal, _realloc_internal): Use them. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2007-03-27 | 1 | -21/+20 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2007-03-27 | 1 | -6/+12 |
| | | |||||
| * | (Fformat_network_address): Make room in args array to format IPv6 addresses. | Juanma Barranquero | 2007-03-27 | 1 | -2/+1 |
| | | |||||
| * | *** empty log message *** | Glenn Morris | 2007-03-27 | 1 | -0/+9 |
| | | |||||
| * | Restore HP-UX support (removed 2007-01-29). | Glenn Morris | 2007-03-27 | 1 | -3/+74 |
| | | |||||
| * | (create_text_encoding_info_alist): Move assignments | YAMAMOTO Mitsuharu | 2007-03-26 | 2 | -5/+46 |
| | | | | | | | outside predicate macros. (mac_initialize_display_info) [MAC_OSX]: dpyinfo->height and dpyinfo->width are those of whole screen. | ||||
| * | (get_scrap_target_type_list, x_own_selection): Move | YAMAMOTO Mitsuharu | 2007-03-26 | 1 | -7/+8 |
| | | | | | | assignments outside predicate macros. (Vselection_converter_alist): Doc fix. | ||||
| * | (Fx_display_mm_height, Fx_display_mm_width): Scale | YAMAMOTO Mitsuharu | 2007-03-26 | 1 | -8/+10 |
| | | | | | whole screen size in pixels by millimeters per pixel of main display. | ||||
| * | (sigchld_handler): Delay by 1ms instead of 1s to | Sam Steingold | 2007-03-26 | 2 | -1/+6 |
| | | | | | alleviate sluggishness (the original problem is still fixed). | ||||
| * | (merge_properties): Use explicit loop instead of | Kim F. Storm | 2007-03-25 | 1 | -27/+37 |
| | | | | | | | Fplist_member to avoid QUIT. Don't use Fcdr. (intervals_equal): Likewise. Rewrite loop to perform length check on the fly rather than calling Flength. Don't use Fcar. | ||||
| * | *** empty log message *** | Kim F. Storm | 2007-03-25 | 1 | -0/+7 |
| | | |||||
| * | revert the last patch to the original fix: sleep BEFORE the first wait | Sam Steingold | 2007-03-25 | 1 | -8/+8 |
| | | | | | it appears to be absolutely necessary for prevention of the load surge | ||||
| * | *** empty log message *** | Eli Zaretskii | 2007-03-24 | 1 | -0/+6 |
| | | |||||
| * | Fix a comment before `read_key_sequence'. | Eli Zaretskii | 2007-03-24 | 1 | -2/+2 |
| | | |||||
| * | Fix a comment before `current_minor_maps'. | Eli Zaretskii | 2007-03-24 | 1 | -2/+4 |
| | | |||||
| * | (Fgoto_char): Doc fix. | Eli Zaretskii | 2007-03-24 | 1 | -1/+3 |
| | | |||||
| * | (Findent_to): Doc fix. | Eli Zaretskii | 2007-03-24 | 1 | -1/+3 |
| | | |||||
| * | (Ftranspose_regions): Use set_text_properties_1 instead of | Chong Yidong | 2007-03-24 | 1 | -10/+17 |
| | | | | | Fset_text_properties to avoid GC. Signal after change. | ||||
| * | * 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 | 4 | -0/+14 |
| | | |||||
| * | Fix last change - reverse args to Fplist_member. | Kim F. Storm | 2007-03-23 | 1 | -2/+2 |
| | | |||||
| * | (merge_properties, intervals_equal): | Kim F. Storm | 2007-03-23 | 1 | -4/+4 |
| | | | | | Use Fplist_member instead of Fmemq to find properties. | ||||
| * | *** empty log message *** | Kim F. Storm | 2007-03-23 | 1 | -0/+5 |
| | | |||||
| * | Restore file since src/unexhp9k800.c, on which it depends, is | Glenn Morris | 2007-03-23 | 1 | -0/+160 |
| | | | | | restored. | ||||
| * | Restore file with clarified legal status. | Glenn Morris | 2007-03-23 | 1 | -0/+334 |
| | | |||||
| * | (EmacsFrameSetCharSize): Catch X errors. | Chong Yidong | 2007-03-22 | 1 | -0/+5 |
| | | |||||
| * | * widget.c (EmacsFrameSetCharSize): Catch X errors. | Chong Yidong | 2007-03-22 | 1 | -0/+4 |
| | | |||||