CVSROOT: /cvsroot/auctex Module name: auctex Changes by: Ralf Angeli <angeli> 09/10/18 15:52:05
Index: ChangeLog =================================================================== RCS file: /cvsroot/auctex/auctex/ChangeLog,v retrieving revision 5.1663 retrieving revision 5.1664 diff -u -b -r5.1663 -r5.1664 --- ChangeLog 11 Oct 2009 19:43:23 -0000 5.1663 +++ ChangeLog 18 Oct 2009 15:52:05 -0000 5.1664 @@ -1,3 +1,15 @@ +2009-10-18 Ralf Angeli <[email protected]> + + * tex-buf.el (TeX-run-discard): Doc fix. + (TeX-run-discard-or-function): New function. + + * tex.el (TeX-command-list): Use `TeX-run-discard-or-function' as + hook for View command and provide it as a customization option. + (TeX-view-program-list): Add the possibility to use a function to + call the viewer. + (TeX-view-command-raw): Support the use of a function to call the + viewer. + 2009-10-11 Ralf Angeli <[email protected]> * tex.el (TeX-view-predicate-list-builtin): Remove combined _______________________________________________ auctex-diffs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex-diffs
