From 22758e8c9214f2086fe0c0a424c993f0a52a5780 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 19 May 2022 21:57:45 -0400 Subject: Add ffs (form feed slides) mode for GNU Emacs This is what I used for preparing and presenting my LibrePlanet 2022 talk, 'The Net beyond the web' back in March. :) --- .emacs.d/lisp/ffs/ChangeLog | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .emacs.d/lisp/ffs/ChangeLog (limited to '.emacs.d/lisp/ffs/ChangeLog') diff --git a/.emacs.d/lisp/ffs/ChangeLog b/.emacs.d/lisp/ffs/ChangeLog new file mode 100644 index 0000000..41d87ca --- /dev/null +++ b/.emacs.d/lisp/ffs/ChangeLog @@ -0,0 +1,28 @@ +2022-03-09 Amin Bandali + + * ffsanim.el: Rename from ffs.el to ffsanim.el. Revision 0.1.5. + +2022-03-06 Amin Bandali + + * ffs.el (ffs-new-slide): Merge function into `ffs-edit-slide'. + Revision 0.1.4. + +2022-03-05 Amin Bandali + + * ffs.el: Implement insertion of new slide before or after the + current slide. Revision 0.1.3. + +2022-03-05 Amin Bandali + + * ffs.el (ffs-edit-mode): Change to a minor mode, and use the + source buffer's `major-mode' for the edit buffer. Revision 0.1.2. + +2022-03-05 Amin Bandali + + * ffs.el: Add `ffs-edit-mode' (derived from `text-mode') for the + new ffs-edit buffer for editing slides. Revision 0.1.1. + +2022-03-04 Amin Bandali + + * ffs.el: Initial revision 0.1.0. + -- cgit v1.2.3-60-g2f50