aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-12-13 09:27:56 -0800
committerGlenn Morris2010-12-13 09:27:56 -0800
commit407277e0db56ec163db07815d12ac3a0f641ee03 (patch)
tree864206e2d5bb3a36031f0edd117f6e55cfa63309
parenta653f276763533708df0da340f27bdcad65cecb7 (diff)
downloademacs-407277e0db56ec163db07815d12ac3a0f641ee03.tar.gz
emacs-407277e0db56ec163db07815d12ac3a0f641ee03.zip
ChangeLog fixes.
Includes removing changes for files not present.
-rw-r--r--lisp/org/ChangeLog44
1 files changed, 9 insertions, 35 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 2973ff4b579..9bf07deeffe 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -175,6 +175,9 @@
175 175
176 * org-compat.el (org-floor*): New function. 176 * org-compat.el (org-floor*): New function.
177 177
1782010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
179 John Wiegley <jwiegley@gmail.com>
180
178 * org-complete.el: New file. 181 * org-complete.el: New file.
179 182
1802010-12-11 Carsten Dominik <carsten.dominik@gmail.com> 1832010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
@@ -183,7 +186,7 @@
183 186
1842010-12-11 Matt Lundin <mdl@imapmail.org> 1872010-12-11 Matt Lundin <mdl@imapmail.org>
185 188
186 * org-agenda.el: (org-format-agenda-item) The value of 189 * org-agenda.el (org-format-agenda-item): The value of
187 org-category is not converted to a string unless it is defined. 190 org-category is not converted to a string unless it is defined.
188 191
1892010-12-11 Eric Schulte <schulte.eric@gmail.com> 1922010-12-11 Eric Schulte <schulte.eric@gmail.com>
@@ -247,11 +250,6 @@
247 250
248 * org.el (org-auto-repeat-maybe): Use org-today. 251 * org.el (org-auto-repeat-maybe): Use org-today.
249 252
2502010-12-11 David Maus <dmaus@ictsoc.de>
251
252 * test-org.el (test-org/org-link-escape-url-with-escaped-char): Add
253 test for escaping and unescaping url with already escaped char.
254
2552010-12-11 Carsten Dominik <carsten.dominik@gmail.com> 2532010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
256 254
257 * org-clock.el (org-day-of-week): New function. 255 * org-clock.el (org-day-of-week): New function.
@@ -383,29 +381,11 @@
383 with-no-warnings. 381 with-no-warnings.
384 (with-silent-modifications) Declare macro for Emacs < 23.2. 382 (with-silent-modifications) Declare macro for Emacs < 23.2.
385 383
3862010-12-11 David Maus <dmaus@ictsoc.de>
387
388 * org-test.el (org-test-current-file): New function. Run all tests
389 for current file.
390
3912010-12-11 Eric Schulte <schulte.eric@gmail.com> 3842010-12-11 Eric Schulte <schulte.eric@gmail.com>
392 385
393 * ob.el (org-babel-parse-header-arguments): Removed addition of 386 * ob.el (org-babel-parse-header-arguments): Removed addition of
394 ":" to singleton first header arguments as it was leading to errors. 387 ":" to singleton first header arguments as it was leading to errors.
395 388
3962010-12-11 David Maus <dmaus@ictsoc.de>
397
398 * test-org.el (test-org/org-link-escape-ascii-character)
399 (test-org/org-link-escape-ascii-ctrl-character)
400 (test-org/org-link-escape-multibyte-character)
401 (test-org/org-link-escape-custom-table)
402 (test-org/org-link-escape-custom-table-merge)
403 (test-org/org-link-unescape-ascii-character)
404 (test-org/org-link-unescape-ascii-ctrl-character)
405 (test-org/org-link-unescape-multibyte-character)
406 (test-org/org-link-unescape-ascii-extended-char): New tests for
407 unicode aware percent escaping.
408
4092010-12-11 Carsten Dominik <carsten.dominik@gmail.com> 3892010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
410 390
411 * org-latex.el (org-export-latex-make-header): Run the title through 391 * org-latex.el (org-export-latex-make-header): Run the title through
@@ -578,7 +558,7 @@
578 558
5792010-12-11 Dan Davison <dandavison7@gmail.com> 5592010-12-11 Dan Davison <dandavison7@gmail.com>
580 560
581 * org-exp.el: (org-export-format-source-code-or-example): 561 * org-exp.el (org-export-format-source-code-or-example):
582 Remove hard-wired configuration of minted export 562 Remove hard-wired configuration of minted export
583 (org-export-latex-minted-with-line-numbers): Remove variable 563 (org-export-latex-minted-with-line-numbers): Remove variable
584 564
@@ -616,8 +596,7 @@
616 596
6172010-12-11 Julien Danjou <julien@danjou.info> 5972010-12-11 Julien Danjou <julien@danjou.info>
618 598
619 * list/org-agenda.el (org-agenda-category-icon-alist): Fix defcustom 599 * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
620 type.
621 600
6222010-12-11 Nicolas Goaziou <n.goaziou@gmail.com> 6012010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
623 602
@@ -661,11 +640,6 @@
661 * org-id.el (org-id-store-link): Test for org-mode before checking 640 * org-id.el (org-id-store-link): Test for org-mode before checking
662 for IDs. 641 for IDs.
663 642
6642010-12-11 David Maus <dmaus@ictsoc.de>
665
666 * org-test.el (org-test-current-defun): `which-function' does not
667 return a list, but the name of the function.
668
6692010-12-11 Carsten Dominik <carsten.dominik@gmail.com> 6432010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
670 644
671 * org.el (org-shorten-string): New function. 645 * org.el (org-shorten-string): New function.
@@ -931,9 +905,9 @@
931 905
9322010-11-11 Carsten Dominik <carsten.dominik@gmail.com> 9062010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
933 907
934 * org-indent.el: (org-indent-add-properties): Use 908 * org-indent.el (org-indent-add-properties): Use
935 `with-silent-modificaitons'. 909 `with-silent-modificatons'.
936 (org-indent-remove-properties): Use `with-silent-modificaitons'. 910 (org-indent-remove-properties): Use `with-silent-modificatons'.
937 911
9382010-11-11 Carsten Dominik <carsten.dominik@gmail.com> 9122010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
939 913