aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastien Guerry2011-08-15 16:34:17 +0200
committerBastien Guerry2011-08-15 16:34:17 +0200
commitd99aebc0c3eb25a9624de606f2b3d7ce26d78de9 (patch)
tree523edbf83d8a015bb3d6ee8e5e516ea1a8bbf3ec
parentd4423e17eed4b524cd713ea02312509ef5b8d338 (diff)
downloademacs-d99aebc0c3eb25a9624de606f2b3d7ce26d78de9.tar.gz
emacs-d99aebc0c3eb25a9624de606f2b3d7ce26d78de9.zip
lisp/org/ChangeLog: Fix the ChangeLog entry of Ethan Ligon.
-rw-r--r--lisp/org/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 59207bad737..98c6e0c27a5 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -2279,8 +2279,12 @@
2279 2279
22802011-07-28 Ethan Ligon <ligon@are.berkeley.edu> (tiny change) 22802011-07-28 Ethan Ligon <ligon@are.berkeley.edu> (tiny change)
2281 2281
2282 * org-docbook.el (org-export-docbook-list-line): Fix for html & 2282 * lisp/org-html.el (org-html-export-list-line): Fix regexp for
2283 docbook export of description list items. 2283 detecting description lists to allow "::" marker to be last
2284 visible element at end of line.
2285 * lisp/org-docbook.el (org-docbook-export-list-line): Fix regexp
2286 for detecting description lists to allow "::" marker to be last
2287 visible element at end of line.
2284 2288
22852011-07-28 Julien Danjou <julien@danjou.info> 22892011-07-28 Julien Danjou <julien@danjou.info>
2286 2290