1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-27 02:10:52 -08:00
Commit graph

5508 commits

Author SHA1 Message Date
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
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
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
Richard M. Stallman
7d8d091434 (syms_of_keyboard): Doc fix. 2007-03-08 22:58:12 +00:00
Chong Yidong
b033f7a744 * minibuf.c (Ftry_completion): Don't short circuit if
completion-ignore-case is non-nil.
2007-03-08 14:34:03 +00:00
YAMAMOTO Mitsuharu
7a844a76e9 (XTset_vertical_scroll_bar) [MAC_OSX]: Don't show scroll
bar if its width is smaller than that of Aqua small scroll bar.
2007-03-07 08:13:47 +00:00
Stefan Monnier
d9d7b29865 (read_minibuf): Bind inhibit-read-only a bit longer so as
to handle correctly prompts with read-only property.
2007-03-07 02:13:26 +00:00
David Kastrup
dc9b75ac40 *** empty log message *** 2007-03-06 23:43:59 +00:00
Jan Djärv
a28de2572e * sound.c (wav_play): Check header->data_length to see how much we
shall read.
(alsa_period_size): Convert ALSA period size in frames to bytes.
(alsa_write): Return if frames is zero.
2007-03-06 12:15:33 +00:00
Kenichi Handa
15c2ffb213 *** empty log message *** 2007-03-06 06:11:10 +00:00
YAMAMOTO Mitsuharu
2d21c7808f (struct mac_output): New member `internal_border_width'. 2007-03-05 08:19:03 +00:00
Richard M. Stallman
d89abe751c *** empty log message *** 2007-03-04 18:29:07 +00:00
Chong Yidong
046c44135e Don't clear out LIB_X11_LIB, since XFT_LIBS does not include -lX11 on
Solaris.
2007-03-03 21:50:54 +00:00
David Kastrup
b9b263874c *** empty log message *** 2007-03-02 08:45:13 +00:00
Kenichi Handa
faa6ce91bf (send_process_object): Check the process status and
signal an error if something is wrong.
2007-03-01 10:18:25 +00:00
Chong Yidong
f79b31dba0 * insdel.c (Fcombine_after_change_execute): Return nil if
combine_after_change_buffer has been invalidated.
2007-02-28 22:18:37 +00:00
Dan Nicolaescu
5f5a9e2940 m/xtensa.h: New file. 2007-02-26 05:42:32 +00:00
Nick Roberts
d33322491e (xprintstr): Ensure GDB (> 6.6) prints symbol name
as strings and not character arrays.
2007-02-24 21:15:02 +00:00
YAMAMOTO Mitsuharu
cd2e39625a (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: New
member `min_handle'.
2007-02-24 02:43:20 +00:00
Kim F. Storm
948f751616 *** empty log message *** 2007-02-24 00:12:30 +00:00
Eli Zaretskii
617a675699 *** empty log message *** 2007-02-23 19:28:42 +00:00
YAMAMOTO Mitsuharu
0efdda2463 (x_display_info_for_display): Remove extern.
(SCROLL_BAR_UNPACK, SET_SCROLL_BAR_CONTROL_HANDLE): Don't limit
value to be unpacked to 32-bit on LP64 model.
2007-02-23 08:26:33 +00:00
Kenichi Handa
8d4e7254fc (send_process_object_unwind): New function.
(send_process_object): New function.
(Fprocess_send_region): Call send_process_object.
(Fprocess_send_string): Likewise.
2007-02-23 03:44:37 +00:00
Jason Rumney
2f028a74ba *** empty log message *** 2007-02-22 23:47:12 +00:00
Jason Rumney
58e5549766 * w32fns.c (menubar_in_use): New flag.
(w32_wnd_proc) [WM_INITMENU, WM_EXITMENULOOP, WM_TIMER, WM_COMMAND]:
Use it.
2007-02-22 23:33:07 +00:00
Jason Rumney
72a3a66a93 *** empty log message *** 2007-02-22 23:31:50 +00:00
Jason Rumney
a67b5c3dac *** empty log message *** 2007-02-22 23:24:06 +00:00
Jason Rumney
90816b8607 * w32fns.c (w32_wnd_proc) [WM_INITMENU]: Set menubar_active frame parameter. 2007-02-22 23:04:34 +00:00
Jason Rumney
904700a0f4 (menubar_active): Remove menu_command_in_progress. 2007-02-22 22:51:31 +00:00
Kim F. Storm
e973477d60 *** empty log message *** 2007-02-22 19:52:31 +00:00
Kim F. Storm
382339c28f Undo this change:
2007-02-22  Daniel Brockman <daniel@brockman.se>  (tiny change)

	* xdisp.c (it_props): Handle invisible property before display property.
2007-02-22 17:00:08 +00:00
Kim F. Storm
d1eeefebd0 *** empty log message *** 2007-02-22 16:03:57 +00:00
Kim F. Storm
768796657e *** empty log message *** 2007-02-22 11:21:32 +00:00
Kim F. Storm
dfb1e36c31 *** empty log message *** 2007-02-21 13:55:10 +00:00
YAMAMOTO Mitsuharu
d8506697cc (WINDOW_RESOURCE, TERM_WINDOW_RESOURCE): Remove macros.
[USE_MAC_TSM] (mac_handle_text_input_event): Remove unused variable
`mapped_modifiers'.
(XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1020]: Use Keyboard
Layout Services routines to get current Unicode keyboard layout.
2007-02-21 08:28:01 +00:00
Chong Yidong
864a4ae770 * frame.c (x_set_screen_gamma): Apply gamma value to the frame's
bgcolor.
2007-02-20 01:56:02 +00:00
Kim F. Storm
669b454d39 *** empty log message *** 2007-02-19 22:53:21 +00:00
Kim F. Storm
86dcc2c355 *** empty log message *** 2007-02-19 14:44:24 +00:00
Kim F. Storm
cc4cb8e277 Revert last change. 2007-02-19 13:42:28 +00:00
Kim F. Storm
7ce3e9963f *** empty log message *** 2007-02-19 10:55:47 +00:00
YAMAMOTO Mitsuharu
bc23733a9d (${emacsapp}Contents/Resources/Emacs.rsrc)
[HAVE_CARBON]: Remove target.
(macosx-app) [HAVE_CARBON]: Don't depend on it.
2007-02-17 02:36:19 +00:00
Juanma Barranquero
ebf24b595f (syms_of_callproc) <doc-directory, configure-info-directory>:
(Fgetenv_internal): Fix typos in docstrings.
2007-02-17 02:02:10 +00:00
Andreas Schwab
3b58be21ad (Fmodify_frame_parameters): Return a value. 2007-02-16 16:35:39 +00:00
Andreas Schwab
52b2c096e4 *** empty log message *** 2007-02-16 13:21:59 +00:00
Chong Yidong
4471393960 * s/umips.h: Unused file removed. 2007-02-14 16:29:38 +00:00
Juanma Barranquero
424f699884 *** empty log message *** 2007-02-14 15:49:29 +00:00