comparison lisp/ChangeLog @ 71507:b322992de32c

*** empty log message ***
author Carsten Dominik <dominik@science.uva.nl>
date Wed, 28 Jun 2006 09:49:40 +0000
parents 9591ee84e734
children c07c9615b64e
comparison
equal deleted inserted replaced
71506:727524ec34f8 71507:b322992de32c
1 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
2
3 * textmodes/org.el (org-context): New contexts :item-bullet,
4 :latex-fragment, :latex-preview.
5 (org-overlays-at, org-overlay-start, org-overlay-end): New
6 compatibility functions.
7 (org-inside-LaTeX-fragment-p): More accurate matching, using the
8 exact regexp that will be used during export.
9 (org-latex-regexps): New variable.
10 (org-cdlatex-mode): Improved advice for `texmathp'.
11 (turn-on-org-cdlatex): New function.
12
13
1 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 14 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 15
3 * term/mac-win.el (mac-handle-font-selection): Change keys of 16 * term/mac-win.el (mac-handle-font-selection): Change keys of
4 mac-atsu-font-table from strings to numbers. 17 mac-atsu-font-table from strings to numbers.
5 (mac-ts-caret-position): Use also when cursor-type is nil. 18 (mac-ts-caret-position): Use also when cursor-type is nil.