]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 31 Jan 2005 23:17:42 +0000 (23:17 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 31 Jan 2005 23:17:42 +0000 (23:17 +0000)
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 5141e5999cda555bd89fbe8c6b145fa8e861f6f8..b3b9034620db5a49c3c18657b00a85d158dc5af7 100644 (file)
@@ -1,3 +1,10 @@
+2005-01-31  Kim F. Storm  <storm@cua.dk>
+
+       * ses.el (ses-create-cell-variable-range)
+       (ses-destroy-cell-variable-range, ses-reset-header-string)
+       (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
+       (ses-insert-row): Fix format of apply undo entries.
+
 2005-01-31  Jay Belanger  <belanger@truman.edu>
 
        * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
@@ -31,8 +38,8 @@
        user preferences.
        (ispell-internal-change-dictionary): New function
        to change the current dictionary in use.
-       (ispell-region, ispell-process-line, ispell-buffer-local-dict): 
-       Use ispell-current-dictionary.  
+       (ispell-region, ispell-process-line, ispell-buffer-local-dict):
+       Use ispell-current-dictionary.
        Handle ispell-local-dictionary-overridden.
        (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
 
@@ -56,7 +63,7 @@
        (calc-set-mode-line): Add LaTeX support.
        (math-expr-special-function-mapping): New variable.
        (math-tex-ignore-words): Add to list.
-       
+
        * calc/calccomp.el (math-compose-expr, math-compose-rows):
        Add LaTeX support.
        (math-compose-expr): Add support for special functions.
index c0ce2c6ff0fc3d03bf54cc2d6c11be8ad1337740..75e9b4cdd2985305531fcbd9f4dfdace0fbe6297 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-01  Kim F. Storm  <storm@cua.dk>
+
+       * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
+
 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
 
        * commands.texi (Misc Events): Describe the help-echo event.
index 7c95c9868a5fe7445485a9ae58f1be698d654ab3..ac38d0de4165858cebb00a29dd04812d1747171f 100644 (file)
@@ -1,3 +1,12 @@
+2005-01-31  Kim F. Storm  <storm@cua.dk>
+
+       * undo.c (Qapply): New lisp var.
+       (syms_of_undo): Intern and staticpro it.
+       (Fprimitive_undo): Support formats (apply FUNNAME . ARGS) and
+       (apply DELTA BEG END FUNNAME . ARGS) instead of (FUNNAME . ARGS).
+
+       * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
+
 2005-01-30  Jesper Harder  <harder@phys.au.dk>
 
        * macterm.c (syms_of_macterm) <mac-reverse-ctrl-meta>