Update idlwave url
* doc/misc/idlwave.texi (Introduction): Comment out dead http screenshot links. * lisp/progmodes/idlwave.el (idlwave): Update url-link for custom group. (idlwave-mode): Doc URL update.
This commit is contained in:
parent
b084415e27
commit
64de2916ca
8 changed files with 29 additions and 16 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-06-29 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* idlwave.texi (Introduction): Comment out dead http screenshot links.
|
||||
|
||||
2014-06-23 Leo Liu <sdl.web@gmail.com>
|
||||
|
||||
* dired-x.texi (Omitting Files in Dired, Omitting Variables): Fix
|
||||
|
|
|
@ -239,24 +239,27 @@ Examining variables and expressions with a mouse click.
|
|||
And much, much more...
|
||||
@end itemize
|
||||
|
||||
@c Dead links, 2014/06.
|
||||
@ignore
|
||||
@ifnottex
|
||||
@cindex Screenshots
|
||||
Here are a number of screenshots showing IDLWAVE in action:
|
||||
|
||||
@itemize @bullet
|
||||
@item
|
||||
@uref{http://idlwave.org/screenshots/emacs_21_nav.gif,An IDLWAVE buffer}
|
||||
@uref{http://github.com/jdtsmith/idlwave/screenshots/emacs_21_nav.gif,An IDLWAVE buffer}
|
||||
@item
|
||||
@uref{http://idlwave.org/screenshots/emacs_21_keys.gif,A keyword being completed}
|
||||
@uref{http://github.com/jdtsmith/idlwave/screenshots/emacs_21_keys.gif,A keyword being completed}
|
||||
@item
|
||||
@uref{http://idlwave.org/screenshots/emacs_21_help.gif,Online help text.}
|
||||
@uref{http://github.com/jdtsmith/idlwave/screenshots/emacs_21_help.gif,Online help text.}
|
||||
@item
|
||||
@uref{http://idlwave.org/screenshots/emacs_21_ri.gif,Routine information displayed}
|
||||
@uref{http://github.com/jdtsmith/idlwave/screenshots/emacs_21_ri.gif,Routine information displayed}
|
||||
@item
|
||||
@uref{http://idlwave.org/screenshots/emacs_21_bp.gif,Debugging code
|
||||
@uref{http://github.com/jdtsmith/idlwave/screenshots/emacs_21_bp.gif,Debugging code
|
||||
stopped at a breakpoint}
|
||||
@end itemize
|
||||
@end ifnottex
|
||||
@end ignore
|
||||
|
||||
IDLWAVE is the distant successor to the @file{idl.el} and
|
||||
@file{idl-shell.el} files written by Chris Chase. The modes and files
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2014-06-29 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* progmodes/idlwave.el (idlwave): Update url-link for custom group.
|
||||
(idlwave-mode): Doc URL update.
|
||||
|
||||
2014-06-27 Stephen Berman <stephen.berman@gmx.net>
|
||||
|
||||
* calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
|
||||
|
|
|
@ -49,14 +49,14 @@
|
|||
;;
|
||||
;; New versions of IDLWAVE, documentation, and more information available
|
||||
;; from:
|
||||
;; http://idlwave.org
|
||||
;; http://github.com/jdtsmith/idlwave
|
||||
;;
|
||||
;; INSTALLATION
|
||||
;; ============
|
||||
;; Put this file on the emacs load path and load it with the following
|
||||
;; line in your init file:
|
||||
;;
|
||||
;; (add-hook 'idlwave-load-hook
|
||||
;; (add-hook 'idlwave-load-hook
|
||||
;; (lambda () (require 'idlw-complete-structtag)))
|
||||
;;
|
||||
;; DESCRIPTION
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
;; along with new versions of IDLWAVE, documentation, and more
|
||||
;; information, at:
|
||||
;;
|
||||
;; http://idlwave.org
|
||||
;; http://github.com/jdtsmith/idlwave
|
||||
;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
;;
|
||||
;; New versions of IDLWAVE, documentation, and more information
|
||||
;; available from:
|
||||
;; http://idlwave.org
|
||||
;; http://github.com/jdtsmith/idlwave
|
||||
;;
|
||||
;; INSTALLATION:
|
||||
;; =============
|
||||
|
@ -58,7 +58,7 @@
|
|||
;; The newest version of this file can be found on the maintainers
|
||||
;; web site.
|
||||
;;
|
||||
;; http://idlwave.org
|
||||
;; http://github.com/jdtsmith/idlwave
|
||||
;;
|
||||
;; DOCUMENTATION
|
||||
;; =============
|
||||
|
@ -922,7 +922,7 @@ IDL has currently stepped.")
|
|||
Info documentation for this package is available. Use \\[idlwave-info]
|
||||
to display (complain to your sysadmin if that does not work).
|
||||
For PostScript and HTML versions of the documentation, check IDLWAVE's
|
||||
homepage at URL `http://idlwave.org'.
|
||||
homepage at URL `http://github.com/jdtsmith/idlwave'.
|
||||
IDLWAVE has customize support - see the group `idlwave'.
|
||||
|
||||
8. Keybindings
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
;; New versions of IDLWAVE, documentation, and more information
|
||||
;; available from:
|
||||
;; http://idlwave.org
|
||||
;; http://github.com/jdtsmith/idlwave
|
||||
|
||||
|
||||
;;; Code:
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
;;
|
||||
;; New versions of IDLWAVE, documentation, and more information
|
||||
;; available from:
|
||||
;; http://idlwave.org
|
||||
;; http://github.com/jdtsmith/idlwave
|
||||
;;
|
||||
;; INSTALLATION
|
||||
;; ============
|
||||
|
@ -64,7 +64,7 @@
|
|||
;; The newest version of this file is available from the maintainer's
|
||||
;; Webpage:
|
||||
;;
|
||||
;; http://idlwave.org
|
||||
;; http://github.com/jdtsmith/idlwave
|
||||
;;
|
||||
;; DOCUMENTATION
|
||||
;; =============
|
||||
|
@ -179,7 +179,7 @@
|
|||
"Major mode for editing IDL .pro files."
|
||||
:tag "IDLWAVE"
|
||||
:link '(url-link :tag "Home Page"
|
||||
"http://idlwave.org")
|
||||
"http://github.com/jdtsmith/idlwave")
|
||||
:link '(emacs-commentary-link :tag "Commentary in idlw-shell.el"
|
||||
"idlw-shell.el")
|
||||
:link '(emacs-commentary-link :tag "Commentary in idlwave.el" "idlwave.el")
|
||||
|
@ -1878,7 +1878,8 @@ The main features of this mode are
|
|||
Info documentation for this package is available. Use
|
||||
\\[idlwave-info] to display (complain to your sysadmin if that does
|
||||
not work). For Postscript, PDF, and HTML versions of the
|
||||
documentation, check IDLWAVE's homepage at URL `http://idlwave.org'.
|
||||
documentation, check IDLWAVE's homepage at URL
|
||||
`http://github.com/jdtsmith/idlwave'.
|
||||
IDLWAVE has customize support - see the group `idlwave'.
|
||||
|
||||
10.Keybindings
|
||||
|
|
Loading…
Add table
Reference in a new issue