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

4640 commits

Author SHA1 Message Date
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
Francesco Potortì
31d4b31480 * etags.c (L_isdef, L_isquote, L_getit): small optimisations.
(L_funcs): the (foo::defmumble stuff now should work.
	(consider_token): function returned random value--corrected.
	(C_entries): corrected == versus = typo.
	* etags.c (FINCST): added the fignore status. Means we are
	after the parameter list and before the open curly brace.
	Allows correct parsing of C++ constructors.
	(C_entries, consider_token): make use of fignore.
	(consider_token): reset funcdef when next_token_is_func: when in
	ctags mode makes DEFVAR and others work better.
	(L_isquote): function that recognises the "(quote" string.
	(L_getit): ignore quoting via "'" or "(quote".  Useful for defalias.
1993-09-06 11:39:39 +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
Paul Eggert
85acbe0ab8 Change /{/ to /\{/ for Posix compatibility; otherwise, HP awk complains. 1993-08-25 19:33:07 +00:00
Paul Eggert
cbf35b9407 Append /usr/ccs/bin and /usr/sccs to PATH. 1993-08-25 08:18:56 +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
David J. MacKenzie
75f9d62502 comment fix 1993-08-19 22:29:35 +00:00
Roland McGrath
252e4dba33 (F{next,previous}_single_property_change): Doc fix. 1993-08-19 20:18:46 +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
Roland McGrath
0114e17e66 *** empty log message *** 1993-08-16 19:10:25 +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
690a797cf3 Include getdate.c in distribution. 1993-08-15 04:38:25 +00:00
Richard M. Stallman
039f26a48f (mkdir, rmdir): Use wait_for_termination to wait.
Redirect descriptors 0...2 to /dev/null.
1993-08-15 04:28:05 +00:00
Richard M. Stallman
74e299845c (HAVE_VFORK, INTEL386, aix386): Add #undef. 1993-08-15 03:55:29 +00:00
Richard M. Stallman
719b4a405f (Qread_file_name_internal): New var.
(syms_of_minibuf): Set it up and protect it.
(Fminibuffer_complete_word): When completing a file name,
expand envvar references.
1993-08-15 03:54:35 +00:00
Richard M. Stallman
94c8642adf Include syswait.h. 1993-08-15 03:53:33 +00:00
Richard M. Stallman
889255b458 Include syswait.h.
(wait_reading_process_input): Exit without waiting
if wait_for_cell is already non-nil.
1993-08-15 03:52:43 +00:00
Richard M. Stallman
2313b945f2 (adjust_intervals_for_insertion): If inserting in middle
of interval that is sticky in neither direction, don't copy props.
(merge_properties_sticky): Handle non-list as front-sticky or
rear-nonsticky property.
1993-08-15 03:49:28 +00:00
Richard M. Stallman
9d11b9a193 (mostlyclean): Don't delete emacs here.
(clean): Delete emacs and emacs-* here.
(distclean): Don't delete emacs-* here.
1993-08-15 03:39:42 +00:00
Richard M. Stallman
d1f21a66c4 (struct property_change): New field `arrived'.
(expect_property_change): Return struct property_change *.
Clear `arrived'.
(unexpect_property_change): Take one as argument.
(wait_for_property_change): Take one as argument.
If `arrived' is set, don't wait.
(wait_for_property_change_unwind): Corresponding changes.
(receive_incremental_selection): Corresponding changes.
(x_reply_selection_request): Corresponding changes.
(property_deleted_p): Function deleted.

(x_handle_selection_clear): Redisplay.
1993-08-14 23:02:58 +00:00
Richard M. Stallman
b90d9e8043 (compile_pattern): Cast result of re_compile_pattern. 1993-08-14 20:16:43 +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
Richard M. Stallman
e443f843a4 (init_cmdargs): Check openp result for 1, not != 0. 1993-08-14 18:37:47 +00:00
Richard M. Stallman
8027e2ad90 New version from Fogel. 1993-08-14 11:04:06 +00:00
Richard M. Stallman
6dba18584c (x_wm_set_size_hint): New args spec_x and spec_y.
Set the window gravity.  All callers changed.

(XTread_socket): Make copy_buffer unsigned.

(x_calc_absolute_position): For negative coords, take
account of added width from window manager's outer window.
1993-08-14 11:00:54 +00:00
Richard M. Stallman
8014cc0367 (x_wm_set_size_hint): New args spec_x and spec_y.
Set the window gravity.  All callers changed.
1993-08-14 10:59:10 +00:00
Richard M. Stallman
d0690d12e6 (list-buffers-directory): Add declaration. 1993-08-14 10:32:54 +00:00
Richard M. Stallman
1658603c0c (Fx_popup_menu): Adjust coords so they are relative to the inner window. 1993-08-14 10:30:09 +00:00
Richard M. Stallman
43626ea48d entered into RCS 1993-08-14 09:38:56 +00:00
Richard M. Stallman
88bb5793b5 (frame-initialize): Check for on' or true'
as reverseVideo resource value.
1993-08-14 09:23:46 +00:00
Richard M. Stallman
ec3b1a9bf9 (x-create-frame-with-faces): Check for on' or true'
as reverseVideo resource value.
1993-08-14 09:23:24 +00:00