1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- 2009-07-07 Tassilo Horn <tassilo@member.fsf.org>
- * org-gnus.el (org-gnus-store-link): Skip mbox specific first line
- that cannot be parsed as header line. Bug reported by Andreas
- Rottmann <a.rottmann@gmx.at> in <87zlblscr0.fsf@delenn.lan> on the
- org mode list.
- 2009-06-17 Carsten Dominik <carsten.dominik@gmail.com>
- * Makefile (LISPF): Add org-exp-blocks.el.
- (lisp/org-exp-blocks.elc): Add dependencies for
- org-exp-blocks.el.
- 2009-03-31 Carsten Dominik <carsten.dominik@gmail.com>
- * Makefile (LISPF): Add org-inlinetask.el
- (lisp/org-inlinetask.elc): No denpendencies.
- 2009-01-19 Carsten Dominik <carsten.dominik@gmail.com>
- * Makefile (html_manual): Process the split html manual with the
- new script.
- * UTILITIES/mansplit.pl: New file.
- 2009-01-06 Carsten Dominik <carsten.dominik@gmail.com>
- * Makefile (LISPF): Add org-footnote.el
- 2008-10-09 Carsten Dominik <dominik@science.uva.nl>
- * Makefile (infodir): Change default path for info.
- 2008-09-24 Carsten Dominik <dominik@science.uva.nl>
- * Makefile (install-info): Use the install-info program.
- 2008-09-17 Carsten Dominik <dominik@science.uva.nl>
- * Makefile: Handle new file org-plot.el.
- 2008-09-08 Carsten Dominik <dominik@science.uva.nl>
- * Makefile: Remove the unused MV macro.
- 2008-06-09 Carsten Dominik <dominik@science.uva.nl>
- * Makefile: Allow prefix to be set on the command line.
- 2008-04-25 Carsten Dominik <dominik@science.uva.nl>
- * Makefile (BATCH): Fix the path to the local lisp files.
|