summaryrefslogtreecommitdiff
path: root/lisp/progmodes/prolog.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* (compilation-error-regexp-alist, compilation-forget-errors): Declare.Glenn Morris2009-08-221-0/+4
|
* (inferior-prolog-error-regexp-alist): New var.Stefan Monnier2009-08-191-0/+13
| | | | | (inferior-prolog-mode): Use it. (inferior-prolog-load-file): Reset list of errors.
* Replace last-command-char with last-command-event.Glenn Morris2009-01-091-3/+3
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* 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
| |
* | Remove directory part from filenames in function declarations.Glenn Morris2007-12-061-4/+4
| |
* | * progmodes/idlw-help.el: Require browse-url unconditionally, itDan Nicolaescu2007-11-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is available by default. (idlwave-help-browse-url-available): Change default to t. * emulation/edt.el (defgroup, defcustom): Remove definition. (eval-when-compile): Remove. (c-mark-function): * textmodes/reftex-dcr.el (bibtex-beginning-of-entry): * textmodes/fill.el (comment-search-forward) (comment-string-strip): * progmodes/prolog.el (comint-mode, comint-send-string) (comint-send-region, comint-send-eof): * progmodes/dcl-mode.el (imenu-default-create-index-function): * emulation/viper-util.el (viper-forward-Word): * emulation/vi.el (c-mark-function): * emulation/edt-vt100.el (vt100-wide-mode): * emacs-lisp/timer.el (diary-entry-time): Declare as functions. * url-mailto.el (mail-send-and-exit): * url-http.el (url-dav-file-attributes): * url-file.el (ange-ftp-set-passwd, ange-ftp-copy-file-internal): Declare as functions. * url-privacy.el (url-device-type): Define unconditionally.
* | * progmodes/prolog.el: Undo previous change.Dan Nicolaescu2007-10-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler. * progmodes/dcl-mode.el: * play/yow.el: * calendar/todo-mode.el: * calendar/cal-hebrew.el: * vc-hg.el: Undo previous change. * vms-patch.el: Likewise. (print-region-function): Pacify byte-compiler.
* | * textmodes/two-column.el (2C-split, 2C-merge):Dan Nicolaescu2007-10-191-7/+7
|/ | | | | | | | | | | | | | | | | | * textmodes/bib-mode.el (bib-find-key, mark-bib): * progmodes/idlw-shell.el (idlwave-shell-move-or-history): * progmodes/etags.el (find-tag-in-order, etags-tags-apropos) * progmodes/ada-xref.el (ada-get-all-references): * obsolete/mlsupport.el (ml-next-line, ml-previous-line): * emulation/vi.el (vi-previous-line-first-nonwhite) (vi-effective-range, vi-put-before): * emulation/edt.el (edt-next-line, edt-previous-line) (edt-paragraph-forward): Use forward-line. * progmodes/etags.el (tags-apropos): Require apropos at compile time too. * progmodes/prolog.el: Require comint when compiling. (inferior-prolog-flavor): Move defvar before use.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (inferior-prolog-flavor): New var left out of previous commit.Stefan Monnier2006-09-071-1/+40
| | | | | | | | (inferior-prolog-guess-flavor): New fun left out of previous commit. (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't burp in dedicated windows. (inferior-prolog-self-insert-command): New command. (inferior-prolog-mode-map): Use it.
* Remove * in docstrings.Stefan Monnier2006-09-061-30/+95
| | | | | | | | | | | | | (prolog-program-name): Add SWI prolog. (prolog-mode-menu): New menu. (prolog-mode): Set comment-add. (prolog-indent-line): Simplify. Use indent-line-to. (inferior-prolog-buffer): New var. (inferior-prolog-run, inferior-prolog-process): New funs. (run-prolog, switch-to-prolog): Rewrite, using them. (prolog-consult-region): Use inferior-prolog-buffer. (inferior-prolog-load-file): New function. (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
* Update copyright for 2006.Nick Roberts2006-02-101-1/+1
|
* Add :link (custom-group-link font-lock-faces) to defgroup.Juri Linkov2005-11-171-0/+1
|
* (comint-prompt-regexp): Add defvar.Juanma Barranquero2005-08-301-0/+3
|
* Update copyright for release of 22.1 for progmodes directory.Nick Roberts2005-08-011-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (prolog-eof-string): Doc fixes.Juanma Barranquero2005-07-041-3/+3
| | | | (prolog-indent-level): Fix typo in docstring.
* (prolog): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-1/+1
|
* Replace `send-string' by `process-send-string'; replace `send-region' by ↵Juanma Barranquero2005-05-181-7/+7
| | | | `process-send-region'.
* (prolog-mode-variables): Fix imenu-generic-expression.Juri Linkov2004-12-011-1/+1
|
* (prolog-program-name): Use gprolog if available.Stefan Monnier2004-02-081-55/+33
| | | | | | | | | | | | | | | | | | (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map): Bring together declaration and initialization. (prolog-mode-variables): Don't set the syntax table. Don't set paragraph-start and comment-indent-function. Add /*..*/ to the comment regexps. (prolog-mode-commands): Remove. Do it during init of prolog-mode-map. (prolog-mode-map): Don't bind TAB. (prolog-mode): Set the syntax table. (prolog-comment-indent): Remove. (inferior-prolog-mode-map): Initialize in the declaration. (inferior-prolog-mode-syntax-table) (inferior-prolog-mode-abbrev-table): New vars. (inferior-prolog-mode): Derive from comint-mode. (run-prolog): Avoid switch-to-buffer which can fail in dedicated and minibuffer windows.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (prolog-mode-syntax-table): Add flags to ?/ and ?* entriesThien-Thi Nguyen2002-06-011-4/+18
| | | | | | to support /* */ style comments. (prolog-font-lock-keywords): New var. (prolog-mode): Enable font-locking; set `font-lock-defaults'.
* (prolog-mode-variables):Karl Heuer1997-12-041-0/+2
| | | | Set imenu-generic-expression.
* Add provide call.Richard M. Stallman1997-06-221-0/+2
|
* Comment change.Richard M. Stallman1997-05-271-1/+1
|
* Add defgroup's; use defcustom for user vars.Richard M. Stallman1997-04-121-12/+28
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (prolog-mode-variables): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-1/+1
|
* (prolog-mode-syntax-table): Make newline end comments.Richard M. Stallman1994-07-121-0/+1
|
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+6
|
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-2/+2
|
* entered into RCSEric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-2/+6
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+4
|
* *** empty log message ***Jim Blandy1991-05-091-0/+2
|
* *** empty log message ***Richard M. Stallman1991-04-121-12/+11
|
* Initial revisionroot1989-12-111-0/+257