diff options
author | Carsten Dominik <dominik@science.uva.nl> | 2005-07-19 16:58:19 +0000 |
---|---|---|
committer | Carsten Dominik <dominik@science.uva.nl> | 2005-07-19 16:58:19 +0000 |
commit | 376b811b145401c54cc478e676e8930bb9a44ad9 (patch) | |
tree | d47125d86dc962a4e9b39842f3607abe47c28bd8 /lisp | |
parent | c4f9780e388c30aedee3740c55f51c2df4839270 (diff) | |
download | emacs-376b811b145401c54cc478e676e8930bb9a44ad9.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index baa0c17a66f..6511ab2cdd1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,22 @@ +2005-07-19 Carsten Dominik <dominik@science.uva.nl> + + * textmodes/org.el: (org-table-column-names, + org-table-column-name-regexp) + (org-table-named-field-locations): New variables. + (org-archive-subtree): Protect `this-command' when calling + `org-copy-subtree' and `org-cut-subtree', to avoid appending to + the kill buffer. + (org-complete): Removed fixed-formula completion. + (org-edit-formulas-map): New variable. + (org-table-edit-formulas): New command. + (org-finish-edit-formulas, org-abort-edit-formulas, + org-show-variable, org-table-get-vertical-vector): New functions. + (org-table-maybe-eval-formula): Handle `:=' fields. + (org-table-get-stored-formulas, org-table-store-formulas) + (org-table-get-formula, org-table-modify-formulas) + (org-table-replace-in-formulas): Handle named field formulas. + (org-table-get-specials): Store locations of named fields. + 2005-07-19 Juri Linkov <juri@jurta.org> * progmodes/grep.el (grep-regexp-alist) |