summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ada-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-051-51/+55
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-2/+2
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-14/+14
* Prefer directed to neutral quotesPaul Eggert2015-08-241-18/+18
* Fix byte-compiler warnings about looking-back.Stefan Monnier2015-04-201-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Remove remaining mentions of VMS as a hostReuben Thomas2014-08-071-5/+0
* Link to info manual in `defgroup'.RĂ¼diger Sonderfeld2014-01-251-0/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/subr.el (define-error): New function.Stefan Monnier2013-08-091-0/+2
* * lisp/progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".Stefan Monnier2013-05-081-83/+63
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Fix uses of long-obsolete font-lock-reference face.Chong Yidong2012-09-241-2/+2
* Remove incorrect uses of "modeline".Chong Yidong2012-06-021-2/+2
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-33/+33
* Spelling fixes.Paul Eggert2012-03-281-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-111-3/+3
* Spelling fixes.Paul Eggert2011-11-261-2/+2
* Spelling fixes.Paul Eggert2011-11-221-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Fix typos.Juanma Barranquero2011-11-161-2/+2
* lisp/progmodes/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-221-6/+6
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Refill some copyright headers.Glenn Morris2011-01-151-2/+3
* Merge from emacs-23Stefan Monnier2011-01-141-3/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Derive from prog-mode, use derived-mode-p, and fix up variousStefan Monnier2010-12-101-54/+37
* | Replace still more end-of-line etc with line-end-position, etc.Glenn Morris2010-11-081-11/+3
* | Replace end-of-line, save-excursion etc with point-at-eol, point-at-bol.Glenn Morris2010-11-061-12/+4
* | * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords): Silence compiler.Glenn Morris2010-10-311-5/+5
* | New syntax-propertize functionality.Stefan Monnier2010-09-111-7/+18
* | Misc cleanups and simplifications.Stefan Monnier2010-09-081-325/+282
* | Replace Lisp calls to delete-backward-char by delete-char.Stefan Monnier2010-05-241-1/+1
|/
* Fix ada-mode handling of number literals.Chong Yidong2010-02-081-0/+5
* Tweak docstring and comment.Stephen Leake2010-01-231-3/+2
* Fix bug#5435.Stephen Leake2010-01-211-2/+3
* * ada-mode.el: Really fix bug#5400 (comment in 2010-01-17T19:15:32Z!lekktu@gm...Stephen Leake2010-01-191-48/+60
* * progmodes/ada-mode.el: Fix bug#1920, bug#5400.Stephen Leake2010-01-171-40/+79
* * progmodes/ada-mode.el: Override `narrow-to-defun' with `ada-narrow-to-defun'.Stephen Leake2010-01-141-0/+2
* * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.Stephen Leake2010-01-141-10/+13
* * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.Stephen Leake2010-01-141-10/+4
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-1/+1
* Use forward-line rather than goto-line.Glenn Morris2009-08-221-3/+6
* (compile-auto-highlight): Remove the variable (removed from compile.elSam Steingold2009-07-201-2/+0
* Replace last-command-char with last-command-event.Glenn Morris2009-01-091-3/+3
* * progmodes/ada-mode.el (ada-mode): Simplify doc string.Juanma Barranquero2009-01-041-45/+4