- 22 Aug, 1995 5 commits
-
-
André Spiegel authored
(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.
-
Tom Tromey authored
(tcl-mode): Call it
-
Richard M. Stallman authored
escape prefixes. Express big basic char codes in octal.
-
Richard M. Stallman authored
Use it to handle byte-compiler-base-file-name operation.
-
Karl Heuer authored
scroll bar, not just the first column.
-
- 21 Aug, 1995 16 commits
-
-
Roland McGrath authored
(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.
-
Richard M. Stallman authored
(syms_of_keyboard): Set up new vars. (command_loop_1): Run Qpost_command_idle_hook.
-
Richard M. Stallman authored
(show-paren-command-hook): No need to test for idleness.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
André Spiegel authored
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.
-
André Spiegel authored
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.
-
Richard M. Stallman authored
(START_FILES): Defined. (LIB_STANDARD): New definition, details depending on __GNUC__.
-
Richard M. Stallman authored
(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.
-
Richard M. Stallman authored
(rmail-new-summary): Specify size in split-window. Call rmail-select-summary to force size to specified amount.
-
Richard M. Stallman authored
-
Simon Marshall authored
-
Richard M. Stallman authored
-
David J. MacKenzie authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 20 Aug, 1995 8 commits
-
-
Richard M. Stallman authored
(SIGNALS_VIA_CHARACTERS, MAIL_USE_LOCKF): Defined. (sigmask, sigsetmask, _setjmp, _longjmp): Add undefs.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
[__GNUC__] (_NO_PROTO): Add undef.
-
Richard M. Stallman authored
-
Michael Kifer authored
(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.
-
Michael Kifer authored
-
Michael Kifer authored
-
Richard M. Stallman authored
-
- 19 Aug, 1995 11 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
when a file name is specified.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(blink-matching-open): Use it. Also, if the matching char hasn't paren syntax, call that mismatch.
-
Richard M. Stallman authored
-
Karl Heuer authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(Info-find-emacs-command-nodes): Look in those files, if appropriate.
-
Richard M. Stallman authored
-
Karl Heuer authored
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.)
-
Karl Heuer authored
(skeleton-internal-1): Use it for indenting after \n because previous behaviour was only useful for `sh-script.el' and old `ada.el'. Other modes now get their own indentation. (skeleton, skeleton-modified, skeleton-point, skeleton-regions): `New' variables for passing between the mutually recursive functions of the skeleton engine. Introduced to remove compiler warnings. (skeleton-proxy): New argument `str' to make this settable when calling a skeleton as a function. (skeleton-insert): New argument `str' to pass down. Element `\n' now usually indents according to mode. Subskeletons may also have a list of strings as iterator. Earlier modification also removed meaning of `quit' -- I did not put it back in since it's useless. When quitting out of a subskeleton while still wrapping around text don't duplicate first line of that text. (skeleton-end-hook): New hook useful say for modes that leave a `;' on an empty line to indent right and then want to clean it up when doing a skeleton there.
-