1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

13094 Commits

Author SHA1 Message Date
Richard M. Stallman
bd0e4eb1cc Doc fixes.
(makefile-font-lock-keywords): Highlight lines of just whitespace.
1995-08-23 23:51:38 +00:00
Roland McGrath
33b78bd601 [HAVE_CONFIG_H]: Include config.h.
[! O_RDONLY]: Define it to zero.
(main): Use O_RDONLY instead of explicit zero.
1995-08-23 17:42:20 +00:00
Richard M. Stallman
5181be3a88 (2C-mode): Use make-local-hook and add-hook. 1995-08-22 20:55:36 +00:00
Richard M. Stallman
d183f322f9 (icomplete-minibuffer-setup): Use make-local-hook
and add and remove hooks locally.
1995-08-22 20:30:57 +00:00
Richard M. Stallman
c2bf3f2e59 (ediff-profile): Use make-local-hook and add and remove hooks locally. 1995-08-22 20:27:05 +00:00
Richard M. Stallman
faec11dbd4 (PUSH_FAILURE_POINT, POP_FAILURE_POINT): Don't push or pop
register values if POSIX backtracking is turned off.
(NUM_FAILURE_ITEMS): Value is 0 if no POSIX backtracking.
1995-08-22 19:44:26 +00:00
Richard M. Stallman
4953086242 (basic-save-buffer): Call vc-after-save. 1995-08-22 19:06:19 +00:00
Richard M. Stallman
6cf85938f4 (auto-mode-alist): Turn on use of makefile-mode. 1995-08-22 19:03:41 +00:00
Richard M. Stallman
2140206e1c (byte-compiler-base-file-name): New function.
(byte-compile-dest-file): Call byte-compiler-base-file-name.
1995-08-22 18:52:47 +00:00
Richard M. Stallman
bd0c916883 (Info-suffix-list): For MS-DOS, use gunzip as the only uncompressor,
and don't include .info as suffix.
(info-insert-file-contents-1): New function.
(info-insert-file-contents): Use info-insert-file-contents-1.
1995-08-22 18:51:46 +00:00
André Spiegel
6b9d0764ce Removed the comment that said we assume strict locking.
(vc-next-action-dired): Don't switch to vc-parent-buffer, because that
was already done.
1995-08-22 17:53:14 +00:00
André Spiegel
7064821ce7 (vc-simple-command): New function.
(vc-fetch-master-properties): CVS case: Use it.
(vc-lock-from-permissions, vc-file-owner, vc-rcs-lock-from-diff):
New functions.
(vc-locking-user): Largely rewritten.  Uses the above, handles RCS
non-strict locking.  Under CVS in CVSREAD-mode, learn the locking state
from the permissions.
(vc-find-cvs-master): Use vc-insert-file, rather than
find-file-noselect. Greatly speeds up things.
(vc-consult-rcs-headers): Bug fix, return status in all cases.
1995-08-22 17:52:42 +00:00
Tom Tromey
8967cd6efd (tcl-hilit): New function from "Chris Alfeld" <calfeld@math.utah.edu>
(tcl-mode): Call it
1995-08-22 17:49:45 +00:00
Richard M. Stallman
07d1e73a74 (insert-kbd-macro): Express vector char modifiers with
escape prefixes.  Express big basic char codes in octal.
1995-08-22 16:47:19 +00:00
Richard M. Stallman
3068998dc3 (jka-compr-byte-compiler-base-file-name): New function.
Use it to handle byte-compiler-base-file-name operation.
1995-08-22 16:46:45 +00:00
Karl Heuer
75d13c6481 (display_text_line): Write blanks under the entire
scroll bar, not just the first column.
1995-08-22 00:32:03 +00:00
Roland McGrath
01f89d1183 (compilation-exit-message-function): New variable.
(compilation-sentinel): If compilation-exit-message-function is non-nil,
call it to produce messages for buffer and mode line.
(grep): Use that variable to produce snazzier messages.
1995-08-21 22:15:58 +00:00
Richard M. Stallman
59aadc813c (Qpost_command_idle_hook, Vpost_command_idle_hook): New vars.
(syms_of_keyboard): Set up new vars.
(command_loop_1): Run Qpost_command_idle_hook.
1995-08-21 22:02:50 +00:00
Richard M. Stallman
26ee1a5dd0 Use post-command-idle-hook.
(show-paren-command-hook): No need to test for idleness.
1995-08-21 22:00:21 +00:00
Richard M. Stallman
58b2bb63f7 Include syssignal.h. 1995-08-21 21:56:40 +00:00
Richard M. Stallman
37473f05cb (SA_RESTART): Add #undef. 1995-08-21 20:52:13 +00:00
André Spiegel
8e7eda1a73 (vc-latest-on-branch-p): Under CVS, handle the case when the file is
added, but not yet committed.
(vc-backend-checkout): RCS case: In non-strict locking mode, force to
overwrite the writable workfile. CVS case: Do the right thing in
CVSREAD-mode.
1995-08-21 19:27:05 +00:00
André Spiegel
e66eac08b5 (vc-fetch-master-properties): RCS case: get locking mode.
CVS case: new state `locally-added'.
(vc-locking-user): Under RCS with non-strict locking, don't trust
the file permissions.  CVS case: change which states count as
"locked".
(vc-consult-rcs-headers): Streamlined. Don't set vc-locking-user if
this is called under CVS.  Under RCS, use a heuristic to find the
value of vc-checkout-model without examining the master file.
(vc-parse-locks): Set vc-checkout-model.
(vc-status): Comment change.
(vc-after-save-hook, vc-after-save): The former renamed to the
latter. Now unconditionally called by `basic-save-buffer', determines
whether the buffer should be "locked" or not.
(vc-mode-line): No longer use dynamic after-save-hook. Changed
references to `automatic' into `implicit'.
(vc-checkout-model): Values are now `manual' and `implicit'.  Derive
the property on a per-file basis, supporting all possible modes.
1995-08-21 19:25:52 +00:00
Richard M. Stallman
a20435c061 (NO_SOCKETS_IN_FILE_SYSTEM): Defined.
(START_FILES): Defined.
(LIB_STANDARD): New definition, details depending on __GNUC__.
1995-08-21 18:48:21 +00:00
Richard M. Stallman
118a98570e (makefile-space-face): New variable.
(makefile-define-space-face): New function.
(makefile-tab-face): Variable deleted.
(makefile-define-tab-face): Function deleted.
(makefile-font-lock-keywords): Highlight leading spaces, not tabs.
1995-08-21 17:27:04 +00:00
Richard M. Stallman
6e626f7e5b Require rmail.
(rmail-new-summary): Specify size in split-window.
Call rmail-select-summary to force size to specified amount.
1995-08-21 14:48:49 +00:00
Richard M. Stallman
33069f5829 Define user options with defvar, not defconst. 1995-08-21 14:30:34 +00:00
Simon Marshall
ebdee0a0df New version 3.07. Made fast-lock-mode use buffer-file-truename, not buffer-file-name. 1995-08-21 12:02:23 +00:00
Richard M. Stallman
9a1221bc9c Doc fixes. 1995-08-21 05:19:39 +00:00
David J. MacKenzie
3e19e687d2 default to user-supplied buffer. 1995-08-21 04:33:21 +00:00
Richard M. Stallman
856321e221 (dired-string-replace-match): Simplify using replace-match. 1995-08-21 01:15:25 +00:00
Richard M. Stallman
0b1c32a15f (dired-expand-newtext): Function deleted. 1995-08-21 01:12:12 +00:00
Richard M. Stallman
176cc1bce1 (POSIX_SIGNALS, CLASH_DETECTION): Defined.
(SIGNALS_VIA_CHARACTERS, MAIL_USE_LOCKF): Defined.
(sigmask, sigsetmask, _setjmp, _longjmp): Add undefs.
1995-08-20 16:04:10 +00:00
Richard M. Stallman
7a6ec3d1ad (SYSTEM_TYPE): Change to just "aix". 1995-08-20 16:03:43 +00:00
Richard M. Stallman
bfc30de97f (sigsetmask, _setjmp, _longjmp): Delete undefs.
[__GNUC__] (_NO_PROTO): Add undef.
1995-08-20 15:51:42 +00:00
Richard M. Stallman
029305afa1 Include aix3-2-5.h, not aix3-2.h. 1995-08-20 15:50:33 +00:00
Michael Kifer
d695b31839 * viper.el (vip-set-hooks): Use view-mode-hook in emacs and view hook in xemacs.
(vip-read-string-with-history): minibuffer-setup-hook no longer
waits for the user to type, if there are unread events.
Harnessed view-minor-mode.
Added (vip-leave-region-active) to all simple movement commands.
1995-08-20 04:32:54 +00:00
Michael Kifer
dd7c19d492 (vip-leave-region-active): new function. 1995-08-20 04:31:46 +00:00
Michael Kifer
c9dd7f74f6 (vip-surrounding-word): modified to understand tripple clicks. 1995-08-20 04:30:48 +00:00
Richard M. Stallman
4040437e1f (file-regular-p-18): Fix test for whether to use this. 1995-08-20 01:45:13 +00:00
Richard M. Stallman
648c0abd51 Initial revision 1995-08-19 18:24:48 +00:00
Richard M. Stallman
182891ef3d (basic-save-buffer): Confirm for overwriting old file
when a file name is specified.
1995-08-19 17:01:27 +00:00
Richard M. Stallman
308444156d (scan_sexps_forward): Fix previous change. 1995-08-19 17:00:34 +00:00
Richard M. Stallman
903b7f655c (blink-matching-paren-dont-ignore-comments): New var.
(blink-matching-open): Use it.
Also, if the matching char hasn't paren syntax, call that mismatch.
1995-08-19 16:59:43 +00:00
Richard M. Stallman
f57b2cd858 (Info-find-emacs-command-nodes): Fix previous change. 1995-08-19 16:54:27 +00:00
Karl Heuer
67cbfd2ab8 (hilit-submit-feedback): New ftp site. 1995-08-19 06:35:38 +00:00
Richard M. Stallman
308e97d018 (struct Lisp_Marker): Make insertion_type an unsigned int. 1995-08-19 05:38:46 +00:00
Richard M. Stallman
f88ab1c917 (Info-file-list-for-emacs): New variable.
(Info-find-emacs-command-nodes): Look in those files, if appropriate.
1995-08-19 05:03:12 +00:00
Richard M. Stallman
76352dc186 Fix typos. 1995-08-19 04:45:06 +00:00
Karl Heuer
cd76025c78 (sh-newline-and-indent): Don't interpret prefix arg
since `newline-and-indent' doesn't either.  Don't turn a trailing
quoted tab into a space.
(sh-mode): Use new `skeleton-newline-indent-rigidly'.
(sh-set-shell): Make maximum font-locking also hightlight keywords
after ``' and `!'.  (The latter is for ksh '93 but should't hurt other
shells.)
1995-08-19 00:30:56 +00:00