1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-18 14:11:38 -08:00
Commit graph

19595 commits

Author SHA1 Message Date
Luc Teirlinck
e3fbac653d (Fx_popup_menu): Doc fix. 2005-05-02 01:39:30 +00:00
Luc Teirlinck
4d49edf6d6 *** empty log message *** 2005-05-02 00:52:19 +00:00
Luc Teirlinck
6f63837bf8 (syms_of_charset): Delete defsubr for Schars_in_region. 2005-05-02 00:37:18 +00:00
Jason Rumney
07beadff0a (USAGE3, USAGE4): Keep strings below 2048 bytes. 2005-05-02 00:23:27 +00:00
Jason Rumney
4a766fe648 *** empty log message *** 2005-05-02 00:22:11 +00:00
Thien-Thi Nguyen
d37e919d2c *** empty log message *** 2005-05-01 23:22:38 +00:00
Thien-Thi Nguyen
c924d3ff93 Fix typo. 2005-05-01 23:15:12 +00:00
Nick Roberts
b161ea4eea *** empty log message *** 2005-05-01 22:51:13 +00:00
Kim F. Storm
5c2e5a5e28 *** empty log message *** 2005-05-01 22:33:16 +00:00
Nick Roberts
189cbdd6bb (Fchars_in_region): Remove as obsolete. 2005-05-01 22:19:14 +00:00
Kim F. Storm
20b44bb85a (move_it_in_display_line_to): Stop if we move beyond TO_CHARPOS.
This may happen if last glyphs was an image or stretch glyph.
2005-05-01 21:42:34 +00:00
Luc Teirlinck
bec0b76869 (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro. 2005-05-01 20:04:11 +00:00
Richard M. Stallman
ebbfa918de *** empty log message *** 2005-05-01 18:54:56 +00:00
Richard M. Stallman
be6ed24aba [not HAVE_X_TOOLKIT] (xmenu_show):
If user cancels the menu, quit unless FOR_CLICK.
2005-05-01 18:49:28 +00:00
Richard M. Stallman
524ed533b0 (Vexecuting_kbd_macro): Renamed from Vexecuting_macro. All uses changed.
(syms_of_macros): Define only executing-kbd-macro, not executing-macro.
2005-05-01 18:48:26 +00:00
Richard M. Stallman
ce0d285898 Change Vexecuting_macro to Vexecuting_kbd_macro. 2005-05-01 18:47:16 +00:00
Richard M. Stallman
0aed526e95 (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro. 2005-05-01 18:46:31 +00:00
Thien-Thi Nguyen
a72c2d97a8 (get_frame_size) [VMS]: Use a fresh i/o channel. 2005-05-01 11:34:54 +00:00
Richard M. Stallman
7e995a2381 *** empty log message *** 2005-04-30 20:34:12 +00:00
Richard M. Stallman
f6c9b68362 (Ffind_file_name_handler): Handle the `operations'
property of the file name handler.
(Qoperations): New variable.
(syms_of_fileio): Initialize and staticpro it.
2005-04-30 20:12:13 +00:00
Richard M. Stallman
600e4de592 (set_message_1): Delete xassert. 2005-04-30 20:08:12 +00:00
YAMAMOTO Mitsuharu
7a92caf8ce [HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
before/after including Carbon.h if there is a working mktime.
2005-04-29 09:00:57 +00:00
YAMAMOTO Mitsuharu
4f19cb1521 (Fx_server_version): Add BLOCK_INPUT around Gestalt. 2005-04-29 09:00:22 +00:00
YAMAMOTO Mitsuharu
4df24d3be6 Don't include time.h. Include sysselect.h after systime.h. 2005-04-29 09:00:07 +00:00
Kim F. Storm
5ae918035a *** empty log message *** 2005-04-28 13:38:25 +00:00
Kim F. Storm
d1bf13b33d (resolve_face_name): Add arg SIGNAL_P. Calls changed.
Fix cyclic alias check.  If alias loop is detected, signal
circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.
2005-04-28 13:14:06 +00:00
Lute Kamstra
d79b6c21bd *** empty log message *** 2005-04-28 09:20:45 +00:00
Lute Kamstra
f4cfd81af9 (do_autoload): Record only autoloads in the autoload property of symbols. 2005-04-28 08:38:35 +00:00
Nick Roberts
2ff86b4ee1 (USAGE1): Add --basic-display and --quick options. 2005-04-28 03:01:07 +00:00
Nick Roberts
8c75afbf68 *** empty log message *** 2005-04-27 21:57:26 +00:00
Kim F. Storm
dfad0b3481 (syms_of_data) Staticpro Qcyclic_variable_indirection. 2005-04-27 11:30:42 +00:00
Kim F. Storm
832e294f5a *** empty log message *** 2005-04-27 11:30:30 +00:00
Richard M. Stallman
c019856ec3 (Fsame_window_p, Fspecial_display_p): Doc fixes.
(syms_of_window): Doc fixes.
2005-04-26 22:42:28 +00:00
Richard M. Stallman
f03f317a67 *** empty log message *** 2005-04-26 18:32:09 +00:00
Richard M. Stallman
5931327a48 (Fvertical_motion): Undo previous change. 2005-04-26 18:24:52 +00:00
Kenichi Handa
38f60cd97f (char_table_range): New function.
(Fchar_table_range): Signal an error if characters in the range
have inconsistent values.  Don't check the parent.
2005-04-26 04:07:40 +00:00
Kenichi Handa
87ede5a106 (fontset_set): Fix previous change. 2005-04-25 06:50:51 +00:00
Miles Bader
0ed4adfc2c Add arch tagline 2005-04-25 01:46:56 +00:00
Richard M. Stallman
a639047450 *** empty log message *** 2005-04-24 21:36:12 +00:00
Richard M. Stallman
b8f3fe3967 (Fvertical_motion): Bind fontification-functions to nil. 2005-04-24 21:35:43 +00:00
Eli Zaretskii
cf1982d9ea (re_search_2, re_match_2_internal): Convert second arg
of RE_TRANSLATE to int, to shut up GCC warnings.
2005-04-24 16:41:14 +00:00
Eli Zaretskii
7fce7dfe69 (Fcopy_file): Doc fix.
[MSDOS]: Fix call to emacs_open: buffer_file_type not defined and
not needed.
2005-04-24 09:19:10 +00:00
YAMAMOTO Mitsuharu
49ed33c7f5 *** empty log message *** 2005-04-24 06:07:40 +00:00
YAMAMOTO Mitsuharu
5059ef4c83 (x_clear_frame_selections): Add extern. 2005-04-24 06:07:09 +00:00
YAMAMOTO Mitsuharu
1c05c15b46 (handling_window_update, terminate_flag): Remove variables.
(do_window_update, do_ae_quit_application, XTread_socket): Don't
use them.
(WNE_SLEEP_AT_SUSPEND, WNE_SLEEP_AT_RESUME): Don't define.
[USE_CARBON_EVENTS && MAC_OSX] (mac_handle_service_event)
(init_service_handler): Move to macselect.c.  Remove declarations.
[USE_CARBON_EVENTS && MAC_OSX] (init_service_handler): Add extern.
(Qapplication, Qabout): New variables.
(syms_of_mac): Initialize them.
[USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste)
(Qperform): New variables.
(syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them.
(do_get_menus) [!TARGET_API_MAC_CARBON]: Don't call AppendResMenu.
(do_menu_choice): Unhighlight menu bar also when menu_id is 0.
(mac_store_application_menu_event, init_menu_bar): New functions.
[USE_CARBON_EVENTS] (mac_handle_command_event)
(init_command_handler): New functions.
(mac_handle_window_event): Return noErr on window update event.
(do_ae_quit_application): Call mac_store_application_menu_event.
(mac_initialize) [USE_CARBON_EVENTS]: Call init_command_handler
and init_menu_bar.
2005-04-24 06:06:39 +00:00
YAMAMOTO Mitsuharu
eb32b29217 [!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.
(QCLIPBOARD): Remove variable.
(syms_of_mac): Don't initialize it.
(Fmac_paste_function, Fmac_cut_function, Fx_selection_exists_p):
Remove functions.
(syms_of_mac): Don't defsubr them.
[TARGET_API_MAC_CARBON] (Qmime_charset, QNFD, QNFKD, QNFC, QNFKC)
(QHFS_plus_D, QHFS_plus_C): New variables.
(syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
[TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp)
(cfstring_create_normalized): New functions.
[TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Likewise.
(syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
2005-04-24 06:05:39 +00:00
YAMAMOTO Mitsuharu
f706a7b260 (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections. 2005-04-24 06:03:58 +00:00
YAMAMOTO Mitsuharu
ab271acac5 (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]: Call syms_of_macselect. 2005-04-24 06:03:04 +00:00
YAMAMOTO Mitsuharu
03cb0f355a (MAC_OBJ): Add macselect.o.
(SOME_MACHINE_OBJECTS): Likewise.
(mac.o): Depend on ccl.h.
(macselect.o): New target.
2005-04-24 06:02:27 +00:00
YAMAMOTO Mitsuharu
944cda7903 New file for selection processing on Mac OS. 2005-04-24 05:58:47 +00:00