1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-27 01:01:52 -07:00
Commit graph

13173 commits

Author SHA1 Message Date
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
Brian Fox
03b4122a29 (Qextended_command_history): New variable prevents
sharing of M-x command history with other commands that read
values in the minibuffer.
1993-09-22 18:11:10 +00:00
Brian Fox
b95520f5be (sys_write): Keep trying to write out the data until
all of the data is written, or until we receive an error which is
not an interrupted write.
1993-09-22 18:08:51 +00:00
Brian Fox
3df34fdb94 (XScreenNumberOfScreen): Move assignments out of declaration for (dpy,
dpyscr).  Some older versions of MIPS compilers miscompile this expression.
1993-09-22 18:07:44 +00:00
Brian Fox
4805f679cd (vc-do-command): Remove debugging output. Use (forward-line -1) instead
of (previous-line 1).
(vc-print-log): Delete extraneous lines of RCS output if present.
1993-09-21 07:51:53 +00:00
Brian Fox
90a4435136 (texinfo-format-region texinfo-format-buffer): Add ###autoload cookies.
(batch-texinfo-format): Use `buffer-disable-undo' instead of obsolete
function `buffer-flush-undo'.
1993-09-21 07:50:14 +00:00
Brian Fox
bd2f232330 (slitex-mode): Add ###autoload magic cookie. 1993-09-21 07:48:37 +00:00
Brian Fox
80e7b471b6 (suppress-keymap): Use substitute-key-definition instead of manually
checking each key (we were using 127 instead of 255 anyway).
1993-09-21 07:47:15 +00:00
Brian Fox
fc68b5523c (s-hemi-seasons n-hemi-seasons): New constants are hemisphere
dependent list of season names.  The names are "international"; i.e.,
`vernal' and `autumnal' are used consistently.
(solar-equinoxes-solstices): Use new constants, allowing southern
hemisphere reports to be meaningful.
(sunrise-sunset): Use `frame-width' instead of `screen-width'.
1993-09-21 07:46:03 +00:00
Brian Fox
7e37cd30c6 (kill-region): Use equal' instead of eq' to compare markers `beg'
and `end'.  They might be two different markers that point to the same
place.
1993-09-21 07:43:20 +00:00
Brian Fox
760a35286c (rmail-convert-file): If the file is empty, don't convert it after
inserting the BABYL header.
1993-09-21 07:34:20 +00:00
Brian Fox
671e87b36d (outline-minor-mode): Force update of modeline when outline-minor-mode
is toggled.
1993-09-21 07:32:51 +00:00
Brian Fox
b19f1da483 (local-write-file-hooks): Make this variable buffer-local. 1993-09-21 07:23:26 +00:00
Brian Fox
9c0415e0b5 (edebug-enter): Don't call the current function being debugged in
pre-command-hook or post-command-hook.
1993-09-21 07:18:36 +00:00
Brian Fox
3222085ea2 (dired-mode): Don't change the value of case-fold-search.
(dired-build-subdir-alist): Call `expand-file-name' to clean up
the subdirectory title (removing extra "./").
1993-09-21 07:12:36 +00:00
Brian Fox
4b00edc888 (diff): Doc fix. 1993-09-21 07:10:31 +00:00
Brian Fox
4f71988405 (diary-syntax-table): Make sure that we use a copy of
standard-syntax-table, and not the table itself.
1993-09-21 07:06:16 +00:00
Brian Fox
a72ba9295c (compile-internal): Back out jimb change of making buffer read-only. It
is non-ergonomic.
1993-09-21 07:00:37 +00:00