aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/simula.el
Commit message (Collapse)AuthorAgeFilesLines
* * startup.el (normal-splash-screen): Ensure splash buffer isJohn Paul Wallington2002-08-241-4/+4
| | | | | | | | | | | | | killed. Use tabs in output. Fix test whether previous buffer was *scratch* buffer. * progmodes/simula.el (simula-abbrev-keyword-default) (simula-abbrev-keyword, simula-abbrev-stdproc-default) (simula-abbrev-stdproc): Doc fix - escape open parens in column 0. * apropos.el (command-apropos): Use `defalias' instead of `fset'. * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
* Doc fix for commented out function.Pavel Janík2001-12-201-1/+1
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+1
|
* (simula): Provide `simula', not `simula-mode'.Karl Heuer1999-08-101-1/+1
|
* (simula-match-string-or-comment): store-match-data => set-match-data.Richard M. Stallman1998-03-141-1/+1
|
* Customized.Stephen Eglen1998-02-221-22/+52
|
* Changed font-lock-reference-face to font-lock-constant-face.Simon Marshall1998-02-201-3/+3
|
* (simula-emacs-features): Treat Emacs 20 like Emacs 19.Richard M. Stallman1997-09-071-1/+1
|
* Use simpler fn.Simon Marshall1996-11-161-2/+2
|
* Add Font Lock support. Add mode command autoload cookie.Simon Marshall1996-10-231-49/+160
|
* (save-match-data): Definition deleted.Richard M. Stallman1996-09-021-11/+0
|
* (simula-submit-bug-report): Use emacs-version.Richard M. Stallman1996-04-211-12/+2
| | | | (simula-version): Function and variable deleted.
* (simula-tab-always-indent, simula-indent-level)Richard M. Stallman1996-04-211-100/+492
| | | | | | | | | | | | | | | | | | | | | | | | | (simula-substatement-offset, simula-continued-statement-offset) (simula-label-offset, simula-if-indent, simula-inspect-indent) (simula-electric-indent, simula-abbrev-keyword, simula-abbrev-stdproc): Added default constants. (simula-emacs-features): new constant to hold information on which flavor if emacs is running (from cc-mode.el). (simula-mode-menu): Menu definition for Lucid Emacs (simula-mode-map): Bound new command simula-indent-exp to C-M-q and added lots of commands to [menu-bar]. (simula-popup-menu): New function for Lucid menus. (simula-keep-region-active): New function for Lucid menus. (simula-indent-exp): New command that indents a whole expression. (simula-indent-line): New strategies for finding the right amount to indent. (simula-skip-comment-backward): Added optional parameter stop-at-end to stop at the first END statement. (simula-expand-stdproc): Added abbrev expansion to verbatim copy of abbrev table, same for function simula-expand-keyword. (simula-search-backward): Added Doc string, and lots of error checking. (simula-search-forward): Added Doc string, and lots of error checking. Added hilit19 config code. (simula-version): New variable and function to report value. (simula-submit-bug-report): New function to submit bug report.
* (simula-electric-keyword): Pass proper format string to message.Karl Heuer1996-01-251-3/+2
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (simula-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-1/+1
|
* Doc fix.Richard M. Stallman1994-05-221-2/+2
|
* Fix version in comment.Richard M. Stallman1993-09-061-1/+1
|
* Doc fixes.Richard M. Stallman1993-09-061-52/+52
| | | | (simula-mode-syntax-table): Copy the syntax table.
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-13/+13
|
* Added or corrected Commentary headersEric S. Raymond1993-03-221-1/+5
|
* (simula-electric-label): Handle any event when flushing the display.Richard M. Stallman1993-03-061-1/+1
|
* JimB's changes since January 18thJim Blandy1993-01-261-1/+1
|
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-2/+2
| | | | | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * simula.el (simula-electric-label): Same. * simula.el (simula-calculate-indent): Call backward-word with the appropriate argument.
* entered into RCSEric S. Raymond1992-07-221-2/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-5/+11
|
* Initial revisionEric S. Raymond1992-07-161-0/+1281