1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 15:30:29 -08:00
Commit graph

13440 commits

Author SHA1 Message Date
Karl Heuer
835cd48e6a (ad-execute-defadvices): Don't allocate advice-infos in pure space, in case we
want to preload this file.
1994-02-02 21:35:07 +00:00
Richard M. Stallman
d9f132a8ac Doc fix. 1994-02-02 20:43:50 +00:00
Richard M. Stallman
eeb1e03e1e (shell-font-lock-keywords): Doc fix. 1994-02-02 20:00:15 +00:00
Eric S. Raymond
d4353b2055 (vc-mode-line): use force-mode-line-update instead of the Emacs 18
kluge.
1994-02-02 18:56:02 +00:00
Richard M. Stallman
5b817cf26e (disable-command): Reject invalid commands. 1994-02-02 18:46:29 +00:00
Karl Heuer
1ca576b5b6 (make-help-screen): Remove debugging code. 1994-02-02 07:44:43 +00:00
Karl Heuer
b1fa544fda Fix file-relative-name to allow for ancestors as well as descendants. 1994-02-02 04:39:22 +00:00
Eric S. Raymond
1892807a4d vc-parse-buffer: arrange for old properties to get cleared when their
match string is not found in the master file.
1994-02-02 03:27:26 +00:00
Richard M. Stallman
01b5c04d06 (mail-mailer-swallows-blank-line): New variable.
(sendmail-send-it): Add extra newline if appropriate.
1994-02-02 00:06:43 +00:00
Richard M. Stallman
f28039bb00 (comment-region): Handle comment-end deletion for C-u.
Don't let short lines confuse the comment-end deletion.

(comment-region): Just C-u prefix means uncomment lines.
1994-02-02 00:05:42 +00:00
Richard M. Stallman
03244f89b5 (font-lock-set-defaults): Handle shell mode.
(shell-font-lock-keywords): New variable.
1994-02-01 23:10:41 +00:00
Richard M. Stallman
da4ce263a3 Many doc fixes.
(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.
1994-02-01 18:14:56 +00:00
Richard M. Stallman
e70991d420 (auto-mode-alist): Add .p and .pas for pascal-mode. 1994-02-01 17:46:53 +00:00
Richard M. Stallman
5a8d870ba9 (calculate-fortran-indent): Handle
Fortran 90 INTERFACE and SELECT/CASE blocks.
1994-02-01 17:25:41 +00:00
Richard M. Stallman
fc51b25190 (revert-buffer): Doc fix. 1994-02-01 03:46:09 +00:00
Karl Heuer
7daa8d6b1c (font-lock-mode): Use the new hooks to get proper behavior on a revert. 1994-02-01 01:32:48 +00:00
Karl Heuer
4fbf62eea8 (revert-buffer): reposition after-revert-hook, and add before-revert-hook. 1994-02-01 01:31:37 +00:00
Richard M. Stallman
2d8e81a591 (tabify): Don't delete back before initial START. 1994-02-01 00:16:31 +00:00
Richard M. Stallman
85a9e6fe4a (appt-display-interval, appt-display-duration)
(appt-message-warning-time): Use larger defaults.
1994-02-01 00:00:36 +00:00
Roland McGrath
20783a2b0d (visit-tags-table-buffer): Don't change VISIT-TAGS-TABLE-BUFFER-CONT when
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.
1994-01-31 23:05:32 +00:00
Richard M. Stallman
babf687a8b (show-children): Don't call outline-level at eob. 1994-01-31 16:41:12 +00:00
Richard M. Stallman
d5c61e945e (calendar-print-hebrew-date): Change to use calendar-hebrew-date-string. 1994-01-31 16:16:05 +00:00
Karl Heuer
db1d3cf711 Fix rmail summary commands to work with rmail-mail-new-frame. 1994-01-31 07:05:45 +00:00
Richard M. Stallman
aef1a243d0 Initial revision 1994-01-30 00:30:22 +00:00
Richard M. Stallman
45cb347be7 (calendar-mayan-date-string): New function.
(calendar-print-mayan-date, diary-mayan-date): Use it.
1994-01-30 00:30:02 +00:00
Richard M. Stallman
adaeaa8e59 (calendar-french-date-string): New function.
(calendar-print-french-date, diary-french-date): Use it.
1994-01-30 00:29:32 +00:00
Richard M. Stallman
abd93e6653 (calendar-sunrise-sunset): Add date to message. 1994-01-30 00:29:09 +00:00
Richard M. Stallman
1a380827e3 (calendar-phases-of-moon): Fix mode line. 1994-01-30 00:28:54 +00:00
Richard M. Stallman
1d34f34921 (list-calendar-holidays): Fix mode line. 1994-01-30 00:28:40 +00:00
Richard M. Stallman
7dfb3ea2b5 (diary-day-of-year, diary-iso-date, diary-islamic-date,
diary-hebrew-date, diary-julian-date, diary-astro-day-number):
 Use new functions from calendar.el.
1994-01-30 00:26:04 +00:00
Richard M. Stallman
6a2aa94c25 (calendar-version): New function.
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.
1994-01-30 00:25:00 +00:00
Richard M. Stallman
8f22b9e08e (minor-mode-alist): Don't add "Outl" if already added. 1994-01-29 23:58:07 +00:00
Richard M. Stallman
1de48e7f1f (rmail-make-in-reply-to-field): Discard text properties from
the address before printing it.
1994-01-29 23:56:27 +00:00
Richard M. Stallman
0fef40c099 (c-fill-paragraph): Handle C++ mode. 1994-01-29 01:27:32 +00:00
Richard M. Stallman
224d56a3c5 (help-for-help): Doc fix. 1994-01-26 20:14:27 +00:00
Richard M. Stallman
d189e34689 (three-step-help): New option.
(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.
1994-01-26 20:12:33 +00:00
Richard M. Stallman
5ed1243c2f (rmail-summary-undelete): If we don't undelete anything, don't move point. 1994-01-26 18:58:37 +00:00
Richard M. Stallman
028922cf6a (next-line): Move error signaling and special end of
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.
1994-01-26 17:19:32 +00:00
Richard M. Stallman
adae5323e7 (appt-check): Doc fix. 1994-01-25 00:09:55 +00:00
Richard M. Stallman
7c203051cd (mail-mailer-swallows-blank-line): New variable.
(sendmail-send-it): Add extra newline if appropriate.
1994-01-24 23:52:51 +00:00
Richard M. Stallman
5b5861558c (appt-check): Use the new variables
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.
1994-01-21 21:21:20 +00:00
Richard M. Stallman
85de16120a (forward-paragraph): Doc fix. 1994-01-21 16:30:21 +00:00
Richard M. Stallman
f5f6a944dc (isearch-highlight): Do nothing if not window-system. 1994-01-21 04:19:19 +00:00
Richard M. Stallman
3bf5f17a18 (enable-flow-control-on): Do nothing if no TERM. 1994-01-20 15:12:30 +00:00
Richard M. Stallman
ee18da5873 (make-help-screen): Use overriding-local-map.
Recognize C-v and M-v properly.
Compute help-screen after changing the map.
1994-01-20 14:27:51 +00:00
Richard M. Stallman
f551b97db6 (isearch-push-state): Save isearch-case-fold-search.
(isearch-top-state): Restore it.
1994-01-19 18:45:34 +00:00
Richard M. Stallman
34ee096375 (shell-command-on-region): If we quit the command,
display the output buffer anyway.
1994-01-19 15:25:32 +00:00
Richard M. Stallman
dfb8966419 (compilation-error-regexp-alist): Handle DEC AXP OSF/1. 1994-01-19 14:21:20 +00:00
Richard M. Stallman
e1f40b2841 Better, more user-oriented doc strings.
(time-stamp-mail-host): Now a user option.
(time-stamp-current-year, time-stamp-hh:mm): Removed.
(time-stamp-mm/dd/yy, time-stamp-dd/mm/yy): Removed.
(time-stamp-yyyy-mm-dd): New function, ISO 8601 format.
1994-01-19 13:57:16 +00:00
Richard M. Stallman
87cd38d6ef (font-lock-mode): Set after-revert-hook
to refontify after revert.
1994-01-18 19:23:14 +00:00