1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 00:01:33 -08:00
emacs/lisp/textmodes
Carsten Dominik 7c4d13cca6 * reftex.el (reftex-compile-variables): respect new structure of
`reftex-index-macro'
(reftex-compile-variables): Use the changed structure of
`reftex-label-alist'.

* reftex-vars.el (reftex-index-math-format,
(reftex-toc-max-level): New option.
reftex-index-phrases-search-whole-words,
reftex-index-phrases-case-fold-search,
reftex-index-phrases-skip-indexed-matches,
reftex-index-phrases-wrap-long-lines,
reftex-index-phrases-sort-prefers-entry,
reftex-index-phrases-sort-in-blocks): New options.
(reftex-index-macros): Option structure changed.
(reftex-index-macros-builtin): Added `repeat' item to each entry.
(reftex-label-alist): Additional item in each entry to specify if
the environment should be listed in the TOC.
(eval-when-compile (require 'cl)) added.

* reftex-index.el (reftex-index-selection-or-word): No longer
deals with "repeat".
(reftex-index): "repeat property in `reftex-index-macro-alist' is
now used.
(reftex-index-phrases-comment-regexp,
reftex-index-phrases-macrodef-regexp,
reftex-index-phrases-phrase-regexp1,
reftex-index-phrases-phrase-regexp2,
reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
New constants.
(reftex-index-phrases-macro-data, reftex-index-phrases-files,
reftex-index-phrases-font-lock-keywords,
reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
reftex-index-phrases-restrict-file): New variables.
(reftex-index-phrase-selection-or-word,
reftex-index-visit-phrases-buffer,
reftex-index-initialize-phrases-buffer,
reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
reftex-index-next-phrase, reftex-index-this-phrase,
reftex-index-all-phrases, reftex-index-region-phrases,
reftex-index-phrases-parse-header,
reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
reftex-index-make-replace-string,
reftex-query-index-phrase-globally, reftex-query-index-phrase,
reftex-index-phrase-match-is-indexed,
reftex-index-phrases-fixup-line,
reftex-index-phrases-replace-space,
reftex-index-select-phrases-macro): New functions.
(reftex-index-globalize, reftex-index-globally): functions removed
(eval-when-compile (require 'cl)) added.

* reftex-toc.el (reftex-toc-mode): Create new indicator for max
level.
(reftex-toc-max-level-indicator): New variable.
(reftex-toc-max-level): New command.
(reftex-toc-map): New keybinding `t'.
(reftex-toc-help): Constant updated.
(eval-when-compile (require 'cl)) added.

* reftex-ref.el (reftex-offer-label-menu): Prefix to `t' command key
can change `reftex-toc-max-level'
(eval-when-compile (require 'cl)) added.

* reftex-sel (reftex-insert-docstruct): Respect
`reftex-toc-max-level'
(eval-when-compile (require 'cl)) added.

* reftex-auc.el (eval-when-compile (require 'cl)) added.

* reftex-vcr.el (eval-when-compile (require 'cl)) added.

* reftex-cite.el (reftex-citep, reftex-citet): New commands.
(reftex-citation, reftex-do-citation,
reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
preselect a citation format.
(eval-when-compile (require 'cl)) added.

* reftex-parse.el (reftex-context-substring): Optional parameter
to-end
(reftex-section-info): Deal with environment matches.
(eval-when-compile (require 'cl)) added.

* reftex-global.el (eval-when-compile (require 'cl)) added.
1999-12-15 17:02:38 +00:00
..
bib-mode.el Customized. 1998-02-22 17:34:42 +00:00
bibtex.el (bibtex-hs-forward-sexp): Added to support 1999-12-05 13:24:44 +00:00
fill.el (fill-find-break-point): Delete codes for 1999-12-15 00:52:08 +00:00
flyspell.el (flyspell-get-word): Add special handling for when ispell-otherchars is empty. 1999-07-12 16:01:16 +00:00
ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r 1999-11-13 23:40:57 +00:00
ispell4.el (ispell-message): Use rfc822-goto-eoh. 1998-04-30 06:40:47 +00:00
makeinfo.el Use make-temp-file. 1999-10-15 16:03:59 +00:00
nroff-mode.el (nroff): Moved from editing' to wp'. 1997-10-16 18:44:52 +00:00
ooutline.el
outline.el (outline-previous-heading): New function. 1999-08-05 14:50:30 +00:00
page-ext.el Declare dynamic vars. 1999-08-19 15:23:23 +00:00
page.el (narrow-to-page): Check whether forward-page 1997-10-16 18:09:31 +00:00
paragraphs.el (forward-sentence, forward-paragraph): 1999-10-17 12:51:19 +00:00
picture.el (picture-killed-rectangle): Use defvar, not defconst. 1999-10-18 21:20:22 +00:00
refbib.el Don't print any messages or display 1999-06-04 18:39:01 +00:00
refer.el Customized. 1998-02-22 17:34:42 +00:00
reftex-auc.el * reftex.el (reftex-compile-variables): respect new structure of 1999-12-15 17:02:38 +00:00
reftex-cite.el * reftex.el (reftex-compile-variables): respect new structure of 1999-12-15 17:02:38 +00:00
reftex-global.el * reftex.el (reftex-compile-variables): respect new structure of 1999-12-15 17:02:38 +00:00
reftex-index.el * reftex.el (reftex-compile-variables): respect new structure of 1999-12-15 17:02:38 +00:00
reftex-parse.el * reftex.el (reftex-compile-variables): respect new structure of 1999-12-15 17:02:38 +00:00
reftex-ref.el * reftex.el (reftex-compile-variables): respect new structure of 1999-12-15 17:02:38 +00:00
reftex-sel.el * reftex.el (reftex-compile-variables): respect new structure of 1999-12-15 17:02:38 +00:00
reftex-toc.el * reftex.el (reftex-compile-variables): respect new structure of 1999-12-15 17:02:38 +00:00
reftex-vars.el * reftex.el (reftex-compile-variables): respect new structure of 1999-12-15 17:02:38 +00:00
reftex-vcr.el * reftex.el (reftex-compile-variables): respect new structure of 1999-12-15 17:02:38 +00:00
reftex.el * reftex.el (reftex-compile-variables): respect new structure of 1999-12-15 17:02:38 +00:00
scribe.el (scribe-mode): Doc-fix. 1999-11-13 21:57:55 +00:00
sgml-mode.el * textmodes/sgml-mode.el (sgml-char-names): Change "half" to 1999-10-30 21:06:34 +00:00
spell.el Doc fix in Commentary section. 1998-02-23 17:51:06 +00:00
tex-mode.el (tex-default-mode): Changed to latex-mode. 1999-11-01 12:34:43 +00:00
texinfmt.el Fix maintainer address. 1999-08-16 04:04:27 +00:00
texinfo.el (texinfo-font-lock-keywords): Add uref, command, option, env and sc. 1999-09-14 10:15:51 +00:00
texnfo-upd.el Fix maintainer address. 1999-08-16 04:04:27 +00:00
text-mode.el (text-mode-hook): Customize. 1999-11-25 19:00:17 +00:00
tildify.el *** empty log message *** 1999-10-26 09:48:09 +00:00
two-column.el Update comment. 1998-12-14 03:22:44 +00:00
underline.el (underline-region, ununderline-region): Add * to interactive spec. 1999-07-20 15:53:45 +00:00