1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-16 08:10:43 -08:00
Commit graph

4815 commits

Author SHA1 Message Date
Richard M. Stallman
d22d6453de (bookmark-write): Add numbered backups for bookmark file.
(bookmark-version-control): New variable.

(bookmark-jump): bookmark-jump now gives a
default value if no bookmark is entered manually.
(bookmark-set): Default to bookmark-current-bookmark or
buffer-name the way bookmark-jump does.

(ctl-x-map): Check if C-x r is a prefix before using it as one.

Include string "Bookmarks" in defining
[menu-bar bookmark] in global-map in the menu-bar code.

(menu-bar-bookmark-map): Supply t as 4th arg of autoload.

(bookmark-jump-noselect): New subroutine taken from
bookmark-jump.  Support compressed files.
(bookmark-jump): Call bookmark-jump-noselect.
Offer to relocate if necessary, but change default dir to that of
the old bookmark in read-file-name.

(bookmark-set, bookmark-rename, bookmark-delete,
bookmark-write-file, bookmark-load, Bookmark-menu-show-filenames,
Bookmark-menu-hide-filenames, Bookmark-menu-bookmark,
Bookmark-menu-save, Bookmark-menu-load): Fixed the save-excursion
bugs by wrapping things in save-window-excursion as well.

(bookmark-make-menu-bar-alist): Added sorting.

(bookmark-map): Added new keybindings.
(bookmark-try-default-file): Set bookmarks-already-loaded to t after the load.

(list-bookmarks): Added bookmark menu stuff.
(Bookmark-menu-*): New functions.
1993-10-13 05:59:54 +00:00
Richard M. Stallman
292297c66e (abbreviated-home-dir): Doc fix. 1993-10-12 20:57:36 +00:00
Jim Meyering
2f4e547fcb *** empty log message *** 1993-10-12 05:02:22 +00:00
Roland McGrath
fd95709ebc (map-y-or-n-p): Take new optional arg to not set cursor-in-echo-area. 1993-10-12 00:53:28 +00:00
Richard M. Stallman
b30b6e2897 (rmail-retry-setup-hook): New hook variable.
(rmail-retry-failure): Use that variable.
1993-10-11 03:52:24 +00:00
Richard M. Stallman
4cd7a37326 [hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions. 1993-10-09 21:51:36 +00:00
Richard M. Stallman
1f8359ba5c (ispell-message-cite-regexp): Add definition. 1993-10-09 21:44:57 +00:00
Richard M. Stallman
d6a3cc1563 (Vafter_insert_file_functions): New variable.
(Vwrite_region_annotate_functions): New variable.
(Qcar_less_than_car): New variable.
(Fcar_less_than_car): New function.
(syms_of_fileio): Make Lisp variables and function available.
staticpro Qcar_less_than_car.
(a_write, build_annotations): New functions.
(Fwrite_region): Call them.
(Finsert_file_contents): Run the Vafter_insert_file_functions.
1993-10-09 21:30:48 +00:00
David J. MacKenzie
149df30fea comment fix 1993-10-09 20:03:33 +00:00
David J. MacKenzie
54d2ecd316 fix comment 1993-10-09 20:00:23 +00:00
Richard M. Stallman
c42722e391 (rmail): Really don't get new mail if file name was given.
(rmail-reformat-message): Move past Mail-from as well as Summary-line.
(rmail-toggle-header): Likewise.
(rmail-next-undeleted-message): Return t unless hit end of buffer.
(rmail-delete-forward): Likewise.
(mail-unsent-separator): Add `Original message follows'.
(rmail-resend): Handle mail-self-blind.
1993-10-09 03:47:15 +00:00
Richard M. Stallman
51de78c187 (hack-local-variables): If buffer has no file, display its buffer name. 1993-10-09 03:46:57 +00:00
Richard M. Stallman
49e4a58a70 (rmail-output): If message was shown with full headers,
copy the full headers (or each message copied) into the file.
New local var original-headers-p, header-beginning, mail-from.
Bind locals outside the while loop.  Kill tembuf only after loop.
If message has a saved mail-from field, use that.
Detect reaching end of rmail buffer; display # messages copied.
1993-10-09 03:46:37 +00:00
Richard M. Stallman
6b77e539be (timezone-parse-date): Handle new style 22-AUG-1993. 1993-10-09 03:46:09 +00:00
Richard M. Stallman
c5cb15cb10 (BSTRING): Define only if HAVE_BCOPY. 1993-10-08 15:28:23 +00:00
Richard M. Stallman
b7e4bce27b (SYSTEM_TYPE): Put into #if 0. 1993-10-08 15:05:37 +00:00
Brian Fox
d302d40a7f (skip_chars): Fixed typo. 1993-10-08 07:36:11 +00:00
Brian Fox
d97ca6a1a4 (skip_chars): Reinstate check for end of buffer, ignoring cryptic
comment.
1993-10-07 22:58:57 +00:00
Richard M. Stallman
0b9bd5040c Internal clean-up. Save information about current
tags files, don't save the tags buffers (to save reload time).
Don't save desktop-globals-to-save (desktop files must be erased
for this to take effect, sorry.)  Save "mark-activity" and
allow multi-dir direds.
1993-10-07 16:50:26 +00:00
Doug Evans
665eef2290 fix 2 typos 1993-10-06 21:54:36 +00:00
Brian Fox
784a2b51e7 (rsh): Add `host' to args passed to make-comint. 1993-10-05 01:57:38 +00:00
Brian Fox
5ed74a2240 Doc fix. 1993-10-05 01:54:20 +00:00
Brian Fox
e5f55f0753 Format comment. 1993-10-05 01:50:32 +00:00
Brian Fox
1abbab7afd Comment update reflects reality. 1993-10-05 01:48:48 +00:00
Brian Fox
b278606c13 (Fminibuffer_complete_word): GCPRO1 `completion' during calls to
Ftry_completion.
(read_minibuf): Rewrite change of Sep 14.  Save the return value on
the history list provided in the form that the value is returned, iff
the value is not equal to the front of the history list.
(Fread_no_blanks_input): Change DEFUN to allow 2nd arg to be optional.
The code was already written correctly.
1993-10-05 01:46:45 +00:00
Brian Fox
5176382080 (read_key_sequence): Don't declare first_event; it is no longer used.
Change "#if 0" for first_event reading to "#if defined (GOBBLE_FIRST_EVENT)".
1993-10-05 01:34:06 +00:00
Brian Fox
9825c716ad If POSIX and HAVE_UNISTD_H are defined, and unistd.h hasn't already
been included, include it.
1993-10-05 01:29:54 +00:00
Brian Fox
eab22e273c (edit-and-eval-command): Let `read-from-minibuffer' manipulate the
history list, don't manipulate it directly.
(repeat-complex-command): Same thing.
1993-10-05 01:19:12 +00:00
Brian Fox
1052acbf95 Make sure that config.status contains the correct commands for
rebuilding src/Makefile.
1993-10-05 00:54:01 +00:00
Richard M. Stallman
276d56c254 (rmail-convert-to-babyl-format): Protect against
nonsensical content-length values.
1993-10-05 00:22:31 +00:00
Richard M. Stallman
8ba194fcc0 Comment change. 1993-10-04 23:50:32 +00:00
Eric S. Raymond
9a47d40b55 (vc-next-action) Fix (throw ... ) invocation to work with 19; this
allows vc-next-action on all marked files in a dired buffer to work.

(vc-finish-logentry) There isn't necessarily a *VC-log-entry* buffer
to remove if this function was called from within a dired buffer.  Fix
its handling of this case.
1993-10-04 20:51:01 +00:00
Roland McGrath
8ff3d70355 (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not cwd. 1993-10-04 04:31:33 +00:00
Roland McGrath
eb8a344d52 (extrasub): Add vpath patterns for %.[yls]. 1993-10-03 23:11:06 +00:00
Roland McGrath
709f7c1f59 (LIBES): Add $(GNULIB_VAR) again at end.
This change to ymakefile was mysteriously lost.  Were any others lost too?
1993-10-03 23:03:13 +00:00
Roland McGrath
879dea9384 Don't do seddery on config.status after AC_OUTPUT.
Instead just include the commands to make src/Makefile as the second arg to
AC_OUTPUT.
1993-10-03 21:18:51 +00:00
Roland McGrath
bbe097d0a5 Use : instead of dnl for comment inside $makefile_command. 1993-10-03 20:43:37 +00:00
Roland McGrath
916758115d No longer use vpath_sed. Instead, when we notice srcdir already
configured, set extrasub to hack vpath in the makefiles.
1993-10-03 20:41:20 +00:00
Roland McGrath
ca40a31326 In cmds to make src/Makefile, chmod Makefile.new before moving it. 1993-10-03 19:57:50 +00:00
Roland McGrath
f854bb66e2 (VPATH): Define to @srcdir@. 1993-10-03 19:55:09 +00:00
Roland McGrath
63be7fb7d0 Fixed typos or brainos of whoever though `@' was the comment char. 1993-10-03 19:54:21 +00:00
Roland McGrath
9eb8034b1e *** empty log message *** 1993-10-03 19:33:04 +00:00
Erich Stefan Boleyn
77ba1f303a Recognize operating system "riscix*"; recognize acorn as vendor 1993-10-03 16:50:05 +00:00
Richard M. Stallman
8e1f920c03 (build-mail-abbrevs): Pass just 1 arg to substitute-in-file-name. 1993-10-01 22:40:49 +00:00
Francesco Potortì
2b878b4c6b * etags.c (process_file): dead code removed.
(S_ISREG): #define it using S_IFREG if not defined.
	(process_file): regular files have nothing to do with symlinks.
1993-10-01 09:51:07 +00:00
Brian Fox
4b431fb7fc (ALL_CFLAGS): Make sure .' is searched before ${srcdir}'. 1993-09-30 23:36:54 +00:00
Brian Fox
544d556f9e (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not from current
directory.  Only chmod and chgrp files that we installed, which
excludes ${INSTALLABLE_SCRIPTS}.  They go in ${bindir}.
(INSTALLFLAGS): Deleted definition, since it is an unused variable now.
1993-09-30 23:25:30 +00:00
Brian Fox
6703f6cdbd Don't copy ${srcdir}/src/Makefile.in; that file doesn't exist. Just
copy src/Makefile.in instead.  Touch all of the Makefiles after
editing config.status.
1993-09-30 23:11:45 +00:00
Brian Fox
b93f24930d (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let configure figure out the
correct values for these variables.
(archlibdir): Only install execuatables internally used by emacs;
don't install bindir binaries here.
1993-09-28 10:04:53 +00:00
Jim Blandy
f05ddc0526 Doc fix. 1993-09-28 09:56:06 +00:00