Commit graph

15918 commits

Author SHA1 Message Date
Jan Djärv
fd42232cc9 Indentation fixes. 2002-06-28 19:53:04 +00:00
Jan Djärv
20057d5215 (readable_filtered_events): New function.
(readable_events): Call readable_filtered_events.
(get_filtered_input_pending): New function.
(get_input_pending): Call get_filtered_input_pending.
(Finput_pending_p): Call get_filtered_input_pending.
2002-06-28 19:47:49 +00:00
Jan Djärv
cab34f5021 (x_focus_changed): New function.
(x_detect_focus_change): New function.
(XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
EnterNotify and LeaveNotify to track X focus changes.
2002-06-28 19:42:48 +00:00
Jan Djärv
e5cd5390a3 (struct x_output): Add focus_state. 2002-06-28 19:41:21 +00:00
Andreas Schwab
1aa1cb6611 Remove duplicate declaration of code_convert_string_norecord. 2002-06-28 12:39:46 +00:00
Kim F. Storm
fec8f23ec0 (mode_line_string_list, mode_line_string_face)
(mode_line_string_face_prop): New variables.
(store_mode_line_string): New function.
(display_mode_element): Use store_mode_line_string to
add mode-line string elements to mode_line_string_list
when mode_line_string_list is non-nil.
(Fformat_mode_line): Now returns propertized string by
default.  New arg NO-PROPS to ignore properties.
(decode_mode_spec): Only add two dashes for %- in propertized
mode-line string.
(syms_of_xdisp): Init and staticpro mode_line_string_list.
2002-06-27 20:42:35 +00:00
Kim F. Storm
377408cff4 *** empty log message *** 2002-06-27 20:41:40 +00:00
Stefan Monnier
5b62b30130 (minibuffer_completion_contents): Add return type. 2002-06-27 16:23:29 +00:00
Juanma Barranquero
23a3b59824 *** empty log message *** 2002-06-27 16:13:31 +00:00
Juanma Barranquero
b261cd7985 (Fchar_bytes): Remove obsolescence info from docstring. 2002-06-27 16:13:17 +00:00
Juanma Barranquero
7182e6081e *** empty log message *** 2002-06-26 08:45:56 +00:00
Richard M. Stallman
8ce9dfc1c8 (Frecenter): Don't set force_start flag. 2002-06-26 08:44:49 +00:00
Juanma Barranquero
c4174fbbd3 (read_file_name_cleanup): Add missing return. 2002-06-26 08:43:23 +00:00
Richard M. Stallman
1011edb5d8 (do_completion, Fminibuffer_complete_word)
(Fminibuffer_completion_help): Complete just the text before point.
(minibuffer_completion_contents): New function.
2002-06-26 08:42:22 +00:00
Richard M. Stallman
6c488ddb79 (Fbury_buffer): Use frames_discard_buffer. 2002-06-26 08:36:25 +00:00
Richard M. Stallman
f49067803c (frames_bury_buffer): Function deleted. 2002-06-26 08:34:29 +00:00
Stefan Monnier
04f13f39be *** empty log message *** 2002-06-25 15:16:51 +00:00
Miles Bader
c2b736ca3a (Fcall_interactively): When checking to see if doprnt hit
the end of callint_message, allow for a terminating '\0'.
2002-06-25 13:00:12 +00:00
Stefan Monnier
9756ea0f83 (temp_output_buffer_setup): Kill all local variables. 2002-06-24 21:33:18 +00:00
Kenichi Handa
24df0f360f *** empty log message *** 2002-06-24 08:49:22 +00:00
Juanma Barranquero
f7d05dc449 Include composite.h 2002-06-24 07:56:18 +00:00
Juanma Barranquero
d0db8f5637 *** empty log message *** 2002-06-24 07:55:02 +00:00
Kenichi Handa
d337aad50b (XTread_socket): Disable composition handling. 2002-06-24 00:39:35 +00:00
Kenichi Handa
e188533570 (selection_data_to_lisp_data): Disable composition handling. 2002-06-24 00:37:24 +00:00
Kenichi Handa
87c1450664 (Fw32_get_clipboard_data): Disable composition handling. 2002-06-24 00:37:03 +00:00
Kenichi Handa
65413122bb (w32_to_x_font): Disable composition handling. 2002-06-24 00:36:40 +00:00
Kenichi Handa
ee826e00e3 (Fw16_get_clipboard_data): Disable composition handling. 2002-06-24 00:36:20 +00:00
Kenichi Handa
1cd6b64ce8 (detect_eol): Preserve coding->cmp_data. 2002-06-24 00:35:59 +00:00
Kenichi Handa
950a45d052 (Fcall_process): If code detection is necessary, call detect_coding
directly here.
2002-06-24 00:35:37 +00:00
Stefan Monnier
11554bdd63 *** empty log message *** 2002-06-22 22:01:37 +00:00
Stefan Monnier
4b28305df3 (Fread): Remove redundant and imprecise declaration. 2002-06-22 21:26:08 +00:00
Stefan Monnier
93da843572 Improve comments. 2002-06-22 21:15:33 +00:00
Stefan Monnier
ba4c10fd55 (check_x_display_info): Use check_x_frame. 2002-06-22 21:13:11 +00:00
Stefan Monnier
f352c82623 (xprintsym): Use the new `xname' field.
(xsymbol): Use it.
2002-06-22 21:09:55 +00:00
Jason Rumney
1030b26bcc (file_dialog_callback): New function.
(Fx_file_dialog): Allow selecting directories as well as files.
2002-06-22 19:52:29 +00:00
Pavel Janík
29c3cbf0f3 *** empty log message *** 2002-06-21 21:00:03 +00:00
Pavel Janík
9e2702a636 (START_FILES): Define START_FILES for NetBSD and
OpenBSD. Add support for mipseb-*-netbsd* machines.
2002-06-21 20:54:44 +00:00
Andrew Choi
2d97ff8cf6 2002-06-17 Andrew Choi <akochoi@shaw.ca>
* macterm.c (mac_scroll_area): Set foreground and backcolor to
	black and white before scrolling.  Restore frame background and
	foreground color after scrolling.
	(do_window_update): Call XClearWindow before calling expose_frame.
	(make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
	FRAME_FOREGROUND_PIXEL of frame.
2002-06-18 05:33:25 +00:00
Andrew Choi
b432b4424c 2002-06-17 Andrew Choi <akochoi@shaw.ca>
* macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
        test Mac command key as <ALT> key.
2002-06-18 04:41:13 +00:00
Stefan Monnier
65e0fbbfa1 (read_key_sequence): Be more careful with first_unbound.
Lookup keys in function-key-map immediately so that key-translation-map
can be applied earlier.
Remove function_key_possible and key_translation_possible, replaced
by checking `keytran_start < t'.
2002-06-17 18:45:54 +00:00
Stefan Monnier
18787f5e9e (Fset_window_configuration): Lisp_Object/int mixup. 2002-06-17 18:45:01 +00:00
Stefan Monnier
bff1fa19e9 (xsymbol): Use the new `xname' field. 2002-06-17 16:16:14 +00:00
Stefan Monnier
f9c0c10f58 *** empty log message *** 2002-06-17 16:15:58 +00:00
Andrew Choi
84c0c2cc3c 2002-06-17 Andrew Choi <akochoi@shaw.ca>
* mac.c (do_applescript): Call initialize_applescript if necessary
        when first called.  Dispose of result_desc only when there is no
        error.
        (Fdo_applescript): Use %d format specifier instead of %ld.
2002-06-17 06:06:03 +00:00
Andrew Choi
b6cce0b720 2002-06-16 Andrew Choi <akochoi@shaw.ca>
* macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
	of FrontWindow for cases keyDown and autoKey.
2002-06-17 01:45:48 +00:00
Andrew Choi
f00691a3e4 In src/:
2002-06-16  Andrew Choi  <akochoi@shaw.ca>

        * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
        Vdefault_fontset to Monaco with mac-roman coding.

        * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
        init_process before and after inclusion of Carbon/Carbon.h, resp.

        * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
        cursor_gc.
        (add_font_name_table_entry): New function.
        (init_font_name_table): Use add_font_name_table_entry; add italic,
        bold, and bold-italic entries for truetype fonts.

        * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
        for Mac too.
        (try_font_list) [MAC_OS]: If no font matches given registry, try
        fonts with any registry matching face_family.
        (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font
        here.

        * s/darwin.h: If autoconf detects the Ncurses library, define
        LIBS_TERMCAP to -lncurses to use it.

In lisp/:

2002-06-16  Andrew Choi  <akochoi@shaw.ca>

        * term/mac-win.el (scalable-fonts-allowed): Set to t.
2002-06-16 23:08:57 +00:00
Eli Zaretskii
5fd4d15974 *** empty log message *** 2002-06-16 17:31:12 +00:00
Eli Zaretskii
cfc905a110 [__hpux]: Include sys/_mbstate_t.h. 2002-06-16 17:30:50 +00:00
Richard M. Stallman
93731c54dc *** empty log message *** 2002-06-15 14:27:00 +00:00
Richard M. Stallman
72695e4715 (Fset_window_configuration): Explicitly preserve
the point value that new_current_buffer had at the start.
2002-06-15 14:20:52 +00:00