e News e-1.04 15Nov2022: - This is a formatting-only release. Back in the Long Long Ago, there was a program called ctags which indexed source code. It was kind of dumb and required function names to be at the beginning of the line. I never once used ctags even back then, and certainly don't use it now, but I obeyed the coding standard anyway. No longer. In this release all function declarations are a single line. e-1.03 05Sep2022: - Each keytab was taking up 4104 bytes of memory, which was ok when there were only three but now there are 16, total of over 64kb. The new keytab data structure is much smaller, at a cost of some extra code and CPU cycles. - Also fixed a bug with exiting I-Search mode by typing a command. The command wasn't getting run before, now it is. e-1.02 01Sep2022: - Got rid of a compiler warning. - Added e News function. - Added a few more keypad commands such as page-up, page-down, and the keypad delete key, a.k.a. DC, which is bound to delete-forward-char. On some keyboards, the keypad delete key just generates a DEL character, which will continue to do a delete-backward-char. e-1.01 24Aug2022: - Minor portability fix. e-1.00 24Aug2022: - First release.