diff options
| author | Glenn Morris | 2010-11-20 14:25:56 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-11-20 14:25:56 -0800 |
| commit | 2f5e7c6fbbadca074a95e5e2e73245e33c237f27 (patch) | |
| tree | 5ee41c229f6aa54ec35ea63341d9bdfad6f163c3 /lisp/org | |
| parent | 7dcd777e1461002059399219ba77e891533a65bb (diff) | |
| download | emacs-2f5e7c6fbbadca074a95e5e2e73245e33c237f27.tar.gz emacs-2f5e7c6fbbadca074a95e5e2e73245e33c237f27.zip | |
ChangeLog fixes prompted by M-x authors.
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/ChangeLog | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index e3495c9f30f..29295d67d17 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1148,11 +1148,6 @@ | |||
| 1148 | * ob-exp.el (org-babel-exp-src-blocks): Fixed export when headings | 1148 | * ob-exp.el (org-babel-exp-src-blocks): Fixed export when headings |
| 1149 | have links, with tests. | 1149 | have links, with tests. |
| 1150 | 1150 | ||
| 1151 | 2010-11-11 Sebastian Rose, Hannover, Germany <sebastian_rose@gmx.de> | ||
| 1152 | |||
| 1153 | * org-test-which-func: New function. Find name of defun around | ||
| 1154 | point. | ||
| 1155 | |||
| 1156 | 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> | 1151 | 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> |
| 1157 | 1152 | ||
| 1158 | * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if | 1153 | * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if |
| @@ -3134,11 +3129,11 @@ | |||
| 3134 | 3129 | ||
| 3135 | 2010-11-11 Dan Davison <davison@stats.ox.ac.uk> | 3130 | 2010-11-11 Dan Davison <davison@stats.ox.ac.uk> |
| 3136 | 3131 | ||
| 3137 | * ob-octave.el only (require 'matlab) when necessary | 3132 | * ob-octave.el: Only (require 'matlab) when necessary. |
| 3138 | (org-babel-octave-initiate-session) (require) octave-inf or matlab | 3133 | (org-babel-octave-initiate-session) (require) octave-inf or matlab |
| 3139 | as appropriate | 3134 | as appropriate. |
| 3140 | (org-babel-execute:matlab): Remove (require) | 3135 | (org-babel-execute:matlab): Remove (require). |
| 3141 | (org-babel-prep-session:matlab): Remove (require) | 3136 | (org-babel-prep-session:matlab): Remove (require). |
| 3142 | (org-babel-matlab-initiate-session): Remove (require). | 3137 | (org-babel-matlab-initiate-session): Remove (require). |
| 3143 | 3138 | ||
| 3144 | 2010-11-11 Dan Davison <davison@stats.ox.ac.uk> | 3139 | 2010-11-11 Dan Davison <davison@stats.ox.ac.uk> |
| @@ -3702,11 +3697,6 @@ | |||
| 3702 | 3697 | ||
| 3703 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 3698 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 3704 | 3699 | ||
| 3705 | * Makefile (lisp/org-install.el): Replace babel files in | ||
| 3706 | construction of org-install.el. | ||
| 3707 | |||
| 3708 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | ||
| 3709 | |||
| 3710 | * org-table.el (orgtbl-to-generic): Add the :remove-newlines | 3700 | * org-table.el (orgtbl-to-generic): Add the :remove-newlines |
| 3711 | option which will strip newline characters from the text of table | 3701 | option which will strip newline characters from the text of table |
| 3712 | cells and replace then with "\n". | 3702 | cells and replace then with "\n". |
| @@ -3853,10 +3843,6 @@ | |||
| 3853 | * org-html.el (org-export-html-close-lists-maybe): Check if raw | 3843 | * org-html.el (org-export-html-close-lists-maybe): Check if raw |
| 3854 | HTML stuff was actually made from an example. | 3844 | HTML stuff was actually made from an example. |
| 3855 | 3845 | ||
| 3856 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | ||
| 3857 | |||
| 3858 | * Makefile (LISPF): Let's not compile files that won't often be used. | ||
| 3859 | |||
| 3860 | 2010-07-19 Bastien Guerry <bzg@altern.org> | 3846 | 2010-07-19 Bastien Guerry <bzg@altern.org> |
| 3861 | 3847 | ||
| 3862 | * org-latex.el: Items are no longer skipped when their first line | 3848 | * org-latex.el: Items are no longer skipped when their first line |