aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-abbrev.el
Commit message (Collapse)AuthorAge
* Added some unknown keyword (not changing state). Fixes bug 113 from emakarov.MGravatar Pierre Courtieu2007-04-26
|
* Fixed a small bug in indentation of coq.Gravatar Pierre Courtieu2006-08-25
| | | | Fixed behavior for making abbrev table (don't if it already exists).
* Cleaning in coq and lib, fixed licenses and docstrings.Gravatar Pierre Courtieu2006-08-23
| | | | Added one or two details to docstring of generic variables.
* Finished making functions over big tables non recursive. Works withGravatar Pierre Courtieu2006-08-23
| | | | emacs.
* Making non recursive functions to make fsf emacs happy, not yet finished.Gravatar Pierre Courtieu2006-08-22
|
* Big redesign of the coq syntax defintion, centralization in big tablesGravatar Pierre Courtieu2006-08-22
| | | | like coq-commands-db.
* Menus redesign, new interactive tactics/commands/termsGravatar Pierre Courtieu2006-08-21
| | | | insertion. Great!
* Started the coq-insert-tactic.Gravatar Pierre Courtieu2006-08-21
|
* continue on the support for local variables list semi-automaticGravatar Pierre Courtieu2006-08-17
| | | | | insertion. I put a new file in lib with basic tools for file variables lists.
* Added entries in coq menu, rearranged coq menu.Gravatar Pierre Courtieu2006-08-16
| | | | | Also added semi-automated setting of local file variables (*** Local Variables ***) coq-prog-name and coq-prog-args.
* added match...with automatic building from atype name.Gravatar Pierre Courtieu2005-11-07
| | | | Had to correct a bug in proof-shell.
* added some entris in coq menus.Gravatar Pierre Courtieu2005-04-21
|
* small modifications, updating doc string of holes.el.Gravatar Pierre Courtieu2005-03-08
|
* making holes.el cleaner, with the help of Stefan Monnier. I had toGravatar Pierre Courtieu2005-03-08
| | | | adapt coq.el to these modifications.
* Updated the doc for new pg/coq. Made modifications advised by StefanGravatar Pierre Courtieu2005-02-17
| | | | Monnier on holes.el.
* cleaning holes.el. All functions are prefixed with "holes-". AlsoGravatar Pierre Courtieu2005-02-14
| | | | modified coq.el and coq-abbrev.el accordingly.
* bug fix with terminal regexp (pb with :"unfold foo in |- *.")Gravatar Pierre Courtieu2004-05-06
|
* Tidy menus, add new commandsGravatar David Aspinall2004-04-22
|
* Deleted the "3 buffers view menu entry" for coq, this is now aGravatar Pierre Courtieu2004-04-21
| | | | proofgeneral menu entry (bug of the 3.5 release).
* added some commands in coq menuGravatar Pierre Courtieu2004-04-06
|
* coq < 8.0 menu and abbrevs.Gravatar Pierre Courtieu2004-03-19
|
* adjusting to new syntax.Gravatar Pierre Courtieu2004-03-18
|
* menu, holes and abbrev made better.Gravatar Pierre Courtieu2004-03-17
|
* Added 'Notation' stuff to coq menu command insert.Gravatar Pierre Courtieu2004-03-16
|
* added the abbreviation of Hint Rewrite.Gravatar Pierre Courtieu2004-03-16
|
* indentation for coq completely re-coded, because the generic mechanismGravatar Pierre Courtieu2004-03-08
| | | | does not use "proof-goal-command-p" and is not powerful enough.
* little changes of menu/holes/abbrev in coq/pgGravatar Pierre Courtieu2004-02-26
|
* added menu entries to tactic menusGravatar Pierre Courtieu2004-02-19
|
* added submenus for command insertion for coq. menu uses abbrevGravatar Pierre Courtieu2004-02-19
| | | | expansion to build holes.
* added some lines in holes short doc. And some abbrevs for coq.Gravatar Pierre Courtieu2004-02-19
|
* Coq Abbrevs now make holes. I will add a menu with basic command.Gravatar Pierre Courtieu2004-02-18
|
* Added some interface stuff:Gravatar Pierre Courtieu2004-02-11
- an default coq abbrev file, loaded only if no abbrev table exists for coq; - some menu entries and shortcuts for abbrev; - a menu entry for "3 buffers view".