# HG changeset patch # User Jonathan Yavner # Date 1076803383 0 # Node ID 7d452938f4c896631ba7d79b97c066b4df16a636 # Parent 1961753a8c657d2fa5e6d05a82fa9a92253fd2c3 *** empty log message *** diff -r 1961753a8c65 -r 7d452938f4c8 AUTHORS --- a/AUTHORS Sat Feb 14 23:59:18 2004 +0000 +++ b/AUTHORS Sun Feb 15 00:03:03 2004 +0000 @@ -882,7 +882,7 @@ Jonathan Vail: changed vc.el -Jonathan Yavner: wrote ses.el testcover-ses.el testcover-unsafep.el +Jonathan Yavner: wrote ses.el tcover-ses.el tcover-unsafep.el testcover.el unsafep.el and changed Makefile.in files.el ses-example.ses ses.texi diff -r 1961753a8c65 -r 7d452938f4c8 ChangeLog --- a/ChangeLog Sat Feb 14 23:59:18 2004 +0000 +++ b/ChangeLog Sun Feb 15 00:03:03 2004 +0000 @@ -1,3 +1,8 @@ +2004-02-14 Jonathan Yavner + + * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el + to match previous changes by Eli Zaretskii. + 2004-02-09 Luc Teirlinck * Makefile.in: Set CDPATH to an empty string. diff -r 1961753a8c65 -r 7d452938f4c8 lisp/ChangeLog --- a/lisp/ChangeLog Sat Feb 14 23:59:18 2004 +0000 +++ b/lisp/ChangeLog Sun Feb 15 00:03:03 2004 +0000 @@ -1,3 +1,12 @@ +2004-02-14 Jonathan Yavner + + * ses.el: Delete function ses-build-load-map and distribute its + functions to defconst's for the three maps. Add menus. Use + "ses--" prefixes for buffer-local variables. Use (point-min) + instead of 1, even when we know the buffer is unnarrowed. New + function ses-read-number duplicates some code from interactive "N" + spec. + 2004-02-14 Martin Stjernholm * Makefile.in: Fixed the CC Mode recompile kludge so it works diff -r 1961753a8c65 -r 7d452938f4c8 man/ChangeLog --- a/man/ChangeLog Sat Feb 14 23:59:18 2004 +0000 +++ b/man/ChangeLog Sun Feb 15 00:03:03 2004 +0000 @@ -1,3 +1,9 @@ +2004-02-14 Jonathan Yavner + + * ses.texi (Advanced Features): New functionality for + ses-set-header-row (defaults to current row unless C-u used). + (Acknowledgements): Added Stefan Monnier. + 2004-02-03 Jan Dj,Ad(Brv * frames.texi (Drag and drop): New section.