summaryrefslogtreecommitdiff
path: root/lisp/progmodes/delphi.el
Commit message (Collapse)AuthorAgeFilesLines
* (delphi-tab): Indent region when Transient Mark mode is enabled andSimon South2009-09-111-8/+18
| | | | | region is active; otherwise indent or insert TAB as usual. (delphi-mode): Update description of TAB-key binding.
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* New maintainer.Chong Yidong2008-09-011-6/+34
| | | | | | | (delphi-interface-types): New var. (delphi-composite-types): Use it. (delphi-enclosing-indent-of): Distinguish between "interface" keyword as a unit separator and used like a class declaration.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-13/+12
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | * calculator.el:Dan Nicolaescu2007-12-251-23/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dframe.el: * iswitchb.el: * whitespace.el: * winner.el: * emacs-lisp/checkdoc.el: * mail/feedmail.el: * net/quickurl.el: * obsolete/fast-lock.el: * play/5x5.el: * progmodes/delphi.el: * progmodes/idlw-shell.el: * progmodes/idlwave.el: * textmodes/artist.el: * textmodes/ispell.el: * textmodes/texinfmt.el: * textmodes/texinfo.el: Remove obsolete definitions of backward compatibility macros for defcustom, defgroup, defface, when, unless, with-current-buffer and with-temp-message.
* | (delphi-newline): Use forward-line.Thien-Thi Nguyen2007-10-181-1/+1
| |
* | (delphi-search-directory, delphi-find-unit-file, delphi-debug-mode-map,Juanma Barranquero2007-09-261-52/+52
|/ | | | delphi-mode-map, delphi-mode): Use `mapc' rather than `mapcar'.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (delphi-fill-comment): Use save-restriction.Eli Zaretskii2006-07-221-1/+2
|
* Update copyright for 2006.Nick Roberts2006-02-101-1/+1
|
* (delphi-other-face): Add tag "None" to const nil.Juri Linkov2005-12-301-1/+1
|
* (delphi-other-face): Allow nil in type.Richard M. Stallman2005-12-251-1/+1
|
* Comment change.Richard M. Stallman2005-09-091-0/+1
|
* Update copyright for release of 22.1 for progmodes directory.Nick Roberts2005-08-011-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-1/+1
|
* (delphi): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-7/+7
| | | | | (delphi-indent-line, delphi-fill-comment, delphi-new-comment-line): "?\ " -> "?\s".
* (delphi-newline-always-indents): Fix spellings in docstrings.Juanma Barranquero2005-06-101-2/+2
|
* * progmodes/ada-mode.el (ada-mode):Lute Kamstra2005-05-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * progmodes/antlr-mode.el (antlr-mode): * progmodes/autoconf.el (autoconf-mode): * progmodes/dcl-mode.el (dcl-mode): * progmodes/delphi.el (delphi-mode): * progmodes/ebrowse.el (ebrowse-tree-mode) (ebrowse-electric-list-mode, ebrowse-member-mode) (ebrowse-electric-position-mode): * progmodes/f90.el (f90-mode): * progmodes/fortran.el (fortran-mode): * progmodes/icon.el (icon-mode): * progmodes/idlw-help.el (idlwave-help-mode): * progmodes/idlw-shell.el (idlwave-shell-mode): * progmodes/idlwave.el (idlwave-mode): * progmodes/inf-lisp.el (inferior-lisp-mode): * progmodes/m4-mode.el (m4-mode): * progmodes/meta-mode.el (metafont-mode, metapost-mode): * progmodes/modula2.el (modula-2-mode): * progmodes/octave-inf.el (inferior-octave-mode): * progmodes/octave-mod.el (octave-mode): * progmodes/pascal.el (pascal-mode): * progmodes/sh-script.el (sh-mode): * progmodes/sql.el (sql-mode, sql-interactive-mode): * progmodes/vhdl-mode.el (vhdl-mode): * progmodes/xscheme.el (scheme-interaction-mode): Use run-mode-hooks.
* Replace `set-window-dot' by `set-window-point'.Juanma Barranquero2005-05-181-1/+1
|
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196Miles Bader2004-04-101-6/+0
| | | | | | | | | | | | | | | | | | | Remove RCS keywords 2004-04-10 Miles Bader <miles@gnu.org> RCS keyword removal (only non-comment changes are enumerated here): * lisp/emacs-lisp/bytecomp.el (byte-compile-version): Variable removed. (byte-compile-insert-header): Don't use `byte-compile-version'. * lisp/url/url-vars.el (url-version): Use the constant string "Emacs" instead of calculating something from the RCS `State' keyword [the latter is almost entirely useless anyway]. * lisp/forms.el (forms-version): Variable removed. (forms-mode): Don't use `forms-version'. * lisp/recentf.el (recentf-version): Variable removed. * lisp/progmodes/delphi.el (delphi-version): Variable removed. * lisp/progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
* Add arch taglinesMiles Bader2003-09-011-1/+2
|
* (large-file-warning-threshold): Add type, groups.John Paul Wallington2003-05-311-2/+2
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-27/+27
|
* Comment change (delete change log).Richard M. Stallman2001-12-041-28/+1
|
* (delphi-mode): Don't use make-local-hook.Stefan Monnier2001-12-021-2/+5
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-2/+8
|
* (delphi-comment-face, delphi-string-face)Dave Love2001-01-261-5/+8
| | | | (delphi-keyword-face, delphi-other-face): Fix :type.
* Make resourcestring a declaration region, like const and var.Ray Blaak2000-02-091-2/+5
|
* (delphi): Add :version to defgroup.Dave Love2000-02-011-0/+4
|
* checked in with -k by blaak at 1999/08/18 05:08:39Ray Blaak1999-08-181-19/+48
|
* checked in with -k by blaak at 1999/08/03 06:17:58Ray Blaak1999-08-031-49/+66
|
* Initial revisionKarl Heuer1999-07-261-0/+1975