diff options
| author | Glenn Morris | 2010-12-13 09:27:56 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-12-13 09:27:56 -0800 |
| commit | 407277e0db56ec163db07815d12ac3a0f641ee03 (patch) | |
| tree | 864206e2d5bb3a36031f0edd117f6e55cfa63309 | |
| parent | a653f276763533708df0da340f27bdcad65cecb7 (diff) | |
| download | emacs-407277e0db56ec163db07815d12ac3a0f641ee03.tar.gz emacs-407277e0db56ec163db07815d12ac3a0f641ee03.zip | |
ChangeLog fixes.
Includes removing changes for files not present.
| -rw-r--r-- | lisp/org/ChangeLog | 44 |
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 | ||
| 178 | 2010-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 | ||
| 180 | 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com> | 183 | 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com> |
| @@ -183,7 +186,7 @@ | |||
| 183 | 186 | ||
| 184 | 2010-12-11 Matt Lundin <mdl@imapmail.org> | 187 | 2010-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 | ||
| 189 | 2010-12-11 Eric Schulte <schulte.eric@gmail.com> | 192 | 2010-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 | ||
| 250 | 2010-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 | |||
| 255 | 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com> | 253 | 2010-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 | ||
| 386 | 2010-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 | |||
| 391 | 2010-12-11 Eric Schulte <schulte.eric@gmail.com> | 384 | 2010-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 | ||
| 396 | 2010-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 | |||
| 409 | 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com> | 389 | 2010-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 | ||
| 579 | 2010-12-11 Dan Davison <dandavison7@gmail.com> | 559 | 2010-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 | ||
| 617 | 2010-12-11 Julien Danjou <julien@danjou.info> | 597 | 2010-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 | ||
| 622 | 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com> | 601 | 2010-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 | ||
| 664 | 2010-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 | |||
| 669 | 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com> | 643 | 2010-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 | ||
| 932 | 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> | 906 | 2010-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 | ||
| 938 | 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> | 912 | 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> |
| 939 | 913 | ||