Gerd Moellmann [Wed, 1 Dec 1999 16:22:27 +0000 (16:22 +0000)]
(auto-revert-buffers): Auto-revert mode was turned
off when reverting buffers that contained mode specifiers.
`revert-buffer' is now called with non-nil PRESERVE-MODES
argument.
Stefan Monnier [Tue, 30 Nov 1999 16:20:55 +0000 (16:20 +0000)]
(comment-style(s)): Replaces comment-extra-lines (and comment-multi-line).
(comment-use-syntax): Whether to use the syntax-table or just the regexps.
(comment-end-skip): To find the end of the text.
...
Stefan Monnier [Mon, 29 Nov 1999 00:49:18 +0000 (00:49 +0000)]
(kill-comment): Fixed by rewriting it with syntax-tables rather than regexps
(comment-normalize-vars): Set default (cdr comment-continue)
(comment-end-quote-re): new function taken out of `comment-region-internal'
(uncomment-region): Rewritten using syntax-tables. Also unquotes
nested comment-ends and eliminates continuation markers.
(comment-region-internal): Don't create a default for cce.
Use `comment-end-quote-re'.
Stefan Monnier [Sun, 28 Nov 1999 21:33:55 +0000 (21:33 +0000)]
(comment-make-extra-lines): Moved out of comment-region-internal.
(comment-with-narrowing): New macro. Provides a way to preserve
indentation inside narrowing.
(comment-region-internal): Add "\n" to close the comment if necessary.
Correctly handle commenting-out when BEG is not bolp.
Stefan Monnier [Sun, 28 Nov 1999 18:51:06 +0000 (18:51 +0000)]
First "working" version:
- uncomment-region doesn't work for some unknown reason
- comment-multi-line allows the use of multi line comments
- comment-extra-lines allows yet another style choice
- comment-add allows to default to `;;'
- comment-region on a comment calls uncomment-region
- C-u C-u comment-region aligns comment end markers
- C-u C-u C-u comment-region puts the comment inside a rectangle
(checkdoc-this-string-valid-engine):
Improve messages for capitalization of arg names,
for flag variables, for t and nil, for imperatives.
Call them imperatives rather than infinitives sans "to".
(checkdoc-common-verbs-wrong-voice): Add "moves".
(checkdoc-message-text-engine): Improve messages for y-or-n-p.
(checkdoc-file-comments-engine):
Don't convert comments from 3-semicolon to 2-semicolon.
That is a matter of style.
(checkdoc-triple-semi-comment-check-flag): Variable deleted.
(checkdoc-comments): Don't bind that variable.
Gerd Moellmann [Fri, 26 Nov 1999 12:07:31 +0000 (12:07 +0000)]
(set_text_properties): New function. Like
Fset_text_properties, but with additional parameter
SIGNAL_AFTER_CHANGE_P. If that is nil, don't signal after
changes.
(Fset_text_properties): Use it.
Gerd Moellmann [Thu, 25 Nov 1999 15:01:15 +0000 (15:01 +0000)]
(set_lface_from_font_name): New parameter may_fail_p.
Callers changed. If specified font name is bogus, and mail_fail_p
is set, try to use a reasonable default.
Paul Eggert [Thu, 25 Nov 1999 05:33:31 +0000 (05:33 +0000)]
* emacs.c (fixup_locale): Don't bother to record initial locale.
(synchronize_locale): If the desired locale is nil,
treat it as if it were the empty string,
so that we set the locale from the environment.
Dave Love [Wed, 24 Nov 1999 19:53:56 +0000 (19:53 +0000)]
(Info-build-node-completions, Info-search, Info-follow-reference)
(Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
(Info-find-emacs-command-nodes): Avoid properties on matched text which
may appear in minibuffer.
Gerd Moellmann [Wed, 24 Nov 1999 14:59:03 +0000 (14:59 +0000)]
(sql-find-sqli-buffer): New function.
(sql-set-sqli-buffer-generally): New function.
(sql-set-sqli-buffer): Better checking of new-buffer.
(sql-copy-column): Add comma after INTO clause, too.
(sql-imenu-generic-expression): New, used to set
imenu-generic-expression.
(sql-mode): Use ?_ and ?. instead of 95 and 46 when
setting font-lock-defaults' SYNTAX-ALIST. Set
imenu-generic-expression, imenu-case-fold-search, and
imenu-syntax-alist.
(sql-interactive-mode): Use ?_ and ?. instead of 95
and 46 when setting font-lock-defaults' SYNTAX-ALIST.
Kenichi Handa [Wed, 24 Nov 1999 02:29:08 +0000 (02:29 +0000)]
Define mule funs without checking if mule package is
loaded.
(ps-print-version): New version number (5.0.1).
(ps-header-dirpart): Now uses abbreviate-file-name.
Ken Raeburn [Tue, 23 Nov 1999 22:16:16 +0000 (22:16 +0000)]
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
be deleted. Check for the k5crypto library as well as the crypto library; MIT
Kerberos 1.1 changed the name.