summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (dired-font-lock-keywords): New variable.Richard M. Stallman1994-02-021-0/+12
| | | | (font-lock-set-defaults): Handle dired.el.
* (thing@pt-version): Removed variable.Richard M. Stallman1994-02-021-10/+2
|
* (mouse-sel-version): Don't base version number onRichard M. Stallman1994-02-021-21/+27
| | | | | | | | | RCS revision. Updated to version 2.0. (mouse-sel-set-selection-function, mouse-sel-get-selection-function, mouse-sel-check-selection-function): Check whether X11 functions are bound when setting defaults. (mouse-extend): Check whether modify-frame-parameters is bound before calling it. Add support to kill region with double-mouse-3.
* (server-program): Add exec-directory to value.Richard M. Stallman1994-02-021-2/+2
|
* (sort-paragraphs): Use proper paragraph definition instead of just checkingKarl Heuer1994-02-021-1/+4
| | | | for whitespace.
* (ad-execute-defadvices): Don't allocate advice-infos in pure space, in case weKarl Heuer1994-02-021-1/+6
| | | | want to preload this file.
* Doc fix.Richard M. Stallman1994-02-021-12/+35
|
* (shell-font-lock-keywords): Doc fix.Richard M. Stallman1994-02-021-1/+1
|
* (vc-mode-line): use force-mode-line-update instead of the Emacs 18Eric S. Raymond1994-02-021-2/+2
| | | | kluge.
* (disable-command): Reject invalid commands.Richard M. Stallman1994-02-021-0/+2
|
* (make-help-screen): Remove debugging code.Karl Heuer1994-02-021-3/+1
|
* Fix file-relative-name to allow for ancestors as well as descendants.Karl Heuer1994-02-021-11/+5
|
* vc-parse-buffer: arrange for old properties to get cleared when theirEric S. Raymond1994-02-021-6/+7
| | | | match string is not found in the master file.
* (mail-mailer-swallows-blank-line): New variable.Richard M. Stallman1994-02-021-3/+12
| | | | (sendmail-send-it): Add extra newline if appropriate.
* (comment-region): Handle comment-end deletion for C-u.Richard M. Stallman1994-02-021-24/+52
| | | | | | Don't let short lines confuse the comment-end deletion. (comment-region): Just C-u prefix means uncomment lines.
* (font-lock-set-defaults): Handle shell mode.Richard M. Stallman1994-02-011-0/+10
| | | | (shell-font-lock-keywords): New variable.
* Many doc fixes.Richard M. Stallman1994-02-011-726/+1143
| | | | | | | | | | | (pascal-get-beg-of-line, pascal-get-end-of-line): Use defsubst. Renamed from get-... (pascal-within-string): Use defsubst. (delete-whitespaces): Function deleted; callers use delete-horizontal-space instead. (pascal-string-diff): Renamed from string-diff. Complete rewrite. Added an outline- minor-mode and completion.
* (auto-mode-alist): Add .p and .pas for pascal-mode.Richard M. Stallman1994-02-011-0/+2
|
* (calculate-fortran-indent): HandleRichard M. Stallman1994-02-011-12/+27
| | | | Fortran 90 INTERFACE and SELECT/CASE blocks.
* (revert-buffer): Doc fix.Richard M. Stallman1994-02-011-1/+1
|
* (font-lock-mode): Use the new hooks to get proper behavior on a revert.Karl Heuer1994-02-011-3/+18
|
* (revert-buffer): reposition after-revert-hook, and add before-revert-hook.Karl Heuer1994-02-011-3/+5
|
* (tabify): Don't delete back before initial START.Richard M. Stallman1994-02-011-3/+3
|
* (appt-display-interval, appt-display-duration)Richard M. Stallman1994-02-011-3/+3
| | | | (appt-message-warning-time): Use larger defaults.
* (visit-tags-table-buffer): Don't change VISIT-TAGS-TABLE-BUFFER-CONT whenRoland McGrath1994-01-311-49/+49
| | | | | | it is 'same. Do list verification frobbing for it being either 'same or nil; but only set tags-table-list-started-at and tags-table-list-pointer when it's nil.
* (show-children): Don't call outline-level at eob.Richard M. Stallman1994-01-311-1/+3
|
* (calendar-print-hebrew-date): Change to use calendar-hebrew-date-string.Richard M. Stallman1994-01-311-3/+2
|
* Fix rmail summary commands to work with rmail-mail-new-frame.Karl Heuer1994-01-311-23/+14
|
* Initial revisionRichard M. Stallman1994-01-301-0/+308
|
* (calendar-mayan-date-string): New function.Richard M. Stallman1994-01-301-17/+17
| | | | (calendar-print-mayan-date, diary-mayan-date): Use it.
* (calendar-french-date-string): New function.Richard M. Stallman1994-01-301-30/+30
| | | | (calendar-print-french-date, diary-french-date): Use it.
* (calendar-sunrise-sunset): Add date to message.Richard M. Stallman1994-01-301-4/+5
|
* (calendar-phases-of-moon): Fix mode line.Richard M. Stallman1994-01-301-2/+5
|
* (list-calendar-holidays): Fix mode line.Richard M. Stallman1994-01-301-2/+5
|
* (diary-day-of-year, diary-iso-date, diary-islamic-date,Richard M. Stallman1994-01-301-32/+12
| | | | | diary-hebrew-date, diary-julian-date, diary-astro-day-number): Use new functions from calendar.el.
* (calendar-version): New function.Richard M. Stallman1994-01-301-104/+167
| | | | | | | | | | | | | | | | | | Adjustments to commentary at top of file. (diary-entry-marker, calendar-today-marker, calendar-holiday-marker): Don't autoload them; change definitions to support monochrome and color workstations. (calendar-french-date-string,calendar-mayan-date-string): Autoload them. (calendar-day-of-year-string, calendar-iso-date-string, calendar-julian-date-string,calendar-islamic-date-string, calendar-hebrew-date-string,calendar-astro-date-string): New functions (calendar-print-day-of-year, calendar-print-iso-date, calendar-print-iso-date,calendar-print-julian-date, calendar-print-islamic-date,calendar-print-hebrew-date, calendar-print-astro-day-number): Use them. (calendar-mode-map): Add mouse support. (calendar-unmark,mark-visible-calendar-date,calendar-mark-today): Rewritten.
* (minor-mode-alist): Don't add "Outl" if already added.Richard M. Stallman1994-01-291-2/+3
|
* (rmail-make-in-reply-to-field): Discard text properties fromRichard M. Stallman1994-01-291-5/+9
| | | | the address before printing it.
* (c-fill-paragraph): Handle C++ mode.Richard M. Stallman1994-01-291-110/+153
|
* (help-for-help): Doc fix.Richard M. Stallman1994-01-261-1/+1
|
* (three-step-help): New option.Richard M. Stallman1994-01-261-10/+21
| | | | | | | (make-help-screen): Implement that option. Handle delete function key like DEL. Don't include the option list in the prompt when displaying a full window of options.
* (rmail-summary-undelete): If we don't undelete anything, don't move point.Richard M. Stallman1994-01-261-2/+4
|
* (next-line): Move error signaling and special end ofRichard M. Stallman1994-01-261-37/+45
| | | | | | | | | | line behavior into line-move so that next-line is symmetric with previous-line when next-line-add-newlines is nil. (line-move): Move as far as possible and ding with a message if the requested motion cannot be accomplished. When selective-display is numeric, ensure point actually moves and does so to a visible line.
* (appt-check): Doc fix.Richard M. Stallman1994-01-251-0/+10
|
* (mail-mailer-swallows-blank-line): New variable.Richard M. Stallman1994-01-241-0/+15
| | | | (sendmail-send-it): Add extra newline if appropriate.
* (appt-check): Use the new variablesRichard M. Stallman1994-01-211-45/+82
| | | | | | | | | | | | appt-disp-window-function and appt-delete-window-function. (appt-disp-window-function): New variable. (appt-delete-window-function): New variable. (appt-delete-window): New function. (appt-disp-window): Don't delete the appt window here; instead, call appt-delete-window-function. Fixed bug that messed up the screen when appt-check ran when mouse is in the minibuffer. Call select-frame only if window-system.
* (forward-paragraph): Doc fix.Richard M. Stallman1994-01-211-1/+1
|
* (isearch-highlight): Do nothing if not window-system.Richard M. Stallman1994-01-211-2/+2
|
* (enable-flow-control-on): Do nothing if no TERM.Richard M. Stallman1994-01-201-5/+7
|
* (make-help-screen): Use overriding-local-map.Richard M. Stallman1994-01-201-15/+15
| | | | | Recognize C-v and M-v properly. Compute help-screen after changing the map.