aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorGlenn Morris2010-11-20 14:25:56 -0800
committerGlenn Morris2010-11-20 14:25:56 -0800
commit2f5e7c6fbbadca074a95e5e2e73245e33c237f27 (patch)
tree5ee41c229f6aa54ec35ea63341d9bdfad6f163c3 /lisp/org
parent7dcd777e1461002059399219ba77e891533a65bb (diff)
downloademacs-2f5e7c6fbbadca074a95e5e2e73245e33c237f27.tar.gz
emacs-2f5e7c6fbbadca074a95e5e2e73245e33c237f27.zip
ChangeLog fixes prompted by M-x authors.
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/ChangeLog22
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
11512010-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
11562010-11-11 Carsten Dominik <carsten.dominik@gmail.com> 11512010-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
31352010-11-11 Dan Davison <davison@stats.ox.ac.uk> 31302010-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
31442010-11-11 Dan Davison <davison@stats.ox.ac.uk> 31392010-11-11 Dan Davison <davison@stats.ox.ac.uk>
@@ -3702,11 +3697,6 @@
3702 3697
37032010-07-19 Eric Schulte <schulte.eric@gmail.com> 36982010-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
37082010-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
38562010-07-19 Eric Schulte <schulte.eric@gmail.com>
3857
3858 * Makefile (LISPF): Let's not compile files that won't often be used.
3859
38602010-07-19 Bastien Guerry <bzg@altern.org> 38462010-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