1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00
Commit graph

22136 commits

Author SHA1 Message Date
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
c47a9ed17a (Fcombine_after_change_execute): Return nil if
combine_after_change_buffer has been invalidated.
2007-02-28 22:21: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
Glenn Morris
39102a355a Update to GPLv2 or later. 2007-02-28 03:32:56 +00:00
Glenn Morris
5b5ff690a6 No need for a license in such a trivial file (also, should have been
GPLv2 or later, not v1).
2007-02-28 03:30:55 +00:00
Miles Bader
1bc1f7ab78 Add arch tagline 2007-02-26 13:24:20 +00:00
Dan Nicolaescu
5f5a9e2940 m/xtensa.h: New file. 2007-02-26 05:42:32 +00:00
Dan Nicolaescu
94218e27a5 * configure.in (xtensa-*-linux-gnu*): New configuration.
* configure: Regenerate.

* m/xtensa.h: New file.
2007-02-26 05:40:11 +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
YAMAMOTO Mitsuharu
4d5724e587 [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_drag)
(x_set_toolkit_scroll_bar_thumb): Add bar->min_handle as margin to
scroll bar handle size in order to avoid `scroll backward' problem.
(x_scroll_bar_create, XTset_vertical_scroll_bar)
[USE_TOOLKIT_SCROLL_BARS]: Initialize bar->min_handle.
2007-02-24 02:43:04 +00:00
Kim F. Storm
948f751616 *** empty log message *** 2007-02-24 00:12:30 +00:00
Kim F. Storm
e026eb896c (print): Reset print_number_index if Vprint_number_table is nil. 2007-02-23 23:26:27 +00:00
Eli Zaretskii
617a675699 *** empty log message *** 2007-02-23 19:28:42 +00:00
Eli Zaretskii
22189f791f (stat, get_long_basename, is_unc_volume): Use _mbspbrk instead of strpbrk. 2007-02-23 18:40:41 +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
YAMAMOTO Mitsuharu
e6509087af (mac_display_info_for_display): Remove function.
(mac_flush_display_optional) [USE_CG_DRAWING]: New function.
(x_redisplay_interface) [USE_CG_DRAWING]: Set it as handler for
flush_display_optional.
[USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_press): New
argument MOUSE_POS.  All uses changed.  Set bar->dragging to
negative integer if scroll bar handle is pressed.
[USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_release): Negative
bar->dragging means scroll bar handle is not dragged.
[USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_drag): Get initial
offset of scroll bar handle from negative bar->dragging.
(XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Modifiers for scroll
bar click is compared against mapped one.  Set down/up_modifier
for scroll bar click event with control key.
2007-02-23 08:26:06 +00:00
YAMAMOTO Mitsuharu
356ce658c8 (mac_menu_show): Call unbind_to early. Use variable
`menu_item_selection' as in W32 version.
[TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Add explicit
braces to avoid ambiguous `else'.
2007-02-23 08:25:58 +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
5339f50c4c (w32_menu_show): Mark the frame's menu as inactive when popup menu
finishes.
2007-02-22 23:47:43 +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
563cd4c008 * w32menu.c (Fx_popup_menu): Don't free menu strings here.
(w32_menu_show): Do it here instead.
2007-02-22 23:15:08 +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
Jason Rumney
5d22ded9ff (current_popup_menu): Use from w32menu.c.
(w32_wnd_proc): Use menubar_active and current_popup_menu to
determine whether a menubar menu has been cancelled.
2007-02-22 22:50:04 +00:00
Jason Rumney
b2a916a0f4 (current_popup_menu): Make available globally.
(menubar_selection_callback): Free menu strings before pushing the
menu event into the keyboard buffer.  Remove menu_command_in_progress.
2007-02-22 22:49:41 +00:00
Kim F. Storm
a75b65c4f9 (update_text_area): Clear mouse face on header lines. 2007-02-22 19:52:41 +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
cfcd6c53eb (it_props): Undo last change. 2007-02-22 16:58:48 +00:00
Kim F. Storm
a2130dbb79 (update_frame, update_single_window): Set force_p here if
redisplay_dont_pause is set or Vredisplay_preemption_period is nil...
(update_window, update_frame_1): ... instead of here.
2007-02-22 16:04:08 +00:00
Kim F. Storm
d1eeefebd0 *** empty log message *** 2007-02-22 16:03:57 +00:00
Kim F. Storm
c615a9e355 From: Daniel Brockman <daniel@brockman.se> (tiny change)
(it_props): Handle invisible property before display property.
2007-02-22 11:23:11 +00:00
Kim F. Storm
768796657e *** empty log message *** 2007-02-22 11:21:32 +00:00
Kim F. Storm
d3fc66fb32 (Fassoc_string): Doc fix. Allow symbol for KEY too. 2007-02-21 13:55:27 +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
05fc2ef7b2 * frame.c (x_set_screen_gamma): Apply gamma value to the frame's bgcolor. 2007-02-20 01:56:11 +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
1954495fad (Fassoc_string): Allow symbols as keys. 2007-02-19 22:53:31 +00:00
Kim F. Storm
669b454d39 *** empty log message *** 2007-02-19 22:53:21 +00:00
Kim F. Storm
feade1681c (w32_set_scroll_bar_thumb): Don't resize scroll-bar
handle while dragging, except when we get close to eob.
Fix position and size calculations so we don't scroll backwards
just by clicking on the handle.
2007-02-19 14:45:39 +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
f65aa365b7 (w32_set_scroll_bar_thumb): Don't update thumb size
while dragging to avoid "random scrolling" effects.
Disable unused code.
2007-02-19 10:56:04 +00:00
Kim F. Storm
7ce3e9963f *** empty log message *** 2007-02-19 10:55:47 +00:00