Mercurial > emacs
comparison lisp/org/ChangeLog @ 104859:04c1c903e532
Fix typos.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 05 Sep 2009 17:47:06 +0000 |
parents | 1dd64fbf1ca1 |
children | f9ef3a7fab3d |
comparison
equal
deleted
inserted
replaced
104858:53d8d2c49942 | 104859:04c1c903e532 |
---|---|
1 2009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl> | 1 2009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl> |
2 | 2 |
3 * org-gnus.el (require): Wrap (require gnus-sum) into | 3 * org-gnus.el (require): Wrap (require gnus-sum) into |
4 eval-when-compils. | 4 eval-when-compile. |
5 | 5 |
6 2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl> | 6 2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl> |
7 | 7 |
8 * org-protocol.el (org-protocol-store-link) | 8 * org-protocol.el (org-protocol-store-link) |
9 (org-protocol-remember, org-protocol-open-source): Remove autoload | 9 (org-protocol-remember, org-protocol-open-source): Remove autoload |
26 (org-sort-entries-or-items, org-do-sort) | 26 (org-sort-entries-or-items, org-do-sort) |
27 (org-evaluate-time-range, org-time-string-to-seconds) | 27 (org-evaluate-time-range, org-time-string-to-seconds) |
28 (org-closed-in-range): Use `org-float-time'. | 28 (org-closed-in-range): Use `org-float-time'. |
29 | 29 |
30 * org-timer.el (org-timer-start, org-timer-pause-or-continue) | 30 * org-timer.el (org-timer-start, org-timer-pause-or-continue) |
31 (org-timer-seconds): Use `org-float-time'. | 31 (org-timer-seconds): Use `org-float-time'. |
32 | 32 |
33 * org-clock.el (org-clock-get-clocked-time, org-clock-out) | 33 * org-clock.el (org-clock-get-clocked-time, org-clock-out) |
34 (org-clock-sum, org-dblock-write:clocktable) | 34 (org-clock-sum, org-dblock-write:clocktable) |
35 (org-clocktable-steps): Use `org-float-time'. | 35 (org-clocktable-steps): Use `org-float-time'. |
36 | 36 |
37 * org-agenda.el (org-agenda-last-marker-time) | 37 * org-agenda.el (org-agenda-last-marker-time) |
38 (org-agenda-new-marker, org-diary): Use `org-float-time'. | 38 (org-agenda-new-marker, org-diary): Use `org-float-time'. |
39 | 39 |
40 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame | 40 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame |
41 function. | 41 function. |
42 | 42 |
43 * org-exp.el (org-get-file-contents): Only protect lines that | 43 * org-exp.el (org-get-file-contents): Only protect lines that |
44 really need it. | 44 really need it. |
45 | 45 |
46 * org-html.el (require): Require cl for compilation. | 46 * org-html.el (require): Require cl for compilation. |
47 | 47 |
48 * org.el: Avoid using `default-major-mode'. | 48 * org.el: Avoid using `default-major-mode'. |
49 | 49 |
50 * org-plot.el (require): Require CL only at compile time. | 50 * org-plot.el (require): Require CL only at compile time. |
51 | 51 |
52 * org-exp.el (require): Require CL only at compile time. | 52 * org-exp.el (require): Require CL only at compile time. |
53 | 53 |
266 | 266 |
267 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> | 267 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> |
268 | 268 |
269 * org.el (org-hide-block-toggle): Make folded blocks searchable. | 269 * org.el (org-hide-block-toggle): Make folded blocks searchable. |
270 | 270 |
271 2009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change) | 271 2009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change) |
272 | 272 |
273 * org.el (org-flag-drawer): More useful error. | 273 * org.el (org-flag-drawer): More useful error. |
274 | 274 |
275 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> | 275 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> |
276 | 276 |
352 around `org-table-align'. | 352 around `org-table-align'. |
353 | 353 |
354 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> | 354 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> |
355 | 355 |
356 * org.el (org-export-html-special-string-regexps): Definition | 356 * org.el (org-export-html-special-string-regexps): Definition |
357 moved into org.el | 357 moved into org.el. |
358 | 358 |
359 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines | 359 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines |
360 in macro calls. | 360 in macro calls. |
361 | 361 |
362 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> | 362 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> |
424 | 424 |
425 2009-08-08 Carsten Dominik <carsten.dominik@gmail.com> | 425 2009-08-08 Carsten Dominik <carsten.dominik@gmail.com> |
426 | 426 |
427 * org-docbook.el: Add arch-tag. | 427 * org-docbook.el: Add arch-tag. |
428 | 428 |
429 * org-exp-blocks.el: Add arch-tag. | 429 * org-exp-blocks.el: Add arch-tag. |
430 | 430 |
431 * org-id.el: Add arch-tag. | 431 * org-id.el: Add arch-tag. |
432 | 432 |
433 * org-indent.el: Add arch-tag. | 433 * org-indent.el: Add arch-tag. |
434 | 434 |
435 * org-inlinetask.el: Add arch-tag. | 435 * org-inlinetask.el: Add arch-tag. |
436 | 436 |
437 * org-protocol.el: Add arch-tag. | 437 * org-protocol.el: Add arch-tag. |
438 | 438 |
439 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> | 439 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> |
440 | 440 |
441 * org.el (org-create-formula-image): Remove the -E option for | 441 * org.el (org-create-formula-image): Remove the -E option for |
442 dvipng. | 442 dvipng. |
615 (org-cycle-internal-local): When locally cycling, switch directly | 615 (org-cycle-internal-local): When locally cycling, switch directly |
616 from CHILDREN to FOLDED if there is no subtree | 616 from CHILDREN to FOLDED if there is no subtree |
617 (org-cycle): Update the docstring to document the new behavior of | 617 (org-cycle): Update the docstring to document the new behavior of |
618 `org-cycle-internal-local'. | 618 `org-cycle-internal-local'. |
619 | 619 |
620 2009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change) | 620 2009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change) |
621 | 621 |
622 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with | 622 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with |
623 an abbreviated format for days. | 623 an abbreviated format for days. |
624 | 624 |
625 2009-08-06 Bastien Guerry <bzg@altern.org> | 625 2009-08-06 Bastien Guerry <bzg@altern.org> |
767 SINCE_IA. These give the time since any active or inactive | 767 SINCE_IA. These give the time since any active or inactive |
768 timestamp in an entry. | 768 timestamp in an entry. |
769 (org-special-properties): Add SINCE, SINCE_IA. | 769 (org-special-properties): Add SINCE, SINCE_IA. |
770 (org-tags-sort-function): Add custom declaration for tags | 770 (org-tags-sort-function): Add custom declaration for tags |
771 sorting function. | 771 sorting function. |
772 (org-set-tags): Sort tags if org-tags-sort-function is set | 772 (org-set-tags): Sort tags if org-tags-sort-function is set. |
773 | 773 |
774 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> | 774 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> |
775 | 775 |
776 * org-clock.el (org-clock-goto): Find hidden headlines as well. | 776 * org-clock.el (org-clock-goto): Find hidden headlines as well. |
777 | 777 |
1203 * org.el (org-fontify-meta-lines): New function. | 1203 * org.el (org-fontify-meta-lines): New function. |
1204 (org-set-font-lock-defaults): Call the new fontification | 1204 (org-set-font-lock-defaults): Call the new fontification |
1205 function. | 1205 function. |
1206 | 1206 |
1207 * org-faces.el (org-meta-line): New face | 1207 * org-faces.el (org-meta-line): New face |
1208 (org-block): New face. | 1208 (org-block): New face. |
1209 | 1209 |
1210 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> | 1210 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> |
1211 | 1211 |
1212 * org.el (org-treat-insert-todo-heading-as-state-change) | 1212 * org.el (org-treat-insert-todo-heading-as-state-change) |
1213 (org-treat-S-cursor-todo-selection-as-state-change): New | 1213 (org-treat-S-cursor-todo-selection-as-state-change): New |
1613 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> | 1613 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> |
1614 | 1614 |
1615 * org-remember.el (org-remember-handler): Allow filing to non-org | 1615 * org-remember.el (org-remember-handler): Allow filing to non-org |
1616 files. | 1616 files. |
1617 | 1617 |
1618 2009-08-06 Magnus Henoch <magnus.henoch@gmail.com> | 1618 2009-08-06 Magnus Henoch <magnus.henoch@gmail.com> |
1619 | 1619 |
1620 * org-table.el (org-table-fix-formulas): Do not change references | 1620 * org-table.el (org-table-fix-formulas): Do not change references |
1621 to remote tables. | 1621 to remote tables. |
1622 (org-table-get-remote-range): Convert standard coordinates to RC | 1622 (org-table-get-remote-range): Convert standard coordinates to RC |
1623 format. | 1623 format. |
1670 * org.el (org-todo): Honor the NOBLOCKING property. | 1670 * org.el (org-todo): Honor the NOBLOCKING property. |
1671 | 1671 |
1672 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the | 1672 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the |
1673 NOBLOCKING property. | 1673 NOBLOCKING property. |
1674 | 1674 |
1675 * org.el (org-scan-tags): Fix bug in tag scanner | 1675 * org.el (org-scan-tags): Fix bug in tag scanner. |
1676 | 1676 |
1677 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> | 1677 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> |
1678 | 1678 |
1679 * org.el (org-modules): Mark obsolete packages. | 1679 * org.el (org-modules): Mark obsolete packages. |
1680 | 1680 |
2231 (org-export-latex-first-lines): Avoid modification flag when | 2231 (org-export-latex-first-lines): Avoid modification flag when |
2232 adding or removing text properties. | 2232 adding or removing text properties. |
2233 (org-export-latex-fontify): Catch error when org-emph-alist has | 2233 (org-export-latex-fontify): Catch error when org-emph-alist has |
2234 entries that are not defined for LaTeX export. | 2234 entries that are not defined for LaTeX export. |
2235 | 2235 |
2236 * org-export-latex.el: renamed to org-latex.el | 2236 * org-export-latex.el: renamed to org-latex.el. |
2237 | 2237 |
2238 * org-latex.el: renamed from org-export-latex.el | 2238 * org-latex.el: renamed from org-export-latex.el. |
2239 | 2239 |
2240 * org.el (orgstruct++-mode): New function. | 2240 * org.el (orgstruct++-mode): New function. |
2241 (turn-on-orgstruct++): Call `orgstruct++-mode'. | 2241 (turn-on-orgstruct++): Call `orgstruct++-mode'. |
2242 (org-context-p): Allow detecting item context after the first line | 2242 (org-context-p): Allow detecting item context after the first line |
2243 of an item. | 2243 of an item. |
2359 2009-01-31 Carsten Dominik <dominik@science.uva.nl> | 2359 2009-01-31 Carsten Dominik <dominik@science.uva.nl> |
2360 | 2360 |
2361 * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when | 2361 * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when |
2362 only checking for blocks. | 2362 only checking for blocks. |
2363 | 2363 |
2364 * org-exp.el (org-export-html-footnotes-section): Make the div id consistent | 2364 * org-exp.el (org-export-html-footnotes-section): Make the div id |
2365 consistent. | |
2365 | 2366 |
2366 * org-export-latex.el (org-export-latex-classes): Remove | 2367 * org-export-latex.el (org-export-latex-classes): Remove |
2367 paper size option from LaTeX classes. | 2368 paper size option from LaTeX classes. |
2368 | 2369 |
2369 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com> | 2370 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com> |
2608 | 2609 |
2609 * org-compat.el (org-fit-window-to-buffer): Fix bug with using | 2610 * org-compat.el (org-fit-window-to-buffer): Fix bug with using |
2610 `window-full-width-p'. | 2611 `window-full-width-p'. |
2611 | 2612 |
2612 * org-exp.el (org-export-as-html): Only check for images files | 2613 * org-exp.el (org-export-as-html): Only check for images files |
2613 that really can be inlined | 2614 that really can be inlined. |
2614 | 2615 |
2615 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the | 2616 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the |
2616 list of extensions to be a parameter. | 2617 list of extensions to be a parameter. |
2617 | 2618 |
2618 * org-exp.el (org-export-html-inline-image-extensions): New | 2619 * org-exp.el (org-export-html-inline-image-extensions): New |
2724 (org-timer-seconds): Return correct time when timer is paused. | 2725 (org-timer-seconds): Return correct time when timer is paused. |
2725 (org-timer-mode-line-timer): New variable. | 2726 (org-timer-mode-line-timer): New variable. |
2726 (org-timer-set-mode-line, org-timer-update-mode-line): New | 2727 (org-timer-set-mode-line, org-timer-update-mode-line): New |
2727 functions. | 2728 functions. |
2728 | 2729 |
2729 * org.el (org-insert-heading): Handle new value `auto' for | 2730 * org.el (org-insert-heading): Handle new value `auto' for |
2730 `org-blank-before-new-entry'. | 2731 `org-blank-before-new-entry'. |
2731 (org-org-menu): Add new items for timer functions. | 2732 (org-org-menu): Add new items for timer functions. |
2732 | 2733 |
2733 * org-list.el (org-insert-item): Handle new value `auto' for | 2734 * org-list.el (org-insert-item): Handle new value `auto' for |
2734 `org-blank-before-new-entry'. | 2735 `org-blank-before-new-entry'. |
3740 point at the end of the inserted text. Also if the cursor is | 3741 point at the end of the inserted text. Also if the cursor is |
3741 at the beginning of a headline, use the same level or the inserted | 3742 at the beginning of a headline, use the same level or the inserted |
3742 tree. | 3743 tree. |
3743 | 3744 |
3744 * org-publish.el (org-publish-get-base-files-1): Deal correctly | 3745 * org-publish.el (org-publish-get-base-files-1): Deal correctly |
3745 with broken symlinks | 3746 with broken symlinks. |
3746 | 3747 |
3747 2008-11-12 Carsten Dominik <dominik@science.uva.nl> | 3748 2008-11-12 Carsten Dominik <dominik@science.uva.nl> |
3748 | 3749 |
3749 * org-exp.el (org-export-select-tags, org-get-current-options): | 3750 * org-exp.el (org-export-select-tags, org-get-current-options): |
3750 Fix typo. | 3751 Fix typo. |
4090 modeline clock string, and display the full todo value in the | 4091 modeline clock string, and display the full todo value in the |
4091 tooltip. Set a local keymap so mouse-3 on the clock string goes to | 4092 tooltip. Set a local keymap so mouse-3 on the clock string goes to |
4092 the currently clocked task. | 4093 the currently clocked task. |
4093 (org-clock-string-limit): Add a custom value for the maximum | 4094 (org-clock-string-limit): Add a custom value for the maximum |
4094 length of the clock string in the modeline. | 4095 length of the clock string in the modeline. |
4095 (org-clock-mode-map): Add a keymap for the modeline string | 4096 (org-clock-mode-map): Add a keymap for the modeline string. |
4096 | 4097 |
4097 2008-10-12 Carsten Dominik <dominik@science.uva.nl> | 4098 2008-10-12 Carsten Dominik <dominik@science.uva.nl> |
4098 | 4099 |
4099 * org-compat.el (org-propertize): New function. | 4100 * org-compat.el (org-propertize): New function. |
4100 | 4101 |
4108 (org-list-to-texinfo): Export descriptive lists. | 4109 (org-list-to-texinfo): Export descriptive lists. |
4109 (org-quote-chars): Remove. | 4110 (org-quote-chars): Remove. |
4110 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'. | 4111 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'. |
4111 (org-export-latex-list-beginning-re): Rename to | 4112 (org-export-latex-list-beginning-re): Rename to |
4112 `org-list-beginning-re' | 4113 `org-list-beginning-re' |
4113 (org-list-item-begin): Rename to `org-list-item-beginning' | 4114 (org-list-item-begin): Rename to `org-list-item-beginning'. |
4114 | 4115 |
4115 2008-10-12 Eric Schulte <schulte.eric@gmail.com> | 4116 2008-10-12 Eric Schulte <schulte.eric@gmail.com> |
4116 | 4117 |
4117 * org-plot.el: New file. | 4118 * org-plot.el: New file. |
4118 | 4119 |
4271 group. | 4272 group. |
4272 | 4273 |
4273 * org-agenda.el (org-write-agenda): Erase buffer for txt export. | 4274 * org-agenda.el (org-write-agenda): Erase buffer for txt export. |
4274 | 4275 |
4275 * org-exp.el (org-html-do-expand): Allow {} to terminate | 4276 * org-exp.el (org-html-do-expand): Allow {} to terminate |
4276 tex macro | 4277 tex macro. |
4277 | 4278 |
4278 * org.el (org-buffer-list): Select buffers based on major mode, | 4279 * org.el (org-buffer-list): Select buffers based on major mode, |
4279 not on file name. | 4280 not on file name. |
4280 | 4281 |
4281 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed | 4282 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed |
4286 | 4287 |
4287 * org-colview-xemacs.el (org-columns-display-here): Use | 4288 * org-colview-xemacs.el (org-columns-display-here): Use |
4288 `org-columns-modify-value-for-display-function'. | 4289 `org-columns-modify-value-for-display-function'. |
4289 | 4290 |
4290 * org.el (org-columns-modify-value-for-display-function): New option. | 4291 * org.el (org-columns-modify-value-for-display-function): New option. |
4291 | |
4292 | 4292 |
4293 * org-publish.el (org-publish-file): Make sure the directory match | 4293 * org-publish.el (org-publish-file): Make sure the directory match |
4294 for the publishing directory works correctly. | 4294 for the publishing directory works correctly. |
4295 | 4295 |
4296 * org-agenda.el (org-agenda-execute-calendar-command) | 4296 * org-agenda.el (org-agenda-execute-calendar-command) |