1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 18:41:25 -08:00
Commit graph

22203 commits

Author SHA1 Message Date
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
Richard M. Stallman
0721f23048 (NUM_RECENT_KEYS): Bump up to 300. 2007-03-19 05:29:34 +00:00
Richard M. Stallman
5fd11dc8c6 (syms_of_buffer): Doc fix. 2007-03-19 05:27:45 +00:00
Chong Yidong
39e653ead8 (pbm_load): Signal error for invalid image size. 2007-03-18 23:09:57 +00:00
Chong Yidong
b55252e06b * image.c (pbm_load): Signal error for invalid image size. 2007-03-18 23:09:49 +00:00
YAMAMOTO Mitsuharu
c601a8ed61 (redisplay_internal, note_mouse_highlight): Check
popup_activated for MAC_OS.
2007-03-18 08:07:17 +00:00
YAMAMOTO Mitsuharu
6a0ace5b78 (note_mouse_movement): Don't return immediately for
LeaveNotify case.
2007-03-18 08:06:38 +00:00
YAMAMOTO Mitsuharu
a83c3e315f (popup_activated_flag): New variable.
(x_activate_menubar, mac_menu_show): Set it during menu tracking.
(popup_activated): New function.
2007-03-18 08:06:18 +00:00
Juanma Barranquero
b7f51ebb1e Restore stuff accidentally deleted in 2007-03-17T23:44:01Z!storm@cua.dk. 2007-03-18 00:28:26 +00:00
Juanma Barranquero
adbb3b0547 (syms_of_buffer) <buffer-display-table>: Doc fix. 2007-03-18 00:20:22 +00:00
Kim F. Storm
c4c52bb78a 2007-03-17 Richard M. Stallman <rms@gnu.org>
(file_name_completion): Gcpro NAME.
2007-03-17 23:44:57 +00:00
Kim F. Storm
e3a1ed3b5b *** empty log message *** 2007-03-17 23:44:01 +00:00
Chong Yidong
fa0ae4cf7e (try_window_id): Increment matrix positions if the buffer's byte count
has increased, but not the character count.
2007-03-17 19:47:13 +00:00
Chong Yidong
e338790f00 * xdisp.c (try_window_id): Increment matrix positions if the
buffer's byte count has increased, but not the character count.
2007-03-17 19:46:52 +00:00
Chong Yidong
f1767e2b05 Fix typo. 2007-03-17 19:00:52 +00:00
Chong Yidong
0226922c76 Fix "daylight savings" -> "daylight saving" typo. 2007-03-17 18:44:06 +00:00
Chong Yidong
9c279ddfba (Fdecode_time, Fencode_time): "daylight savings" -> "daylight saving"
doc fix.
2007-03-17 18:31:34 +00:00
Chong Yidong
8b60f44cc4 * lisp.h: Declare check_obarray.
* process.c (Fdelete_process): Properly handle deletion of first
element of deleted_pid_list.
(create_process): Declare pid as pid_t.
2007-03-17 18:28:12 +00:00
Chong Yidong
200f966fdf Declare check_obarray. 2007-03-17 18:27:10 +00:00
Chong Yidong
329492668f (read_key_sequence): Store original event into keybuf when replaying
sequence with local keymap(s) from string.
2007-03-17 18:26:21 +00:00
Chong Yidong
29ed4d512b (Fdelete_process): Properly handle deletion of first element of
deleted_pid_list.
(create_process): Declare pid as pid_t.
(sigchld_handler): Avoid busyloop.
2007-03-17 18:24:46 +00:00
Chong Yidong
8e050977ee (sigchld_handler): Change type of pid to pid_t. 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.
2007-03-17 18:16:03 +00:00
Chong Yidong
46adc7a566 * process.c (sigchld_handler): Change type of pid to pid_t.
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.
2007-03-17 18:09:34 +00:00
Sam Steingold
9b73fa0b88 tweak last patch: add comment and avoid the first sleep 2007-03-11 21:08:45 +00:00
Sam Steingold
ece29e38e4 (sigchld_handler): Sleep before wait3 to avoid a busyloop. 2007-03-11 18:16:50 +00:00
YAMAMOTO Mitsuharu
c13ba385e9 (Fx_server_vendor): Change vendor string to "Apple Inc.". 2007-03-11 06:19:48 +00:00
YAMAMOTO Mitsuharu
5bc21f358c [USE_CARBON_EVENTS] (mac_handle_mouse_event): Ignore
mouse wheel movement on title bar or tool bar.
2007-03-10 06:26:03 +00:00
Chong Yidong
638d3da04b (help_form_saved_window_configs): New var.
(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.
2007-03-10 04:57:18 +00:00
Chong Yidong
7469c0f903 * keyboard.c (help_form_saved_window_configs): New var.
(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.
2007-03-10 04:56:41 +00:00
Kim F. Storm
eebe9a296e *** empty log message *** 2007-03-10 01:54:30 +00:00
Kim F. Storm
b5b772e79d (redisplay_window): Don't automatically select a new window
start for a contination line during mouse-click.
2007-03-10 01:07:05 +00:00
Jan Djärv
a3a44a5a78 (handle_one_xevent): Ignore buttons > 3 for the tool bar. 2007-03-09 17:42:12 +00:00
Juanma Barranquero
49d92e9d28 *** empty log message *** 2007-03-09 17:37:50 +00:00