Correctly attribute files to their authors.

This commit is contained in:
Glenn Morris 2009-08-08 02:35:52 +00:00
parent b52a36f8fc
commit 646bcdd75a

View file

@ -556,10 +556,12 @@
* org.el (org-clone-subtree-with-time-shift): Also shift inactive
time stamps.
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2009-08-06 Eric Schulte <schulte.eric@gmail.com>
* org-exp-blocks.el: New file.
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
* org-remember.el (org-remember-templates): Allow the headline
element to be a function.
(org-remember-apply-template): If the headline is a function, call
@ -618,7 +620,7 @@
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
* org-src.el: New file, split out of org.el
* org-src.el: New file, split out of org.el.
* org-macs.el (org-replace-match-keep-properties): New function.
@ -1334,9 +1336,20 @@
* org-exp.el (org-export-splice-attributes): New function.
2009-08-06 Bastien Guerry <bzg@altern.org>
Daniel M German <dmg@uvic.org>
Sebastian Rose <sebastian_rose@gmx.de>
Ross Patterson <me@rpatterson.net>
* org-protocol.el: New file.
2009-08-06 Baoqiu Cui <cbaoqiu@yahoo.com>
* org-docbook.el: New file.
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
* org-mouse.el: XEmacs compatibility fixes
* org-mouse.el: XEmacs compatibility fixes.
* org.el (org-modules): Add org-inlinetasks.el
(org-cycle): Implement limiting level on cycling.
@ -1345,8 +1358,6 @@
* org-inlinetask.el: New file.
* org-protocol.el: New file.
* org.el (org-emphasis-regexp-components): Allow braces in
emphasis pre and post match.
@ -1355,8 +1366,6 @@
* org.el (org-require-autoloaded-modules): Add org-docbook.el.
* org-docbook.el: New file.
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-reftex-citation): New command.
@ -3444,8 +3453,8 @@
2008-10-19 Eli Zaretskii <eliz@gnu.org>
* org.el (org-default-notes-file):
* org-publish.el (org-publish-timestamp-directory):
* org.el (org-default-notes-file):
* org-publish.el (org-publish-timestamp-directory):
* org-id.el (org-id-locations-file): Run file names that begin
with a period thru `convert-standard-filename'.
@ -3453,6 +3462,10 @@
* org-plot.el: Switch coding system to unix.
2008-10-12 John Wiegley <johnw@newartisans.com>
* org-attach.el: New file.
2008-10-12 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-edit-fixed-width-region): Exclude final newline from
@ -3495,8 +3508,6 @@
`org-attach-tag'.
(org-attach-delete): Call `org-attach-untag'.
* org-attach.el: New file.
* org-table.el (orgtbl-self-insert-command): Make this work for
the keypad as well.
@ -3592,10 +3603,13 @@
against all agenda files.
2008-10-12 Carsten Dominik <dominik@science.uva.nl>
Bastien Guerry <bzg@altern.org>
* org-list.el: New file, aggregating list functions from org.el
and org-export-latex.el.
2008-10-12 Carsten Dominik <dominik@science.uva.nl>
* org.el (org-edit-src-region-extra): New option.
* org-agenda.el (org-agenda-to-appt): Fix bug with appointment
@ -3660,6 +3674,10 @@
`org-list-beginning-re'
(org-list-item-begin): Rename to `org-list-item-beginning'
2008-10-12 Eric Schulte <schulte.eric@gmail.com>
* org-plot.el: New file.
2008-10-12 Carsten Dominik <dominik@science.uva.nl>
* org.el (org-refile): Allow refiling to the last entry in the
@ -3708,8 +3726,6 @@
(org-export-preprocess-string): Call
`org-export-handle-export-tags'.
* org-plot.el: New file.
* org-publish.el (org-publish-expand-components): Function removed.
(org-publish-expand-projects): Allow components to have components.