# HG changeset patch # User Kim F. Storm # Date 1107213462 0 # Node ID 942539e5cf4e509693ab08e5672efbda35d53078 # Parent 33c7409ff7368159150d27c70cf77c379b68cabf *** empty log message *** diff -r 33c7409ff736 -r 942539e5cf4e lisp/ChangeLog --- a/lisp/ChangeLog Mon Jan 31 22:47:40 2005 +0000 +++ b/lisp/ChangeLog Mon Jan 31 23:17:42 2005 +0000 @@ -1,3 +1,10 @@ +2005-01-31 Kim F. Storm + + * 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 * 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. diff -r 33c7409ff736 -r 942539e5cf4e lispref/ChangeLog --- a/lispref/ChangeLog Mon Jan 31 22:47:40 2005 +0000 +++ b/lispref/ChangeLog Mon Jan 31 23:17:42 2005 +0000 @@ -1,3 +1,7 @@ +2005-02-01 Kim F. Storm + + * text.texi (Undo) : Describe `apply' elements. + 2005-01-29 Eli Zaretskii * commands.texi (Misc Events): Describe the help-echo event. diff -r 33c7409ff736 -r 942539e5cf4e src/ChangeLog --- a/src/ChangeLog Mon Jan 31 22:47:40 2005 +0000 +++ b/src/ChangeLog Mon Jan 31 23:17:42 2005 +0000 @@ -1,3 +1,12 @@ +2005-01-31 Kim F. Storm + + * 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) : Doc fix. + 2005-01-30 Jesper Harder * macterm.c (syms_of_macterm)