diff options
| author | Bastien Guerry | 2013-11-12 17:15:43 +0100 |
|---|---|---|
| committer | Bastien Guerry | 2013-11-12 17:15:43 +0100 |
| commit | 02934b678e47fdbb19b4a20452f3f04f78e3beae (patch) | |
| tree | eef13672f9e48c727bfddf0b9df1cd61bcbb5e32 | |
| parent | 70e9f75d7a4c324608501363dce588babbd83fa0 (diff) | |
| download | emacs-02934b678e47fdbb19b4a20452f3f04f78e3beae.tar.gz emacs-02934b678e47fdbb19b4a20452f3f04f78e3beae.zip | |
lisp/org/ChangeLog: remove references to org-taskjuggler.el
| -rw-r--r-- | lisp/org/ChangeLog | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 743053229b9..49ee79c5bb0 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -2332,12 +2332,6 @@ | |||
| 2332 | (org-agenda): Set `org-agenda-buffer-name' correctly with sticky | 2332 | (org-agenda): Set `org-agenda-buffer-name' correctly with sticky |
| 2333 | agendas and non-custom commands. | 2333 | agendas and non-custom commands. |
| 2334 | 2334 | ||
| 2335 | 2013-11-12 Bill Day <williamson.day@gmail.com> (tiny change) | ||
| 2336 | |||
| 2337 | * org-taskjuggler.el | ||
| 2338 | (org-export-taskjuggler-valid-task-attributes): Add chargeset and | ||
| 2339 | charge. | ||
| 2340 | |||
| 2341 | 2013-11-12 Carsten Dominik <carsten.dominik@gmail.com> | 2335 | 2013-11-12 Carsten Dominik <carsten.dominik@gmail.com> |
| 2342 | 2336 | ||
| 2343 | * org-src.el (org-edit-src-exit): Let overlay survive after the | 2337 | * org-src.el (org-edit-src-exit): Let overlay survive after the |
| @@ -5160,35 +5154,6 @@ | |||
| 5160 | * org-publish.el (org-publish-org-to-taskjuggler): New function to | 5154 | * org-publish.el (org-publish-org-to-taskjuggler): New function to |
| 5161 | publish taskjuggler projects. | 5155 | publish taskjuggler projects. |
| 5162 | 5156 | ||
| 5163 | * org-taskjuggler.el (org-export-as-taskjuggler): Adapt signature | ||
| 5164 | to reflect standard interface, in particular allow export to | ||
| 5165 | buffer. | ||
| 5166 | (org-export-taskjuggler-report-tag): New option. | ||
| 5167 | (org-export-taskjuggler-valid-report-attributes): New option. | ||
| 5168 | (org-export-as-taskjuggler): Compute reports. | ||
| 5169 | (org-taskjuggler-open-report): Generate report from org item. | ||
| 5170 | (org-taskjuggler-insert-reports): Insert default reports only if no | ||
| 5171 | explicit one is defined. | ||
| 5172 | (org-export-taskjuggler-keep-project-as-task): New option. | ||
| 5173 | (org-export-as-taskjuggler): Optionally drop the topmost "task". | ||
| 5174 | (org-taskjuggler-assign-task-ids): Adapt path computation by | ||
| 5175 | optionally dropping the topmost component. | ||
| 5176 | (org-taskjuggler-open-project): Use START - END as an alternative | ||
| 5177 | to START +Xd. | ||
| 5178 | (org-export-taskjuggler-default-global-header): New option. | ||
| 5179 | (org-export-as-taskjuggler): Insert global header before anything | ||
| 5180 | else. | ||
| 5181 | (org-taskjuggler-open-task): Task with end-only is also a | ||
| 5182 | milestone (deadline), task with length is not. | ||
| 5183 | (org-taskjuggler-date): Introduce new function to produce a | ||
| 5184 | taskjuggler-compatible date. | ||
| 5185 | (org-taskjuggler-components): Make use of SCHEDULED/DEADLINE | ||
| 5186 | properties. | ||
| 5187 | (org-export-as-taskjuggler): Compute opt-plist, use | ||
| 5188 | `org-install-letbind'. | ||
| 5189 | (org-export-taskjuggler-valid-task-attributes) | ||
| 5190 | (org-export-taskjuggler-valid-resource-attributes): New options. | ||
| 5191 | |||
| 5192 | 2013-11-12 Yasushi Shoji <yashi@atmark-techno.com> | 5157 | 2013-11-12 Yasushi Shoji <yashi@atmark-techno.com> |
| 5193 | 5158 | ||
| 5194 | * org-clock.el (org-clock-x11idle-program-name): New option. | 5159 | * org-clock.el (org-clock-x11idle-program-name): New option. |