diff options
| author | Amin Bandali <bandali@kelar.org> | 2022-05-19 21:57:45 -0400 | 
|---|---|---|
| committer | Amin Bandali <bandali@kelar.org> | 2022-05-19 22:20:05 -0400 | 
| commit | 22758e8c9214f2086fe0c0a424c993f0a52a5780 (patch) | |
| tree | 012bbbc57be8e60406e08ef3445bd1ad2bc8d8f0 /.emacs.d/lisp/ffs/ChangeLog | |
| parent | 2176627ce01dff84926fb2b997779a223efe50e8 (diff) | |
| download | configs-22758e8c9214f2086fe0c0a424c993f0a52a5780.tar.gz configs-22758e8c9214f2086fe0c0a424c993f0a52a5780.tar.xz configs-22758e8c9214f2086fe0c0a424c993f0a52a5780.zip | |
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. :)
Diffstat (limited to '')
| -rw-r--r-- | .emacs.d/lisp/ffs/ChangeLog | 28 | 
1 files changed, 28 insertions, 0 deletions
| 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  <bandali@gnu.org> + +	* ffsanim.el: Rename from ffs.el to ffsanim.el.  Revision 0.1.5. + +2022-03-06  Amin Bandali  <bandali@gnu.org> + +	* ffs.el (ffs-new-slide): Merge function into `ffs-edit-slide'. +	Revision 0.1.4. + +2022-03-05  Amin Bandali  <bandali@gnu.org> + +	* ffs.el: Implement insertion of new slide before or after the +	current slide.  Revision 0.1.3. + +2022-03-05  Amin Bandali  <bandali@gnu.org> + +	* 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  <bandali@gnu.org> + +	* 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  <bandali@gnu.org> + +	* ffs.el: Initial revision 0.1.0. + | 
