1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00
Commit graph

64415 commits

Author SHA1 Message Date
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
YAMAMOTO Mitsuharu
dc34c597e4 (mac-ts-active-input-overlay): Add defvar.
(mac-ae-number, mac-ae-frame, mac-ae-script-language)
(mac-bytes-to-text-range, mac-ae-text-range-array)
(mac-ts-update-active-input-buf, mac-split-string-by-property-change)
(mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
(mac-ts-unicode-for-key-event):	New functions.
(mac-handle-toolbar-switch-mode): Use mac-ae-frame.
(mac-handle-font-selection): Use mac-ae-number.
(mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
New variables.
(mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
(mac-ts-converted-text, mac-ts-selected-converted-text)
(mac-ts-block-fill-text, mac-ts-outline-text)
(mac-ts-selected-text, mac-ts-no-hilite): New faces.
(mac-ts-hilite-style-faces): New constant.
(mac-apple-event-map): Bind text input events.
(mac-dispatch-apple-event): Use command-execute instead of
call-interactively.
(global-map): Don't bind mac-apple-event.
(special-event-map): Bind mac-apple-event.
2006-06-03 02:31:51 +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
Bill Wohler
c1def6ea27 (mh-folder-exists-p): Change test from an empty buffer, to one that
contains the actual folder, since GNU mailutils' folder command
displays output if the folder doesn't exist (closes SF #1499712).
2006-06-02 18:47:44 +00:00
Juri Linkov
2e17852c46 *** empty log message *** 2006-06-02 18:24:59 +00:00
Juri Linkov
21b28a27fc (sgml-html-meta-auto-coding-function):
Remove the condition `(search-forward "<html" size t)'.
Replace `\"' with `[\"']?' in `re-search-forward'.
2006-06-02 18:17:02 +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
Eli Zaretskii
3d80c94156 *** empty log message *** 2006-06-02 10:13:43 +00:00
Eli Zaretskii
9c51bb6a95 Add Make 3.81 to the list of Make & shell combinations known to work. 2006-06-02 10:13:20 +00:00
Eli Zaretskii
3196bfd286 (EMACS): Remove quotes from the Emacs executable file name.
(emacs): Enclose the value of $(EMACS) in quotes.
2006-06-02 09:48:28 +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
Kenichi Handa
62e51d5356 (find-auto-coding): Fix previous change. 2006-06-02 06:34:41 +00:00
Kenichi Handa
8a3d7ed346 (hack-local-variables): Ignore char-trans' as well as coding'. 2006-06-02 06:34:00 +00:00
Kenichi Handa
09e5712dd1 (enable-character-translation): Put
permanent-local and safe-local-variable properties.
(find-auto-coding): Handle char-trans: tag.
2006-06-02 06:28:36 +00:00
Kenichi Handa
c55122c321 (hack-local-variables-prop-line): Ignore `char-trans'
as well as `coding'.
2006-06-02 06:28:13 +00:00
Kenichi Handa
b3a726d586 (sgml-html-meta-auto-coding-function):
Limit the search by the end of the HTML header (if any).
2006-06-02 03:54:14 +00:00
Kenichi Handa
605e71f10e *** empty log message *** 2006-06-02 03:53:55 +00:00
Richard M. Stallman
08a61c99b5 (with-current-buffer): Doc fix. 2006-06-02 03:30:24 +00:00
Masatake YAMATO
eb3d96092a (compilation-error-regexp-alist-alist::gcov-*): Almost rewrite. Underlines over all lines of gcov output are too uncomfortable to read. 2006-06-02 02:38:53 +00:00
Luc Teirlinck
55f626914e (Shell History Copying): Update descriptions of `C-c RET' and Mouse-2. 2006-06-02 02:18:58 +00:00
Luc Teirlinck
90d40a35c3 *** empty log message *** 2006-06-02 02:15:46 +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
f3aead2ff7 (Splitting Windows): Clarify splitting nonselected window. 2006-06-02 02:12:22 +00:00
Luc Teirlinck
933907e9fa (shell-mode): Use shell-mode-map in docstring. 2006-06-02 02:09:19 +00:00
Luc Teirlinck
4c7d938d85 (inferior-lisp-mode): Doc fixes. 2006-06-02 02:07:11 +00:00
Luc Teirlinck
5d72601f6a (comint-send-input): Do not add help-echo and mouse-face to input if
`comint-use-prompt-regexp' is non-nil.
2006-06-02 02:04:15 +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
4054794d58 * term/x-win.el: Change x-menu-bar-start to menu-bar-open. 2006-06-01 06:42:22 +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
0e00a9dc33 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open. 2006-06-01 06:40:28 +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
Romain Francoise
9c5247543c *** empty log message *** 2006-06-01 06:30:55 +00:00
Juri Linkov
81c6e791bf *** empty log message *** 2006-05-31 23:49:19 +00:00
Kim F. Storm
955951b8ff *** empty log message *** 2006-05-31 22:48:41 +00:00
Juri Linkov
2bf2b94705 (query-replace-read-from, query-replace-read-to):
Bind `history-add-new-input' to nil.  Call `add-to-history'.
2006-05-31 22:48:31 +00:00
Kim F. Storm
8ba7e5409c *** empty log message *** 2006-05-31 22:46:20 +00:00