summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ada-mode.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):Juanma Barranquero2008-10-121-6/+8
* Typo fixes for Ada mode.Juanma Barranquero2008-07-291-5/+5
* Fix bug #272, and update Ada mode to version 4.0.Juanma Barranquero2008-07-281-88/+88
* * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.Stefan Monnier2008-05-231-9/+19
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Merge from emacs--rel--22Miles Bader2008-02-241-6/+3
|\
| * (ada-font-lock-syntactic-keywords):Stefan Monnier2008-02-171-6/+3
* | Merge from emacs--rel--22Miles Bader2008-01-221-2/+2
|\ \ | |/
| * Fix typos in comments.Juanma Barranquero2008-01-161-2/+2
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | (ada-set-syntax-table-properties): BindMartin Rudalics2008-01-101-1/+2
* | * progmodes/ada-xref.el (ada-prj-find-prj-file):Stefan Monnier2008-01-041-4/+3
* | (ada-region-selected): Use `use-region-p'.Richard M. Stallman2007-12-251-6/+4
* | (ada-save-exceptions-to-file): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-8/+8
|/
* (ada-create-keymap): Paren typo.Stefan Monnier2007-08-211-1/+1
* Fix up comment style in header.Stefan Monnier2007-08-211-127/+107
* (ada-create-syntax-table): MoveMartin Rudalics2007-08-181-53/+60
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (ada-which-compiler): Fix typo in docstring.Juanma Barranquero2006-11-261-31/+22
* (ada-make-body): Fix typo.Juanma Barranquero2006-11-191-1/+1
* (ada-mode-version): Bump version.Juanma Barranquero2006-11-141-7/+8
* (ada-83-string-keywords, ada-95-string-keywords, ada-2005-string-keywords):Juanma Barranquero2006-11-121-17/+18
* Replace conditional (require 'ispell) with defvar.Juanma Barranquero2006-11-121-154/+224
* Delete `eval-and-compile' around `require'.Juanma Barranquero2006-11-111-74/+95
* Change maintainer, apply whitespace-clean, checkdoc. Minor improvements to manyJuanma Barranquero2006-10-291-1421/+1421
* (ada-in-string-p): Doc fix.Juanma Barranquero2006-10-191-10/+10