소스 검색

Update ChangeLog.

(Okay, I always forget that C-x v v in Emacs does only
commit on a file per file basis.  I should really use
the command line when committing several files.)
Bastien Guerry 17 년 전
부모
커밋
e3ded815b6
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      lisp/ChangeLog

+ 5 - 0
lisp/ChangeLog

@@ -6,6 +6,11 @@
 	(org-list-parse-list): Parse descriptive lists.
 	(org-list-to-generic, org-list-to-latex, org-list-to-html)
 	(org-list-to-texinfo): Export descriptive lists.
+	(org-quote-chars): Remove.
+	(org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
+	(org-export-latex-list-beginning-re): Rename to
+	`org-list-beginning-re'
+	(org-list-item-begin): Rename to `org-list-item-beginning'
 
 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>