1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 00:31:01 -08:00
Commit graph

22235 commits

Author SHA1 Message Date
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
Kenichi Handa
3ff2c161af *** empty log message *** 2007-03-22 12:21:42 +00:00
Kenichi Handa
2f868094f4 (Fcopy_file): Call barf_or_query_if_file_exists with
non-encoded file name.
(Frename_file): Likewise.
(Fadd_name_to_file): Likewise.
(Fmake_symbolic_link): Likewise.
2007-03-22 12:15:04 +00:00
YAMAMOTO Mitsuharu
87f4728fd3 *** empty log message *** 2007-03-20 08:51:41 +00:00
YAMAMOTO Mitsuharu
1a935bfd59 Include blockinput.h.
(write_glyphs, insert_glyphs): Add BLOCK_INPUT around fwrite.
2007-03-20 08:51:20 +00:00
YAMAMOTO Mitsuharu
54b3b62f17 (Fmake_network_process) [HAVE_GETADDRINFO]: Clear
immediate_quit before calling freeaddrinfo.  Add BLOCK_INPUT
around freeaddrinfo.
2007-03-20 08:51:03 +00:00
YAMAMOTO Mitsuharu
f9467be322 Include blockinput.h.
(Fredirect_debugging_output): Add BLOCK_INPUT around fclose.
2007-03-20 08:50:46 +00:00
YAMAMOTO Mitsuharu
66cd0949c9 Include blockinput.h.
(readchar, Fget_file_char): Add BLOCK_INPUT around getc.
(unreadchar): Add BLOCK_INPUT around ungetc.
(load_unwind): Add BLOCK_INPUT around fclose.
2007-03-20 08:50:31 +00:00
YAMAMOTO Mitsuharu
34f5c10fbc (record_char): Add BLOCK_INPUT around fwrite.
(Fopen_dribble_file): Add BLOCK_INPUT around fclose.
2007-03-20 08:50:10 +00:00
YAMAMOTO Mitsuharu
aab12958c6 (do_auto_save_unwind): Add BLOCK_INPUT around fclose.
(Fdo_auto_save): Add BLOCK_INPUT around fwrite.
2007-03-20 08:49:53 +00:00
YAMAMOTO Mitsuharu
2c1e440960 (Fopen_termscript): Add BLOCK_INPUT around fclose.
(Fsend_string_to_terminal): Add BLOCK_INPUT around fwrite.
2007-03-20 08:49:37 +00:00
YAMAMOTO Mitsuharu
ffb72b6715 (alloca.o, gtkutil.o): Depend on systime.h.
(dired.o, editfns.o, fileio.o, msdos.o): Depend on atimer.h.
(dosfns.o, window.o, fns.o, macselect.o): Depend on atimer.h and
systime.h.
(term.o, print.o, lread.o): Depend on blockinput.h, atimer.h, and
systime.h.
(macfns.o): Remove duplicate dependency on systime.h.
2007-03-20 08:49:19 +00:00
Glenn Morris
7ad42042de *** empty log message *** 2007-03-19 21:20:10 +00:00
Kim F. Storm
1c8f28b0b0 *** empty log message *** 2007-03-19 09:57:04 +00:00
Richard M. Stallman
705959fc64 *** empty log message *** 2007-03-19 05:42:21 +00:00