comparison lisp/ChangeLog @ 64068:1517e6cf8b9b

*** empty log message ***
author Carsten Dominik <dominik@science.uva.nl>
date Mon, 04 Jul 2005 06:30:20 +0000
parents ba1c24f8db71
children aa917a13c902 efa9e4606e7e
comparison
equal deleted inserted replaced
64067:442764288956 64068:1517e6cf8b9b
1 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
2
3 * textmodes/org.el: Leading space replaced by TABS.
4 (org-recalc-marks, org-table-rotate-recalc-marks)
5 (org-table-get-specials): Treat "^" and "_" marks.
6 (org-table-justify-field-maybe): Optional argument NEW.
7 (org-table-eval-formula): Parsing of the format simplified. New
8 modes C,I. Honor the %= parameter in the current table. Avoid
9 unnecessary re-align by using the NEW argument to
10 `org-table-justify-field-maybe'.
11 (org-calc-default-modes): Default for date-format mimicks
12 org-mode.
13 (org-agenda, org-timeline): Quote argument in
14 `org-agenda-redo-command'.
15
1 2005-07-03 Luc Teirlinck <teirllm@auburn.edu> 16 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
2 17
3 * cus-face.el (custom-theme-set-faces): Make it handle face 18 * cus-face.el (custom-theme-set-faces): Make it handle face
4 aliases whose alias declarations are pre- or autoloaded. 19 aliases whose alias declarations are pre- or autoloaded.
5 20