Commit graph

7729 commits

Author SHA1 Message Date
Richard M. Stallman
6918a4a1db Get rid of RCS id. 1996-12-07 19:22:49 +00:00
Karl Heuer
27ab694409 (backup-buffer): Doc fix. 1996-12-06 23:29:47 +00:00
Karl Heuer
58e9d9c4bf (imenu): Support integers used as positions. 1996-12-06 23:20:14 +00:00
Karl Heuer
ce1b4c71eb (ange-ftp-normal-login): If using a smart gateway,
but ange-ftp-gateway-host is nil, generate the login name
in the usual simple way.
1996-12-06 23:18:25 +00:00
Karl Heuer
ec6d29af5e (Info-follow-reference): Add each cross-reference to
completions list just once, case-insensitively.
1996-12-05 19:53:00 +00:00
Karl Heuer
fc21ed035b (PC-do-completion): Remove text properties from
completions; also use string-equal instead of equal.
1996-12-05 19:52:46 +00:00
Karl Heuer
c7385664fd (resize-minibuffer-frame): Don't assume minibuffer frame is selected. 1996-11-19 07:38:29 +00:00
Geoff Voelker
e5e0a3c9fe (x-defined-colors): Use color names from w32-color-map. 1996-11-19 07:19:39 +00:00
Geoff Voelker
489f937121 Use new names for w32 files 1996-11-19 07:04:49 +00:00
Geoff Voelker
a0d143459c Use new file name w32-fns.el 1996-11-19 07:04:01 +00:00
Geoff Voelker
b55edb6350 Use new file name dos-w32.el 1996-11-19 07:02:50 +00:00
Geoff Voelker
b86b9918dd Use w32 instead of ms-windows for window-system symbol 1996-11-19 06:59:17 +00:00
Geoff Voelker
fbd6baedb5 Change identifiers of the form win32* to w32*. 1996-11-19 04:59:23 +00:00
Karl Heuer
659ebcc6fb (write-contents-hooks): Doc fix. 1996-11-17 19:41:48 +00:00
Karl Heuer
3d0ced7a14 *** empty log message *** 1996-11-17 19:40:38 +00:00
Karl Heuer
f69925dd1b (comint-password-prompt-regexp): Recognize AIX format. 1996-11-17 19:38:48 +00:00
Karl Heuer
21fe911f02 Initial revision 1996-11-17 19:30:55 +00:00
Simon Marshall
d3aadf0b0c Use simpler fn. 1996-11-16 13:42:45 +00:00
Simon Marshall
b31d859db5 use simpler fn. 1996-11-16 13:37:51 +00:00
Simon Marshall
d7606d13d9 (a) split lazy-lock-defer-time into lazy-lock-defer-time and lazy-lock-defer-on-the-fly, (b) add lazy-lock-defer-on-scrolling, (c) use these to choose one of lazy-lock-defer-line-after-change, lazy-lock-defer-rest-after-change, lazy-lock-fontify-line-after-change, lazy-lock-fontify-rest-after-change to add to after-change-functions, (d) use with-current-buffer rather than save-excursion, (e) avoid integer overflow in lazy-lock-percent-fontified. 1996-11-16 13:33:51 +00:00
Simon Marshall
098de8c9f9 (a) make fast-lock-get-face-properties cope with face property lists, (b) add fast-lock-verbose to control messages. 1996-11-16 13:31:02 +00:00
Simon Marshall
c1f2ffc8f9 (a) add font-lock-keywords-alist, (b) fix compilation of quoted conses in keyword form, (c) make simple font-lock-match-c-style-declaration-item-and-skip-to-next and more complex font-lock-match-c++-style-declaration-item-and-skip-to-next. 1996-11-16 13:27:49 +00:00
Karl Heuer
06fb1cf202 (resize-minibuffer-frame-restore): Don't assume
minibuffer frame is selected.
1996-11-14 18:49:50 +00:00
Erik Naggum
01753e63c5 (report-emacs-bug): Reorder arguments. 1996-11-14 09:17:55 +00:00
Erik Naggum
7475605426 (message-mode): Doc fix. 1996-11-13 21:45:16 +00:00
Erik Naggum
47a1e7a2c4 (report-emacs-bug): New argument recent-keys read before bug subject
to capture more relevant recent input.
1996-11-13 16:33:28 +00:00
Richard M. Stallman
9f18e61944 (find-grep-options): Treat solaris, irix like BSD. 1996-11-12 06:04:05 +00:00
Richard M. Stallman
36bcac3fe1 (isearch-complete1): If no completion,
don't clobber isearch-string, and return nil.
1996-11-12 04:26:06 +00:00
Erik Naggum
488a0b059b (combine-after-change-calls): The first form is not special. 1996-11-11 20:42:08 +00:00
Richard M. Stallman
7e90bcf507 (dired-jump): Never turn omitting *on*.
Refresh the line *before* turning omitting off.
1996-11-10 23:41:13 +00:00
Richard M. Stallman
9a656d196a (describe-variable): Pretty-print the values.
Put doc string first, if the value is long.
1996-11-10 18:52:18 +00:00
Richard M. Stallman
c34a9d34a6 (define-key-after): If AFTER is t, always put new binding at the end. 1996-11-10 05:02:38 +00:00
Richard M. Stallman
e3dce9ba22 (sh-set-shell): Pass args no-query-flag
and insert-flag to executable-set-magic.
Don't call executable-set-magic if insert-flag is nil.
(sh-mode): Always call sh-set-shell, but use insert-flag arg
to control whether to call executable-set-magic.
No need to set comment-start-skip directly here.

(sh-mode): Parse the interpreter from the file text.
1996-11-09 22:17:58 +00:00
Richard M. Stallman
92475d89c3 (combine-after-change-calls): Add lisp-indent-function property. 1996-11-09 21:48:25 +00:00
Richard M. Stallman
5398a9e7bf (combine-after-change-calls): New def-edebug-spec. 1996-11-09 21:48:07 +00:00
Richard M. Stallman
2ec9c94e21 (combine-after-change-calls): New macro. 1996-11-09 21:46:35 +00:00
Richard M. Stallman
6aac2ab02e (comint-output-filter): Run comint-output-filter-functions
directly, not via comint-output-filter.
1996-11-09 09:21:20 +00:00
Richard M. Stallman
ca67b44e66 (list-diary-entries): Reread the diary file if it has changed. 1996-11-09 09:06:52 +00:00
Richard M. Stallman
7e7c9c4eed (revert-buffer): Doc fix.
(wildcard-to-regexp): Don't treat [] as special.
1996-11-09 09:04:52 +00:00
Richard M. Stallman
55b4b20a0c (map-y-or-n-p): Handle minibuffer-auto-raise here. 1996-11-09 08:50:43 +00:00
Richard M. Stallman
c8005e7012 (sh-mode-syntax-table): Turn on comment syntax for #,
comment-end for newline, string for `, and excape for $.
rc can use the same as sh.  Move csh after sh.
(sh-comment-prefix, sh-font-lock-keyw-rds-only): Variables deleted.
(sh-mode): Adjust setting of font-lock-defaults.
(sh-font-lock-keywords): No need for anything special for comments.
(sh-set-shell, sh-mode): Set comment-start-skip to a simple constant.
1996-11-07 06:21:19 +00:00
Richard M. Stallman
a14bf24d3a (sh-mode): Set `comment-start-skip'; otherwise
only set if `sh-set-shell' gets called.
1996-11-07 05:59:43 +00:00
Richard M. Stallman
3bfbd249c8 (display-time-format): New variable.
(display-time-string-forms): Use display-time-format.
1996-11-07 03:51:16 +00:00
Richard M. Stallman
81b8f0e64b (vc-backend-print-log): Use "cvs log" to get log entries, not "cvs rlog". 1996-11-07 03:17:16 +00:00
Richard M. Stallman
cb70d91574 (narrow-to-page): With negative arg, move back one extra
page unless we start right after a page delimiter.
1996-11-06 22:42:41 +00:00
Richard M. Stallman
2fa5888149 (minor-mode-alist): Don't use purecopy. 1996-11-06 19:03:53 +00:00
Richard M. Stallman
01e6e8c904 (compile-auto-highlight): Renamed from
compile-highlight-display-limit.
1996-11-05 18:42:30 +00:00
Richard M. Stallman
37f5f97896 (compile-highlight-display-limit): New variable.
(compilation-handle-exit): Parse error messages here
as specified by compile-highlight-display-limit.
(compile-reinitialize-errors): Add highlighting to error messages
once they are parsed.
(compilation-forget-errors): Remove highlighting properties here.
1996-11-05 18:27:52 +00:00
Richard M. Stallman
b24173f767 (time-stamp-dd/mm/yyyy): New function. 1996-11-05 18:27:41 +00:00
Richard M. Stallman
216f116990 (initial-frame-alist): Make default value nil--
don't specify `minibuffer' parameter.
1996-11-05 02:31:08 +00:00