Mercurial > emacs
comparison lisp/ChangeLog @ 64516:2cd737c9eaea
*** empty log message ***
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Tue, 19 Jul 2005 16:58:19 +0000 |
parents | 39dcd1204b00 |
children | a5708472e1f6 |
comparison
equal
deleted
inserted
replaced
64515:3f75dfc753c0 | 64516:2cd737c9eaea |
---|---|
1 2005-07-19 Carsten Dominik <dominik@science.uva.nl> | |
2 | |
3 * textmodes/org.el: (org-table-column-names, | |
4 org-table-column-name-regexp) | |
5 (org-table-named-field-locations): New variables. | |
6 (org-archive-subtree): Protect `this-command' when calling | |
7 `org-copy-subtree' and `org-cut-subtree', to avoid appending to | |
8 the kill buffer. | |
9 (org-complete): Removed fixed-formula completion. | |
10 (org-edit-formulas-map): New variable. | |
11 (org-table-edit-formulas): New command. | |
12 (org-finish-edit-formulas, org-abort-edit-formulas, | |
13 org-show-variable, org-table-get-vertical-vector): New functions. | |
14 (org-table-maybe-eval-formula): Handle `:=' fields. | |
15 (org-table-get-stored-formulas, org-table-store-formulas) | |
16 (org-table-get-formula, org-table-modify-formulas) | |
17 (org-table-replace-in-formulas): Handle named field formulas. | |
18 (org-table-get-specials): Store locations of named fields. | |
19 | |
1 2005-07-19 Juri Linkov <juri@jurta.org> | 20 2005-07-19 Juri Linkov <juri@jurta.org> |
2 | 21 |
3 * progmodes/grep.el (grep-regexp-alist) | 22 * progmodes/grep.el (grep-regexp-alist) |
4 (grep-mode-font-lock-keywords, grep-process-setup): | 23 (grep-mode-font-lock-keywords, grep-process-setup): |
5 Use default GNU grep match color "01;31m" instead of "01;41m". | 24 Use default GNU grep match color "01;31m" instead of "01;41m". |