]> git.eshelyaron.com Git - emacs.git/log
emacs.git
22 years ago(multiple-value-call): Add alias.
Richard M. Stallman [Fri, 12 Jul 2002 17:41:00 +0000 (17:41 +0000)]
(multiple-value-call): Add alias.

22 years ago(compilation-normalize-filename):
Richard M. Stallman [Fri, 12 Jul 2002 17:39:45 +0000 (17:39 +0000)]
(compilation-normalize-filename):
New subroutine, taken out of compilation-parse-errors.
(compilation-parse-errors): Use that, and for directories too.
Don't check whether a directory really exists.

22 years ago(Fwrite_region): Doc fix.
Richard M. Stallman [Fri, 12 Jul 2002 17:36:47 +0000 (17:36 +0000)]
(Fwrite_region): Doc fix.

22 years ago(describe-variable): Put `defvaralias' info before the documentation (patch from
Juanma Barranquero [Fri, 12 Jul 2002 16:56:03 +0000 (16:56 +0000)]
(describe-variable): Put `defvaralias' info before the documentation (patch from
John Paul Wallington <jpw@shootybangbang.com>). Remove useless "Documentation:"
string.

22 years ago(timer-set-time-with-usecs): Fix documentation. Simplify extraction of time data.
Juanma Barranquero [Fri, 12 Jul 2002 11:56:42 +0000 (11:56 +0000)]
(timer-set-time-with-usecs): Fix documentation. Simplify extraction of time data.

22 years ago(print_error_message): Don't handle Vsignaling_function here.
Richard M. Stallman [Fri, 12 Jul 2002 11:19:24 +0000 (11:19 +0000)]
(print_error_message): Don't handle Vsignaling_function here.

22 years ago(cmd_error_internal): Handle Vsignaling_function here.
Richard M. Stallman [Fri, 12 Jul 2002 11:18:36 +0000 (11:18 +0000)]
(cmd_error_internal): Handle Vsignaling_function here.
(command_loop_1): Avoid certain actions after memory-full error.

22 years ago(Fsignal): Don't call cancel_hourglass.
Richard M. Stallman [Fri, 12 Jul 2002 11:16:42 +0000 (11:16 +0000)]
(Fsignal): Don't call cancel_hourglass.
For a memory-full error, don't call Vsignal_hook_function
and don't set Vsignaling_function.

22 years ago(process_send_signal): Add abort call.
Richard M. Stallman [Fri, 12 Jul 2002 11:13:47 +0000 (11:13 +0000)]
(process_send_signal): Add abort call.

22 years ago(describe-variable): Mention if the variable is an alias.
Pavel Janík [Fri, 12 Jul 2002 08:58:32 +0000 (08:58 +0000)]
(describe-variable): Mention if the variable is an alias.

22 years ago(Fkey_binding): Fix typo.
Markus Rost [Fri, 12 Jul 2002 03:38:12 +0000 (03:38 +0000)]
(Fkey_binding): Fix typo.

22 years ago(locale-language-names): Change "mk" (Macedoninan), "ru" (Russian),
Kenichi Handa [Thu, 11 Jul 2002 23:52:16 +0000 (23:52 +0000)]
(locale-language-names): Change "mk" (Macedoninan), "ru" (Russian),
and "sp" (Serbian with Cyrillic alphabet) to "Cyrillic-ISO".

22 years ago(tramp-handle-make-symbolic-link): Implement.
Kai Großjohann [Thu, 11 Jul 2002 20:26:19 +0000 (20:26 +0000)]
(tramp-handle-make-symbolic-link): Implement.

22 years ago(tramp-default-method): New default method "sm"
Kai Großjohann [Thu, 11 Jul 2002 19:59:07 +0000 (19:59 +0000)]
(tramp-default-method): New default method "sm"
which I guess to be good for most people.
(tramp-default-method-alist): Use "ftp" method (ie, forwarding to
Ange-FTP) for some user/host combinations.
(tramp-file-name-structure, tramp-file-name-regexp)
(tramp-make-tramp-file-format)
(tramp-make-tramp-file-user-nil-format)
(tramp-multi-file-name-structure)
(tramp-multi-file-name-hop-structure)
(tramp-make-multi-tramp-file-format): New default value which
unifies the filename syntax between Tramp and Ange-FTP.  The new
syntax is "/method:user@host:path".  Note the colon after the
method.
(tramp-handle-file-name-directory): Don't return "/" when
completing a remote root directory (where the filename looks like
"/method:user@host:/").
(tramp-handle-ange-ftp): Deleted.
(tramp-disable-ange-ftp): New function, called at toplevel,
deletes Ange-FTP from file-name-handler-alist.

22 years ago(Vmemory_full): New variable.
Richard M. Stallman [Thu, 11 Jul 2002 17:44:22 +0000 (17:44 +0000)]
(Vmemory_full): New variable.
(Vmemory_signal_data): Renamed from memory_signal_data.  Uses changed.
(syms_of_alloc): Defvar them.
(memory_full, buffer_memory_full): Set Vmemory_full.

22 years ago(Vmemory_full): Add declaration.
Richard M. Stallman [Thu, 11 Jul 2002 17:40:48 +0000 (17:40 +0000)]
(Vmemory_full): Add declaration.
(current_column, indented_beyond_p): Change declaration.

22 years ago(last_known_column): Declare as double, not float.
Richard M. Stallman [Thu, 11 Jul 2002 17:38:49 +0000 (17:38 +0000)]
(last_known_column): Declare as double, not float.
(current_column, current_column_1, string_display_width)
(position_indentation): Return `double'.
(indented_beyond_p): Arg `column' is `double'.  Callers changed.

22 years ago(message_dolog): Do nothing if Vmemory_full is non-nil.
Richard M. Stallman [Thu, 11 Jul 2002 17:36:07 +0000 (17:36 +0000)]
(message_dolog): Do nothing if Vmemory_full is non-nil.
(back_to_previous_visible_line_start)
(reseat_at_next_visible_line_start, next_element_from_buffer):
Use `double', not `float', when calling indented_beyond_p.

22 years ago*** empty log message ***
Richard M. Stallman [Thu, 11 Jul 2002 17:32:19 +0000 (17:32 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Pavel Janík [Thu, 11 Jul 2002 17:32:01 +0000 (17:32 +0000)]
*** empty log message ***

22 years ago(BROKEN_SA_RESTART): Defined.
Richard M. Stallman [Thu, 11 Jul 2002 17:31:10 +0000 (17:31 +0000)]
(BROKEN_SA_RESTART): Defined.

22 years ago(sys_signal): Test BROKEN_SA_RESTART.
Richard M. Stallman [Thu, 11 Jul 2002 17:29:56 +0000 (17:29 +0000)]
(sys_signal): Test BROKEN_SA_RESTART.

22 years ago2002-07-11 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Thu, 11 Jul 2002 17:14:03 +0000 (17:14 +0000)]
2002-07-11  Andrew Choi  <akochoi@shaw.ca>

        * make-package: Change -a option to -R for cp command.

22 years ago*** empty log message ***
Juanma Barranquero [Thu, 11 Jul 2002 16:38:58 +0000 (16:38 +0000)]
*** empty log message ***

22 years agoUse macro SPECPDL_INDEX.
Juanma Barranquero [Thu, 11 Jul 2002 15:24:13 +0000 (15:24 +0000)]
Use macro SPECPDL_INDEX.

22 years ago*** empty log message ***
Juanma Barranquero [Thu, 11 Jul 2002 14:26:44 +0000 (14:26 +0000)]
*** empty log message ***

22 years agoUse macro SPECPDL_INDEX.
Juanma Barranquero [Thu, 11 Jul 2002 14:18:02 +0000 (14:18 +0000)]
Use macro SPECPDL_INDEX.

22 years ago(ido-make-merged-file-list): Fix last change again.
Kim F. Storm [Wed, 10 Jul 2002 11:08:01 +0000 (11:08 +0000)]
(ido-make-merged-file-list): Fix last change again.

22 years ago(authors-obsolete-file-p): Fix typo.
Juanma Barranquero [Wed, 10 Jul 2002 11:07:28 +0000 (11:07 +0000)]
(authors-obsolete-file-p): Fix typo.

22 years agoRevert doubtful typo fix.
Juanma Barranquero [Wed, 10 Jul 2002 09:49:40 +0000 (09:49 +0000)]
Revert doubtful typo fix.

22 years ago(speedbar-obj-do-check): Fix typo.
Juanma Barranquero [Wed, 10 Jul 2002 09:45:18 +0000 (09:45 +0000)]
(speedbar-obj-do-check): Fix typo.

22 years ago*** empty log message ***
Juanma Barranquero [Wed, 10 Jul 2002 09:26:17 +0000 (09:26 +0000)]
*** empty log message ***

22 years ago(speedbar-tag-hierarchy-method): Fix typos.
Juanma Barranquero [Wed, 10 Jul 2002 09:26:03 +0000 (09:26 +0000)]
(speedbar-tag-hierarchy-method): Fix typos.
(speedbar-vc-do-check): Likewise.
(speedbar-obj-do-check): Likewise.
(speedbar-mouse-hscroll): Likewise.
(speedbar-file-lists): Likewise.

22 years agoRename BINDING_STACK_SIZE to SPECPDL_INDEX.
Juanma Barranquero [Wed, 10 Jul 2002 08:45:24 +0000 (08:45 +0000)]
Rename BINDING_STACK_SIZE to SPECPDL_INDEX.

22 years ago(SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers updated.
Juanma Barranquero [Wed, 10 Jul 2002 08:41:28 +0000 (08:41 +0000)]
(SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers updated.

22 years ago(speedbar-make-specialized-keymap): Fix docstring.
Juanma Barranquero [Wed, 10 Jul 2002 08:21:49 +0000 (08:21 +0000)]
(speedbar-make-specialized-keymap): Fix docstring.
(speedbar-desired-buffer): Likewise.
(speedbar-line-file): Likewise.
(speedbar-special-mode-key-map): Fix typo.
(speedbar-dynamic-tags-function-list): Likewise.
(speedbar-use-images): Likewise.
(speedbar-up-directory): Likewise.
(speedbar-item-info): Likewise.
(speedbar-set-timer): Likewise.
(speedbar-insert-button): Likewise.
(speedbar-make-button): Likewise.
(speedbar-make-tag-line): Likewise.
(speedbar-insert-files-at-point): Likewise.
(speedbar-update-special-contents): Likewise.
(speedbar-find-selected-file): Likewise.
(speedbar-add-indicator): Likewise.
(speedbar-do-function-pointer): Likewise.
(speedbar-goto-this-file): Likewise.
(speedbar-line-path): Likewise.
(speedbar-mouse-event-p): Likewise.
(speedbar-dir-follow): Likewise.
(speedbar-tag-find): Likewise.
(speedbar-fetch-etags-command): Likewise.
(speedbar-fetch-etags-arguments): Likewise.
(speedbar-toggle-etags): Likewise.
(speedbar-extract-one-symbol): Likewise.
(speedbar-parse-c-or-c++tag): Likewise.
(speedbar-unhighlight-one-tag-line): Likewise.
(speedbar-directory-face): Likewise.
(defimage-speedbar): Likewise.
(speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
(defimage-speedbar): Likewise.

22 years ago(ido-enter-single-matching-directory): Delete leftover comment.
Juanma Barranquero [Wed, 10 Jul 2002 08:18:31 +0000 (08:18 +0000)]
(ido-enter-single-matching-directory): Delete leftover comment.

22 years ago(Fdefalias): Add an optional `docstring' argument.
Stefan Monnier [Tue, 9 Jul 2002 23:12:30 +0000 (23:12 +0000)]
(Fdefalias): Add an optional `docstring' argument.
(set_internal, Fsetq_default): Use XCAR/XCDR.

22 years ago(HASH_VALUE, HASH_KEY): Remove (it's in lisp.h now).
Stefan Monnier [Tue, 9 Jul 2002 23:02:26 +0000 (23:02 +0000)]
(HASH_VALUE, HASH_KEY): Remove (it's in lisp.h now).

22 years ago(HASH_VALUE): Remove (it's in lisp.h now).
Stefan Monnier [Tue, 9 Jul 2002 23:00:56 +0000 (23:00 +0000)]
(HASH_VALUE): Remove (it's in lisp.h now).

22 years ago(ebnf-yac-error): Fix typo.
Juanma Barranquero [Tue, 9 Jul 2002 10:47:38 +0000 (10:47 +0000)]
(ebnf-yac-error): Fix typo.

22 years ago(idlwave-shell-set-bp): Fix typos.
Juanma Barranquero [Tue, 9 Jul 2002 10:47:02 +0000 (10:47 +0000)]
(idlwave-shell-set-bp): Fix typos.

22 years ago(mail-extr-all-top-level-domains): Update names.
Simon Josefsson [Tue, 9 Jul 2002 10:06:17 +0000 (10:06 +0000)]
(mail-extr-all-top-level-domains): Update names.

22 years agoFix typo.
Juanma Barranquero [Tue, 9 Jul 2002 09:57:34 +0000 (09:57 +0000)]
Fix typo.

22 years ago*** empty log message ***
Juanma Barranquero [Tue, 9 Jul 2002 09:46:38 +0000 (09:46 +0000)]
*** empty log message ***

22 years ago(ido-make-merged-file-list): Fix last change.
Kim F. Storm [Tue, 9 Jul 2002 09:08:18 +0000 (09:08 +0000)]
(ido-make-merged-file-list): Fix last change.

22 years ago(hexl-mode): Fix typo.
Juanma Barranquero [Tue, 9 Jul 2002 09:05:19 +0000 (09:05 +0000)]
(hexl-mode): Fix typo.

22 years ago(face-id): Fix typo.
Juanma Barranquero [Tue, 9 Jul 2002 07:35:10 +0000 (07:35 +0000)]
(face-id): Fix typo.

22 years ago(hexl-find-file): Bind `completion-ignored-extensions' to nil when
Miles Bader [Tue, 9 Jul 2002 06:00:18 +0000 (06:00 +0000)]
(hexl-find-file): Bind `completion-ignored-extensions' to nil when
prompting for a filename.

22 years ago(insert-directory): Be sure to bind
Kenichi Handa [Tue, 9 Jul 2002 02:42:06 +0000 (02:42 +0000)]
(insert-directory): Be sure to bind
coding-system-for-write to the just decided
coding-system-for-read.

22 years ago*** empty log message ***
Kenichi Handa [Tue, 9 Jul 2002 00:43:51 +0000 (00:43 +0000)]
*** empty log message ***

22 years ago("latin-3-prefix"): Remove bogus Latin-3
Kenichi Handa [Tue, 9 Jul 2002 00:29:36 +0000 (00:29 +0000)]
("latin-3-prefix"): Remove bogus Latin-3
characters and ~o -> \e,Cu\e(B, ~O -> \e,CU\e(B.

22 years ago(Fcall_process): Fix previous change.
Kenichi Handa [Tue, 9 Jul 2002 00:12:23 +0000 (00:12 +0000)]
(Fcall_process): Fix previous change.

22 years ago*** empty log message ***
Dave Love [Mon, 8 Jul 2002 22:32:35 +0000 (22:32 +0000)]
*** empty log message ***

22 years ago(ido-make-merged-file-list): Move fully matching item to head of list.
Kim F. Storm [Mon, 8 Jul 2002 22:22:12 +0000 (22:22 +0000)]
(ido-make-merged-file-list): Move fully matching item to head of list.

22 years ago(ido-find-common-substring): Return substring instead of t.
Kim F. Storm [Mon, 8 Jul 2002 22:03:02 +0000 (22:03 +0000)]
(ido-find-common-substring): Return substring instead of t.

22 years agoFix typo in comments, not worthy of a changelog entry.
Simon Josefsson [Mon, 8 Jul 2002 11:42:57 +0000 (11:42 +0000)]
Fix typo in comments, not worthy of a changelog entry.

22 years ago*** empty log message ***
Juanma Barranquero [Mon, 8 Jul 2002 09:37:31 +0000 (09:37 +0000)]
*** empty log message ***

22 years ago.
Andreas Schwab [Mon, 8 Jul 2002 09:36:47 +0000 (09:36 +0000)]
.

22 years ago(Info-directory-list): Fix docstring.
Juanma Barranquero [Mon, 8 Jul 2002 09:34:49 +0000 (09:34 +0000)]
(Info-directory-list): Fix docstring.

22 years ago(comint-dynamic-list-completions): Sort COMPLETIONS before first use.
Miles Bader [Mon, 8 Jul 2002 08:45:12 +0000 (08:45 +0000)]
(comint-dynamic-list-completions): Sort COMPLETIONS before first use.

22 years ago(font-lock-default-unfontify-region): Use remove-list-of-text-properties.
Stefan Monnier [Mon, 8 Jul 2002 01:30:44 +0000 (01:30 +0000)]
(font-lock-default-unfontify-region): Use remove-list-of-text-properties.
(font-lock-extra-managed-props): Doc fix.

22 years agoMove `provide' to the end.
Stefan Monnier [Mon, 8 Jul 2002 01:21:41 +0000 (01:21 +0000)]
Move `provide' to the end.
(facemenu-read-color): Don't cons unnecessarily.

22 years ago(TeX Mode): Remove explicit next/prev/up in @node line.
Miles Bader [Mon, 8 Jul 2002 01:06:54 +0000 (01:06 +0000)]
(TeX Mode): Remove explicit next/prev/up in @node line.

22 years agoAdd entries for face-attribute-relative-p, merge-face-attribute.
Miles Bader [Mon, 8 Jul 2002 00:02:20 +0000 (00:02 +0000)]
Add entries for face-attribute-relative-p, merge-face-attribute.

22 years agoUpdate face-foreground and face-background to mention INHERIT parameter.
Miles Bader [Sun, 7 Jul 2002 23:58:31 +0000 (23:58 +0000)]
Update face-foreground and face-background to mention INHERIT parameter.

22 years agoDocument C-c . in Shell mode.
Richard M. Stallman [Sun, 7 Jul 2002 23:48:41 +0000 (23:48 +0000)]
Document C-c . in Shell mode.
In Term mode, C-c C-j and C-c C-k were backwards.

22 years agoDocument the major rearrangement of help commands after 21.1.
Richard M. Stallman [Sun, 7 Jul 2002 23:46:55 +0000 (23:46 +0000)]
Document the major rearrangement of help commands after 21.1.

22 years agoC-w sometimes grabs just one character.
Richard M. Stallman [Sun, 7 Jul 2002 23:45:35 +0000 (23:45 +0000)]
C-w sometimes grabs just one character.

22 years agoDescribe yank-excluded-properties.
Richard M. Stallman [Sun, 7 Jul 2002 23:44:17 +0000 (23:44 +0000)]
Describe yank-excluded-properties.

22 years agoAdd entries for face-attribute-relative-p, merge-face-attribute.
Miles Bader [Sun, 7 Jul 2002 23:43:25 +0000 (23:43 +0000)]
Add entries for face-attribute-relative-p, merge-face-attribute.
Describe INHERIT argument to face-attribute function.

22 years agoDescribe add-log-always-start-new-record.
Richard M. Stallman [Sun, 7 Jul 2002 23:42:46 +0000 (23:42 +0000)]
Describe add-log-always-start-new-record.

Substantial rewrite of etags regexp option text.

22 years agoClarify gud-jump description.
Richard M. Stallman [Sun, 7 Jul 2002 23:29:35 +0000 (23:29 +0000)]
Clarify gud-jump description.

22 years agoNew node Momentary Mark.
Richard M. Stallman [Sun, 7 Jul 2002 23:26:53 +0000 (23:26 +0000)]
New node Momentary Mark.
Clarify text for Transient Mark mode.
C-u C-SPC repetition does not need the C-u.

22 years agokeyboard-coding-system is initialized from the locale.
Richard M. Stallman [Sun, 7 Jul 2002 23:24:49 +0000 (23:24 +0000)]
keyboard-coding-system is initialized from the locale.

22 years agoFix indentation.
Richard M. Stallman [Sun, 7 Jul 2002 23:23:15 +0000 (23:23 +0000)]
Fix indentation.

22 years agoNew node for SGML mode, etc.
Richard M. Stallman [Sun, 7 Jul 2002 23:21:50 +0000 (23:21 +0000)]
New node for SGML mode, etc.
Describe fill-nobreak-predicate.

22 years ago(after-find-file): Don't check for read-only status
Kim F. Storm [Sun, 7 Jul 2002 23:15:04 +0000 (23:15 +0000)]
(after-find-file): Don't check for read-only status
of files just created (and not yet saved on disk).

22 years ago*** empty log message ***
Kim F. Storm [Sun, 7 Jul 2002 23:13:45 +0000 (23:13 +0000)]
*** empty log message ***

22 years ago(ido-set-matches1): Use regexp-quote instead of identity.
Kim F. Storm [Sun, 7 Jul 2002 23:02:54 +0000 (23:02 +0000)]
(ido-set-matches1): Use regexp-quote instead of identity.
(ido-complete-space): New function.
(ido-define-mode-map): Bind it to SPACE.

22 years ago*** empty log message ***
Kim F. Storm [Sun, 7 Jul 2002 23:01:21 +0000 (23:01 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Stefan Monnier [Sun, 7 Jul 2002 22:41:14 +0000 (22:41 +0000)]
*** empty log message ***

22 years agoAdd x-*-keysym.
Richard M. Stallman [Sun, 7 Jul 2002 22:28:27 +0000 (22:28 +0000)]
Add x-*-keysym.

22 years ago*** empty log message ***
Kim F. Storm [Sun, 7 Jul 2002 21:48:12 +0000 (21:48 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Stefan Monnier [Sun, 7 Jul 2002 21:28:23 +0000 (21:28 +0000)]
*** empty log message ***

22 years agoChanged xemacs specific code to avoid byte compiler warning in GNU
Kim F. Storm [Sun, 7 Jul 2002 21:16:23 +0000 (21:16 +0000)]
Changed xemacs specific code to avoid byte compiler warning in GNU
emacs.

22 years ago(Ftry_completion, Fall_completions, Ftest_completion):
Stefan Monnier [Sun, 7 Jul 2002 21:09:14 +0000 (21:09 +0000)]
(Ftry_completion, Fall_completions, Ftest_completion):
Add support for hash-tables.
(Ftry_completion): Return t even if the string appears multiple times.

22 years ago(indian-make-hash): Switch makehash -> make-hash-table.
Stefan Monnier [Sun, 7 Jul 2002 21:00:54 +0000 (21:00 +0000)]
(indian-make-hash): Switch makehash -> make-hash-table.

22 years ago(dev-char-glyph-hash, dev-glyph-glyph-hash)
Stefan Monnier [Sun, 7 Jul 2002 20:59:00 +0000 (20:59 +0000)]
(dev-char-glyph-hash, dev-glyph-glyph-hash)
(dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.

22 years ago(Fnconc): Use XCDR.
Stefan Monnier [Sun, 7 Jul 2002 20:57:25 +0000 (20:57 +0000)]
(Fnconc): Use XCDR.
(Fprovide): Use CONSP and XCDR.
(HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
(HASH_TABLE_SIZE): Delete: moved to lisp.h.
(Fmake_hash_table): Accept `:size nil'.
(Fmakehash): Delete: moved to subr.el.
(syms_of_fns): Don't defsubr makehash.

22 years ago(HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
Stefan Monnier [Sun, 7 Jul 2002 20:52:08 +0000 (20:52 +0000)]
(HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
(HASH_TABLE_SIZE): Move from fns.c.

22 years ago(insert-string): Update the obsolete info.
Stefan Monnier [Sun, 7 Jul 2002 20:48:58 +0000 (20:48 +0000)]
(insert-string): Update the obsolete info.
(makehash): Move from C and mark obsolete.

22 years ago(debug-on-entry): Fix the wrapper used for
Stefan Monnier [Sun, 7 Jul 2002 20:25:23 +0000 (20:25 +0000)]
(debug-on-entry): Fix the wrapper used for
aliases to also work for interactive functions.
Use the same wrapper for subroutines.
(cancel-debug-on-entry): Get rid of the now-useless wrapper.
(debug-on-entry-1): Correctly skip docstrings and interactive forms.

22 years ago(texinfo-font-lock-keywords): Disable the automatic environment name update.
Stefan Monnier [Sun, 7 Jul 2002 20:14:28 +0000 (20:14 +0000)]
(texinfo-font-lock-keywords): Disable the automatic environment name update.
(texinfo-clone-environment): Fix it not to incorrectly match prefixes.

22 years agoClarify read-only visiting commands.
Richard M. Stallman [Sun, 7 Jul 2002 19:50:56 +0000 (19:50 +0000)]
Clarify read-only visiting commands.

22 years ago*** empty log message ***
Richard M. Stallman [Sun, 7 Jul 2002 18:30:45 +0000 (18:30 +0000)]
*** empty log message ***

22 years agoDocument o and C-o in Occur mode.
Richard M. Stallman [Sun, 7 Jul 2002 12:19:59 +0000 (12:19 +0000)]
Document o and C-o in Occur mode.

22 years agoExplain that $FOO stands for itself if FOO is not defined.
Richard M. Stallman [Sun, 7 Jul 2002 12:16:45 +0000 (12:16 +0000)]
Explain that $FOO stands for itself if FOO is not defined.
New feature in auto-save-file-name-transforms.
Add vc-cvs-global-switches.
Add directory-free-space-program and directory-free-space-args.

22 years agoSimplify the reference to Octave mode.
Richard M. Stallman [Sun, 7 Jul 2002 11:53:37 +0000 (11:53 +0000)]
Simplify the reference to Octave mode.

22 years agoDocument mail-default-directory.
Richard M. Stallman [Sun, 7 Jul 2002 11:44:52 +0000 (11:44 +0000)]
Document mail-default-directory.