bpt/emacs.git
24 years agoEtags.el change moved. Add dired-aux change.
Gerd Moellmann [Mon, 6 Dec 1999 16:46:41 +0000 (16:46 +0000)]
Etags.el change moved.  Add dired-aux change.

24 years ago(dired-do-shell-command): Changed documentation.
Gerd Moellmann [Mon, 6 Dec 1999 16:44:28 +0000 (16:44 +0000)]
(dired-do-shell-command): Changed documentation.
(dired-shell-stuff-it): A `?' in COMMAND has now the same
meaning as `*'.

24 years agoAutoload the ffap alias directly.
Dave Love [Mon, 6 Dec 1999 16:26:36 +0000 (16:26 +0000)]
Autoload the ffap alias directly.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 6 Dec 1999 13:37:29 +0000 (13:37 +0000)]
*** empty log message ***

24 years ago(insert-buffer): Doc fix.
Gerd Moellmann [Mon, 6 Dec 1999 13:34:50 +0000 (13:34 +0000)]
(insert-buffer): Doc fix.

24 years agoPatch from rms.
Gerd Moellmann [Mon, 6 Dec 1999 13:27:00 +0000 (13:27 +0000)]
Patch from rms.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 6 Dec 1999 13:20:39 +0000 (13:20 +0000)]
*** empty log message ***

24 years ago(etags-tags-completion-table): Modified the
Gerd Moellmann [Mon, 6 Dec 1999 13:13:39 +0000 (13:13 +0000)]
(etags-tags-completion-table): Modified the
regexp to allow for the CL symbols starting with `+*'.
(tags-completion-table): Doc fix (it's an obarray, not an alist).
(tags-completion-table, tags-recognize-empty-tags-table): Remove
`function' quoting lambda.
(tags-with-face): New macro.
(list-tags, tags-apropos): Use it.
(tags-apropos-additional-actions): New user option.
(etags-tags-apropos-additional): Use it.
(tags-apropos): Call etags-tags-apropos-additional.
(tags-apropos-verbose): New user option.
(etags-tags-apropos): Use it.
(visit-tags-table-buffer, next-file): Use `unless'.
(recognize-empty-tags-table): Renamed to
tags-recognize-empty-tags-table.
(complete-tag): Call tags-complete-tag bypassing try-completion.

24 years ago(apropos-mode): Add autoload cookie.
Gerd Moellmann [Mon, 6 Dec 1999 13:12:38 +0000 (13:12 +0000)]
(apropos-mode): Add autoload cookie.

24 years agoChanges to etags.el.
Gerd Moellmann [Mon, 6 Dec 1999 13:09:10 +0000 (13:09 +0000)]
Changes to etags.el.

24 years ago*** empty log message ***
Kenichi Handa [Mon, 6 Dec 1999 04:53:51 +0000 (04:53 +0000)]
*** empty log message ***

24 years agoDocstring modified.
Kenichi Handa [Mon, 6 Dec 1999 04:53:04 +0000 (04:53 +0000)]
Docstring modified.

24 years ago(adjust_markers_for_delete): Make it non-static.
Kenichi Handa [Mon, 6 Dec 1999 04:47:25 +0000 (04:47 +0000)]
(adjust_markers_for_delete): Make it non-static.

24 years ago(decide_coding_unwind): Renamed from
Kenichi Handa [Mon, 6 Dec 1999 04:46:51 +0000 (04:46 +0000)]
(decide_coding_unwind): Renamed from
set_auto_coding_unwind.
(Finsert_file_contents): Make single unwind protect to call both
Vset_auto_coding_function and Ffind_operation_coding_system.

24 years ago(machine): Add arm*-*-linux-gnu, ppc-*-linux, and
Gerd Moellmann [Sun, 5 Dec 1999 14:13:31 +0000 (14:13 +0000)]
(machine): Add arm*-*-linux-gnu, ppc-*-linux, and
powerpc-*-linux*.

24 years ago(bibtex-hs-forward-sexp): Added to support
Gerd Moellmann [Sun, 5 Dec 1999 13:24:44 +0000 (13:24 +0000)]
(bibtex-hs-forward-sexp): Added to support
using the hideshow package.
(hs-special-modes-alist): Added entry for bibtex to allow the use
of the hideshow package.
(bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
not longer provided by bibtex.el directly.  Instead the hideshow
package should be used.
(bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
references to bibtex-hide-entry-bodies.

Copyright notice is up to date.  Moved
maintainer information closer to the beginning of the bibtex.el
file.
(bibtex-maintainer-salutation): New constant.
bibtex-version): New constant.
bibtex-submit-bug-report): Use bibtex-version and
bibtex-maintainer-salutation.
(bibtex-entry-field-alist): Made booktitle field optional for
@inproceedings entries when crossreferenced.
(bibtex-entry-field-alist): Added booktitle field to proceedings
entry type (for cross referencing). Thanks to Wagner Toledo Correa
for the suggestion.
(bibtex-string-file-path): Fixed typo.
(bibtex-mode-map): Reserved the key `C-c &'
for reftex.el.
(bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
to menu.

24 years ago(Hash Tables): Note that alists win for small tables.
Dave Love [Sun, 5 Dec 1999 12:21:20 +0000 (12:21 +0000)]
(Hash Tables): Note that alists win for small tables.

24 years ago* regex.c (regex_compile): Recognize *?, +? and ?? as non-greedy
Stefan Monnier [Sun, 5 Dec 1999 04:05:42 +0000 (04:05 +0000)]
* regex.c (regex_compile): Recognize *?, +? and ?? as non-greedy
operators and handle them properly.
* regex.h (RE_ALL_GREEDY): New option.
(RE_UNMATCHED_RIGHT_PAREN_ORD): Moved to the end where alphabetic
sorting would put it.
(RE_SYNTAX_AWK, RE_SYNTAX_GREP, RE_SYNTAX_EGREP)
(_RE_SYNTAX_POSIX_COMMON): Use the new option to keep old behavior.

24 years ago*** empty log message ***
Dave Love [Sat, 4 Dec 1999 19:59:54 +0000 (19:59 +0000)]
*** empty log message ***

24 years agoAdd target arm*-*-linux-gnu*.
Dave Love [Sat, 4 Dec 1999 19:47:55 +0000 (19:47 +0000)]
Add target arm*-*-linux-gnu*.

24 years agoDerived from acorn.h by deletions.
Dave Love [Sat, 4 Dec 1999 19:46:10 +0000 (19:46 +0000)]
Derived from acorn.h by deletions.

24 years agoRevert previous change -- region is significant to skeleton.
Dave Love [Sat, 4 Dec 1999 19:35:23 +0000 (19:35 +0000)]
Revert previous change -- region is significant to skeleton.

24 years ago(install-arch-indep): Depend on `info'.
Dave Love [Sat, 4 Dec 1999 19:24:27 +0000 (19:24 +0000)]
(install-arch-indep): Depend on `info'.
(install-strip): Use `install' as sub-make target.

24 years agoFix commentary.
Dave Love [Sat, 4 Dec 1999 13:25:08 +0000 (13:25 +0000)]
Fix commentary.

24 years ago* viper-cmd.el (viper-change-state): Use
Michael Kifer [Sat, 4 Dec 1999 06:19:05 +0000 (06:19 +0000)]
* viper-cmd.el (viper-change-state): Use
viper-ESC-moves-cursor-back to decide whether to move the cursor
back.

24 years agoComments only.
Dave Love [Fri, 3 Dec 1999 20:56:14 +0000 (20:56 +0000)]
Comments only.

24 years ago(Fmessage_or_box): Use use_dialog_box.
Dave Love [Fri, 3 Dec 1999 20:48:13 +0000 (20:48 +0000)]
(Fmessage_or_box): Use use_dialog_box.

24 years ago(Overlays): Add menu entry for Finding Overlays.
Dave Love [Fri, 3 Dec 1999 19:38:44 +0000 (19:38 +0000)]
(Overlays): Add menu entry for Finding Overlays.

24 years ago(Antinews): Fix node Prev again.
Dave Love [Fri, 3 Dec 1999 19:36:28 +0000 (19:36 +0000)]
(Antinews): Fix node Prev again.

24 years agoCurrent version from /gd/gnu/elisp.
Dave Love [Fri, 3 Dec 1999 19:11:12 +0000 (19:11 +0000)]
Current version from /gd/gnu/elisp.

24 years agoFixes for makeinfo complaints.
Dave Love [Fri, 3 Dec 1999 19:08:52 +0000 (19:08 +0000)]
Fixes for makeinfo complaints.

24 years ago(MAKEINFO): New parameter.
Dave Love [Fri, 3 Dec 1999 18:35:56 +0000 (18:35 +0000)]
(MAKEINFO): New parameter.

24 years ago*** empty log message ***
Dave Love [Fri, 3 Dec 1999 18:20:46 +0000 (18:20 +0000)]
*** empty log message ***

24 years ago(truncate-string-to-width): Docsting fixed.
Gerd Moellmann [Fri, 3 Dec 1999 10:31:28 +0000 (10:31 +0000)]
(truncate-string-to-width): Docsting fixed.

24 years ago(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier [Thu, 2 Dec 1999 16:27:21 +0000 (16:27 +0000)]
(lm-header-multiline): fix spurious use of `cond'.
(lm-with-file): Move all the find-file...kill-buffer stuff into
this macro.  Make it use `find-file-noselect' and make it kill
the buffer only if it wasn't already displayed somewhere.
(lm-summary, lm-authors, lm-maintainer, lm-creation-date)
(lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
(lm-commentary, lm-verify, lm-synopsis): use lm-with-file.
(lm-commentary): fix to handle the case when the change log is
at the end of the file.

24 years ago(list-coding-categories): Fix typo;
Gerd Moellmann [Thu, 2 Dec 1999 14:38:17 +0000 (14:38 +0000)]
(list-coding-categories): Fix typo;
automatic -> autoload.

24 years ago(charsetp): Fix typo in docstring.
Gerd Moellmann [Thu, 2 Dec 1999 14:34:59 +0000 (14:34 +0000)]
(charsetp): Fix typo in docstring.

24 years ago(vc-update-change-log): Look for rcs2log under
Gerd Moellmann [Thu, 2 Dec 1999 14:24:07 +0000 (14:24 +0000)]
(vc-update-change-log): Look for rcs2log under
exec-directory.

24 years agoAdd description of changed outline-regexp/new outline-level for
Gerd Moellmann [Thu, 2 Dec 1999 10:33:46 +0000 (10:33 +0000)]
Add description of changed outline-regexp/new outline-level for
Emacs Lisp mode.

24 years ago(lisp-mode-variables): Change
Gerd Moellmann [Thu, 2 Dec 1999 10:20:22 +0000 (10:20 +0000)]
(lisp-mode-variables): Change
outline-regexp, add outline-level.
(lisp-outline-level): New.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 2 Dec 1999 08:04:03 +0000 (08:04 +0000)]
*** empty log message ***

24 years ago(UNEXEC): Use unexsgi.o instead of unexelf.o.
Gerd Moellmann [Thu, 2 Dec 1999 07:59:24 +0000 (07:59 +0000)]
(UNEXEC): Use unexsgi.o instead of unexelf.o.

24 years ago(UNEXEC) [USG5_4]: Use unexsgi.o instead of
Gerd Moellmann [Thu, 2 Dec 1999 07:59:06 +0000 (07:59 +0000)]
(UNEXEC) [USG5_4]: Use unexsgi.o instead of
unexelf.o.

24 years ago(LIBS_SYSTEM): Add -lgen because that's needed
Gerd Moellmann [Thu, 2 Dec 1999 07:58:22 +0000 (07:58 +0000)]
(LIBS_SYSTEM): Add -lgen because that's needed
for building with Motif.

24 years ago(appt-convert-time): Handle "12:MMam",
Gerd Moellmann [Thu, 2 Dec 1999 07:55:46 +0000 (07:55 +0000)]
(appt-convert-time): Handle "12:MMam",
remove extraneous string-match.

24 years ago(finder-commentary): Activate Finder mode.
Gerd Moellmann [Wed, 1 Dec 1999 23:41:44 +0000 (23:41 +0000)]
(finder-commentary): Activate Finder mode.

24 years ago(auto-revert-buffers): Auto-revert mode was turned
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.

24 years ago*** empty log message ***
Dave Love [Wed, 1 Dec 1999 14:53:54 +0000 (14:53 +0000)]
*** empty log message ***

24 years agoGrok skeleton-pair-insert-maybe.
Dave Love [Wed, 1 Dec 1999 14:30:41 +0000 (14:30 +0000)]
Grok skeleton-pair-insert-maybe.

24 years ago(main): Set LANG=C iff AX3_2 defined.
Dave Love [Wed, 1 Dec 1999 12:13:13 +0000 (12:13 +0000)]
(main): Set LANG=C iff AX3_2 defined.

24 years ago(cperl-under-as-char): Make nil the default value.
Richard M. Stallman [Wed, 1 Dec 1999 00:33:22 +0000 (00:33 +0000)]
(cperl-under-as-char): Make nil the default value.

24 years ago*** empty log message ***
Dave Love [Tue, 30 Nov 1999 19:44:31 +0000 (19:44 +0000)]
*** empty log message ***

24 years ago(fortran-strip-sqeuence-nos): New command.
Dave Love [Tue, 30 Nov 1999 19:38:27 +0000 (19:38 +0000)]
(fortran-strip-sqeuence-nos): New command.

24 years agoUpdate Solaris 2.6 and 7 problems.
Paul Eggert [Tue, 30 Nov 1999 18:44:14 +0000 (18:44 +0000)]
Update Solaris 2.6 and 7 problems.

24 years ago(comment-style(s)): Replaces comment-extra-lines (and comment-multi-line).
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.
...

24 years ago*** empty log message ***
Dave Love [Tue, 30 Nov 1999 15:59:48 +0000 (15:59 +0000)]
*** empty log message ***

24 years agoMinor doc fixes.
Dave Love [Tue, 30 Nov 1999 14:45:39 +0000 (14:45 +0000)]
Minor doc fixes.
(auto-insert): Return nil.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 30 Nov 1999 14:15:15 +0000 (14:15 +0000)]
*** empty log message ***

24 years ago(speedbar-xemacs20p): Remove compatibility code for
Gerd Moellmann [Tue, 30 Nov 1999 14:09:13 +0000 (14:09 +0000)]
(speedbar-xemacs20p): Remove compatibility code for
Emacs versions without custom.el.

24 years ago*** empty log message ***
Dave Love [Tue, 30 Nov 1999 14:05:01 +0000 (14:05 +0000)]
*** empty log message ***

24 years ago(set-face-documentation): Purecopy STRING.
Dave Love [Tue, 30 Nov 1999 13:55:34 +0000 (13:55 +0000)]
(set-face-documentation): Purecopy STRING.

24 years agoDoc fixes, remove old backquote syntax.
Dave Love [Mon, 29 Nov 1999 23:19:25 +0000 (23:19 +0000)]
Doc fixes, remove old backquote syntax.

24 years ago(custom-save-variables, custom-save-faces): Write a
Dave Love [Mon, 29 Nov 1999 23:03:09 +0000 (23:03 +0000)]
(custom-save-variables, custom-save-faces): Write a
comment warning about editing.

24 years agouse-dialog-box <- use-dialogs
Dave Love [Mon, 29 Nov 1999 22:37:33 +0000 (22:37 +0000)]
use-dialog-box <- use-dialogs
Fortran, SGML changes.
Add 20.5 section.

24 years ago*** empty log message ***
Dave Love [Mon, 29 Nov 1999 15:58:33 +0000 (15:58 +0000)]
*** empty log message ***

24 years ago(help-mode-hook): Define.
Dave Love [Mon, 29 Nov 1999 15:46:02 +0000 (15:46 +0000)]
(help-mode-hook): Define.

24 years ago(edebug-make-enter-wrapper): Correct
Gerd Moellmann [Mon, 29 Nov 1999 15:34:47 +0000 (15:34 +0000)]
(edebug-make-enter-wrapper): Correct
invalid translation of old-style backquote syntax to new syntax.

24 years ago(comment-find): New function.
Stefan Monnier [Mon, 29 Nov 1999 01:31:47 +0000 (01:31 +0000)]
(comment-find): New function.
(indent-for-comment, set-comment-column, kill-comment): use it.

24 years ago(kill-comment): Fixed by rewriting it with syntax-tables rather than regexps
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'.

24 years ago(comment-make-extra-lines): Moved out of comment-region-internal.
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.

24 years agoCorrect typo.
Gerd Moellmann [Sun, 28 Nov 1999 20:14:03 +0000 (20:14 +0000)]
Correct typo.

24 years agoAC_CHECK_FUNCS for setitimer and ualarm.
Gerd Moellmann [Sun, 28 Nov 1999 20:13:30 +0000 (20:13 +0000)]
AC_CHECK_FUNCS for setitimer and ualarm.

24 years ago(HAVE_SETITIMER, HAVE_UALARM): New.
Gerd Moellmann [Sun, 28 Nov 1999 20:12:41 +0000 (20:12 +0000)]
(HAVE_SETITIMER, HAVE_UALARM): New.

24 years ago(EMACS_TIME_CMP, EMACS_TIME_EQ, EMACS_TIME_NE)
Gerd Moellmann [Sun, 28 Nov 1999 20:11:56 +0000 (20:11 +0000)]
(EMACS_TIME_CMP, EMACS_TIME_EQ, EMACS_TIME_NE)
(EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT,EMACS_TIME_LE): New
macros.

24 years agoFirst "working" version:
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

24 years agovery minor fixes.
Michael Kifer [Sun, 28 Nov 1999 18:49:04 +0000 (18:49 +0000)]
very minor fixes.

24 years agoComment change.
Richard M. Stallman [Sun, 28 Nov 1999 17:29:57 +0000 (17:29 +0000)]
Comment change.

24 years ago*** empty log message ***
Gerd Moellmann [Sun, 28 Nov 1999 12:49:29 +0000 (12:49 +0000)]
*** empty log message ***

24 years agoMakefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii [Sun, 28 Nov 1999 12:48:50 +0000 (12:48 +0000)]
Makefile (DONTCOMPILE): Add term/internal.el

24 years ago(Fwindow_end): Don't call temp_set_pt_both with
Gerd Moellmann [Sun, 28 Nov 1999 12:48:29 +0000 (12:48 +0000)]
(Fwindow_end): Don't call temp_set_pt_both with
out of range position.

24 years ago(XTread_socket) <ClientMessage, Xatom_Scrollbar>:
Gerd Moellmann [Sun, 28 Nov 1999 12:37:33 +0000 (12:37 +0000)]
(XTread_socket) <ClientMessage, Xatom_Scrollbar>:
Switch off busy-cursor by setting inhibit_busy_cursor to 2.

24 years ago(Fmake_char_internal): Print the charset ID when
Eli Zaretskii [Sun, 28 Nov 1999 10:20:12 +0000 (10:20 +0000)]
(Fmake_char_internal): Print the charset ID when
signalling an error.

24 years ago(synchronize_locale): Avoid compiler warnings about
Eli Zaretskii [Sun, 28 Nov 1999 10:16:33 +0000 (10:16 +0000)]
(synchronize_locale): Avoid compiler warnings about
pointer type mismatch.

24 years ago(Fdelete_field): Make it noninteractive. Return nil.
Richard M. Stallman [Fri, 26 Nov 1999 23:08:26 +0000 (23:08 +0000)]
(Fdelete_field): Make it noninteractive.  Return nil.

24 years agoFix last change.
Dave Love [Fri, 26 Nov 1999 21:27:25 +0000 (21:27 +0000)]
Fix last change.

24 years ago(Custom-reset-standard): Doc fix.
Richard M. Stallman [Fri, 26 Nov 1999 19:47:26 +0000 (19:47 +0000)]
(Custom-reset-standard): Doc fix.
(custom-variable-reset-standard): Doc fix.
(custom-face-reset-standard): Doc fix.
(custom-face-menu): "Reset to Standard" => "Erase Customization".
(custom-variable-menu): Likewise.
(custom-reset-menu): Likewise.
(custom-buffer-create-internal): Likewise.

24 years ago*** empty log message ***
Dave Love [Fri, 26 Nov 1999 19:19:16 +0000 (19:19 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Richard M. Stallman [Fri, 26 Nov 1999 17:46:46 +0000 (17:46 +0000)]
*** empty log message ***

24 years agoMany doc fixes.
Richard M. Stallman [Fri, 26 Nov 1999 17:46:05 +0000 (17:46 +0000)]
Many doc fixes.

24 years ago(makefile-mode-hook): Customize.
Dave Love [Fri, 26 Nov 1999 17:45:19 +0000 (17:45 +0000)]
(makefile-mode-hook): Customize.

24 years agoDoc fixes.
Dave Love [Fri, 26 Nov 1999 17:41:55 +0000 (17:41 +0000)]
Doc fixes.

24 years agoAdd use-dialog-box.
Dave Love [Fri, 26 Nov 1999 17:36:14 +0000 (17:36 +0000)]
Add use-dialog-box.

24 years ago(add-log-current-defun): Use fortran-{beginning,end}-of-subprogram.
Dave Love [Fri, 26 Nov 1999 17:35:33 +0000 (17:35 +0000)]
(add-log-current-defun): Use fortran-{beginning,end}-of-subprogram.

24 years ago(comint-preoutput-filter-functions): Doc fix.
Richard M. Stallman [Fri, 26 Nov 1999 17:34:46 +0000 (17:34 +0000)]
(comint-preoutput-filter-functions): Doc fix.

24 years ago(checkdoc-this-string-valid-engine):
Richard M. Stallman [Fri, 26 Nov 1999 17:33:36 +0000 (17:33 +0000)]
(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.

24 years ago(menu-bar-mode): Customize.
Dave Love [Fri, 26 Nov 1999 17:33:31 +0000 (17:33 +0000)]
(menu-bar-mode): Customize.

24 years ago(change-log-mode-hook): Customize.
Dave Love [Fri, 26 Nov 1999 17:32:22 +0000 (17:32 +0000)]
(change-log-mode-hook): Customize.

24 years ago(write-file-hooks): Doc fix.
Richard M. Stallman [Fri, 26 Nov 1999 17:31:26 +0000 (17:31 +0000)]
(write-file-hooks): Doc fix.

24 years ago(BASE_PURESIZE): Increase to 550000.
Gerd Moellmann [Fri, 26 Nov 1999 15:17:52 +0000 (15:17 +0000)]
(BASE_PURESIZE): Increase to 550000.

24 years ago(f90-abbrev-start): Use `eq' instead of `='.
Gerd Moellmann [Fri, 26 Nov 1999 13:53:02 +0000 (13:53 +0000)]
(f90-abbrev-start): Use `eq' instead of `='.