]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
2013-08-22 Lawrence MitchellLook for symbols, not words
2013-08-22 Stefan MonnierAvoid runtime use of defstruct
2012-09-09 Lawrence MitchellRequire cl at runtime
2012-09-09 Lawrence MitchellMove f90-merge-into-tags-completion-table definition...
2012-09-09 Lawrence MitchellAdd README
2012-09-09 Lawrence MitchellUpdate copyright in line with ELPA version
2012-06-08 Lawrence MitchellBump version
2012-06-08 Lawrence MitchellCopyright update
2012-03-22 Lawrence MitchellAdd documentation for f90-list-in-scope-vars
2012-03-22 Lawrence MitchellSkip over implicit none in procedure var parsing
2012-03-22 Lawrence MitchellNew function f90-list-in-scope-vars
2012-01-26 Lawrence MitchellDoc updates, version header
2012-01-26 Lawrence MitchellFix up precision modifiers to base types
2012-01-25 Lawrence MitchellAdd more documentation and make Fluidity checks more...
2011-10-13 Lawrence MitchellNormalise strings everywhere
2011-09-13 Lawrence MitchellFix bug in parsing of dimension specifications
2011-09-13 Lawrence MitchellCatch errors when evaluating a test form
2011-09-13 Lawrence MitchellPopulate completion table lazily
2011-09-13 Lawrence MitchellSet syntax table correctly in f90-arglist-types
2011-09-13 Lawrence MitchellRemove unused function f90-match-arglist-to-specialisers
2011-07-18 Lawrence MitchellNew function to parse all files in a tree
2011-07-18 Lawrence MitchellNew variable specifying what file extensions are Fortra...
2011-07-18 Lawrence MitchellMinor optimisation to f90-normalise-string
2011-07-18 Lawrence MitchellIgnore refcount templates when parsing interfaces
2011-07-18 Lawrence MitchellAdd test framework and some unit tests
2011-07-18 Lawrence MitchellSpeed up f90-split-arglist
2011-07-15 Lawrence MitchellMake dimension parsing more robust
2011-07-15 Lawrence MitchellDon't stomp on match data when normalising strings
2011-07-14 Lawrence MitchellIf no tags are loaded don't try and use tags completion
2011-07-12 Lawrence MitchellCorrectly determine dimension specification
2011-07-12 Lawrence MitchellDefault to type-at-point in f90-show-type-definition
2011-07-12 Lawrence MitchellSpeed up f90-clean-comments
2011-07-12 Lawrence MitchellParse prefix arg through to find-tag from f90-find...
2011-07-12 Lawrence MitchellRequire etags and cl at runtime
2011-07-11 Lawrence MitchellDocument INVOCATION-POINT argument to f90-browse-interf...
2011-07-11 Lawrence MitchellAdd more suffixes for likely Fortran files
2011-07-11 Lawrence MitchellFix bug in f90-populate-specialisers
2011-07-11 Lawrence MitchellHook into pop-tag-mark machinery when visiting definitions
2011-07-11 Lawrence MitchellAllow f90-find-tag-interface to complete tags names
2011-07-11 Lawrence MitchellFix jumping to definitions if we jump past recorded...
2011-07-11 Lawrence MitchellFix f90-get-slot-type for new struct definition
2011-07-11 Lawrence MitchellFix byte-compilation
2011-07-11 Lawrence MitchellDocstring fixes
2011-07-11 Lawrence MitchellAdd function to show the parsed type definition
2011-07-11 Lawrence MitchellNormalise type-parsing routines and make arglist matchi...
2011-07-09 Lawrence MitchellFurther work on type parsing
2011-07-08 Lawrence MitchellWhitespace fixes
2011-07-08 Lawrence MitchellAdd sketch of type definition parsing
2011-07-08 Lawrence MitchellRequire thingatpt (for word-at-point)
2011-07-08 Lawrence MitchellFix setting of public/private attribute on interfaces
2011-07-08 Lawrence MitchellAdd more function documentation
2011-07-08 Lawrence MitchellInitial commit