]> git.eshelyaron.com Git - emacs.git/log
emacs.git
22 years ago(symbol-file-load-history-loaded)
Richard M. Stallman [Sat, 24 Aug 2002 02:58:53 +0000 (02:58 +0000)]
(symbol-file-load-history-loaded)
(load-symbol-file-load-history): Deleted.
(symbol-file): Don't call load-symbol-file-load-history.

22 years ago(ange-ftp-completion-hook-function): Add safe-magic prop.
Richard M. Stallman [Sat, 24 Aug 2002 02:57:31 +0000 (02:57 +0000)]
(ange-ftp-completion-hook-function): Add safe-magic prop.

22 years ago(f90-imenu-flag): Deleted - use imenu--index-alist instead.
Glenn Morris [Sat, 24 Aug 2002 01:08:28 +0000 (01:08 +0000)]
(f90-imenu-flag): Deleted - use imenu--index-alist instead.

22 years ago(f90-xemacs-flag, f90-xemacs-menu, f90-menu-bar-menu, f90-change-case-menu)
Glenn Morris [Sat, 24 Aug 2002 00:50:42 +0000 (00:50 +0000)]
(f90-xemacs-flag, f90-xemacs-menu, f90-menu-bar-menu, f90-change-case-menu)
(f90-font-lock-on, f90-font-lock-off, f90-font-lock-menu):  Deleted.  Use
easy-menu-define instead.
(f90-mode): Use easy-menu-add.
No longer (require 'imenu) when compiling.
(f90-mark-subprogram, f90-indent-region, f90-fill-region)
(f90-abbrev-start): Use fboundp.

22 years ago(PATFETCH): Remove the translating fetch.
Stefan Monnier [Fri, 23 Aug 2002 22:21:51 +0000 (22:21 +0000)]
(PATFETCH): Remove the translating fetch.
(PATFETCH_RAW): Rename to PATFETCH.
(set_image_of_range): New fun.
(SET_RANGE_TABLE_WORK_AREA): Use it.
(regex_compile): Don't translate the pattern chars so eagerly.
Only do it when inserting an `exactn' bytecode or when handling a char-range.
(mutually_exclusive_p): Avoid empty statement.

22 years agoUpdate for Texinfo version 4.2
Robert J. Chassell [Fri, 23 Aug 2002 19:52:29 +0000 (19:52 +0000)]
Update for Texinfo version 4.2

22 years agoUpdate to version 4.2
Robert J. Chassell [Fri, 23 Aug 2002 19:47:41 +0000 (19:47 +0000)]
Update to version 4.2

22 years agoAdd version 4.2 texinfo.tex and use @copying command;
Robert J. Chassell [Fri, 23 Aug 2002 19:46:12 +0000 (19:46 +0000)]
Add version 4.2 texinfo.tex and use @copying command;
add shell commands to create DocBook and XML output formats.

22 years ago#
André Spiegel [Fri, 23 Aug 2002 13:27:12 +0000 (13:27 +0000)]
#

22 years ago(vc-kill-buffer-hook): Add it to kill-buffer-hook again.
André Spiegel [Fri, 23 Aug 2002 13:23:14 +0000 (13:23 +0000)]
(vc-kill-buffer-hook): Add it to kill-buffer-hook again.

22 years ago* nnfolder.el (nnfolder-request-expire-articles): expiry-target.
ShengHuo ZHU [Fri, 23 Aug 2002 03:32:58 +0000 (03:32 +0000)]
* nnfolder.el (nnfolder-request-expire-articles): expiry-target.

* nnbabyl.el (nnbabyl-request-expire-articles): Ditto.

* nnmbox.el (nnmbox-request-expire-articles): Ditto.

* nnmh.el (nnmh-request-expire-articles): Implemented
expiry-target for nnmh backend.

22 years agoRemote files: new default method for Tramp is ssh, not sm.
Kai Großjohann [Thu, 22 Aug 2002 19:40:12 +0000 (19:40 +0000)]
Remote files: new default method for Tramp is ssh, not sm.

22 years ago(redisplay_window): Do not `goto try_to_scroll' when we
Kim F. Storm [Thu, 22 Aug 2002 16:52:56 +0000 (16:52 +0000)]
(redisplay_window): Do not `goto try_to_scroll' when we
end up on a partially visible line; this reverts a specific part
of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
display error which has been reported several times now.
However it introduces the problem that changes was supposed to fix.
See my comments in the source if you want to debug this further.

22 years agoRevert part of 2000-08-14T14:26:59Z!fx@gnu.org change.
Kim F. Storm [Thu, 22 Aug 2002 16:52:22 +0000 (16:52 +0000)]
Revert part of 2000-08-14T14:26:59Z!fx@gnu.org change.

22 years agoVersion 2.0.14 released.
Kai Großjohann [Thu, 22 Aug 2002 15:16:08 +0000 (15:16 +0000)]
Version 2.0.14 released.
(tramp-shell-prompt-pattern): New variable.
(tramp-actions-before-shell, tramp-multi-actions)
(tramp-find-shell, tramp-open-connection-multi)
(tramp-open-connection-setup-interactive-shell): Use it.
(tramp-open-connection-telnet, tramp-open-connection-rsh)
(tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
in the docstring.
(tramp-bug): Report `tramp-shell-prompt-pattern'.
(tramp-process-one-multi-action, tramp-process-one-action): Make
message clearer so people don't confuse it with Emacs asking them
a question if the regexp happens to end with "?".
(tramp-verbose): Change default value from 10 to 9.  Also change
some logging levels so that 10 is reserved for stuff which is
needed for debugging only, but 9 catches everything that people
might like to see in order to see that Tramp is actually working.

22 years ago(authors-aliases, authors-fixed-entries):
Kim F. Storm [Thu, 22 Aug 2002 14:27:50 +0000 (14:27 +0000)]
(authors-aliases, authors-fixed-entries):
Corrected spelling mistakes (for Joseph Arceneaux).

22 years ago*** empty log message ***
Kim F. Storm [Thu, 22 Aug 2002 14:26:50 +0000 (14:26 +0000)]
*** empty log message ***

22 years agoFixed spelling: Joseph Arceoeaux -> Arceneaux
Kim F. Storm [Thu, 22 Aug 2002 14:21:07 +0000 (14:21 +0000)]
Fixed spelling: Joseph Arceoeaux -> Arceneaux

22 years ago*** empty log message ***
Glenn Morris [Wed, 21 Aug 2002 21:31:14 +0000 (21:31 +0000)]
*** empty log message ***

22 years agoeval-when-compile a few defvars to quieten the byte-compiler.
Glenn Morris [Wed, 21 Aug 2002 21:26:07 +0000 (21:26 +0000)]
eval-when-compile a few defvars to quieten the byte-compiler.
(f90-xemacs-flag): Wrap in eval-and-compile.
(f90-font-lock-keywords): Doc fix.
(f90-mode-abbrev-table): Use the 6th (system-flag) argument of
define-abbrev if available, but work without it as well.
(f90-mark-subprogram-overlay): Variable deleted.
(f90-mark-subprogram): No need to be silent about push-mark.
Get rid of the silly overlay bit.
(f90-abbrev-start): unread-command-event is obsolete in XEmacs too.

22 years agoVersion 2.0.13 released.
Kai Großjohann [Wed, 21 Aug 2002 15:04:29 +0000 (15:04 +0000)]
Version 2.0.13 released.
(tramp-handle-write-region): Don't check to see if remote end is
awake after sending data to remote host: we want to send "EOF" not
"echo are you awake"...
(tramp-maybe-open-connection): Swap args for tramp-time-diff.
(tramp-yn-prompt-regexp): New variable.
(tramp-action-yn): New function, using it.
(tramp-feature-write-region-fix): New internal variable.  Not yet
used.  Should be used in `tramp-handle-write-region'.

22 years ago(mode-line-format): Moved global-mode-string last.
Kim F. Storm [Wed, 21 Aug 2002 12:05:09 +0000 (12:05 +0000)]
(mode-line-format): Moved global-mode-string last.
(mode-line-position): Moved %p first.  Added padding to %l/%c to
eliminate jumpyness in modeline.  Use (%l,%c) format if both
line-number-mode and column-number-mode are enabled.

22 years ago*** empty log message ***
Kim F. Storm [Wed, 21 Aug 2002 12:04:42 +0000 (12:04 +0000)]
*** empty log message ***

22 years agoFix typos.
Richard M. Stallman [Wed, 21 Aug 2002 00:18:46 +0000 (00:18 +0000)]
Fix typos.

22 years agoFix typo.
Richard M. Stallman [Wed, 21 Aug 2002 00:18:05 +0000 (00:18 +0000)]
Fix typo.

22 years ago*** empty log message ***
Richard M. Stallman [Wed, 21 Aug 2002 00:17:26 +0000 (00:17 +0000)]
*** empty log message ***

22 years agoFix typos.
Richard M. Stallman [Wed, 21 Aug 2002 00:17:16 +0000 (00:17 +0000)]
Fix typos.

22 years agoTypo.
Richard M. Stallman [Wed, 21 Aug 2002 00:15:28 +0000 (00:15 +0000)]
Typo.

22 years ago(c-forward-syntactic-ws): Fixed a bug that could cause an infinite
Martin Stjernholm [Tue, 20 Aug 2002 21:59:10 +0000 (21:59 +0000)]
(c-forward-syntactic-ws): Fixed a bug that could cause an infinite
loop if something that looks like a macro begins in the middle of a
line.

(c-parse-state): Fixed a bug that could cause `c-state-cache' to
contain two conses in sequence when there's an unbalanced open paren
in a macro.

22 years ago(imenu-syntax-alist): Doc fix.
Glenn Morris [Tue, 20 Aug 2002 20:35:56 +0000 (20:35 +0000)]
(imenu-syntax-alist): Doc fix.

22 years ago(fortran-current-defun): Use save-excursion.
Glenn Morris [Tue, 20 Aug 2002 20:32:45 +0000 (20:32 +0000)]
(fortran-current-defun): Use save-excursion.

22 years ago(imenu--generic-function): Use mapc.
Glenn Morris [Tue, 20 Aug 2002 20:23:25 +0000 (20:23 +0000)]
(imenu--generic-function): Use mapc.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 20 Aug 2002 17:28:55 +0000 (17:28 +0000)]
*** empty log message ***

22 years ago(font-lock-change-mode): New function.
Richard M. Stallman [Tue, 20 Aug 2002 17:22:30 +0000 (17:22 +0000)]
(font-lock-change-mode): New function.
(font-lock-mode): Use font-lock-change-mode instead of
font-lock-unfontify-buffer.
(font-lock-maximum-size, font-lock-verbose): Add defvars.

22 years agoUpdate to RefTeX 4.18
Carsten Dominik [Tue, 20 Aug 2002 10:42:52 +0000 (10:42 +0000)]
Update to RefTeX 4.18

22 years agoBind C-x C-k r to apply-macro-to-region-lines.
Kim F. Storm [Tue, 20 Aug 2002 10:07:40 +0000 (10:07 +0000)]
Bind C-x C-k r to apply-macro-to-region-lines.

22 years agoregenerated
Kim F. Storm [Tue, 20 Aug 2002 09:44:14 +0000 (09:44 +0000)]
regenerated

22 years agoRemove C-x C-k binding (now in kmacro.el).
Kim F. Storm [Tue, 20 Aug 2002 09:06:17 +0000 (09:06 +0000)]
Remove C-x C-k binding (now in kmacro.el).

22 years agoRemove macro related bindings (now in kmacro.el).
Kim F. Storm [Tue, 20 Aug 2002 09:05:33 +0000 (09:05 +0000)]
Remove macro related bindings (now in kmacro.el).

22 years ago*** empty log message ***
Kim F. Storm [Tue, 20 Aug 2002 09:05:04 +0000 (09:05 +0000)]
*** empty log message ***

22 years ago* gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
ShengHuo ZHU [Tue, 20 Aug 2002 08:36:01 +0000 (08:36 +0000)]
* gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.

22 years ago* nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
ShengHuo ZHU [Tue, 20 Aug 2002 07:57:01 +0000 (07:57 +0000)]
* nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
avoid arithmetic errors.

22 years ago(Fexpand_abbrev): Fix for the multibyte case.
Kenichi Handa [Tue, 20 Aug 2002 07:07:19 +0000 (07:07 +0000)]
(Fexpand_abbrev): Fix for the multibyte case.

22 years ago*** empty log message ***
Kenichi Handa [Tue, 20 Aug 2002 07:07:00 +0000 (07:07 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Kenichi Handa [Tue, 20 Aug 2002 00:34:28 +0000 (00:34 +0000)]
*** empty log message ***

22 years agoDescribe new kmacro features.
Kim F. Storm [Mon, 19 Aug 2002 23:14:45 +0000 (23:14 +0000)]
Describe new kmacro features.

22 years agoMajor rework based on discussions with RMS.
Kim F. Storm [Mon, 19 Aug 2002 23:05:29 +0000 (23:05 +0000)]
Major rework based on discussions with RMS.
Most important change is that C-x C-k is now bound to a keymap
with keyboard macro related commands.  The original binding on
C-x C-k is moved to C-x C-k e.

22 years ago*** empty log message ***
Kim F. Storm [Mon, 19 Aug 2002 23:04:51 +0000 (23:04 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Stefan Monnier [Mon, 19 Aug 2002 21:47:53 +0000 (21:47 +0000)]
*** empty log message ***

22 years ago(scan_keyword_or_put_char, write_c_args): Use `fn'
Stefan Monnier [Mon, 19 Aug 2002 21:47:38 +0000 (21:47 +0000)]
(scan_keyword_or_put_char, write_c_args): Use `fn'
for the function name in the usage info.

22 years ago(help-split-fundoc): Replace the function name
Stefan Monnier [Mon, 19 Aug 2002 21:23:08 +0000 (21:23 +0000)]
(help-split-fundoc): Replace the function name
from the docstring with the one that should be displayed.
(help-make-usage): Understand CL style arglists.
(describe-function-1): Adapt to the new behavior of help-split-fundoc.
(describe-variable): Use delete-region.

22 years agoMove the node Relative Files before Directory Names. Show what
Richard M. Stallman [Mon, 19 Aug 2002 18:43:18 +0000 (18:43 +0000)]
Move the node Relative Files before Directory Names.  Show what
file-name-nondirectory returns when given a directory name.
Explain that abbreviate-file-name works on file names too.

Explain how to combine a directory name with a relative file name
with concat, and the pitfalls.

Update some details.

22 years ago(croak): Add `void' to definition.
Eli Zaretskii [Mon, 19 Aug 2002 18:20:51 +0000 (18:20 +0000)]
(croak): Add `void' to definition.

22 years ago[MSDOS]: Don't define request_sigio and
Eli Zaretskii [Mon, 19 Aug 2002 18:19:42 +0000 (18:19 +0000)]
[MSDOS]: Don't define request_sigio and
unrequest_sigio, they are defined on msdos.c.

22 years ago[MSDOS]: Declare etext.
Eli Zaretskii [Mon, 19 Aug 2002 17:46:15 +0000 (17:46 +0000)]
[MSDOS]: Declare etext.

22 years ago(Ffile_name_directory) [DOS_NT]: Don't declare `beg'
Eli Zaretskii [Mon, 19 Aug 2002 17:24:08 +0000 (17:24 +0000)]
(Ffile_name_directory) [DOS_NT]: Don't declare `beg'
`const' since CORRECT_DIR_SEPS modifies its target.

22 years ago(Fclear_this_command_keys): Added optional arg
Kim F. Storm [Mon, 19 Aug 2002 14:58:29 +0000 (14:58 +0000)]
(Fclear_this_command_keys): Added optional arg
KEEP-RECORD to avoid clearing lossage when we just want to clear
the current key sequence (kmacro needs this).

22 years ago*** empty log message ***
Kim F. Storm [Mon, 19 Aug 2002 14:57:49 +0000 (14:57 +0000)]
*** empty log message ***

22 years ago(sgml-xml-auto-coding-function): Call
Kenichi Handa [Mon, 19 Aug 2002 06:39:33 +0000 (06:39 +0000)]
(sgml-xml-auto-coding-function): Call
re-search-forward with NOERROR t..

22 years ago[original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
Miles Bader [Mon, 19 Aug 2002 05:03:55 +0000 (05:03 +0000)]
[original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
(inferior-emacs-lisp-mode): Give `comint-inhibit-carriage-motion' a
local value of t.

22 years ago[original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
Miles Bader [Mon, 19 Aug 2002 05:03:21 +0000 (05:03 +0000)]
[original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
(comint-inhibit-carriage-motion): New variable.
(comint-carriage-motion): Argument STRING removed.  New arguments
START and END; interpret characters between START and END rather
than using special comint state.
(comint-output-filter): Call `comint-carriage-motion'.
(comint-output-filter-functions): Don't add `comint-carriage-motion'.

22 years ago*** empty log message ***
Kenichi Handa [Mon, 19 Aug 2002 02:47:19 +0000 (02:47 +0000)]
*** empty log message ***

22 years ago(COMPOSITION_MODIFICATION_FUNC): If PROP is not a cons, return Qnil.
Kenichi Handa [Mon, 19 Aug 2002 02:46:28 +0000 (02:46 +0000)]
(COMPOSITION_MODIFICATION_FUNC): If PROP is not a cons, return Qnil.

22 years ago(run_composition_function): Call FUNC if it is fboundp.
Kenichi Handa [Mon, 19 Aug 2002 02:46:08 +0000 (02:46 +0000)]
(run_composition_function): Call FUNC if it is fboundp.

22 years agoEscape an `@'.
Miles Bader [Mon, 19 Aug 2002 01:05:17 +0000 (01:05 +0000)]
Escape an `@'.

22 years ago*** empty log message ***
Richard M. Stallman [Mon, 19 Aug 2002 00:58:26 +0000 (00:58 +0000)]
*** empty log message ***

22 years agoFix copyright year.
Richard M. Stallman [Mon, 19 Aug 2002 00:57:34 +0000 (00:57 +0000)]
Fix copyright year.

22 years agoUpdate for next release after 21.3.
Richard M. Stallman [Mon, 19 Aug 2002 00:57:11 +0000 (00:57 +0000)]
Update for next release after 21.3.

22 years agoNew file.
Richard M. Stallman [Mon, 19 Aug 2002 00:56:34 +0000 (00:56 +0000)]
New file.

22 years ago(font-lock-mode): Set change-major-mode-hook locally.
Richard M. Stallman [Mon, 19 Aug 2002 00:54:48 +0000 (00:54 +0000)]
(font-lock-mode): Set change-major-mode-hook locally.

22 years ago(ibuffer-list-buffer-modes): Doc fix.
Andreas Schwab [Sun, 18 Aug 2002 21:17:54 +0000 (21:17 +0000)]
(ibuffer-list-buffer-modes): Doc fix.

22 years ago* reftex.el (reftex-mode): Create special syntax tables.
Carsten Dominik [Sat, 17 Aug 2002 09:22:01 +0000 (09:22 +0000)]
* reftex.el (reftex-mode): Create special syntax tables.
(reftex-syntax-table): Set a default in case this is being used
outside a LaTeX file.
(reftex-syntax-table-for-bib): Set a default in case this is being used
outside a LaTeX file.

22 years ago*** empty log message ***
Richard M. Stallman [Sat, 17 Aug 2002 05:01:44 +0000 (05:01 +0000)]
*** empty log message ***

22 years ago(tar-subfile-mode): Use add-hook and remove-hook, and use
Richard M. Stallman [Sat, 17 Aug 2002 05:00:30 +0000 (05:00 +0000)]
(tar-subfile-mode): Use add-hook and remove-hook, and use
write-file-functions instead of local-write-file-hooks.
(tar-untar-buffer): Don't try to extract directories.

22 years ago(fringe-mode): Set to nil.
Richard M. Stallman [Sat, 17 Aug 2002 04:59:14 +0000 (04:59 +0000)]
(fringe-mode): Set to nil.

22 years ago(rmail-search-mime-header-function): Doc fix.
Richard M. Stallman [Sat, 17 Aug 2002 04:58:35 +0000 (04:58 +0000)]
(rmail-search-mime-header-function): Doc fix.

22 years ago(BROKEN_SIGIO): Add #undef.
Richard M. Stallman [Sat, 17 Aug 2002 04:57:03 +0000 (04:57 +0000)]
(BROKEN_SIGIO): Add #undef.

22 years ago[!VMS]: Include sys/files.h.
Richard M. Stallman [Sat, 17 Aug 2002 04:56:13 +0000 (04:56 +0000)]
[!VMS]: Include sys/files.h.

22 years ago(save_restriction_restore): Defend from unchained marker.
Richard M. Stallman [Sat, 17 Aug 2002 04:55:17 +0000 (04:55 +0000)]
(save_restriction_restore): Defend from unchained marker.

22 years ago(overlays_at): Handle extending vec uniformly.
Richard M. Stallman [Sat, 17 Aug 2002 04:53:57 +0000 (04:53 +0000)]
(overlays_at): Handle extending vec uniformly.
(overlays_in): Handle extending vec from length 0 as in overlays_at.

22 years ago*** empty log message ***
Glenn Morris [Sat, 17 Aug 2002 00:08:54 +0000 (00:08 +0000)]
*** empty log message ***

22 years agoMinor spelling and grammar corrections.
Paul Eggert [Fri, 16 Aug 2002 06:29:40 +0000 (06:29 +0000)]
Minor spelling and grammar corrections.

22 years ago2002-08-15 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Fri, 16 Aug 2002 04:54:20 +0000 (04:54 +0000)]
2002-08-15  Andrew Choi  <akochoi@shaw.ca>

        * INSTALL: Add instructions for building Carbon version on Macs
        with X Window installed.

22 years ago2002-08-15 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Fri, 16 Aug 2002 02:30:21 +0000 (02:30 +0000)]
2002-08-15  Andrew Choi  <akochoi@shaw.ca>

        * mac.c (init_mac_osx_environment): New function.

        * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.

22 years agoFix typo.
Richard M. Stallman [Thu, 15 Aug 2002 20:33:01 +0000 (20:33 +0000)]
Fix typo.

22 years agoMention define-generic-mode.
Richard M. Stallman [Thu, 15 Aug 2002 20:32:05 +0000 (20:32 +0000)]
Mention define-generic-mode.

22 years agoMention emacsclient, with xref.
Richard M. Stallman [Thu, 15 Aug 2002 20:31:03 +0000 (20:31 +0000)]
Mention emacsclient, with xref.

22 years agoExplain how C-x RET f and C-x RET c affect saving.
Richard M. Stallman [Thu, 15 Aug 2002 20:30:32 +0000 (20:30 +0000)]
Explain how C-x RET f and C-x RET c affect saving.

22 years agoClarify ispell use of multiple dictionaries.
Richard M. Stallman [Thu, 15 Aug 2002 20:29:19 +0000 (20:29 +0000)]
Clarify ispell use of multiple dictionaries.

22 years ago*** empty log message ***
Richard M. Stallman [Thu, 15 Aug 2002 20:28:43 +0000 (20:28 +0000)]
*** empty log message ***

22 years ago(appt-delete): Use substring-no-properties.
Richard M. Stallman [Thu, 15 Aug 2002 20:18:42 +0000 (20:18 +0000)]
(appt-delete): Use substring-no-properties.
(appt-make-list): Don't use prin1-to-string; use the string unchanged.

22 years ago(menu-bar-next-tag-other-window, menu-bar-next-tag)
Richard M. Stallman [Thu, 15 Aug 2002 20:15:20 +0000 (20:15 +0000)]
(menu-bar-next-tag-other-window, menu-bar-next-tag)
(menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
(menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
(menu-bar-toggle-cua-mode, menu-bar-read-mail)
(menu-bar-help-extra-packages, help-with-tutorial-spec-language)
(menu-bar-text-mode-auto-fill): New commands, used
in menu bar menus instead of lambda expressions.

(menu-bar-showhide-fringe-menu-customize-left)
(menu-bar-showhide-fringe-menu-customize-right)
(menu-bar-showhide-fringe-menu-customize-disable)
(menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.

(menu-bar-options-menu): Use toggle-truncate-lines.
(showhide-date-time): Call customize-mark-as-set.

22 years ago(server-process-filter): Simplify code.
Richard M. Stallman [Thu, 15 Aug 2002 20:13:48 +0000 (20:13 +0000)]
(server-process-filter): Simplify code.
(server-goto-line-column): New function.
(server-visit-files): Use server-goto-line-column.
Offer to revert only if file has changed.

22 years ago(font-lock-mode): Add font-lock-unfontify-buffer
Richard M. Stallman [Thu, 15 Aug 2002 20:09:34 +0000 (20:09 +0000)]
(font-lock-mode): Add font-lock-unfontify-buffer
to change-major-mode-hook when font lock is enabled.

22 years ago(recover-this-file): New function.
Richard M. Stallman [Thu, 15 Aug 2002 20:08:24 +0000 (20:08 +0000)]
(recover-this-file): New function.
(after-find-file): Recommend recover-this-file.

22 years ago(reftex-mode): Moved creation of special syntax tables to top-level.
Carsten Dominik [Thu, 15 Aug 2002 11:28:50 +0000 (11:28 +0000)]
(reftex-mode): Moved creation of special syntax tables to top-level.

22 years ago*** empty log message ***
Carsten Dominik [Thu, 15 Aug 2002 11:27:45 +0000 (11:27 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Stefan Monnier [Thu, 15 Aug 2002 01:43:56 +0000 (01:43 +0000)]
*** empty log message ***

22 years ago(locate-library): Use locate-file(-completion).
Stefan Monnier [Thu, 15 Aug 2002 01:38:45 +0000 (01:38 +0000)]
(locate-library): Use locate-file(-completion).
(help-split-fundoc): Tighten the regexp and recognize a usage-info
where the function name is `fn'.
(help-function-arglist): Follow aliases and macros.
(describe-function-1): Use keymapp.
If the docstring contains a usage info, use it even if the function is
not a subroutine.  Find usage info in aliases' docstring if necessary.
(describe-variable): Get the value before setting up the *Help* buffer.

22 years ago(easy-mmode-define-global-mode): Use find-file-hook instead of find-file-hooks.
Stefan Monnier [Thu, 15 Aug 2002 01:06:05 +0000 (01:06 +0000)]
(easy-mmode-define-global-mode): Use find-file-hook instead of find-file-hooks.
(define-minor-mode): Get rid of this silly `togglep'.
Add an explicit `toggle' argument (used for interactive calls).
Emit a warning when a nil argument turns the mode off.