1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00
Commit graph

2232 commits

Author SHA1 Message Date
Richard M. Stallman
2051e25956 Fix typo in previous change. 1993-09-17 16:50:01 +00:00
Richard M. Stallman
9c89d223b3 Set up keymap at load time.
(iso-accents-mode): Not here.  Just setq iso-accents-minor-mode.
(iso-accents-minor-mode): Make it local in all buffers.
1993-09-17 16:49:28 +00:00
Richard M. Stallman
2c32e5c611 Fix previous change. 1993-09-17 16:43:38 +00:00
Richard M. Stallman
575661b16c (perldb): New function, plus subroutines. 1993-09-16 20:02:25 +00:00
Richard M. Stallman
214507c70f (font-lock-fontify-region): Don't add `font-lock' props.
(font-lock-unfontify-region): Don't remove `font-lock' props.
(font-lock-hack-keywords): Don't add `font-lock' props.
Handle values other than t and nil for allow-overlap-p specially.
(c-font-lock-keywords-1): Don't override how comments in #if... appear.
Highlight text after #else or #endif.
1993-09-16 14:56:45 +00:00
Paul Eggert
c574acf031 (vc-prefix-map): Bind C-x v ~ to vc-version-other-window. 1993-09-15 23:19:13 +00:00
Paul Eggert
f181899408 (vc-version-other-window): New function.
(vc-backend-checkout): Add optional arg workfile, which specifies where
to put the working file.
1993-09-15 23:19:13 +00:00
Richard M. Stallman
0f0a85b310 (rmail-forward): Insert the text right after the header separator. 1993-09-15 22:59:12 +00:00
Richard M. Stallman
1f11101804 Change typos in comments.
(forms-delete-record, forms--update): Use `delete-region' instead of
`kill-line' to avoid messing around with the kill ring.

Release 2.1 for Emacs 19.19.
(forms--process-format-list): No need to prepend a text item anymore.
(forms--ro-modification-start): Renamed to `forms--iif-start.
(forms--ro-properties): Renamed to `forms--iif-properties'.
(forms--romh): Renamed to `forms--iif-hook'.  Rewritten to use
`insert-in-front-hooks' instead of `modification-hooks'.
(forms--romh-post-command-hook): Renamed to
`forms--iif-post-command-hook'.  Rewritten to use
`insert-in-front-hooks' instead of `modification-hooks'.
(forms--make-format, forms--make-format-elt-using-text-properties):
Use `insert-in-front-hooks' instead of `modification-hooks'.
Remove `forms--electric' code.  Use `front-sticky' and
`rear-nonsticky' text properties to control the insertion of text
between read-only fields.
(forms--show-record): Remove `forms--electric' code.
1993-09-15 05:25:16 +00:00
Richard M. Stallman
8669cecff5 Fix lots of doc strings.
(iso-accents-mode): Positive arg means enable.
No arg means toggle.
1993-09-14 18:20:59 +00:00
Richard M. Stallman
bf4de26a03 Initial revision 1993-09-14 16:51:54 +00:00
Richard M. Stallman
26ff8619bb (sc-glom-headers): Bind mark-active around calling region-...
(sc-cite-original): Likewise.
1993-09-12 11:25:16 +00:00
Richard M. Stallman
522779f4c6 (font-lock-fontify-region): Put on `font-lock'
property as well as `face' property.
(font-lock-hack-keywords): Likewise.
1993-09-11 15:13:31 +00:00
Richard M. Stallman
9fa7bfe524 (hack-local-variables-prop-line): Ignore any specification
for `mode:', since set-auto-mode has already handled it.
(set-auto-mode): Clean up.  Handle more than one `mode:' spec in -*-.
1993-09-11 10:45:25 +00:00
Richard M. Stallman
073fb95606 (rmail-convert-file): Narrow to exclude the Babyl header. 1993-09-11 10:40:03 +00:00
Richard M. Stallman
66b8b1d5c3 (dun-save-game): Use correct name of endgame question. 1993-09-10 13:48:39 +00:00
Roland McGrath
1eff735616 (rmail-spool-directory): Use "/var/mail/" if system-type is netbsd. 1993-09-10 05:05:39 +00:00
Noah Friedman
10939dc620 require 'shell 1993-09-09 04:31:05 +00:00
Paul Eggert
fd6217ac0c (vc-backend-steal): Fix typo when invoking the 'rcs' command
to steal the lock.
1993-09-08 19:06:01 +00:00
Roland McGrath
94f9dcbecf (shell-dirstack-message): Recognize ~ by matching the expansion of "~" with
comint-filename-prefix prepended.  Strip comint-filename-prefix from elts.
1993-09-08 07:39:14 +00:00
Roland McGrath
09567b5cb1 (rlogin): After rlogin-mode, set comint-filename-prefix locally to indicate
the host, and cd to /HOST:~/.
(rlogin-mode-map): Start with (cons 'keymap shell-mode-map), rather than
with a full copy of comint-mode-map.
1993-09-08 07:09:00 +00:00
Roland McGrath
9dac043349 (shell-cd): New function, like `cd' but prepend comint-filename-prefix.
(shell-resync-dirs, shell-process-cd, shell-process-pushd,
shell-process-popd): Use shell-cd in place of cd.
1993-09-08 07:06:46 +00:00
Roland McGrath
36df718cbf (shell-resync-dirs, shell-process-cd, shell-process-pushd,
shell-process-popd): Prepend comint-filename-prefix to directory names when
calling cd.
1993-09-08 07:01:42 +00:00
Roland McGrath
fdfe2a2876 (comint-filename-prefix): New variable.
(comint-replace-by-expanded-filename, comint-dynamic-complete,
comint-dynamic-list-completions): Prepend it to absolute file names before
completing.
1993-09-08 06:59:23 +00:00
Roland McGrath
f8f418d80e (ange-ftp-file-executable-p): New function, handles file-executable-p. 1993-09-08 06:22:44 +00:00
Richard M. Stallman
e3e87be8cd (rmail-convert-file): Exclude the Babyl header
when calling rmail-convert-to-babyl-format.
1993-09-07 10:41:05 +00:00
Richard M. Stallman
8a988f456d (command-line): Setq inhibit-startup-message to nil. 1993-09-07 08:36:48 +00:00
Roland McGrath
e7683fffbf (jump-to-register): Take new optional arg NODELETE (prefix arg); pass
through to set-frame-configuration.
1993-09-07 00:56:00 +00:00
Roland McGrath
68cd265f83 (set-frame-configuration): Take new optional arg NODELETE; if non-nil,
don't delete any frames.
1993-09-07 00:53:48 +00:00
Roland McGrath
5f517806df ({window,frame}-configuration-to-register): Fix prompt string in
interactive spec.
1993-09-07 00:45:56 +00:00
Roland McGrath
b132f2b1ce Don't clobber existing binding for menu-bar in global-map. 1993-09-06 22:48:00 +00:00
Paul Eggert
d6fc04a8ca (calendar-time-zone-daylight-rules): Remove special case for Israel.
Israel has changed its daylight savings time rules, and we don't know
what the current rules are.
1993-09-06 22:37:51 +00:00
Roland McGrath
add3312f11 (tag-exact-match-p): Return true if TAG is the explicit tag name. 1993-09-06 22:15:21 +00:00
Richard M. Stallman
338819bcd0 Fix version in comment. 1993-09-06 13:01:02 +00:00
Richard M. Stallman
3005d32e0f Doc fixes.
(simula-mode-syntax-table): Copy the syntax table.
1993-09-06 12:59:18 +00:00
Richard M. Stallman
1817fda04a Comment fixes. 1993-09-05 22:24:31 +00:00
Roland McGrath
4f1388fd0b (next-file): If arg is neither t nor nil, then eval it to return initial
list of files.
(tags-loop-continue): Doc fix.
(tags-search, tags-query-replace): Take optional final arg and pass to
tags-loop-continue (through to next-file) instead of t if non-nil.
1993-08-30 16:17:35 +00:00
Paul Eggert
3a2e3ab5ba Use integers instead of floating point where they will do.
(solar-equinoxes-solstices): Invert seasons in southern hemisphere.
(solar-degrees-to-quadrant): Use `floor' instead of `truncate'.
1993-08-29 17:28:19 +00:00
Paul Eggert
6bc457fea5 (calendar-time-zone-daylight-rules): Scan through the
next few years until at most one rule remains; if none remain, then
just use the first candidate rule; it's wrong in general, but it's
right for at least one year.  This is a better heuristic in case the
underlying time zone implementation has bugs (which is all too
common).  If possible, don't convert back and forth between gregorian
and absolute; this speeds things up noticeably.  This uses the new
calendar-nth-named-absday function.

(calendar-current-time-zone): Some locales start DST at a different
time of day than they end; allow for this by yielding both times.  The
performance speedups in calendar.el are great enough that we now no
longer need the "Checking time zone data..." message.  If
current-time-zone yields nil, don't bother with
calendar-next-time-zone-transition.  Use clearer names for local vars.

(calendar-time-zone, calendar-daylight-time-offset,
calendar-{standard,daylight}-time-zone-name,
calendar-daylight-savings-{starts,ends}): Default to US Eastern rules
for information that is not available.

(calendar-daylight-savings-{starts,ends}-time): New vars, replacing
calendar-daylight-savings-switchover-time, to support locales that
start DST at a different time of day than they end.

(calendar-absolute-from-time):
Fix typo by interchanging floor and mod.
1993-08-28 04:14:25 +00:00
Paul Eggert
04d5d338d2 (solar-holidays): Use new
calendar-daylight-savings-{starts,ends}-time vars instead of old
calendar-daylight-savings-switchover-time var.

(calendar-last-day-of-month): Tune by testing month before year.
(calendar-absolute-from-gregorian): Tune by computing (1- year) once.

(calendar-nth-named-absday): New function, used to improve performance
in calendar-time-zone-daylight-rules.
(calendar-nth-named-day): Use it.
1993-08-28 04:14:25 +00:00
Paul Eggert
c27a1f512c (solar-time-string):
Use new calendar-daylight-savings-{starts,ends}-time
vars instead of old calendar-daylight-savings-switchover-time var.
1993-08-28 04:14:25 +00:00
Paul Eggert
1dabb4e676 (vc-locked-example): Renamed from vc-quiescent-p. Now yields example of
why current directory is not quiescent.  All callers changed to use this.
1993-08-27 03:55:16 +00:00
Paul Eggert
6379911ca3 (vc-find-file-hook, vc-file-not-found-hook): Use add-hook to install. 1993-08-27 01:57:48 +00:00
Jim Blandy
0d336f18a8 * calendar.el (calendar-absolute-from-iso,
american-calendar-display-form, european-calendar-display-form):
Fix typos in doc strings doc strings.

(calendar-mode-map): Use "[prior]" and "[next]" in key bindings.
1993-08-20 15:55:57 +00:00
Jim Blandy
808977603e * solar.el (solar-sunrise, solar-sunset, solar-longitude-of-sun):
Make both arguments to solar-mod float.

(sunrise-sunset): Change screen-width to frame-width.
1993-08-20 15:55:29 +00:00
Roland McGrath
304826544f (texinfo-environment-regexp): Match cartouche. 1993-08-18 16:48:58 +00:00
Roland McGrath
09a0903706 (update-copyright): Handle two-digit years with apostrophes. 1993-08-18 16:48:32 +00:00
Richard M. Stallman
455d9d28a9 (find-file-noselect): If a find-file-not-found-hook succeeds, clear `error'. 1993-08-15 05:47:03 +00:00
Richard M. Stallman
7e2d009de7 (bookmark-alist): Move defvar before first use. 1993-08-14 19:52:32 +00:00
Richard M. Stallman
9aef3b213d Doc fixes. 1993-08-14 19:49:27 +00:00