aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix last change.Eli Zaretskii2007-04-031-1/+1
|
* Revert non-significant part of 2007-04-02T09:21:26Z!lekktu@gmail.com.Juanma Barranquero2007-04-031-59/+66
|
* *** empty log message ***Eli Zaretskii2007-04-031-0/+4
|
* (main): Fix instructions for building Emacs for profiling.Eli Zaretskii2007-04-031-2/+3
|
* (xg_update_menubar): Call g_list_next after movingJan Djärv2007-04-032-0/+6
| | | | menu bar item.
* (Fprin1_to_string): Use macro SPECPDL_INDEX.Juanma Barranquero2007-04-022-68/+65
|
* (Fcommand_remapping): New optional argument.Chong Yidong2007-04-011-20/+30
| | | | | (where_is_internal): Use new keymaps argument. (Fkey_binding): Caller changed.
* (command_loop_1): Fcommand_remapping has new arg; caller changed.Chong Yidong2007-04-011-1/+1
|
* (Fcommand_remapping): New optional argument.Chong Yidong2007-04-011-1/+1
|
* * keymap.c (Fcommand_remapping): New optional argument.Chong Yidong2007-04-011-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 remappingsChong Yidong2007-04-011-9/+16
| | | | rather than calling Fcommand_remapping.
* * keymap.c (where_is_internal): Scan provided keymaps for commandChong Yidong2007-04-011-0/+5
| | | | remappings rather than calling Fcommand_remapping.
* *** empty log message ***Eli Zaretskii2007-03-311-0/+4
|
* (Fget_lru_window): Doc fix.Eli Zaretskii2007-03-311-0/+2
|
* (Fprimitive_undo): Give clearer error message when trying to changeChong Yidong2007-03-301-0/+2
| | | | text properties outside accessible part of buffer.
* * undo.c (Fprimitive_undo): Give clearer error message when trying toChong Yidong2007-03-301-0/+5
| | | | change text properties outside accessible part of buffer.
* (wait_reading_process_output) [HAVE_PTYS]:Kim F. Storm2007-03-291-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. Storm2007-03-291-0/+7
|
* (Fset_buffer_major_mode): Check that BUFFER is valid.Juanma Barranquero2007-03-292-0/+4
|
* (Fformat_network_address): Return nil when theJuanma Barranquero2007-03-292-2/+19
| | | | argument vector contains invalid values.
* *** empty log message ***YAMAMOTO Mitsuharu2007-03-281-0/+12
|
* (readchar): Extend BLOCK_INPUT block to ferror/clearerr.YAMAMOTO Mitsuharu2007-03-281-3/+3
|
* [HAVE_GTK_AND_PTHREAD]: Define USE_PTHREAD.YAMAMOTO Mitsuharu2007-03-281-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 Barranquero2007-03-271-21/+20
|
* *** empty log message ***Juanma Barranquero2007-03-271-6/+12
|
* (Fformat_network_address): Make room in args array to format IPv6 addresses.Juanma Barranquero2007-03-271-2/+1
|
* *** empty log message ***Glenn Morris2007-03-271-0/+9
|
* Restore HP-UX support (removed 2007-01-29).Glenn Morris2007-03-271-3/+74
|
* (create_text_encoding_info_alist): Move assignmentsYAMAMOTO Mitsuharu2007-03-262-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): MoveYAMAMOTO Mitsuharu2007-03-261-7/+8
| | | | | assignments outside predicate macros. (Vselection_converter_alist): Doc fix.
* (Fx_display_mm_height, Fx_display_mm_width): ScaleYAMAMOTO Mitsuharu2007-03-261-8/+10
| | | | whole screen size in pixels by millimeters per pixel of main display.
* (sigchld_handler): Delay by 1ms instead of 1s toSam Steingold2007-03-262-1/+6
| | | | alleviate sluggishness (the original problem is still fixed).
* (merge_properties): Use explicit loop instead ofKim F. Storm2007-03-251-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. Storm2007-03-251-0/+7
|
* revert the last patch to the original fix: sleep BEFORE the first waitSam Steingold2007-03-251-8/+8
| | | | it appears to be absolutely necessary for prevention of the load surge
* *** empty log message ***Eli Zaretskii2007-03-241-0/+6
|
* Fix a comment before `read_key_sequence'.Eli Zaretskii2007-03-241-2/+2
|
* Fix a comment before `current_minor_maps'.Eli Zaretskii2007-03-241-2/+4
|
* (Fgoto_char): Doc fix.Eli Zaretskii2007-03-241-1/+3
|
* (Findent_to): Doc fix.Eli Zaretskii2007-03-241-1/+3
|
* (Ftranspose_regions): Use set_text_properties_1 instead ofChong Yidong2007-03-241-10/+17
| | | | Fset_text_properties to avoid GC. Signal after change.
* * editfns.c (Ftranspose_regions): Use set_text_properties_1Chong Yidong2007-03-241-0/+5
| | | | instead of Fset_text_properties to avoid GC. Signal after change.
* (Fx_show_tip): Doc fix.Eli Zaretskii2007-03-244-0/+14
|
* Fix last change - reverse args to Fplist_member.Kim F. Storm2007-03-231-2/+2
|
* (merge_properties, intervals_equal):Kim F. Storm2007-03-231-4/+4
| | | | Use Fplist_member instead of Fmemq to find properties.
* *** empty log message ***Kim F. Storm2007-03-231-0/+5
|
* Restore file since src/unexhp9k800.c, on which it depends, isGlenn Morris2007-03-231-0/+160
| | | | restored.
* Restore file with clarified legal status.Glenn Morris2007-03-231-0/+334
|
* (EmacsFrameSetCharSize): Catch X errors.Chong Yidong2007-03-221-0/+5
|
* * widget.c (EmacsFrameSetCharSize): Catch X errors.Chong Yidong2007-03-221-0/+4
|