CVSROOT: /sources/auctex Module name: auctex Changes by: Tassilo Horn <tsdh> 12/09/13 10:14:19
Index: ChangeLog =================================================================== RCS file: /sources/auctex/auctex/ChangeLog,v retrieving revision 5.1766 retrieving revision 5.1767 diff -u -b -r5.1766 -r5.1767 --- ChangeLog 17 Aug 2012 06:59:49 -0000 5.1766 +++ ChangeLog 13 Sep 2012 10:14:18 -0000 5.1767 @@ -1,3 +1,29 @@ +2012-09-13 Tassilo Horn <[email protected]> + + Merge Biber support developed by Philip Kime + <[email protected]>. + * doc/changes.texi: Mention Biber support. + + * tex.el (TeX-command-list, TeX-auto-generate) + (TeX-auto-generate-global, TeX-search-files-type-alist) + (TeX-normal-mode): Adapt. + (TeX-command-Biber): New defcustom. + (BibTeX-Biber-file-extensions): Renamed from + BibTeX-file-extensions. + + * tex-buf.el (TeX-save-document, TeX-check-files) + (TeX-command-query, TeX-LaTeX-sentinel): Adapt. + (TeX-Biber-sentinel, TeX-run-Biber): New functions. + + * latex.el (LaTeX-auto-regexp-list, LaTeX-auto-cleanup) + (TeX-arg-bibliography, LaTeX-common-initialization): Adapt. + (LaTeX-biber, LaTeX-split-bibs, LaTeX-using-Biber) + (LaTeX-always-use-Biber): New functions and vars. + (BibTeX-Biber-global-files): Renamed from BibTeX-global-files. + + * font-latex.el (font-latex-built-in-keyword-classes) + (font-latex-add-keywords): Adapt. + 2012-06-21 Patrice Dumas <[email protected]> (tiny change) * doc/preview-latex.texi (The preview images): Place index command _______________________________________________ auctex-diffs mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex-diffs
