1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
Commit graph

42576 commits

Author SHA1 Message Date
Kim F. Storm
4141da38a0 New file. 2002-07-01 22:01:13 +00:00
Andrew Choi
bc21bf11c1 In mac:
2002-07-01  Andrew Choi  <akochoi@shaw.ca>

        * Emacs.app/Contents/Resources/Emacs.icns: New file.

        * Emacs.app/Contents/Info.plist: Add CFBundleDocumentTypes and
        CFBundleIconFile entries.

In src:

2002-07-01  Andrew Choi  <akochoi@shaw.ca>

        * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
        and FSRefMakePath to convert FSSpec returned with Apple Event to
        Posix pathname.
        (mac_initialize) [TARGET_API_MAC_CARBON]: Call
        init_required_apple_events and disable the `Quit' menu item
        provided automatically by the Carbon Toolbox.
2002-07-01 20:02:33 +00:00
Sam Steingold
7abc9addc7 (tex-file): call save-some-buffers' before tex-main-file' 2002-07-01 19:55:45 +00:00
Juanma Barranquero
ce827a7d43 *** empty log message *** 2002-07-01 16:17:27 +00:00
Juanma Barranquero
319a586a30 (ido-minibuffer-setup-hook): Doc fix. 2002-07-01 16:11:39 +00:00
Dave Love
dc976f2c3f *** empty log message *** 2002-07-01 16:05:59 +00:00
Dave Love
ded4da9598 Doc fixes.
(strokes-mode): Defcustom deleted; replaced by minor mode def with
re-written function.
(strokes-while-inhibiting-garbage-collector): Comment out.
(define-stroke, strokes-fix-button2-command, strokes-insinuated)
(strokes-insinuate, global-set-stroke, describe-stroke)
(load-user-strokes, save-strokes, strokes-bug-address)
(strokes-click-command): Deleted.
(strokes-execute-stroke): Remove strokes-click-p case.
(strokes-describe-stroke): Remove strokes-click-p stuff.
(strokes-help): Fix.
(strokes-report-bug): Alias to report-emacs-bug.
(strokes-prompt-user-save-strokes): Modify format of the file.
(strokes-mode-map, strokes-unload-hook): New.
(strokes-buffer-name): Don't customize.
2002-07-01 16:04:39 +00:00
Dave Love
f9f1e1fc75 (kbd_buffer_store_event): Fix interrupt_signal decl
for K&R.
2002-07-01 16:00:49 +00:00
Dave Love
646e4dffc2 term.c (costs_set): Declare static, non-initialized for pcc. 2002-07-01 16:00:05 +00:00
Dave Love
55a8b3edea Fix prototype for K&R. 2002-07-01 15:59:26 +00:00
Richard M. Stallman
ec96237403 *** empty log message *** 2002-07-01 08:07:40 +00:00
Richard M. Stallman
d33eb73faa Upcase the abbreviation "W.O." and add periods. 2002-07-01 08:06:37 +00:00
Richard M. Stallman
5aa3f2be2c Update bug recommendations for being part of Emacs distribution. 2002-07-01 08:05:00 +00:00
Richard M. Stallman
3021d3a9d9 (timer_last_idleness_start_time): New variable.
(timer_start_idle): Set that.
(read_key_sequence): Use that to reset timer_idleness_start_time
to previous value.
2002-07-01 08:04:04 +00:00
Richard M. Stallman
95605b1b7a (Frecenter): With arg, set optional_new_start. 2002-07-01 08:00:07 +00:00
Richard M. Stallman
f47d4504cc Comment change. 2002-07-01 07:59:16 +00:00
Richard M. Stallman
acda20e1c0 (redisplay_internal): Make optional_new_start really work. 2002-07-01 07:55:03 +00:00
Richard M. Stallman
8db426c786 (Fminibuffer_complete_and_exit): Move to end of buffer for completion. 2002-07-01 07:50:37 +00:00
Richard M. Stallman
aebd1760c0 (Info-index): Get immediate error if used in `dir'. 2002-07-01 07:48:12 +00:00
Richard M. Stallman
4855897e98 (picture-forward-column)
(picture-move-down): Never deactivate the mark.
2002-07-01 07:47:22 +00:00
Simon Josefsson
6b285f6079 2002-06-30 Simon Josefsson <jas@extundo.com>
* menu-bar.el (menu-bar-options-menu): Move elisp mode names from
	menu entry into balloon help.
2002-06-30 21:29:39 +00:00
Andreas Schwab
525fdbc9c8 * files.el (directory-free-space-args): Don't use -P on Darwin.
* term/mac-win.el: Don't set it here.
2002-06-30 14:42:19 +00:00
Stefan Monnier
7e30f58e10 Passed it through checkdoc. Moved `provide' to the end, where it belongs. 2002-06-29 20:43:59 +00:00
Stefan Monnier
7980ab4984 (cvs-mode-map): Bind ! to `force'. 2002-06-29 19:52:51 +00:00
Ken Raeburn
c822432571 (store_mode_line_string): Lisp_Object/int mixup. 2002-06-29 19:52:14 +00:00
Andreas Schwab
eb14066a0b Use directory-free-space-program instead of
obsolete variable dired-free-space-program.  On Darwin, don't set
directory-free-space-program, shell-file-name and
process-connection-type; set directory-free-space-args to not
include `-P' and use utf-8 for file name coding system.
2002-06-29 19:01:46 +00:00
Andreas Schwab
637fff820c (shell-command-default-error-buffer): Doc fix. 2002-06-29 18:16:27 +00:00
Andreas Schwab
61b80ebf7f (display-message-or-buffer): Fix last change. 2002-06-29 18:13:06 +00:00
Andreas Schwab
d4bbcbb4dc (shell-command-on-region): Handle errors and signals
from shell command execution.
2002-06-29 18:08:32 +00:00
Andreas Schwab
11688fcc01 (dired-view-file): Quote file name for dired-run-shell-command. 2002-06-29 17:40:36 +00:00
Kim F. Storm
306d2bb32f Fixed copyright and keywords. 2002-06-28 22:45:16 +00:00
Kim F. Storm
79e6f28894 Added kmacro.el 2002-06-28 22:39:03 +00:00
Kim F. Storm
c30c4abe71 New file. 2002-06-28 22:37:18 +00:00
John Wiegley
560ca4be1e Removed an extraneous space character from a comment. 2002-06-28 20:01:09 +00:00
John Wiegley
feb69f4904 Added my name as the maintainer of this file. 2002-06-28 20:00:27 +00:00
John Wiegley
c31f68b74b *** empty log message *** 2002-06-28 20:00:00 +00:00
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
6674676b22 (explicit-bash-args): New user option. 2002-06-28 18:50:36 +00:00
Stefan Monnier
2768929d66 (define-derived-mode): Preserve mode-class' rather than special' property.
(derived-mode-class): Make it obsolete.
2002-06-28 14:57:08 +00:00
Andreas Schwab
1aa1cb6611 Remove duplicate declaration of code_convert_string_norecord. 2002-06-28 12:39:46 +00:00
Kim F. Storm
789d1bf0f0 New file. 2002-06-27 22:39:10 +00:00
Stefan Monnier
bb5d43feaa (mouse-wheel-change-button): Deactivate before changing.
(mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
(mouse-wheel-up-event, mouse-wheel-down-event): New vars.
(mouse-wheel-follow-mouse): Change default to t.
(mwheel-event-button): Return the basic event symbol.
(mwheel-scroll): Work with non-mouse events.
(mouse-wheel-mode): Use the new vars.
(mwheel-install): Obey `uninstall'.
2002-06-27 21:46:45 +00:00
Stefan Monnier
b8b1b15e9a (function-key-map): Add some bindings. 2002-06-27 21:38:52 +00:00
Kim F. Storm
f4d7915cd2 format-mode-line now returns propertized string by default. 2002-06-27 20:44:45 +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
Andreas Schwab
a8c12c7939 . 2002-06-27 16:51:08 +00:00