aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-07-19 23:42:38 +0000
committerJuanma Barranquero <[email protected]>2005-07-19 23:42:38 +0000
commit3f32d6a3edf422a52ac4c06beeeb42ff22e13ad8 (patch)
tree44b8b153c81ec4e71196d732a83359243da75aeb /lisp/ChangeLog
parent41bfd17eff307782f8914b5f18a228cb82edbabe (diff)
(desktop-enable, desktop-basefilename): Declare with
`define-obsolete-variable-alias'. (desktop-internal-v2s): Don't quote keywords. (desktop-clear): "?\ " -> "?\s".
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog21
1 files changed, 16 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6511ab2cdd..268547ca20 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,16 +1,27 @@
+2005-07-20 Juanma Barranquero <[email protected]>
+
+ * desktop.el (desktop-enable, desktop-basefilename):
+ Declare with `define-obsolete-variable-alias'.
+ (desktop-internal-v2s): Don't quote keywords.
+ (desktop-clear): "?\ " -> "?\s".
+
+ * textmodes/org.el (org-table-formula-substitute-names)
+ (org-table-get-vertical-vector): Doc fixes.
+ (org-table-recalculate): Remove unused argument to `message'.
+
2005-07-19 Carsten Dominik <[email protected]>
- * textmodes/org.el: (org-table-column-names,
- org-table-column-name-regexp)
+ * 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-complete): Remove 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-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)