1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 11:33:09 -08:00
Commit graph

2729 commits

Author SHA1 Message Date
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
Richard M. Stallman
fb6208a6aa (revert-buffer): Run after-revert-hook. 1994-01-18 19:13:11 +00:00
Richard M. Stallman
e4b93bab48 (show-paren-command-hook): Do nothing when in kbd macro. 1994-01-17 22:43:40 +00:00
Roland McGrath
b6173caec2 (yow-file): Doc fix.
(yow): With non-nil arg (prefix arg), insert the chosen pinhead wisdom at
point.  Use (interactive-p) instead of arg to decide if interactive.
(insert-zippyism): Yow!  Am I INSERTED yet?
1994-01-17 21:44:35 +00:00
Roland McGrath
18cf95028f Fix typo (extra paren). 1994-01-17 05:24:29 +00:00
Richard M. Stallman
849cfd72e1 (isearch-mode): Set overriding-local-map locally.
Don't set isearch-old-local-map and don't call use-local-map.
(isearch-done): Set overriding-local-map to nil.
Don't call use-local-map.
(isearch-old-local-map): Variable deleted.
1994-01-16 23:40:50 +00:00
Richard M. Stallman
661b05a712 (menu-bar-file-menu): Add rmail, gnus, calendar items. 1994-01-16 21:25:09 +00:00
Richard M. Stallman
934111d04f (rmail-get-new-mail): Avoid error if file is empty.
Was done in 1994-01-14T18:35:09Z!rms@gnu.org:
(rmail-set-message-counters): Avoid errors moving backwd if new file.
1994-01-16 20:26:28 +00:00
Richard M. Stallman
8a2a4ced7a (forward-paragraph): If moving back we find nothing
but separator lines till buffer beg, just stay there.
Exit outer loop if at beg or end of buffer.
1994-01-16 19:05:39 +00:00
Roland McGrath
533304f86f (copmilation-error-list): Doc fix. 1994-01-16 09:34:46 +00:00
Roland McGrath
72244beaa0 (compilation-error-regexp-alist): Add regexp for Lucid lcc.
Element lists can now contain a 4th elt giving subexpr for the column.
(next-error): Handle error records with column numbers.
(compilation-parse-errors): Parse column numbers when the alist elt
specifies it.  Use string-to-int instead of read for numbers from buffer
text.
1994-01-16 09:10:58 +00:00
Roland McGrath
a1d528953c (update-copyright): Wrap final copyright-matching regexp in parens, so \1
gets all the year tokens, not just the last.  (The old regexp won with
the pre-POSIX defn of subexpressions with +.)
1994-01-16 04:35:38 +00:00