aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2009-09-05 17:47:06 +0000
committerJuanma Barranquero2009-09-05 17:47:06 +0000
commit8bdd66dce4e1365521cb1cca872a31daa69ed29b (patch)
treea34060f0c3fb5ddb7bc1b8db9019b92f6d0e84ac
parent049a231b91bfb3b6f59b478d512829d35ad701b9 (diff)
downloademacs-8bdd66dce4e1365521cb1cca872a31daa69ed29b.tar.gz
emacs-8bdd66dce4e1365521cb1cca872a31daa69ed29b.zip
Fix typos.
-rw-r--r--lisp/org/ChangeLog54
1 files changed, 27 insertions, 27 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 2d4e736a5f5..765c42e820b 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,7 +1,7 @@
12009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl> 12009-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
62009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl> 62009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
7 7
@@ -28,14 +28,14 @@
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.
@@ -45,7 +45,7 @@
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
@@ -268,7 +268,7 @@
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
2712009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change) 2712009-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
@@ -354,7 +354,7 @@
3542009-09-02 Carsten Dominik <carsten.dominik@gmail.com> 3542009-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.
@@ -426,15 +426,15 @@
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
4392009-08-06 Carsten Dominik <carsten.dominik@gmail.com> 4392009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
440 440
@@ -617,7 +617,7 @@
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
6202009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change) 6202009-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.
@@ -769,7 +769,7 @@
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
7742009-08-06 Carsten Dominik <carsten.dominik@gmail.com> 7742009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
775 775
@@ -1205,7 +1205,7 @@
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
12102009-08-06 Carsten Dominik <carsten.dominik@gmail.com> 12102009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
1211 1211
@@ -1615,7 +1615,7 @@
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
16182009-08-06 Magnus Henoch <magnus.henoch@gmail.com> 16182009-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.
@@ -1672,7 +1672,7 @@
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
16772009-08-06 Carsten Dominik <carsten.dominik@gmail.com> 16772009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
1678 1678
@@ -2233,9 +2233,9 @@
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'.
@@ -2361,7 +2361,8 @@
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.
@@ -2610,7 +2611,7 @@
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.
@@ -2726,7 +2727,7 @@
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
@@ -3742,7 +3743,7 @@
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
37472008-11-12 Carsten Dominik <dominik@science.uva.nl> 37482008-11-12 Carsten Dominik <dominik@science.uva.nl>
3748 3749
@@ -4092,7 +4093,7 @@
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
40972008-10-12 Carsten Dominik <dominik@science.uva.nl> 40982008-10-12 Carsten Dominik <dominik@science.uva.nl>
4098 4099
@@ -4110,7 +4111,7 @@
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
41152008-10-12 Eric Schulte <schulte.eric@gmail.com> 41162008-10-12 Eric Schulte <schulte.eric@gmail.com>
4116 4117
@@ -4273,7 +4274,7 @@
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.
@@ -4289,7 +4290,6 @@
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