comparison lisp/org/ChangeLog @ 105166:172e1951f385

* org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels) (org-shiftselect-error, org-ctrl-c-ctrl-c): * org-agenda.el (org-agenda-undo, org-check-for-org-mode): * org-attach.el (org-attach-check-absolute-path): * org-docbook.el (org-export-as-docbook): * org-html.el (org-export-as-html): * org-id.el (org-id-update-id-locations): * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table): Fix typos in error messages.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 23 Sep 2009 23:55:26 +0000
parents f9ef3a7fab3d
children b9edaeacd0e7
comparison
equal deleted inserted replaced
105165:fd22b3e4d41f 105166:172e1951f385
1 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
2
3 * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
4 (org-shiftselect-error, org-ctrl-c-ctrl-c):
5 * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
6 * org-attach.el (org-attach-check-absolute-path):
7 * org-docbook.el (org-export-as-docbook):
8 * org-html.el (org-export-as-html):
9 * org-id.el (org-id-update-id-locations):
10 * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
11 Fix typos in error messages.
12
1 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca> 13 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2 14
3 * org-ascii.el: Require CL for the `loop' macro. 15 * org-ascii.el: Require CL for the `loop' macro.
4 16
5 2009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl> 17 2009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl>
766 SINCE_IA to format for display. 778 SINCE_IA to format for display.
767 779
768 * org.el (org-time-since): Add a function to get the time since an 780 * org.el (org-time-since): Add a function to get the time since an
769 org timestamp. 781 org timestamp.
770 (org-entry-properties): Add two new special properties: SINCE and 782 (org-entry-properties): Add two new special properties: SINCE and
771 SINCE_IA. These give the time since any active or inactive 783 SINCE_IA. These give the time since any active or inactive
772 timestamp in an entry. 784 timestamp in an entry.
773 (org-special-properties): Add SINCE, SINCE_IA. 785 (org-special-properties): Add SINCE, SINCE_IA.
774 (org-tags-sort-function): Add custom declaration for tags 786 (org-tags-sort-function): Add custom declaration for tags
775 sorting function. 787 sorting function.
776 (org-set-tags): Sort tags if org-tags-sort-function is set. 788 (org-set-tags): Sort tags if org-tags-sort-function is set.
3992 functions. 4004 functions.
3993 (org-file-apps-defaults-macosx): Let postscript files be opened by 4005 (org-file-apps-defaults-macosx): Let postscript files be opened by
3994 preview. 4006 preview.
3995 (org-time-stamp-inactive): Call `org-time-stamp'. 4007 (org-time-stamp-inactive): Call `org-time-stamp'.
3996 (org-time-stamp): New argument `inactive'. Also edit inacive 4008 (org-time-stamp): New argument `inactive'. Also edit inacive
3997 stamps. Convert time stamp type. 4009 stamps. Convert time stamp type.
3998 (org-open-file): Interpret the `default' value for the `command' 4010 (org-open-file): Interpret the `default' value for the `command'
3999 in `org-file-apps'. 4011 in `org-file-apps'.
4000 4012
4001 * org-id.el (org-id-int-to-b36-one-digit) 4013 * org-id.el (org-id-int-to-b36-one-digit)
4002 (org-id-b36-to-int-one-digit, org-id-int-to-b36) 4014 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
4085 * org-compat.el (org-get-x-clipboard-compat): Add a compat 4097 * org-compat.el (org-get-x-clipboard-compat): Add a compat
4086 function for fetching the X clipboard on XEmacs and GNU Emacs 21. 4098 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
4087 4099
4088 * org-remember.el (org-get-x-clipboard): Use the compat 4100 * org-remember.el (org-get-x-clipboard): Use the compat
4089 function to get clipboard values when x-selection-value is 4101 function to get clipboard values when x-selection-value is
4090 unavailable. Use substring-no-properties instead of 4102 unavailable. Use substring-no-properties instead of
4091 set-text-properties to remove text properties from the clipboard 4103 set-text-properties to remove text properties from the clipboard
4092 value. 4104 value.
4093 4105
4094 * lisp/org-clock.el (org-update-mode-line): Support limiting the 4106 * lisp/org-clock.el (org-update-mode-line): Support limiting the
4095 modeline clock string, and display the full todo value in the 4107 modeline clock string, and display the full todo value in the
4096 tooltip. Set a local keymap so mouse-3 on the clock string goes to 4108 tooltip. Set a local keymap so mouse-3 on the clock string goes to
4097 the currently clocked task. 4109 the currently clocked task.
4098 (org-clock-string-limit): Add a custom value for the maximum 4110 (org-clock-string-limit): Add a custom value for the maximum
4099 length of the clock string in the modeline. 4111 length of the clock string in the modeline.
4100 (org-clock-mode-map): Add a keymap for the modeline string. 4112 (org-clock-mode-map): Add a keymap for the modeline string.
4101 4113