Mercurial > emacs
comparison lisp/org/ChangeLog @ 109506:e6408c088fbc
Fix typos in ChangeLogs.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 24 Jul 2010 13:53:19 +0200 |
parents | 692d2ce789dc |
children | 063e94b66261 |
comparison
equal
deleted
inserted
replaced
109505:09271244db9f | 109506:e6408c088fbc |
---|---|
1373 | 1373 |
1374 2010-04-10 Dan Davison <davison@stats.ox.ac.uk> | 1374 2010-04-10 Dan Davison <davison@stats.ox.ac.uk> |
1375 | 1375 |
1376 * org.el (org-appearance): Change Customize group variable name | 1376 * org.el (org-appearance): Change Customize group variable name |
1377 from org-font-lock to org-appearance, and change tag from "Org | 1377 from org-font-lock to org-appearance, and change tag from "Org |
1378 Font Lock" to "Org Appearance" | 1378 Font Lock" to "Org Appearance". |
1379 (org-odd-levels-only): Change Customize group variable name | 1379 (org-odd-levels-only): Change Customize group variable name. |
1380 (org-level-color-stars-only): Change Customize group variable name | 1380 (org-level-color-stars-only): Change Customize group variable name. |
1381 (org-hide-leading-stars): Change Customize group variable name | 1381 (org-hide-leading-stars): Change Customize group variable name. |
1382 (org-hidden-keywords): Change Customize group variable name | 1382 (org-hidden-keywords): Change Customize group variable name. |
1383 (org-fontify-done-headline): Change Customize group variable name | 1383 (org-fontify-done-headline): Change Customize group variable name. |
1384 (org-fontify-emphasized-text): Change Customize group variable name | 1384 (org-fontify-emphasized-text): Change Customize group variable name. |
1385 (org-fontify-whole-heading-line): Change Customize group variable name | 1385 (org-fontify-whole-heading-line): Change Customize group variable name. |
1386 (org-highlight-latex-fragments-and-specials): Change Customize | 1386 (org-highlight-latex-fragments-and-specials): Change Customize |
1387 group variable name | 1387 group variable name. |
1388 (org-hide-emphasis-markers): Change Customize group variable name | 1388 (org-hide-emphasis-markers): Change Customize group variable name. |
1389 (org-emphasis-alist): Change Customize group variable name | 1389 (org-emphasis-alist): Change Customize group variable name. |
1390 (org-emphasis-regexp-components): Change Customize group variable | 1390 (org-emphasis-regexp-components): Change Customize group variable |
1391 name | 1391 name. |
1392 (org-modules): Remove mention of org-R. | 1392 (org-modules): Remove mention of org-R. |
1393 | 1393 |
1394 * org-faces.el (org-faces): Change Customize group variable name. | 1394 * org-faces.el (org-faces): Change Customize group variable name. |
1395 | 1395 |
1396 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> | 1396 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> |
1418 a list of symbols specifying which of the special keywords #+DATE, | 1418 a list of symbols specifying which of the special keywords #+DATE, |
1419 #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock. | 1419 #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock. |
1420 (org-fontify-meta-lines-and-blocks): Changes to font-lock code | 1420 (org-fontify-meta-lines-and-blocks): Changes to font-lock code |
1421 implementing new faces and hiding behaviour. | 1421 implementing new faces and hiding behaviour. |
1422 | 1422 |
1423 * org-faces.el (org-document-title): New face for #+TITLE lines | 1423 * org-faces.el (org-document-title): New face for #+TITLE lines. |
1424 (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines | 1424 (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines. |
1425 (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL | 1425 (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL |
1426 keywords. | 1426 keywords. |
1427 | 1427 |
1428 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> | 1428 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> |
1429 | 1429 |
3094 (org-columns-time): Use to store the current time when column view | 3094 (org-columns-time): Use to store the current time when column view |
3095 is displayed, so all time differences will use the same reference | 3095 is displayed, so all time differences will use the same reference |
3096 point. | 3096 point. |
3097 (org-columns-compile-map): There is now an extra position in each | 3097 (org-columns-compile-map): There is now an extra position in each |
3098 entry specifying the function to use to calculate the displayed | 3098 entry specifying the function to use to calculate the displayed |
3099 value for the non-calculated properties in the column, | 3099 value for the non-calculated properties in the column. |
3100 (org-columns-compute-all): Set `org-columns-time' to the current | 3100 (org-columns-compute-all): Set `org-columns-time' to the current |
3101 time so time difference calculations will work. | 3101 time so time difference calculations will work. |
3102 (org-columns-compute): Handle column operators where the values | 3102 (org-columns-compute): Handle column operators where the values |
3103 used are calculated from the underlying property. | 3103 used are calculated from the underlying property. |
3104 (org-columns-number-to-string): Handle the 'age' column format | 3104 (org-columns-number-to-string): Handle the 'age' column format. |
3105 (org-columns-string-to-number): Correct the function name (was | 3105 (org-columns-string-to-number): Correct the function name (was |
3106 org-column...). Add support for the 'age' column format. | 3106 org-column...). Add support for the 'age' column format. |
3107 (org-columns-compile-format): Support the additional parameter in | 3107 (org-columns-compile-format): Support the additional parameter in |
3108 org-columns-compile-map. | 3108 org-columns-compile-map. |
3109 | 3109 |
3346 idle clock should be as inobtrusive as possible. | 3346 idle clock should be as inobtrusive as possible. |
3347 (org-resolve-clocks-if-idle): New function that resolves only the | 3347 (org-resolve-clocks-if-idle): New function that resolves only the |
3348 currently active clock if the user has exceeded the time returned | 3348 currently active clock if the user has exceeded the time returned |
3349 by `org-user-idle-seconds', based on the value of | 3349 by `org-user-idle-seconds', based on the value of |
3350 `org-clock-idle-time'. | 3350 `org-clock-idle-time'. |
3351 (org-clock-in): If, after resolving clocks, | 3351 (org-clock-in): If, after resolving clocks, (???) |
3352 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out. | 3352 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out. |
3353 | 3353 |
3354 * org-clock.el (org-clock-resolve-clock): New function that | 3354 * org-clock.el (org-clock-resolve-clock): New function that |
3355 resolves a clock to a specific time, closing or resuming as need | 3355 resolves a clock to a specific time, closing or resuming as need |
3356 be, and possibly even starting a new clock. | 3356 be, and possibly even starting a new clock. |
4155 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> | 4155 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> |
4156 | 4156 |
4157 * org-exp.el (org-export-format-source-code-or-example): Translate | 4157 * org-exp.el (org-export-format-source-code-or-example): Translate |
4158 language. | 4158 language. |
4159 | 4159 |
4160 * org-src.el (org-src-lang-modes): New variable | 4160 * org-src.el (org-src-lang-modes): New variable. |
4161 (org-edit-src-code): Translate language. | 4161 (org-edit-src-code): Translate language. |
4162 | 4162 |
4163 * org-exp.el (org-export-format-source-code-or-example): Deal wit | 4163 * org-exp.el (org-export-format-source-code-or-example): Deal wit |
4164 the new structure of the `org-export-latex-listings-langs' | 4164 the new structure of the `org-export-latex-listings-langs' |
4165 variable. | 4165 variable. |
4283 | 4283 |
4284 * org-exp.el (org-get-file-contents): Only quote org lines when | 4284 * org-exp.el (org-get-file-contents): Only quote org lines when |
4285 the markup is src or example. | 4285 the markup is src or example. |
4286 | 4286 |
4287 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown): | 4287 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown): |
4288 New option | 4288 New option. |
4289 (org-agenda-get-day-entries): Remember deadline results and pass | 4289 (org-agenda-get-day-entries): Remember deadline results and pass |
4290 them on into the function getting the scheduling information. | 4290 them on into the function getting the scheduling information. |
4291 (org-agenda-get-scheduled): Accept deadline results as parameters | 4291 (org-agenda-get-scheduled): Accept deadline results as parameters |
4292 and maybe skip some entries. | 4292 and maybe skip some entries. |
4293 (org-agenda-skip-scheduled-if-deadline-is-shown): New option. | 4293 (org-agenda-skip-scheduled-if-deadline-is-shown): New option. |
4294 | 4294 |
4295 * org.el (org-insert-heading): When respecting content, do not | 4295 * org.el (org-insert-heading): When respecting content, do not |
4296 convert current line to headline. | 4296 convert current line to headline. |
4297 | 4297 |
4298 * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also | 4298 * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also |
4299 cheeeeeck the hd marker | 4299 cheeeeeck the hd marker. |
4300 (org-clock-in): Also set the hd marker. | 4300 (org-clock-in): Also set the hd marker. |
4301 (org-clock-out): Also set the hd marker. | 4301 (org-clock-out): Also set the hd marker. |
4302 (org-clock-cancel): Reset markers. | 4302 (org-clock-cancel): Reset markers. |
4303 | 4303 |
4304 * org.el (org-clock-hd-marker): New marker. | 4304 * org.el (org-clock-hd-marker): New marker. |
4516 save-excursion. | 4516 save-excursion. |
4517 | 4517 |
4518 2009-08-06 Bastien Guerry <bzg@altern.org> | 4518 2009-08-06 Bastien Guerry <bzg@altern.org> |
4519 | 4519 |
4520 * org.el (org-make-link-regexps): Don't exclude parentheses from | 4520 * org.el (org-make-link-regexps): Don't exclude parentheses from |
4521 `org-plain-link-re' | 4521 `org-plain-link-re'. |
4522 (org-cycle-internal-local): When locally cycling, switch directly | 4522 (org-cycle-internal-local): When locally cycling, switch directly |
4523 from CHILDREN to FOLDED if there is no subtree | 4523 from CHILDREN to FOLDED if there is no subtree. |
4524 (org-cycle): Update the docstring to document the new behavior of | 4524 (org-cycle): Update the docstring to document the new behavior of |
4525 `org-cycle-internal-local'. | 4525 `org-cycle-internal-local'. |
4526 | 4526 |
4527 2009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change) | 4527 2009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change) |
4528 | 4528 |
5109 | 5109 |
5110 * org.el (org-fontify-meta-lines): New function. | 5110 * org.el (org-fontify-meta-lines): New function. |
5111 (org-set-font-lock-defaults): Call the new fontification | 5111 (org-set-font-lock-defaults): Call the new fontification |
5112 function. | 5112 function. |
5113 | 5113 |
5114 * org-faces.el (org-meta-line): New face | 5114 * org-faces.el (org-meta-line): New face. |
5115 (org-block): New face. | 5115 (org-block): New face. |
5116 | 5116 |
5117 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> | 5117 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> |
5118 | 5118 |
5119 * org.el (org-treat-insert-todo-heading-as-state-change) | 5119 * org.el (org-treat-insert-todo-heading-as-state-change) |
5339 * org-exp.el (org-export-plist-vars): Add a new option. | 5339 * org-exp.el (org-export-plist-vars): Add a new option. |
5340 | 5340 |
5341 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> | 5341 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> |
5342 | 5342 |
5343 * org-exp.el (org-export, org-export-visible): Support ASCII | 5343 * org-exp.el (org-export, org-export-visible): Support ASCII |
5344 export to buffer | 5344 export to buffer. |
5345 (org-export-normalize-links): Do not protect the description if it | 5345 (org-export-normalize-links): Do not protect the description if it |
5346 is explicitly given. | 5346 is explicitly given. |
5347 | 5347 |
5348 * org-list.el (org-reset-checkbox-state-subtree): Move here from | 5348 * org-list.el (org-reset-checkbox-state-subtree): Move here from |
5349 org-checklist.el. | 5349 org-checklist.el. |
5694 | 5694 |
5695 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> | 5695 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> |
5696 | 5696 |
5697 * org-mouse.el: XEmacs compatibility fixes. | 5697 * org-mouse.el: XEmacs compatibility fixes. |
5698 | 5698 |
5699 * org.el (org-modules): Add org-inlinetasks.el | 5699 * org.el (org-modules): Add org-inlinetasks.el. |
5700 (org-cycle): Implement limiting level on cycling. | 5700 (org-cycle): Implement limiting level on cycling. |
5701 (org-move-subtree-down): Fix bug with swapping subtrees at end of | 5701 (org-move-subtree-down): Fix bug with swapping subtrees at end of |
5702 buffer. | 5702 buffer. |
5703 | 5703 |
5704 * org-inlinetask.el: New file. | 5704 * org-inlinetask.el: New file. |
5786 * org-mouse.el (org-mouse-todo-menu): New function. | 5786 * org-mouse.el (org-mouse-todo-menu): New function. |
5787 (org-mouse-todo-keywords): Function removed. | 5787 (org-mouse-todo-keywords): Function removed. |
5788 (org-mouse-context-menu): Use `org-mouse-todo-menu'. | 5788 (org-mouse-context-menu): Use `org-mouse-todo-menu'. |
5789 | 5789 |
5790 * org-table.el (org-table-beginning-of-field) | 5790 * org-table.el (org-table-beginning-of-field) |
5791 (org-table-end-of-field): New commands | 5791 (org-table-end-of-field): New commands. |
5792 (org-table-previous-field, org-table-beginning-of-field): Better | 5792 (org-table-previous-field, org-table-beginning-of-field): Better |
5793 error messages. | 5793 error messages. |
5794 (orgtbl-setup): Include `M-a' and `M-e'. | 5794 (orgtbl-setup): Include `M-a' and `M-e'. |
5795 | 5795 |
5796 * org.el (org-backward-sentence, org-forward-sentence): New | 5796 * org.el (org-backward-sentence, org-forward-sentence): New |
5952 * org-exp.el (org-export-page-description) | 5952 * org-exp.el (org-export-page-description) |
5953 (org-export-page-keywords): New variables. | 5953 (org-export-page-keywords): New variables. |
5954 (org-export-plist-vars): Add entries for :keywords and | 5954 (org-export-plist-vars): Add entries for :keywords and |
5955 :description. | 5955 :description. |
5956 (org-infile-export-plist): Parse for new keywords. | 5956 (org-infile-export-plist): Parse for new keywords. |
5957 (org-get-current-options): Add new keywords | 5957 (org-get-current-options): Add new keywords. |
5958 (org-export-as-html): Publish description and keywords. | 5958 (org-export-as-html): Publish description and keywords. |
5959 | 5959 |
5960 * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New | 5960 * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New |
5961 option. | 5961 option. |
5962 (org-agenda-add-entry-text): Honor | 5962 (org-agenda-add-entry-text): Honor |
7768 | 7768 |
7769 * org.el (org-add-log-setup): Only skip drawers if the are | 7769 * org.el (org-add-log-setup): Only skip drawers if the are |
7770 immediately after the scheduling keywords. | 7770 immediately after the scheduling keywords. |
7771 | 7771 |
7772 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a | 7772 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a |
7773 function | 7773 function. |
7774 (org-clock-in): If `org-clock-in-switch-to-state' is a function, | 7774 (org-clock-in): If `org-clock-in-switch-to-state' is a function, |
7775 call it with the current todo state to get the state to switch to | 7775 call it with the current todo state to get the state to switch to |
7776 when clocking in. | 7776 when clocking in. |
7777 (org-clock-in): Use org-indent-line-function to indent clock lines. | 7777 (org-clock-in): Use org-indent-line-function to indent clock lines. |
7778 (org-clock-find-position): Fix indentation of empty clock drawers. | 7778 (org-clock-find-position): Fix indentation of empty clock drawers. |
7971 hline work correctly. | 7971 hline work correctly. |
7972 (org-plot/gnuplot-script): Put commas at the end of each script | 7972 (org-plot/gnuplot-script): Put commas at the end of each script |
7973 line. | 7973 line. |
7974 | 7974 |
7975 * org.el (org-get-refile-targets): Replace links with their | 7975 * org.el (org-get-refile-targets): Replace links with their |
7976 descriptions | 7976 descriptions. |
7977 (org-imenu-get-tree): Replace links with their descriptions. | 7977 (org-imenu-get-tree): Replace links with their descriptions. |
7978 | 7978 |
7979 * org-remember.el (org-remember-apply-template): Add a new | 7979 * org-remember.el (org-remember-apply-template): Add a new |
7980 expansion for adding properties to remember items. | 7980 expansion for adding properties to remember items. |
7981 | 7981 |
8015 (org-list-to-generic, org-list-to-latex, org-list-to-html) | 8015 (org-list-to-generic, org-list-to-latex, org-list-to-html) |
8016 (org-list-to-texinfo): Export descriptive lists. | 8016 (org-list-to-texinfo): Export descriptive lists. |
8017 (org-quote-chars): Remove. | 8017 (org-quote-chars): Remove. |
8018 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'. | 8018 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'. |
8019 (org-export-latex-list-beginning-re): Rename to | 8019 (org-export-latex-list-beginning-re): Rename to |
8020 `org-list-beginning-re' | 8020 `org-list-beginning-re'. |
8021 (org-list-item-begin): Rename to `org-list-item-beginning'. | 8021 (org-list-item-begin): Rename to `org-list-item-beginning'. |
8022 | 8022 |
8023 2008-10-12 Eric Schulte <schulte.eric@gmail.com> | 8023 2008-10-12 Eric Schulte <schulte.eric@gmail.com> |
8024 | 8024 |
8025 * org-plot.el: New file. | 8025 * org-plot.el: New file. |
8350 discourages using this. | 8350 discourages using this. |
8351 (org-scan-tags): Check for org-agenda-archives-mode. | 8351 (org-scan-tags): Check for org-agenda-archives-mode. |
8352 (org-map-entries): Make sure org-agenda-archives-mode is nil. | 8352 (org-map-entries): Make sure org-agenda-archives-mode is nil. |
8353 (org-agenda-files): Functionality of second arg changed. | 8353 (org-agenda-files): Functionality of second arg changed. |
8354 | 8354 |
8355 * org-agenda.el (org-agenda-archives-mode): New variable | 8355 * org-agenda.el (org-agenda-archives-mode): New variable. |
8356 (org-write-agenda, org-prepare-agenda, org-agenda-list) | 8356 (org-write-agenda, org-prepare-agenda, org-agenda-list) |
8357 (org-search-view, org-todo-list, org-tags-view) | 8357 (org-search-view, org-todo-list, org-tags-view) |
8358 (org-agenda-list-stuck-projects): Call `org-agenda-files' with | 8358 (org-agenda-list-stuck-projects): Call `org-agenda-files' with |
8359 `ifmode' argument. | 8359 `ifmode' argument. |
8360 (org-agenda-quit): Reset the archives mode. | 8360 (org-agenda-quit): Reset the archives mode. |