Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
44dff075
Commit
44dff075
authored
Feb 04, 2000
by
Carsten Dominik
Browse files
Version number and date updated
parent
ca660d22
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
3 deletions
+48
-3
lisp/ChangeLog
lisp/ChangeLog
+45
-0
lisp/progmodes/idlw-rinfo.el
lisp/progmodes/idlw-rinfo.el
+3
-3
No files found.
lisp/ChangeLog
View file @
44dff075
2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
* textmodes/reftex.el (reftex-compile-variables): regexp-quote the
environment names before they go into the section regexp.
* textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
char class in regexp.
* textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
`case-fold-search' to nil.
* progmodes/idlwave.el (idlwave-template): Respect
`idlwave-abbrev-change-case'.
(idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
idlwave-while): respect `idlwave-reserved-word-upcase'.
(idlwave-rw-case): New function.
(idlwave-statement-match): Fixed problem with assignment regexp.
(idlwave-font-lock-keywords): Improved regexp for keyword
parameters.
(idlwave-surround): New argument LENGTH to support padding of
operators longer than 1 char.
* progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
idlwave-shell-expression-overlay. Implemented printing of
expressions on higher levels of the calling stack.
(idlwave-shell-display-level-in-calling-stack): Restore stack
level.
(idlwave-retrieve-expression-from-level): New function.
(idlwave-shell-last-calling-stack): Variable removed.
(idlwave-shell-reset): Argument action reversed (`visible' to
`hidden'). Also remove stop-line overlay.
(idlwave-shell-calling-stack-routine): New variable.
(idlwave-shell-parse-stack-and-display): Messages now display
negative level numbers.
(idlwave-shell-mode): Set `modeline-format'.
(idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
(idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
21.
(idlwave-shell-print-expression-function): New option.
* progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
idlwave-toolbar-remove-everywhere): Keybindings prefix is now
`tool-bar' instead of `toolbar'.
2000-02-02 Dave Love <fx@gnu.org>
* emacs-lisp/cl.el: Use bytecomp-load-hook, not
...
...
lisp/progmodes/idlw-rinfo.el
View file @
44dff075
;;; idlw-rinfo.el --- Routine Information for IDLWAVE
;; Copyright (c) 1999 Carsten Dominik
;; Copyright (c) 1999 Free Software Foundation
;; Copyright (c) 1999
, 2000
Free Software Foundation
;; Author: Carsten Dominik <dominik@strw.leidenuniv.nl>
;; Version: 3.1
2
;; Version: 3.1
5
;; Keywords: languages
;; This file is part of GNU Emacs.
...
...
@@ -29,7 +29,7 @@
;; and procedures. This information is extracted automatically from
;; the IDL documentation.
;;
;; Created by get_rinfo on
Wed
Jan
5 13:17:23
2000
;; Created by get_rinfo on
Mon
Jan
17 14:28:10
2000
;; IDL version: 5.3
;; Number of files scanned: 5
;; 903 syntax entries in file refguide.txt.bz2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment