2002-07-17 Christian Egli * mgp.el: Fixed some minor doc string typos that checkdoc made me aware of. 2002-07-08 Christian Egli * mgp.el: Added a credit to Stefan Monnier who made me aware of `textmodes/page'. * mgp.el: Use the standard page moving commands (forward-page and backward-page) by setting page-delimiter properly as opposed to have our home-grown page moving code. * mgp.el: * Added a version string * Added some credits * fixed the magicpoint-page-delimiter 2002-07-08 Christian Egli * mgp.el: Added a credit to Stefan Monnier who made me aware of `textmodes/page'. * mgp.el: Use the standard page moving commands (forward-page and backward-page) by setting page-delimiter properly as opposed to have our home-grown page moving code. * mgp.el: Added a version string. Added some credits. Fixed the magicpoint-page-delimiter 2002-07-01 Christian Egli * mgp.el: Added support for outline-minor-mode. You can now do things such as folding of pages and/or bullet points. Quite cute. Quite exotic. Also added some more comments to magicpoint-mode. 2002-06-24 Christian Egli * mgp.el: More docstring fixes. MagicPoint seems to be picky about capitalization. At least the mgp man page is. * mgp.el: Fixed a doc string typo. * mgp.el: Added magicpoint-forward-page and magicpoint-backward-page. There is also now a var magicpoint-page-delimiter that defines the page boundaries. This is used for above two functions but also for magicpoint-beginning-of-page. * mgp.el: Extracted the keywords into a separate variable. This might be usefull for abbrevs. * mgp.el: Added imenu support. 2002-04-13 Christian Egli * mgp.el: Fixed a doc string and added another Todo item. * mgp.el: According to the man page MagicPoint calls itself "MagicPoint" as opposed to "Magic Point" 2002-04-12 Christian Egli * mgp.el: Added some more comments about other magicpoint modes and a Todo list. The keymap is no longer derived from text-mode-map. This fixes the problem with \t not inserting a tab. Print the keymap in the docstring. 2002-02-28 Christian Egli * mgp.el: Added mgp keywords %anim %area and %charset 2002-02-26 Christian Egli * mgp.el: Fixed according to the patches from Pavel Janik. Sent to address@hidden 2002-02-21 Christian Egli * mgp.el: New file.