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

26840 commits

Author SHA1 Message Date
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
Brian Fox
a375dcc028 (Fhandle_switch_frame): Doc fix. 1993-09-28 09:54:36 +00:00
Brian Fox
4d780c768d (validate_plist): Add argument declaration for `list'. 1993-09-28 09:52:13 +00:00
Brian Fox
ae3bed12ff Initial revision 1993-09-28 09:48:57 +00:00
Brian Fox
9284d3a481 Remove src/ymakefile', add src/Makefile.in.in'. 1993-09-28 09:45:54 +00:00
Brian Fox
805f711756 Change src/xemacs to src/emacs. We no longer create src/xemacs, so
the file wouldn't be found.
1993-09-28 09:42:26 +00:00
Brian Fox
0e265b728e (src/Makefile, lib-src/Makefile, oldXMenu/Makefile): If these files
are out of date, simply have config.status rebuild them; don't rebuild
them explicitly.  Back out MAKEFLAGS change.
1993-09-28 09:41:00 +00:00
Brian Fox
cedb6c1b97 Allow any of the path or directory Makefile variables to be set with
flags to configure.  Create all Makefiles at configure time.  Edit
special commands into config.status after src/Makefile.in is built
from src/Makefile.  Don't AC_SUBST rip_paths or inst_paths.
1993-09-28 09:28:09 +00:00
Paul Eggert
deb9ebc6cb (vc-find-binary): Fix bug; it always claimed success. 1993-09-27 04:36:31 +00:00
Richard M. Stallman
2cc27dd3d2 Version 2.3.
Documentation: `forms-forms-scroll' and `forms-forms-jump'
now default to nil.
`forms-new-record-filter' and `forms-modified-record-filter'
cannot be redefined as functions.
Commands and keymaps are changed.
Add function key defs.
(forms-version): Docstring includes full RCS id.
(forms-forms-scroll): Defaults to nil.
(forms-forms-jump): Defaults to nil.
(forms-mode-edit-map, forms-mode-ro-map): Additional keymaps
for edit mode and read-only mode.
(forms--new-record-filter, forms--modified-record-filter): Deleted.
(forms-mode): Docstring now includes the key bindings, since
both edit mode and read-only mode must be supported.
Changed `forms-new-record-filter' and `forms-modified-record-filter'
semantics: the variable must point to a function and may
not be defined as a function anymore.
Use three keymaps: `forms-mode-map' (C-c commands),
`forms-mode-edit-map' (normal mode) and `forms-mode-ro-map'
(read-only mode). The maps are not buffer local.
Changed the text of error messages to be more descriptive, and
onsistent with the documentation.
Moved setting up write-file-hooks and revert-buffer-function
to function `forms--change-commands'.
(forms--process-format-list): Changed error messages to be
more descriptive.
(forms--set-keymaps): Setup the three keymaps.
(forms--mode-commands): Use new command key bindings.
(forms--mode-commands1): New helper function for
`forms--mode-commands'.
(forms--change-commands): Handle setup of
local-write-file-hooks and revert-buffer-function.
(forms--help): Show new command bindings.
(forms--show-record): Replaced `forms--modified-record-filter' by
`forms-modified-record-filter'.
(forms-jump-record): Changed error message.
(forms-toggle-read-only): New function, replaces
`forms-view-mode' and `forms-edit-mode'.
(forms-view-mode, forms-edit-mode): Deleted.
(forms-insert-record): Replaced `forms--new-record-filter' by
`forms-new-record-filter'.
(forms-insert-record, forms-delete-record): Disallow in read-only mode.
(forms-prev-field): New function.
1993-09-27 02:19:46 +00:00
Richard M. Stallman
8dff74b7f6 (disassemble-internal): Allow a call to byte-code as argument. 1993-09-27 01:36:27 +00:00
Richard M. Stallman
d89a4a47bf (mouse-delete-max-match): New function.
(mouse-choose-completion): Use that.  Now supports buffers
other than minibuffer.

(mouse-drag-region): Put the text on the kill ring.
Don't set mark if region is empty.
(mouse-yank-at-click): Set this-command.
(mouse-start-end): Fix double-click-on-closeparen case.
(mouse-save-then-kill): When used repeatedly at different places,
alter the nearer end of the region.  This applies regardless of how
the previous selection was made.
(mouse-drag-secondary, mouse-secondary-save-then-kill):
Rewrite for xterm-style dragging and extending.
1993-09-27 01:02:43 +00:00
Roland McGrath
0eb26f89e7 [MULTI_FRAME]: Increase PURESIZE to 220000. 1993-09-25 22:46:34 +00:00
Richard M. Stallman
3ba7a8daca (ispell-message): Handle cited messages. 1993-09-24 20:02:03 +00:00
Brian Fox
7a5e089152 Avoid forcing the search of /usr/include before fixed include files by
resetting C_SWITCH_X_SITE if it is "-I/usr/include".
1993-09-24 07:07:22 +00:00
Richard M. Stallman
699213bcf1 (other-frame): Warp the mouse so that the other
frame actually stays selected.
1993-09-24 04:10:11 +00:00
Paul Eggert
31ce77fa0a Add -h, -n, -r options.
By default, look for *,v files as well as RCS/*,v files.
Use $TMPDIR (default /tmp) instead of /tmp.
1993-09-24 01:03:32 +00:00
Richard M. Stallman
03e267c23b Whitespace fix. 1993-09-23 21:15:37 +00:00
Melissa Weisshaus
c3a0bfcb57 Initial revision 1993-09-23 21:00:12 +00:00
Brian Fox
024ec58f11 Add declaration for atof if not predefined. 1993-09-22 18:32:09 +00:00
Brian Fox
08ae913486 * Added fixes from Karl Berry for ISC-2.2.
(MEMMOVE_MISSING): Define.
(SIGNALS_VIA_CHARACTERS): Define.
(LIB_STANDARD): Do not include -lcposix.
(C_SWITCH_SYSTEM) [__GNUC__]: Do not use -traditional.
1993-09-22 18:27:28 +00:00
Brian Fox
97e98a5676 (file_name_completion): Install case-preserving changes from Emacs 18
for completion_ignore_case.
(completion_ignore_case): Declare.
1993-09-22 18:25:03 +00:00
Brian Fox
2554751d80 (w_wn_set_size_hint): Make recent window gravity addition
depend on "PWinGravity" begin `#defined'.
1993-09-22 18:16:37 +00:00
Brian Fox
3cbbb729f9 (Fdelete_windows_on): Fix DEFUN to allow optional second arg to appear. 1993-09-22 18:14:10 +00:00
Brian Fox
2fdf3ee28c (read_minibuf): Don't add history item if it is
string-equal to the most recent history item.
1993-09-22 18:13:27 +00:00
Brian Fox
03383aafcd (doprnt): Use a fixed buffer to store the format
specification, but only if we are sure it will fit.  Otherwise,
use alloca () to get enouhg space.  Don't allow negative size
specifications to core dump; instead, treat them as positive
("%-20d" == "%20d").
1993-09-22 18:12:09 +00:00