aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-06-28 19:17:17 -0700
committerGlenn Morris2014-06-28 19:17:17 -0700
commit64de2916ca9a68bed19ea24115231b7c457760ec (patch)
tree6fa86906036917664b1e537fb92501e337a616fc
parentb084415e278d54c6f9ee8406b1af8adc2364576c (diff)
downloademacs-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.
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/idlwave.texi13
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/progmodes/idlw-complete-structtag.el4
-rw-r--r--lisp/progmodes/idlw-help.el2
-rw-r--r--lisp/progmodes/idlw-shell.el6
-rw-r--r--lisp/progmodes/idlw-toolbar.el2
-rw-r--r--lisp/progmodes/idlwave.el9
8 files changed, 29 insertions, 16 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 @@
12014-06-29 Glenn Morris <rgm@gnu.org>
2
3 * idlwave.texi (Introduction): Comment out dead http screenshot links.
4
12014-06-23 Leo Liu <sdl.web@gmail.com> 52014-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.
239And much, much more... 239And 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
244Here are a number of screenshots showing IDLWAVE in action: 246Here 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
257stopped at a breakpoint} 259stopped at a breakpoint}
258@end itemize 260@end itemize
259@end ifnottex 261@end ifnottex
262@end ignore
260 263
261IDLWAVE is the distant successor to the @file{idl.el} and 264IDLWAVE 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
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d393ae4de51..90cb951681c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12014-06-29 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/idlwave.el (idlwave): Update url-link for custom group.
4 (idlwave-mode): Doc URL update.
5
12014-06-27 Stephen Berman <stephen.berman@gmx.net> 62014-06-27 Stephen Berman <stephen.berman@gmx.net>
2 7
3 * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to 8 * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
diff --git a/lisp/progmodes/idlw-complete-structtag.el b/lisp/progmodes/idlw-complete-structtag.el
index 39951730ab3..6cb04a03b7e 100644
--- a/lisp/progmodes/idlw-complete-structtag.el
+++ b/lisp/progmodes/idlw-complete-structtag.el
@@ -49,14 +49,14 @@
49;; 49;;
50;; New versions of IDLWAVE, documentation, and more information available 50;; New versions of IDLWAVE, documentation, and more information available
51;; from: 51;; from:
52;; http://idlwave.org 52;; http://github.com/jdtsmith/idlwave
53;; 53;;
54;; INSTALLATION 54;; INSTALLATION
55;; ============ 55;; ============
56;; Put this file on the emacs load path and load it with the following 56;; Put this file on the emacs load path and load it with the following
57;; line in your init file: 57;; line in your init file:
58;; 58;;
59;; (add-hook 'idlwave-load-hook 59;; (add-hook 'idlwave-load-hook
60;; (lambda () (require 'idlw-complete-structtag))) 60;; (lambda () (require 'idlw-complete-structtag)))
61;; 61;;
62;; DESCRIPTION 62;; DESCRIPTION
diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el
index e8a950c1fae..cd17600182f 100644
--- a/lisp/progmodes/idlw-help.el
+++ b/lisp/progmodes/idlw-help.el
@@ -32,7 +32,7 @@
32;; along with new versions of IDLWAVE, documentation, and more 32;; along with new versions of IDLWAVE, documentation, and more
33;; information, at: 33;; information, at:
34;; 34;;
35;; http://idlwave.org 35;; http://github.com/jdtsmith/idlwave
36;; 36;;
37;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 37;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
38 38
diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el
index e7bf3792e5f..5d43edc2fc8 100644
--- a/lisp/progmodes/idlw-shell.el
+++ b/lisp/progmodes/idlw-shell.el
@@ -40,7 +40,7 @@
40;; 40;;
41;; New versions of IDLWAVE, documentation, and more information 41;; New versions of IDLWAVE, documentation, and more information
42;; available from: 42;; available from:
43;; http://idlwave.org 43;; http://github.com/jdtsmith/idlwave
44;; 44;;
45;; INSTALLATION: 45;; INSTALLATION:
46;; ============= 46;; =============
@@ -58,7 +58,7 @@
58;; The newest version of this file can be found on the maintainers 58;; The newest version of this file can be found on the maintainers
59;; web site. 59;; web site.
60;; 60;;
61;; http://idlwave.org 61;; http://github.com/jdtsmith/idlwave
62;; 62;;
63;; DOCUMENTATION 63;; DOCUMENTATION
64;; ============= 64;; =============
@@ -922,7 +922,7 @@ IDL has currently stepped.")
922 Info documentation for this package is available. Use \\[idlwave-info] 922 Info documentation for this package is available. Use \\[idlwave-info]
923 to display (complain to your sysadmin if that does not work). 923 to display (complain to your sysadmin if that does not work).
924 For PostScript and HTML versions of the documentation, check IDLWAVE's 924 For PostScript and HTML versions of the documentation, check IDLWAVE's
925 homepage at URL `http://idlwave.org'. 925 homepage at URL `http://github.com/jdtsmith/idlwave'.
926 IDLWAVE has customize support - see the group `idlwave'. 926 IDLWAVE has customize support - see the group `idlwave'.
927 927
9288. Keybindings 9288. Keybindings
diff --git a/lisp/progmodes/idlw-toolbar.el b/lisp/progmodes/idlw-toolbar.el
index 7844890c22a..45672be7d97 100644
--- a/lisp/progmodes/idlw-toolbar.el
+++ b/lisp/progmodes/idlw-toolbar.el
@@ -29,7 +29,7 @@
29 29
30;; New versions of IDLWAVE, documentation, and more information 30;; New versions of IDLWAVE, documentation, and more information
31;; available from: 31;; available from:
32;; http://idlwave.org 32;; http://github.com/jdtsmith/idlwave
33 33
34 34
35;;; Code: 35;;; Code:
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el
index 86a16036e10..e66c9655df1 100644
--- a/lisp/progmodes/idlwave.el
+++ b/lisp/progmodes/idlwave.el
@@ -44,7 +44,7 @@
44;; 44;;
45;; New versions of IDLWAVE, documentation, and more information 45;; New versions of IDLWAVE, documentation, and more information
46;; available from: 46;; available from:
47;; http://idlwave.org 47;; http://github.com/jdtsmith/idlwave
48;; 48;;
49;; INSTALLATION 49;; INSTALLATION
50;; ============ 50;; ============
@@ -64,7 +64,7 @@
64;; The newest version of this file is available from the maintainer's 64;; The newest version of this file is available from the maintainer's
65;; Webpage: 65;; Webpage:
66;; 66;;
67;; http://idlwave.org 67;; http://github.com/jdtsmith/idlwave
68;; 68;;
69;; DOCUMENTATION 69;; DOCUMENTATION
70;; ============= 70;; =============
@@ -179,7 +179,7 @@
179 "Major mode for editing IDL .pro files." 179 "Major mode for editing IDL .pro files."
180 :tag "IDLWAVE" 180 :tag "IDLWAVE"
181 :link '(url-link :tag "Home Page" 181 :link '(url-link :tag "Home Page"
182 "http://idlwave.org") 182 "http://github.com/jdtsmith/idlwave")
183 :link '(emacs-commentary-link :tag "Commentary in idlw-shell.el" 183 :link '(emacs-commentary-link :tag "Commentary in idlw-shell.el"
184 "idlw-shell.el") 184 "idlw-shell.el")
185 :link '(emacs-commentary-link :tag "Commentary in idlwave.el" "idlwave.el") 185 :link '(emacs-commentary-link :tag "Commentary in idlwave.el" "idlwave.el")
@@ -1878,7 +1878,8 @@ The main features of this mode are
1878 Info documentation for this package is available. Use 1878 Info documentation for this package is available. Use
1879 \\[idlwave-info] to display (complain to your sysadmin if that does 1879 \\[idlwave-info] to display (complain to your sysadmin if that does
1880 not work). For Postscript, PDF, and HTML versions of the 1880 not work). For Postscript, PDF, and HTML versions of the
1881 documentation, check IDLWAVE's homepage at URL `http://idlwave.org'. 1881 documentation, check IDLWAVE's homepage at URL
1882 `http://github.com/jdtsmith/idlwave'.
1882 IDLWAVE has customize support - see the group `idlwave'. 1883 IDLWAVE has customize support - see the group `idlwave'.
1883 1884
188410.Keybindings 188510.Keybindings