diff options
| author | Glenn Morris | 2014-06-28 19:17:17 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-06-28 19:17:17 -0700 |
| commit | 64de2916ca9a68bed19ea24115231b7c457760ec (patch) | |
| tree | 6fa86906036917664b1e537fb92501e337a616fc /doc | |
| parent | b084415e278d54c6f9ee8406b1af8adc2364576c (diff) | |
| download | emacs-64de2916ca9a68bed19ea24115231b7c457760ec.tar.gz emacs-64de2916ca9a68bed19ea24115231b7c457760ec.zip | |
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.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/idlwave.texi | 13 |
2 files changed, 12 insertions, 5 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 9237a748a0d..d26d3a85b03 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-06-29 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * idlwave.texi (Introduction): Comment out dead http screenshot links. | ||
| 4 | |||
| 1 | 2014-06-23 Leo Liu <sdl.web@gmail.com> | 5 | 2014-06-23 Leo Liu <sdl.web@gmail.com> |
| 2 | 6 | ||
| 3 | * dired-x.texi (Omitting Files in Dired, Omitting Variables): Fix | 7 | * dired-x.texi (Omitting Files in Dired, Omitting Variables): Fix |
diff --git a/doc/misc/idlwave.texi b/doc/misc/idlwave.texi index 40c98a358cf..b1ed47ed7b7 100644 --- a/doc/misc/idlwave.texi +++ b/doc/misc/idlwave.texi | |||
| @@ -239,24 +239,27 @@ Examining variables and expressions with a mouse click. | |||
| 239 | And much, much more... | 239 | And much, much more... |
| 240 | @end itemize | 240 | @end itemize |
| 241 | 241 | ||
| 242 | @c Dead links, 2014/06. | ||
| 243 | @ignore | ||
| 242 | @ifnottex | 244 | @ifnottex |
| 243 | @cindex Screenshots | 245 | @cindex Screenshots |
| 244 | Here are a number of screenshots showing IDLWAVE in action: | 246 | Here are a number of screenshots showing IDLWAVE in action: |
| 245 | 247 | ||
| 246 | @itemize @bullet | 248 | @itemize @bullet |
| 247 | @item | 249 | @item |
| 248 | @uref{http://idlwave.org/screenshots/emacs_21_nav.gif,An IDLWAVE buffer} | 250 | @uref{http://github.com/jdtsmith/idlwave/screenshots/emacs_21_nav.gif,An IDLWAVE buffer} |
| 249 | @item | 251 | @item |
| 250 | @uref{http://idlwave.org/screenshots/emacs_21_keys.gif,A keyword being completed} | 252 | @uref{http://github.com/jdtsmith/idlwave/screenshots/emacs_21_keys.gif,A keyword being completed} |
| 251 | @item | 253 | @item |
| 252 | @uref{http://idlwave.org/screenshots/emacs_21_help.gif,Online help text.} | 254 | @uref{http://github.com/jdtsmith/idlwave/screenshots/emacs_21_help.gif,Online help text.} |
| 253 | @item | 255 | @item |
| 254 | @uref{http://idlwave.org/screenshots/emacs_21_ri.gif,Routine information displayed} | 256 | @uref{http://github.com/jdtsmith/idlwave/screenshots/emacs_21_ri.gif,Routine information displayed} |
| 255 | @item | 257 | @item |
| 256 | @uref{http://idlwave.org/screenshots/emacs_21_bp.gif,Debugging code | 258 | @uref{http://github.com/jdtsmith/idlwave/screenshots/emacs_21_bp.gif,Debugging code |
| 257 | stopped at a breakpoint} | 259 | stopped at a breakpoint} |
| 258 | @end itemize | 260 | @end itemize |
| 259 | @end ifnottex | 261 | @end ifnottex |
| 262 | @end ignore | ||
| 260 | 263 | ||
| 261 | IDLWAVE is the distant successor to the @file{idl.el} and | 264 | IDLWAVE is the distant successor to the @file{idl.el} and |
| 262 | @file{idl-shell.el} files written by Chris Chase. The modes and files | 265 | @file{idl-shell.el} files written by Chris Chase. The modes and files |