Glenn Morris
b78cbdf785
(f90-calculate-indent): Fix treatment of first statement in buffer
...
(broken by 2004-11-24 change).
2005-04-24 19:42:28 +00:00
Glenn Morris
2538808fd8
*** empty log message ***
2005-04-24 19:41:45 +00:00
Kim F. Storm
bb7216f7eb
(ido-everywhere): Save and restore old read-buffer-function
...
and read-file-name-function values. Don't overwrite existing
non-nil values if ido-mode is enabled without ido-everywhere.
2005-04-24 19:09:13 +00:00
Kim F. Storm
456986fd3a
*** empty log message ***
2005-04-24 19:08:56 +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
Luc Teirlinck
e5baf107e9
*** empty log message ***
2005-04-24 15:11:38 +00:00
Eli Zaretskii
c844a93e4e
Mark syntax-class as documented.
2005-04-24 15:07:23 +00:00
Eli Zaretskii
f3714ab2d9
*** empty log message ***
2005-04-24 15:05:17 +00:00
Eli Zaretskii
92426d9cfd
(Syntax Table Internals): Elaborate documentation of
...
syntax-after and syntax-class.
2005-04-24 15:04:35 +00:00
Luc Teirlinck
576ceeb302
(mode-require-final-newline): Revert accidental change.
2005-04-24 14:50:42 +00:00
Eli Zaretskii
9d1ffd5a91
(syntax-after): Doc fix.
...
(syntax-class): If argument is nil, return nil.
2005-04-24 14:50:20 +00:00
Luc Teirlinck
993746115b
(mode-require-final-newline): Minor doc fix.
2005-04-24 14:45:08 +00:00
Eli Zaretskii
5eb20bca14
(Unique File Names): Don't mention "numbers" in the documentation
...
of make-temp-file and make-temp-name.
2005-04-24 13:24:29 +00:00
Eli Zaretskii
45d2f8e82c
(Changing Files): Fix last change's cross-reference.
2005-04-24 13:13:09 +00:00
Eli Zaretskii
1441edfef9
(mode-require-final-newline): Doc fix.
...
(backup-buffer-copy): Fix last change.
2005-04-24 12:07:15 +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
b671651fcd
Define HAVE_PWD_H.
2005-04-24 06:01:22 +00:00
YAMAMOTO Mitsuharu
3fc2e2d994
Add NSServices key and data.
2005-04-24 06:00:57 +00:00
YAMAMOTO Mitsuharu
1435580fd2
(MacObjects): Add macselect.c.x.
...
(macselect.c.x): New target.
(mac.c): Fix dependency.
2005-04-24 06:00:33 +00:00
YAMAMOTO Mitsuharu
853065b67f
Require select. Set selection-coding-system to
...
mac-system-coding-system. Call menu-bar-enable-clipboard.
(x-last-selected-text-clipboard, x-last-selected-text-primary)
(x-select-enable-clipboard): New variables.
(x-select-text, x-get-selection, x-selection-value)
(x-get-selection-value, mac-select-convert-to-string)
(mac-services-open-file, mac-services-open-selection)
(mac-services-insert-text): New functions.
(CLIPBOARD, FIND): Put mac-scrap-name property.
(com.apple.traditional-mac-plain-text, public.utf16-plain-text)
(public.tiff): Put mac-ostype property.
(selection-converter-alist): Add entries for them.
(mac-application-menu-map): New keymap.
(interprogram-cut-function, interprogram-paste-function): Set to
x-select-text and x-get-selection-value, respectively.
(split-window-keep-point): Set to t.
2005-04-24 05:59:52 +00:00
YAMAMOTO Mitsuharu
944cda7903
New file for selection processing on Mac OS.
2005-04-24 05:58:47 +00:00
Andreas Schwab
2c97085e84
.
2005-04-23 17:40:01 +00:00
Luc Teirlinck
a8d2e8cf8a
(Changing Files): Fix typo.
2005-04-23 17:37:51 +00:00
Richard M. Stallman
469bc67986
*** empty log message ***
2005-04-23 16:57:31 +00:00
Richard M. Stallman
44dce0fb43
(read-directory-name): Always pass non-nil
...
DEFAULT-FILENAME arg to read-file-name.
(backup-buffer-copy, basic-save-buffer-2): Take care against
writing thru an unexpected existing symlink.
(revert-buffer): In indirect buffer, revert the base buffer.
(magic-mode-alist): Doc fix.
(buffer-stale-function): Doc fix.
(minibuffer-with-setup-hook): Avoid warning.
(mode-require-final-newline): Doc and custom fix.
2005-04-23 16:53:21 +00:00
Richard M. Stallman
2a4b921193
(follow-end-of-buffer): Use with-no-warnings.
2005-04-23 16:46:01 +00:00
Richard M. Stallman
9177dd93a4
(font-lock-comment-face): On terminals with few colors,
...
use the default appearance.
(font-lock-comment-delimiter-face): New face, new variable.
2005-04-23 16:45:21 +00:00
David Kastrup
1639cc2e92
(TeX-mode, plain-TeX-mode, LaTeX-mode):
...
Mention that the autoloaded aliases should be kept for AUCTeX.
2005-04-23 16:45:07 +00:00
Richard M. Stallman
1cade2b675
(imenu--generic-function): The official position of a
...
definition is the start of the line that BEG is in.
2005-04-23 16:43:30 +00:00
Richard M. Stallman
ed4761a927
(midnight-timer): Move defvar up.
2005-04-23 16:41:33 +00:00
Richard M. Stallman
7735d2e2f4
(mouse-drag-region-1): Delete some debugging code.
2005-04-23 16:40:55 +00:00
Richard M. Stallman
06e24ef705
(save-place-to-alist): Use with-no-warnings.
2005-04-23 16:40:24 +00:00
Richard M. Stallman
a99df87d8e
(command-line): Use with-no-warnings.
2005-04-23 16:39:54 +00:00
Richard M. Stallman
64da8b20e2
(window-size-fixed): New defvar.
2005-04-23 16:38:41 +00:00
Richard M. Stallman
25e73e0cdb
(easy-menu-do-define): Use defalias, not fset.
2005-04-23 16:38:03 +00:00
Richard M. Stallman
5aaf089934
(rmail-font-lock-keywords): Use font-lock-comment-delimiter-face.
2005-04-23 16:36:53 +00:00
Richard M. Stallman
7398a391be
(mail-font-lock-keywords): Use font-lock-comment-delimiter-face.
2005-04-23 16:36:08 +00:00
Richard M. Stallman
0ea50e431b
(next-error-highlight-timer): New defvar.
...
(compilation-mode-font-lock-keywords):
Specify t for LAXMATCH when matching directories.
Save match data around compilation-compat-error-properties form.
2005-04-23 16:35:19 +00:00
Richard M. Stallman
31c8450e3d
(Changing Files): Document MUSTBENEW arg in copy-file.
2005-04-23 16:24:59 +00:00
Richard M. Stallman
c9fa5dc9e9
*** empty log message ***
2005-04-23 16:22:23 +00:00
Richard M. Stallman
658819b69f
(Cyclic Window Ordering): Clarify window-list.
2005-04-23 16:22:02 +00:00
Richard M. Stallman
c50f15d05a
(Fcopy_file): New arg MUSTBENEW.
...
(Frename_file): Pass new arg to Fcopy_file.
2005-04-23 16:19:37 +00:00
Richard M. Stallman
c0e7ccd393
(window_size_fixed): Variable deleted.
...
(syms_of_window): Initialize window-size-fixed to nil.
But don't DEFVAR window_size_fixed.
2005-04-23 16:18:23 +00:00