summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ada-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Delete built-in ada-mode; Gnu ELPA is a good replacementStephen Leake2019-08-201-5493/+0
* Merge from origin/emacs-26Glenn Morris2019-07-061-0/+1
|\
| * * lisp/svg.el, lisp/progmodes/ada-mode.el: Fix bug#36360.Stefan Monnier2019-07-061-0/+1
* | Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-061-3/+3
* | Update author/maintainer infoPaul Eggert2019-05-261-1/+1
* | Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+1
* | Fix more regular expression typosPaul Eggert2019-03-181-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * lisp/progmodes/ada-mode.el (comment-region): Avoid defadviceStefan Monnier2018-09-141-10/+12
|/
* * lisp/progmodes/ada-mode.el (ada-clean-buffer-before-saving): Doc fix.Glenn Morris2018-03-131-1/+1
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix all unescaped character literalsPhilipp Stephani2017-05-071-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* 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