1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
Commit Graph

7411 Commits

Author SHA1 Message Date
Richard M. Stallman
d1dacaa049 (ispell-message): Add `ispell-message-text-end' and
`ispell-message-limit'.  Spell-check subject as well as body.
1994-05-10 23:30:23 +00:00
Richard M. Stallman
e54d3b5db2 (Finsert_file_contents) [MSDOS]: Ignore the replace feature.
(Fdo_auto_save): Write a list of all auto save file names.
(Vauto_save_list_file_name): Specify file name to put them in.
(syms_of_fileio): Set up Lisp var.
1994-05-10 23:26:39 +00:00
Roland McGrath
097c282404 Comment fix. 1994-05-10 22:40:56 +00:00
Roland McGrath
cb5558ff2d [__GNU_LIBRARY__]: Redefine PENDING_OUTPUT_COUNT even if already defined. 1994-05-10 22:39:29 +00:00
Edward M. Reingold
a6ee0a2f86 (calendar-mode-map): Change binding of Mouse-2. Bind Mouse-3.
(calendar-event-to-date): Add optional error parameter.
(calendar-mouse-print-dates): Fix first line to show day of year.
(calendar-mouse-date-menu): Deleted; split into two new functions.
(calendar-mouse-2-date-menu, calendar-mouse-3-date-menu): The two functions.
1994-05-10 22:10:16 +00:00
Edward M. Reingold
21c8986e27 (calendar-cursor-to-date): Fix error return.
(calendar-iso-date-string): Repair punctuation.
1994-05-10 21:57:35 +00:00
Richard M. Stallman
288201bd91 (abbreviate-file-name): Add special case for ms-dos.
Delete code that checked for abbreviated-home-dir ending in /;
it never did anything.
1994-05-10 21:00:32 +00:00
Roland McGrath
d6dddccbb9 (opsys): Recognize `gnu'. 1994-05-10 20:50:05 +00:00
Richard M. Stallman
f4828eac53 (using NON_GNU_CPP): Fix test for CPP already set. 1994-05-10 20:11:32 +00:00
Richard M. Stallman
00ee57f3f2 Comment change. 1994-05-10 20:03:45 +00:00
Karl Heuer
e11c3dc2c8 (frame-remove-geometry-params): Reverse the computed list, to preserve the
original order of the elements.
1994-05-10 07:55:00 +00:00
Richard M. Stallman
6ec569d420 (rmail-toggle-header): Call rmail-highlight-headers. 1994-05-10 07:38:34 +00:00
Richard M. Stallman
b86344d06f (Qbuffer_file_type): Var deleted.
(syms_of_buffer): Doc fix.
1994-05-10 07:30:11 +00:00
Richard M. Stallman
a1fd42c0c2 (syms_of_keyboard): Doc fix. 1994-05-10 07:24:27 +00:00
Richard M. Stallman
1ff3a40d52 (texinfo-every-node-update, texinfo-all-menus-update): Bind mark-active to t. 1994-05-10 06:55:29 +00:00
Richard M. Stallman
a1017d3916 (texinfo-environment-regexp): Split lines.
Add def..., ifset, ifclear.
(texinfo-show-structure): Fix typo.
1994-05-10 06:39:04 +00:00
Karl Heuer
f01de0db5a (file-chase-links): Delete redundant slashes.
Match `..' only at start of string.
1994-05-10 06:21:55 +00:00
Karl Heuer
76214250fa Allow marker string to arrive in mid-line. 1994-05-10 05:58:57 +00:00
Karl Heuer
1c9784c9c2 (safe_run_hooks): New function, extracted from command_loop_1. Bind
inhibit_quit.
1994-05-10 05:48:20 +00:00
Karl Heuer
8001d352f6 Use PT, not point. 1994-05-10 05:45:24 +00:00
Richard M. Stallman
4ec982c5b3 (shell-command-on-region): Don't kill output buffer when in the one line case. 1994-05-10 05:13:14 +00:00
Richard M. Stallman
8c8208202e (iso-gtex2iso-trans-tab): Redorder this list. 1994-05-10 02:21:42 +00:00
Richard M. Stallman
b3a262251d New version from Kifer. 1994-05-10 00:48:00 +00:00
Richard M. Stallman
bb2ee72bdf *** empty log message *** 1994-05-09 23:08:26 +00:00
Richard M. Stallman
327bebe804 (find-file-noselect): Suppress same-file warning if
both filenames would print identically.
1994-05-09 22:54:09 +00:00
Richard M. Stallman
4f5d303b20 (rmail-make-basic-summary-line): Get all the lines of the From field. 1994-05-09 22:18:59 +00:00
Richard M. Stallman
080ac1ac22 (menu-bar-file-menu): Add Apply Patch and Compare Files 1994-05-09 20:46:58 +00:00
Richard M. Stallman
17fcf5c535 Doc fixes. 1994-05-09 18:07:28 +00:00
Richard M. Stallman
a9864bafca (ange-ftp-start-process): Bind file-name-handler-alist to nil 1994-05-09 18:05:03 +00:00
David J. MacKenzie
2e25fb4205 Remove AC_LANG_C call. Not needed with Autoconf > 1.8. 1994-05-09 14:24:52 +00:00
Richard M. Stallman
19b84ba376 (outline-init) New user interface for control of
outline-mode session setup, sets up `outline-find-file-hook',
`outline-layout', and `outline-auto-activation'.

(outline-mode-post-command-business, outline-mode)
(outlineify-sticky): Major new mode activation
scheme.  See outline-layout docstring for details.
(outline-layout, outline-use-mode-specific-leader)
(outline-mode-leaders): Variables for new mode-activation scheme.
(outline-expose-topic): New specification format and
optimizations, including thorough accomodation of multiple top-level topics.
(outline-forward-current-level, outline-next-sibling)
(outline-backward-current-level, outline-goto-prefix)
(outline-show-children, outline-up-current-level)
(outline-expose-topic): Behavior refinements and repairs, and
speed optimizations.  Better accomodation for multiple top-level topics.
(outline-recent-end-of-subtree): New state var,
basis for many topic-oriented optimizations.

Revisions of many docstrings, for conformance to
GNU standards and/or clarity.
1994-05-09 06:36:19 +00:00
Richard M. Stallman
3a20653d46 (x_set_window_size) [USE_X_TOOLKIT]:
Preserve the main widget's x and y position.
1994-05-09 05:08:06 +00:00
Richard M. Stallman
d0adf46f86 (process_send_signal): If PREFER_VSUSP, use VSUSP instead of VSWTCH. 1994-05-09 03:30:55 +00:00
Richard M. Stallman
882d80792d (PREFER_VSUSP): Defined. 1994-05-09 03:30:26 +00:00
Richard M. Stallman
b61631a77d (calendar-mouse-set-mark): New function.
(calendar-mouse-date-menu): Bind it to key.
1994-05-09 03:20:21 +00:00
Richard M. Stallman
61cb81625e *** empty log message *** 1994-05-08 22:24:11 +00:00
Richard M. Stallman
70b5dc25a1 (tempo-insert-region, tempo-show-completion-buffer,
tempo-leave-completion-buffer): New variables.
(tempo-complete-tag): Added a completion buffer mechanism.
(tempo-display-completions): New function.
(tempo-insert-template): An extension to the (p ...) tag
enables named insertion for later insertion using a (s ...) tag.
1994-05-08 21:11:37 +00:00
Richard M. Stallman
3a35ab44bd (x_set_offset): Set gravity and size hint
before moving the window.

(XTread_socket): For ReparentNotify, use x_top_window_to_frame.
Also recompute frame position using x_real_positions.
For ConfigureNotify, don't ignore send_events.
Also recompute frame position using x_real_positions.
1994-05-08 21:06:13 +00:00
Richard M. Stallman
e9445337f7 (x_real_positions): New function. 1994-05-08 21:03:21 +00:00
Richard M. Stallman
fa974a004a Don't pass version to [ce]tags. 1994-05-08 20:32:12 +00:00
Richard M. Stallman
02b81698a5 Forcibly remove "# " style comments from makefiles. 1994-05-08 20:30:46 +00:00
Richard M. Stallman
726d0798d6 (uninstall): When processing lispdir and etcdir,
do nothing unless it exists and is a directory.
1994-05-08 19:51:59 +00:00
Richard M. Stallman
6b1abbd186 Doc fixes. 1994-05-08 06:45:49 +00:00
Richard M. Stallman
be6231e3d1 (calendar-event-to-date): Set buffer in case calendar isn't current. 1994-05-08 06:29:31 +00:00
Richard M. Stallman
e2bb905e9e (calendar-mouse-print-dates): Add missing level of list
for Islamic, Revolutionary and Mayan calendars.
Delete duplicate entry for ISO calendar.
1994-05-08 06:10:52 +00:00
Richard M. Stallman
10c3836a5d *** empty log message *** 1994-05-08 01:38:58 +00:00
Richard M. Stallman
c0f1a4f6c6 (ignore): Allow interactive call. 1994-05-07 22:48:29 +00:00
Richard M. Stallman
686573f1a4 (mail-mailer-swallows-blank-line): Put space and tab into brackets. 1994-05-07 22:00:33 +00:00
Richard M. Stallman
1fa65e2ff9 (dehexlify-buffer): Reflect that binary-process was
renamed to binary-process-output.
(dehexlify-buffer): Bind also binary-process-input (for ms-dos).
(hexlify-buffer): Bind both binary-process-input and
binary-process-input (for ms-dos).
(hexl-save-buffer): Force binary save (for ms-dos).
1994-05-07 21:55:56 +00:00
Richard M. Stallman
093650fe31 [MSDOS]: Rename Vbinary_process to Vbinary_process_output.
(syms_of_callproc) [MSDOS]: Rename lisp variable binary-process to
binary-process-output.
(Fcall_process, syms_of_callproc) [MSDOS]: Use new names.
(Vbinary_process_input) [MSDOS]: New variable.
(syms_of_callproc) [MSDOS]: Declare binary-process-input.
(Fcall_process_region) [MSDOS]: Bind binary-process-input temporarily
to buffer-file-type.
(init_callproc) [MSDOS]: Don't add lib-src as the wrapped binaries are in bin.
1994-05-07 21:53:28 +00:00