aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (reftex-citation): Fix typo.Juanma Barranquero2002-07-021-1/+1
|
* (rmail-user-mail-address-regexp): Fix typo.Juanma Barranquero2002-07-021-1/+1
|
* Fix typo.Juanma Barranquero2002-07-021-1/+1
|
* Fix typo.Juanma Barranquero2002-07-021-1/+1
|
* Back to the old explanation, which was more concise, with just the firstFrancesco Potortì2002-07-021-12/+12
| | | | two lines changed.
* Clarified the definition of implicit tag names.Francesco Potortì2002-07-021-2/+6
|
* 2002-07-01 Andrew Choi <[email protected]>Andrew Choi2002-07-012-1/+9
| | | | * s/darwin.h: Define POSIX_SIGNALS.
* Added ido, kmacro, and bindat packages.Kim F. Storm2002-07-011-0/+22
|
* New file.Kim F. Storm2002-07-012-0/+626
|
* In mac:Andrew Choi2002-07-015-20/+74
| | | | | | | | | | | | | | | | | | | | 2002-07-01 Andrew Choi <[email protected]> * 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 <[email protected]> * 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.
* (tex-file): call `save-some-buffers' before `tex-main-file'Sam Steingold2002-07-012-6/+13
|
* *** empty log message ***Juanma Barranquero2002-07-011-1/+5
|
* (ido-minibuffer-setup-hook): Doc fix.Juanma Barranquero2002-07-011-3/+3
|
* *** empty log message ***Dave Love2002-07-012-0/+30
|
* Doc fixes.Dave Love2002-07-011-399/+184
| | | | | | | | | | | | | | | | | (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.
* (kbd_buffer_store_event): Fix interrupt_signal declDave Love2002-07-011-2/+2
| | | | for K&R.
* term.c (costs_set): Declare static, non-initialized for pcc.Dave Love2002-07-011-1/+1
|
* Fix prototype for K&R.Dave Love2002-07-011-1/+1
|
* *** empty log message ***Richard M. Stallman2002-07-012-0/+21
|
* Upcase the abbreviation "W.O." and add periods.Richard M. Stallman2002-07-011-6/+6
|
* Update bug recommendations for being part of Emacs distribution.Richard M. Stallman2002-07-011-15/+9
|
* (timer_last_idleness_start_time): New variable.Richard M. Stallman2002-07-011-0/+14
| | | | | | (timer_start_idle): Set that. (read_key_sequence): Use that to reset timer_idleness_start_time to previous value.
* (Frecenter): With arg, set optional_new_start.Richard M. Stallman2002-07-011-5/+3
|
* Comment change.Richard M. Stallman2002-07-011-1/+1
|
* (redisplay_internal): Make optional_new_start really work.Richard M. Stallman2002-07-011-5/+5
|
* (Fminibuffer_complete_and_exit): Move to end of buffer for completion.Richard M. Stallman2002-07-011-0/+1
|
* (Info-index): Get immediate error if used in `dir'.Richard M. Stallman2002-07-011-0/+4
|
* (picture-forward-column)Richard M. Stallman2002-07-011-13/+15
| | | | (picture-move-down): Never deactivate the mark.
* 2002-06-30 Simon Josefsson <[email protected]>Simon Josefsson2002-06-302-8/+13
| | | | | * menu-bar.el (menu-bar-options-menu): Move elisp mode names from menu entry into balloon help.
* * files.el (directory-free-space-args): Don't use -P on Darwin.Andreas Schwab2002-06-303-5/+8
| | | | * term/mac-win.el: Don't set it here.
* Passed it through checkdoc. Moved `provide' to the end, where it belongs.Stefan Monnier2002-06-291-16/+16
|
* (cvs-mode-map): Bind ! to `force'.Stefan Monnier2002-06-291-2/+3
|
* (store_mode_line_string): Lisp_Object/int mixup.Ken Raeburn2002-06-292-1/+5
|
* Use directory-free-space-program instead ofAndreas Schwab2002-06-292-18/+30
| | | | | | | 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.
* (shell-command-default-error-buffer): Doc fix.Andreas Schwab2002-06-292-1/+2
|
* (display-message-or-buffer): Fix last change.Andreas Schwab2002-06-292-1/+2
|
* (shell-command-on-region): Handle errors and signalsAndreas Schwab2002-06-292-10/+21
| | | | from shell command execution.
* (dired-view-file): Quote file name for dired-run-shell-command.Andreas Schwab2002-06-292-2/+8
|
* Fixed copyright and keywords.Kim F. Storm2002-06-281-3/+2
|
* Added kmacro.elKim F. Storm2002-06-281-0/+4
|
* New file.Kim F. Storm2002-06-281-0/+358
|
* Removed an extraneous space character from a comment.John Wiegley2002-06-281-1/+1
|
* Added my name as the maintainer of this file.John Wiegley2002-06-281-1/+3
|
* *** empty log message ***John Wiegley2002-06-281-0/+4
|
* Indentation fixes.Jan Djärv2002-06-281-5/+5
|
* (readable_filtered_events): New function.Jan Djärv2002-06-282-21/+77
| | | | | | | (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.
* (x_focus_changed): New function.Jan Djärv2002-06-281-48/+156
| | | | | | (x_detect_focus_change): New function. (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut EnterNotify and LeaveNotify to track X focus changes.
* (struct x_output): Add focus_state.Jan Djärv2002-06-281-0/+18
|
* (explicit-bash-args): New user option.Andreas Schwab2002-06-282-0/+12
|
* (define-derived-mode): Preserve `mode-class' rather than `special' property.Stefan Monnier2002-06-281-4/+6
| | | | (derived-mode-class): Make it obsolete.