[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-commit] Changes to auctex/ChangeLog,v
From: |
Ralf Angeli |
Subject: |
[AUCTeX-commit] Changes to auctex/ChangeLog,v |
Date: |
Fri, 29 Dec 2006 13:41:13 +0000 |
CVSROOT: /cvsroot/auctex
Module name: auctex
Changes by: Ralf Angeli <angeli> 06/12/29 13:41:13
Index: ChangeLog
===================================================================
RCS file: /cvsroot/auctex/auctex/ChangeLog,v
retrieving revision 5.1452
retrieving revision 5.1453
diff -u -b -r5.1452 -r5.1453
--- ChangeLog 10 Dec 2006 13:20:49 -0000 5.1452
+++ ChangeLog 29 Dec 2006 13:41:13 -0000 5.1453
@@ -1,3 +1,31 @@
+2006-12-29 Ralf Angeli <address@hidden>
+
+ * tex-info.el (TeX-texinfo-mode): Set `comment-use-syntax'.
+
+ * tex-fold.el: Update author email address.
+ (TeX-fold-type-list): New variable.
+ (TeX-fold-keymap): Add key binding for `TeX-fold-comment'.
+ (TeX-fold-dwim): Try to fold comment as well.
+ (TeX-fold-region): Move implementation of region folding for
+ macros and environments out into the new function
+ `TeX-fold-region-macro-or-env' and cater for comments as well.
+ (TeX-fold-region-macro-or-env, TeX-fold-region-comment)
+ (TeX-fold-comment, TeX-fold-comment-do): New functions.
+
+ * latex.el (LaTeX-common-initialization): Set
+ `TeX-search-forward-comment-start-function'.
+ (LaTeX-fill-region-as-para-do, LaTeX-fill-paragraph)
+ (LaTeX-fill-code-comment): Call `TeX-search-forward-comment-start'
+ instead of `LaTeX-search-forward-comment-start'.
+
+ * tex.el (VirTeX-common-initialization): Set `comment-end-skip'
+ and `comment-use-syntax'.
+ (TeX-fold-menu): Add entry for folding comments.
+ (TeX-comment-forward): New compatibility function.
+ (TeX-comment-or-uncomment-region): Use it.
+ (TeX-search-forward-comment-start-function): New variable.
+ (TeX-search-forward-comment-start): New function.
+
2006-12-10 David Kastrup <address@hidden>
* latex.el (LaTeX-section-hook): Place into `LaTeX-macro' group.
- [AUCTeX-commit] Changes to auctex/ChangeLog,v, Miguel V. S. Frasson, 2006/12/04
- [AUCTeX-commit] Changes to auctex/ChangeLog,v, Ralf Angeli, 2006/12/06
- [AUCTeX-commit] Changes to auctex/ChangeLog,v, Ralf Angeli, 2006/12/07
- [AUCTeX-commit] Changes to auctex/ChangeLog,v, David Kastrup, 2006/12/10
- [AUCTeX-commit] Changes to auctex/ChangeLog,v,
Ralf Angeli <=
- [AUCTeX-commit] Changes to auctex/ChangeLog,v, Ralf Angeli, 2006/12/29