1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 18:41:25 -08:00
Commit graph

5400 commits

Author SHA1 Message Date
Richard M. Stallman
5fe0b67ed4 Don't include syntax.h.
(Qget_file_buffer): New variable.
(syms_of_buffer): Set up Qget_file_buffer.
(Fget_file_buffer): For magic file names, run the handler.
1994-01-04 06:38:43 +00:00
Richard M. Stallman
a889bd0eff (file_name_completion_stat): If have symlinks, use lstat. 1994-01-04 06:37:51 +00:00
Richard M. Stallman
3785d1c8a8 Comment fix. 1994-01-04 01:41:34 +00:00
Richard M. Stallman
fd752f985a (debug): Bind this-command and last-command. 1994-01-04 01:39:46 +00:00
Richard M. Stallman
59d6105877 (Fx_list_fonts): Don't fail to init `tail'.
(Fx_create_frame): Add to Vframe_list before making visible.
1994-01-04 01:22:38 +00:00
Paul Eggert
b2396d1f39 (vc-finish-logentry): Sync the buffer in case the user modified it while
editing the comment.
1994-01-03 20:53:26 +00:00
Richard M. Stallman
2e0b53ad3d (tex-common-initialization): Make parse-sexp-ignore-comments t. 1994-01-03 20:06:28 +00:00
Richard M. Stallman
cb3fe1f0a7 entered into RCS 1994-01-03 16:56:13 +00:00
Richard M. Stallman
ab2c9f5425 (slitex-mode, latex-mode): Set paragraph-start and
paragraph-separate to a specific list of control sequences.

(tex-common-initialization): Make paragraph-start
and paragraph-separate match a line of $$.
1994-01-03 11:36:14 +00:00
Richard M. Stallman
7d5d472e5c (comint-last-output-start): Add defvar.
(comint-dynamic-list-completions): Use read-key-sequence.
Special handling for mouse-choose-completion.
1994-01-03 10:46:53 +00:00
Richard M. Stallman
9a474b25f8 Fix typo in previous change. 1994-01-03 10:43:37 +00:00
Richard M. Stallman
1a2ac38862 More menu bar commands. 1994-01-03 07:41:23 +00:00
Richard M. Stallman
984f718a65 (make-syntax-table): New function; no longer an alias
for copy-syntax-table.
1994-01-03 07:41:00 +00:00
Richard M. Stallman
4f8804a1e5 (get_system_name): If the official name of the host is
not a fully qualified domain name, then try to find one in the
list of alternate names.
1994-01-03 07:21:12 +00:00
Richard M. Stallman
151c7da254 (rmail-get-new-mail): Cope if display-time-string is nil. 1994-01-03 05:14:06 +00:00
Richard M. Stallman
4138e60008 (sort-float-fields): Commented out. 1994-01-03 04:15:18 +00:00
Richard M. Stallman
885020c535 (c-mode-map): Add menu bar menu. 1994-01-02 21:51:47 +00:00
Richard M. Stallman
c3a3ebc910 (calendar-goto-french-date): Fix special day
choice in non-leap years by re-reversing the list.  Fix out of
place parenthesis in prompt.
1994-01-02 19:03:36 +00:00
Richard M. Stallman
4314dea4b4 (rotate_right, rotate_left): Simplify
total_length calculation.  Minimize pointer dereferencing.
(balance_an_interval): Remove recursive rebalancing.
Rebalance precisely when imbalanced.  If a rotation is done,
rebalance only the node which may have become unbalanced.
Iterate	until the current node is balanced.
(balance_possible_root_interval): New function.
(balance_intervals): Move the interation into rebalance_an_interval.
(balance_intervals_internal): New subroutine of balance_intervals.
(split_interval_right, split_interval_left): Speed up by
not checking LEAF_INTERVAL_P.
(split_interval_right, split_interval_left, find_interval,
adjust_intervals_for_insertion, graft_intervals_into_buffer):
Add dynamic rebalancing anywhere a node may become unbalanced.
(graft_intervals_into_buffer, copy_intervals): No longer
any need to do a full rebalance as the tree stays balanced.
1994-01-02 19:01:15 +00:00
Richard M. Stallman
7ac78c9ad4 (NULL_RIGHT_CHILD, NULL_LEFT_CHILD):
Assume children must be intervals, never strings or buffers.
1994-01-02 19:00:54 +00:00
Richard M. Stallman
7c811eec1e (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS. 1994-01-02 18:54:37 +00:00
Richard M. Stallman
3e883207fd (ALL_CFLAGS): Include LDFLAGS.
Use ALL_CFLAGS in all the rules that compile and link with one cmd.
(LINK_CFLAGS): New variable.
(timer): Use LINK_CFLAGS.
1994-01-02 18:41:29 +00:00
Richard M. Stallman
6fefdc4b48 (isearch-repeat): If we matched a null string and there's
no place to advance to, fail instead.
1994-01-02 17:43:16 +00:00
Richard M. Stallman
561cb8e159 (Fwrite_region): Don't change START and END from nil
until after checking for a magic handler.
1994-01-01 18:01:49 +00:00
Richard M. Stallman
7bdf031dc8 (bibtex-field-name, bibtex-field-const, bibtex-field-text):
Adapted to Emacs 19 regex rules.
(bibtex-reference): Removed one set of parentheses (a workaround).
1994-01-01 17:32:23 +00:00
Richard M. Stallman
91d39bf04a (i[34]86-*-*): Check for *-nextstop*. 1994-01-01 17:15:40 +00:00
Richard M. Stallman
624e2ec38c (m68*-next-*): Don't care about which os is specified. 1994-01-01 17:12:22 +00:00
Richard M. Stallman
900162957b (compilation-read-command, compilation-ask-about-save): New variables.
(compile): Obey them.
1994-01-01 16:32:44 +00:00
Richard M. Stallman
feea21d147 (Info-default-directory-list): Doc fix. 1994-01-01 15:29:27 +00:00
Richard M. Stallman
53aad33f8a (read_process_output): Use clip_to_bounds when moving
to the process marker.
1994-01-01 15:12:52 +00:00
Richard M. Stallman
4f87ed716d Delete `show env TERMCAP'. 1994-01-01 15:11:38 +00:00
Richard M. Stallman
80b233a9da (${etc}DOC): Don't depend on SOME_MACHINE_OBJECTS. 1994-01-01 11:56:01 +00:00
Richard M. Stallman
229c1c6a14 (SOME_MACHINE_OBJECTS): New var.
(${etc}DOC): Use SOME_MACHINE_OBJECTS, not OBJECTS_MACHINE or OBJECTS_SYSTEM.
1994-01-01 11:55:19 +00:00
Richard M. Stallman
f7cf7ffe36 (ispell-highlight, ispell-dehighlight): New functions.
(ispell-command-loop, ispell-next): Call them.
(ispell-highlight, ispell-overlay): New variables.
1994-01-01 10:22:02 +00:00
Richard M. Stallman
5cb1595fb3 (rmail-output-to-rmail-file): If just a dir is specified,
use default name in specified dir.
1994-01-01 08:31:33 +00:00
Richard M. Stallman
5625c2fc22 (save-some-buffers): Fix previous change. 1994-01-01 06:21:59 +00:00
Richard M. Stallman
18260534da (gnus-news-reply): Handle reply-to field. 1994-01-01 05:35:38 +00:00
Richard M. Stallman
3d2e9cea7e (manual-program): Deleted. 1994-01-01 05:26:26 +00:00
Richard M. Stallman
a7e8247287 (Finsert_file_contents): Avoid setting buffer-file-name field if ran a handler.
Get rid of local var `handled'.
1993-12-31 18:16:16 +00:00
Richard M. Stallman
79a7046ca7 (lispy_accent_codes): Cope if an XK symbol is undefined.
(make_lispy_event): Define i.
1993-12-31 17:29:12 +00:00
Richard M. Stallman
e782e9f271 (query-replace-highlight): New variable.
(replace-overlay): New variable.
(replace-highlight, replace-dehighlight): New functions.
(perform-replace): Use them.
1993-12-31 15:04:23 +00:00
Richard M. Stallman
bc1ed4864c Always include termhooks.h.
[! MULTI_FRAME] (Fmouse_position): New definition.
[! MULTI_FRAME] (syms_of_frame): Add mouse-position.
1993-12-31 13:28:05 +00:00
Richard M. Stallman
b41f6027fd (print-region-1): If lpr-headers-switches is string,
turn it into a list before appending.
1993-12-31 13:06:33 +00:00
Richard M. Stallman
62bcf0098d (Finsert_file_contents): Don't run after change hook
if inserted is 0.  New local `handled', set if run handler.
Avoid setting modtime field if ran a handler.
1993-12-31 12:56:41 +00:00
Richard M. Stallman
93c2b1e794 (save-some-buffers): Reinsert lost code to save abbrevs. 1993-12-31 12:50:12 +00:00
Richard M. Stallman
1c222bca8f (eval-current-buffer): Old definition deleted.
(eval-buffer): Use current buffer by default.
1993-12-31 12:42:06 +00:00
Richard M. Stallman
5e5623c2e2 (PENDING_OUTPUT_COUNT): Two alternate definitions
for different versions of stdio.h.
1993-12-31 10:42:30 +00:00
Richard M. Stallman
c9cebcb1e5 (diff): Call shell-quote-argument. 1993-12-31 09:26:43 +00:00
Richard M. Stallman
8af7df607d (shell-quote-argument): New function. 1993-12-31 09:25:12 +00:00
Richard M. Stallman
06811c2dd3 (ispell-next): Remove periods from messages.
(ispell-complete-word): Improve error messages.
1993-12-31 06:59:31 +00:00