# HG changeset patch # User Carsten Dominik # Date 1151488180 0 # Node ID b322992de32c477f423f7d784af4d4c333899c13 # Parent 727524ec34f889437af134f38bb21be8313e6762 *** empty log message *** diff -r 727524ec34f8 -r b322992de32c lisp/ChangeLog --- a/lisp/ChangeLog Wed Jun 28 09:47:29 2006 +0000 +++ b/lisp/ChangeLog Wed Jun 28 09:49:40 2006 +0000 @@ -1,3 +1,16 @@ +2006-06-28 Carsten Dominik + + * textmodes/org.el (org-context): New contexts :item-bullet, + :latex-fragment, :latex-preview. + (org-overlays-at, org-overlay-start, org-overlay-end): New + compatibility functions. + (org-inside-LaTeX-fragment-p): More accurate matching, using the + exact regexp that will be used during export. + (org-latex-regexps): New variable. + (org-cdlatex-mode): Improved advice for `texmathp'. + (turn-on-org-cdlatex): New function. + + 2006-06-28 YAMAMOTO Mitsuharu * term/mac-win.el (mac-handle-font-selection): Change keys of diff -r 727524ec34f8 -r b322992de32c man/ChangeLog --- a/man/ChangeLog Wed Jun 28 09:47:29 2006 +0000 +++ b/man/ChangeLog Wed Jun 28 09:49:40 2006 +0000 @@ -1,3 +1,8 @@ +2006-06-28 Carsten Dominik + + * org.texi (Embedded LaTeX): Fix typos and implement small improvements + throughout this chapter. + 2006-06-27 Chong Yidong * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"