1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-21 10:24:55 +00:00
emacs/lisp/textmodes
Carsten Dominik b849548dd4 (reftex-reparse-document): Renamed from `reftex-parse-document'.
(reftex-string-to-label): Splitting string on "\W+" now (better
for other languages).
(reftex-expand-path, reftex-find-file-on-path,
reftex-access-search-path, reftex-find-tex-file,
reftex-find-bib-file): Function rewritten.
(reftex-toc-show-insertion-point, reftex-plug-into-AUCTeX-now,
reftex-toggle-auto-view-crossref): New commands.
(reftex-abbreviate-title, reftex-view-crossref-when-idle,
reftex-echo-ref, reftex-echo-cite, reftex-make-cite-echo-string,
reftex-verified-face, reftex-new-section-callback,
reftex-change-hook, reftex-figure-out-cite-format,
reftex-restrict-bib-matches, reftex-ensure-compiled-variables,
reftex-select-with-char): New functions.
(reftex-delete-list): Function removed
(reftex-cache-variables): New constant.
(reftex-bibfile-ignore-regexps): Renamed from
`reftex-bibfile-ignore-list'.
(reftex-locate-bibliography-files): Use changed option
`reftex-bibfile-ignore-regexps'.
(reftex-reset-mode): Also remove parse file.
(reftex-view-crossref): No longer displays when inside comments.
(reftex-show-entry): Adapted for new outline mode.
(reftex-select-label-mode): set syntax table.
(reftex-compile-variables): renamed from
reftex-compute-ref-cite-tables.  Now caches computed values for
different documents.
(reftex-label-alist-external-add-ons): Variable removed.
Functionality went into a property of the
`reftex-docstruct-symbol'.
(reftex-add-to-label-alist): Use property
`reftex-label-alist-style'.
(reftex-set-cite-format, reftex-get-cite-format,
(reftex-query-label-type, reftex-select-external-document,
reftex-citation): Use `reftex-select-with-char'.
(reftex-arg-label,reftex-arg-cite): Now actually works :-).
(reftex-parse-bibtex-entry): buffer "*RefTeX-scratch*" renamed to
" *RefTeX-scratch*", to make is a hidden buffer.
(reftex-make-and-insert-label-list): Checking if note is a string.
(reftex-access-parse-file): Catch exceptions while loading the
file.
(reftex-keep-temporary-buffers,
reftex-initialize-temporary-buffers): Customization group changed.
(reftex-auto-view-crossref): New option.
(reftex-auto-view-crossref-timer): New variable.
(reftex-refontify): Adapted for future versions of x-symbol.
(reftex-make-and-insert-label-list): Set modification flag when
updating an entry.  Add face property to toc line.
(reftex-do-parse): Set modification flag, do not write parse file.
(reftex-label): Set the modification flag when adding to docstruct
list.
(reftex-access-parse-file): Clear the modification flag.
(reftex-kill-buffer-hook, reftex-kill-emacs-hook): New hooks.
Installed in `kill-buffer-hook' and `kill-emacs-hook'.
(reftex-toc): Add face property to section heading.
(reftex-section-info): No longer add face property.
(reftex-pop-to-bibtex-entry): Can use echo area for display.
(reftex-view-crossref): Additional argument ECHO.
(reftex-format-citation): %T and %B for abbreviated titles.
(reftex-what-macro): WHICH can also be 1 to get just one enclosing
macro.
(reftex-customize): Removed check for old custom versions.
(reftex-do-citation): cleaned up.
1998-08-10 13:53:02 +00:00
..
bib-mode.el Customized. 1998-02-22 17:34:42 +00:00
bibtex.el (bibtex-hide-entry-bodies): When entry 1998-06-30 06:55:03 +00:00
fill.el (fill-individual-paragraphs-prefix): New 1998-07-13 02:11:16 +00:00
flyspell.el Don't require font-lock. 1998-08-09 00:58:10 +00:00
ispell4.el (ispell-message): Use rfc822-goto-eoh. 1998-04-30 06:40:47 +00:00
ispell.el (ispell-highlight-p, ispell-check-comments, 1998-06-24 09:14:31 +00:00
makeinfo.el
nroff-mode.el (nroff): Moved from editing' to wp'. 1997-10-16 18:44:52 +00:00
ooutline.el
outline.el (outline-discard-overlays): 1998-04-27 01:41:22 +00:00
page-ext.el
page.el (narrow-to-page): Check whether forward-page 1997-10-16 18:09:31 +00:00
paragraphs.el (forward-paragraph): Fix the logic for handling beginning of buffer 1998-08-08 21:31:12 +00:00
picture.el Customized. 1998-02-22 17:34:42 +00:00
refbib.el Customized. 1998-02-22 17:34:42 +00:00
refer.el Customized. 1998-02-22 17:34:42 +00:00
reftex.el (reftex-reparse-document): Renamed from `reftex-parse-document'. 1998-08-10 13:53:02 +00:00
scribe.el Customized. 1998-02-22 17:34:42 +00:00
sgml-mode.el (sgml-mode): Call kill-local-variables 1998-07-19 00:04:01 +00:00
spell.el Doc fix in Commentary section. 1998-02-23 17:51:06 +00:00
tex-mode.el (tex-main-file): Doc fix. 1998-07-29 06:10:52 +00:00
texinfmt.el (texinfmt-version): Update version. 1998-07-06 00:12:33 +00:00
texinfo.el (texinfo-environment-regexp): Add smalldisplay and smallformat. 1998-07-06 00:07:54 +00:00
texnfo-upd.el (texinfo-insert-master-menu-list): Insert \n after @detailmenu. 1998-06-08 06:12:50 +00:00
text-mode.el (text-mode): Locally set indent-line-function. 1998-06-27 22:23:43 +00:00
two-column.el Bind f2 and C-x 6 prefixes 1998-06-01 03:03:00 +00:00
underline.el