Eli Zaretskii
665b5955fc
Fix last change.
2007-04-03 15:25:28 +00:00
Juanma Barranquero
ca21600dcc
Revert non-significant part of 2007-04-02T09:21:26Z!lekktu@gmail.com.
2007-04-03 12:34:10 +00:00
Eli Zaretskii
06efaba247
*** empty log message ***
2007-04-03 11:17:35 +00:00
Eli Zaretskii
5a693cc041
(main): Fix instructions for building Emacs for profiling.
2007-04-03 10:21:06 +00:00
Jan Djärv
0a194c9264
(xg_update_menubar): Call g_list_next after moving
...
menu bar item.
2007-04-03 07:34:37 +00:00
Juanma Barranquero
1a7de17e5b
(Fprin1_to_string): Use macro SPECPDL_INDEX.
2007-04-02 09:21:26 +00:00
Chong Yidong
55665fe72a
(Fcommand_remapping): New optional argument.
...
(where_is_internal): Use new keymaps argument.
(Fkey_binding): Caller changed.
2007-04-01 22:03:22 +00:00
Chong Yidong
9be34f7f08
(command_loop_1): Fcommand_remapping has new arg; caller changed.
2007-04-01 22:03:03 +00:00
Chong Yidong
b51bd64ad6
(Fcommand_remapping): New optional argument.
2007-04-01 22:02:25 +00:00
Chong Yidong
f8c9f4b1ad
* keymap.c (Fcommand_remapping): New optional argument.
...
(where_is_internal): Use new keymaps argument.
(Fkey_binding): Caller changed.
* keyboard.c (command_loop_1): Caller changed.
2007-04-01 22:02:17 +00:00
Chong Yidong
bee27b4de3
(where_is_internal): Scan provided keymaps for command remappings
...
rather than calling Fcommand_remapping.
2007-04-01 15:58:29 +00:00
Chong Yidong
50fcc3999b
* keymap.c (where_is_internal): Scan provided keymaps for command
...
remappings rather than calling Fcommand_remapping.
2007-04-01 15:42:39 +00:00
Eli Zaretskii
89a4f43fac
*** empty log message ***
2007-03-31 10:18:38 +00:00
Eli Zaretskii
a55ca73cd0
(Fget_lru_window): Doc fix.
2007-03-31 10:17:07 +00:00
Chong Yidong
9e56868413
(Fprimitive_undo): Give clearer error message when trying to change
...
text properties outside accessible part of buffer.
2007-03-30 02:04:27 +00:00
Chong Yidong
6cf1226a72
* undo.c (Fprimitive_undo): Give clearer error message when trying to
...
change text properties outside accessible part of buffer.
2007-03-30 02:04:02 +00:00
Kim F. Storm
4740825c2f
(wait_reading_process_output) [HAVE_PTYS]:
...
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).
2007-03-29 21:24:38 +00:00
Kim F. Storm
1acc2cac84
*** empty log message ***
2007-03-29 21:24:20 +00:00
Juanma Barranquero
ea4fddd894
(Fset_buffer_major_mode): Check that BUFFER is valid.
2007-03-29 16:00:03 +00:00
Juanma Barranquero
cbf23adbc6
(Fformat_network_address): Return nil when the
...
argument vector contains invalid values.
2007-03-29 13:58:40 +00:00
YAMAMOTO Mitsuharu
a0dd810b1b
*** empty log message ***
2007-03-28 08:16:39 +00:00
YAMAMOTO Mitsuharu
cd83514ad3
(readchar): Extend BLOCK_INPUT block to ferror/clearerr.
2007-03-28 08:16:19 +00:00
YAMAMOTO Mitsuharu
2f213514df
[HAVE_GTK_AND_PTHREAD]: Define USE_PTHREAD.
...
[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.
2007-03-28 08:16:05 +00:00
Juanma Barranquero
523fc4334f
*** empty log message ***
2007-03-27 15:53:17 +00:00
Juanma Barranquero
84e78f613f
*** empty log message ***
2007-03-27 15:26:38 +00:00
Juanma Barranquero
ded8366570
(Fformat_network_address): Make room in args array to format IPv6 addresses.
2007-03-27 15:19:33 +00:00
Glenn Morris
6afdff63e5
*** empty log message ***
2007-03-27 03:17:27 +00:00
Glenn Morris
e3fbc89b6a
Restore HP-UX support (removed 2007-01-29).
2007-03-27 02:36:08 +00:00
YAMAMOTO Mitsuharu
b51065cf2e
(create_text_encoding_info_alist): Move assignments
...
outside predicate macros.
(mac_initialize_display_info) [MAC_OSX]: dpyinfo->height and
dpyinfo->width are those of whole screen.
2007-03-26 08:13:45 +00:00
YAMAMOTO Mitsuharu
d18bee728d
(get_scrap_target_type_list, x_own_selection): Move
...
assignments outside predicate macros.
(Vselection_converter_alist): Doc fix.
2007-03-26 08:13:09 +00:00
YAMAMOTO Mitsuharu
08f8ca1915
(Fx_display_mm_height, Fx_display_mm_width): Scale
...
whole screen size in pixels by millimeters per pixel of main display.
2007-03-26 08:12:55 +00:00
Sam Steingold
8f0e1e444f
(sigchld_handler): Delay by 1ms instead of 1s to
...
alleviate sluggishness (the original problem is still fixed).
2007-03-26 02:29:08 +00:00
Kim F. Storm
4028a93835
(merge_properties): Use explicit loop instead of
...
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.
2007-03-25 23:46:19 +00:00
Kim F. Storm
aa95cbb56a
*** empty log message ***
2007-03-25 23:45:18 +00:00
Sam Steingold
e7d4a90405
revert the last patch to the original fix: sleep BEFORE the first wait
...
it appears to be absolutely necessary for prevention of the load surge
2007-03-25 03:03:40 +00:00
Eli Zaretskii
61880ffee7
*** empty log message ***
2007-03-24 16:48:39 +00:00
Eli Zaretskii
9de5eb68fb
Fix a comment before `read_key_sequence'.
2007-03-24 16:24:54 +00:00
Eli Zaretskii
f6f11d1ca3
Fix a comment before `current_minor_maps'.
2007-03-24 16:23:01 +00:00
Eli Zaretskii
8696b55799
(Fgoto_char): Doc fix.
2007-03-24 16:03:48 +00:00
Eli Zaretskii
f64f035e75
(Findent_to): Doc fix.
2007-03-24 15:58:17 +00:00
Chong Yidong
916480c4ef
(Ftranspose_regions): Use set_text_properties_1 instead of
...
Fset_text_properties to avoid GC. Signal after change.
2007-03-24 15:50:21 +00:00
Chong Yidong
159f7befee
* editfns.c (Ftranspose_regions): Use set_text_properties_1
...
instead of Fset_text_properties to avoid GC. Signal after change.
2007-03-24 15:50:05 +00:00
Eli Zaretskii
87c891c71b
(Fx_show_tip): Doc fix.
2007-03-24 15:42:17 +00:00
Kim F. Storm
a839e2f373
Fix last change - reverse args to Fplist_member.
2007-03-23 16:04:03 +00:00
Kim F. Storm
f813361dc3
(merge_properties, intervals_equal):
...
Use Fplist_member instead of Fmemq to find properties.
2007-03-23 15:42:48 +00:00
Kim F. Storm
be5ef8f0f3
*** empty log message ***
2007-03-23 15:42:08 +00:00
Glenn Morris
f8f771ffbd
Restore file since src/unexhp9k800.c, on which it depends, is
...
restored.
2007-03-23 02:40:12 +00:00
Glenn Morris
89117df0bb
Restore file with clarified legal status.
2007-03-23 02:38:05 +00:00
Chong Yidong
7f70e147d0
(EmacsFrameSetCharSize): Catch X errors.
2007-03-22 14:57:13 +00:00
Chong Yidong
96356799d2
* widget.c (EmacsFrameSetCharSize): Catch X errors.
2007-03-22 14:57:03 +00:00