Eli Zaretskii
7cb93181b8
*** empty log message ***
2006-06-09 18:23:06 +00:00
Eli Zaretskii
71b169b8c4
(read_escape): Provide a Unicode character escape syntax; \u followed by
...
exactly four or \U followed by exactly eight hex digits in a comment or
string is read as a Unicode character with that code point.
2006-06-09 18:22:30 +00:00
Eli Zaretskii
cf402f3fd4
(window_scroll_pixel_based): Signal "Beginning of buffer" when scroll-down
...
at the beginning of an empty buffer.
2006-06-09 09:05:17 +00:00
YAMAMOTO Mitsuharu
67b5f80912
[USE_MAC_TSM] (mac_handle_text_input_event): Exclude 0x7f from ASCII range.
2006-06-06 03:27:33 +00:00
Jason Rumney
818a1a5d1f
(w32_set_scroll_bar_thumb, x_scroll_bar_create)
...
(w32_set_vertical_scroll_bar, w32_scroll_bar_handle_click)
(x_scroll_bar_report_motion): Remove workarounds for
versions of Windows NT < 3.51.
[!SIF_ALL]: Remove.
(pfnSetScrollInfo, pfnGetScrollInfo): Remove.
(w32_initialize): Don't dynamically load Get/SetScrollInfo.
2006-06-05 21:20:59 +00:00
Jason Rumney
94856834ef
*** empty log message ***
2006-06-05 21:20:22 +00:00
David Kastrup
d495ccfc50
Mention `redisplay-dont-pause' in doc string of
...
`sit-for'.
2006-06-04 15:07:25 +00:00
YAMAMOTO Mitsuharu
fabcf45510
*** empty log message ***
2006-06-03 02:34:35 +00:00
YAMAMOTO Mitsuharu
ae674cef6c
(EVENT_PARAM_TEXT_INPUT_SEQUENCE_NUMBER): New enumerator.
2006-06-03 02:34:25 +00:00
YAMAMOTO Mitsuharu
02236cbc8c
(tsm_document_id) [USE_MAC_TSM]: New variable.
...
(Qtext_input, Qupdate_active_input_area, Qunicode_for_key_event)
[USE_MAC_TSM]: Likewise.
(syms_of_macterm) [USE_MAC_TSM]: Intern and staticpro them.
(Qbefore_string) [USE_MAC_TSM]: Add extern.
(do_app_resume, do_app_suspend) [USE_MAC_TSM]: Call
ActivateTSMDocument/DeactivateTSMDocument.
(mac_store_event_ref_as_apple_event): Call mac_post_mouse_moved_event.
(mac_handle_window_event) [USE_MAC_TSM]: Handle
kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
(mac_handle_text_input_event) [USE_MAC_TSM]: New function.
(install_window_handler) [USE_MAC_TSM]: Install it. Register
kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
(keycode_to_xkeysym_table): Add entry for f16.
(XTread_socket) [USE_MAC_TSM]: Set/reset read_socket_inev
before/after passing keystroke event to toolbox dispatcher.
(init_tsm) [USE_MAC_TSM]: New function.
(mac_initialize) [USE_MAC_TSM]: Call it.
(Vmac_ts_active_input_overlay) [USE_MAC_TSM]: New defvar.
2006-06-03 02:34:11 +00:00
YAMAMOTO Mitsuharu
a625bb4ef2
(USE_MAC_TSM): Set default to 1 on Mac OS X.
2006-06-03 02:33:43 +00:00
YAMAMOTO Mitsuharu
a05e867db7
(x_set_icon_name): Apply 2006-06-02 change for xfns.c.
2006-06-03 02:32:42 +00:00
John Paul Wallington
4985dde2d0
(x_set_name_internal): Set icon to `text', derived from name, when
...
frame's icon_name isn't a string rather than only when it is nil.
2006-06-02 21:35:39 +00:00
Eli Zaretskii
3f65d6f520
(x_set_icon_name): Don't use arg if it's not a string and not nil.
2006-06-02 21:21:55 +00:00
Romain Francoise
06c7827a73
*** empty log message ***
2006-06-02 17:33:54 +00:00
Chong Yidong
56f41f98c0
* xfns.c (x_set_icon_name): No-op if arg is non-nil and not a
...
string.
2006-06-02 16:35:59 +00:00
YAMAMOTO Mitsuharu
70a4cae468
(next_element_from_composition): Set it->object to
...
it->string if composition is coming from string.
(set_cursor_from_row): Don't return 0 unless row displays a
continued line.
(dump_glyph): Dump composite glyph.
2006-06-02 09:39:54 +00:00
Jan Djärv
8b2b00f51c
* gtkutil.c (menu_nav_ended): Check that menubar_widget is not NULL.
2006-06-02 08:49:25 +00:00
Richard M. Stallman
963128f36a
*** empty log message ***
2006-06-02 02:12:52 +00:00
Richard M. Stallman
19ca94ce90
(Fsplit_window): Doc fix.
2006-06-02 02:12:45 +00:00
Richard M. Stallman
6a8aec41a3
Whitespace changes.
2006-06-01 21:04:58 +00:00
Kim F. Storm
a5cfdda8ad
2006-06-01 Michaël Cadilhac <michael.cadilhac@lrde.org>
...
(deleted_pid_list): New variable to store the pids
of deleted processes. Declare it only if SIGCHLD is defined.
(init_process): Initialize it.
(syms_of_process): Staticpro it.
(Fdelete_process): Add pid of the deleted process to it. Check after
the addition and before the kill if the process is already stopped,
in which case it is deleted from the list and not killed.
(sigchld_handler): Define it only if SIGCHLD is. Search the process
that signaled Emacs in `deleted_pid_list' before `Vprocess_alist'.
Original idea by Stefan Monnier.
2006-06-01 14:08:25 +00:00
Kim F. Storm
24a71bb140
*** empty log message ***
2006-06-01 14:07:33 +00:00
Kim F. Storm
29bcbe54e1
(sit_for): Perform redisplay even if input is pending
...
when redisplay-dont-pause is non-nil.
2006-06-01 13:53:19 +00:00
Kim F. Storm
a71a77046d
*** empty log message ***
2006-06-01 13:52:42 +00:00
YAMAMOTO Mitsuharu
36f0107c0b
(mac_handle_visibility_change): Set buf.arg to Qnil.
...
(XTread_socket): Remove obsolete comment.
2006-06-01 09:37:18 +00:00
Jan Djärv
2e92a7cbd6
* xmenu.c (syms_of_xmenu): Make accelerate-menu an alias for
...
menu-bar-open.
2006-06-01 08:57:37 +00:00
Jan Djärv
f84173d358
* gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open.
2006-06-01 06:40:43 +00:00
Jan Djärv
ebe80e837d
* xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to
...
menu-bar-open.
2006-06-01 06:39:44 +00:00
Jan Djärv
c9467aaa7d
* xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to
...
menu-bar-open.
* gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open.
2006-06-01 06:39:18 +00:00
Juri Linkov
82db8fa7c5
*** empty log message ***
2006-05-31 22:07:21 +00:00
Juri Linkov
179a4ca7f9
(Vhistory_add_new_input): New variable.
...
(read_minibuf): Use it.
(syms_of_minibuf) <history-add-new-input>: New Lisp variable.
(syms_of_minibuf) <history-delete-duplicates>: Doc fix.
2006-05-31 21:11:07 +00:00
Kim F. Storm
e1e541bdf1
(select_wrapper): Add wrapper around select to work around
...
"incomplete backtrace" bug in gdb 5.3, when emacs is stopped inside
select called from wait_reading_process_output.
2006-05-31 08:58:02 +00:00
Kim F. Storm
360feccaf4
*** empty log message ***
2006-05-31 08:56:54 +00:00
Andreas Schwab
303e108cbd
.
2006-05-30 16:12:59 +00:00
Andreas Schwab
57d671b4c7
(Fmenu_bar_start): Return a value.
2006-05-30 16:12:49 +00:00
Richard M. Stallman
d9e8091dfa
*** empty log message ***
2006-05-30 04:33:52 +00:00
Richard M. Stallman
74b08af946
(Ffind_operation_coding_system): Doc fix.
2006-05-30 04:33:21 +00:00
Eli Zaretskii
7c42b3e000
*** empty log message ***
2006-05-29 22:03:35 +00:00
Eli Zaretskii
b756209da5
(x_draw_hollow_cursor): Fix last change.
2006-05-29 22:03:01 +00:00
Kim F. Storm
5e6b6dcd59
(x_draw_stretch_glyph_string): Fix last change.
2006-05-29 21:52:16 +00:00
Kim F. Storm
73af07164d
*** empty log message ***
2006-05-29 21:52:01 +00:00
Eli Zaretskii
a952cebe16
(Ffind_operation_coding_system): Doc fix.
2006-05-29 21:44:59 +00:00
YAMAMOTO Mitsuharu
ffd71266b9
(mac_font_panel_visible_p, mac_show_hide_font_panel): Add externs.
2006-05-29 09:43:44 +00:00
YAMAMOTO Mitsuharu
b71c381c18
(font_panel_shown_p) [USE_MAC_FONT_PANEL]: New variable.
...
(mac_font_panel_visible_p, mac_show_hide_font_panel)
[USE_MAC_FONT_PANEL]: New functions.
[USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Return
immediately if font panel is not visible.
2006-05-29 09:43:03 +00:00
YAMAMOTO Mitsuharu
54b9479288
[USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility):
...
Call mac_set_font_info_for_selection if font panel is made visible.
2006-05-29 09:42:41 +00:00
Dan Nicolaescu
01d0930532
* search.c (matcher_overflow): Mark as NO_RETURN.
...
* xterm.c (x_connection_closed): Likewise.
* sysdep.c (croak): Likewise.
* sound.c (sound_perror, alsa_sound_perror): Likewise.
* lisp.h (die, nsberror): Likewise.
2006-05-29 08:06:15 +00:00
Jan Djärv
3fc7a865c4
* sound.c (alsa_open, alsa_configure, alsa_write): Move
...
assignment to err out of if-statement.
2006-05-29 07:25:01 +00:00
Jan Djärv
c1c032a39c
* gtkutil.c (menu_nav_ended): New function.
...
(create_menus): Connect menu_nav_ended to "selection-done" to fix
grabs.
* xmenu.c (Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT.
2006-05-29 07:12:54 +00:00
Jan Djärv
22badffeec
(Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT.
2006-05-29 07:11:35 +00:00