emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r117324: Update idlwave url


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r117324: Update idlwave url
Date: Sun, 29 Jun 2014 02:17:34 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117324
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sat 2014-06-28 19:17:17 -0700
message:
  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.
modified:
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/idlwave.texi          
idlwave.texi-20091113204419-o5vbwnq5f7feedwu-6307
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/progmodes/idlw-complete-structtag.el 
idlwcompletestructta-20091113204419-o5vbwnq5f7feedwu-3825
  lisp/progmodes/idlw-help.el    
idlwhelp.el-20091113204419-o5vbwnq5f7feedwu-3302
  lisp/progmodes/idlw-shell.el   
idlwshell.el-20091113204419-o5vbwnq5f7feedwu-1739
  lisp/progmodes/idlw-toolbar.el 
idlwtoolbar.el-20091113204419-o5vbwnq5f7feedwu-1740
  lisp/progmodes/idlwave.el      idlwave.el-20091113204419-o5vbwnq5f7feedwu-1731
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2014-06-23 07:38:07 +0000
+++ b/doc/misc/ChangeLog        2014-06-29 02:17:17 +0000
@@ -1,3 +1,7 @@
+2014-06-29  Glenn Morris  <address@hidden>
+
+       * idlwave.texi (Introduction): Comment out dead http screenshot links.
+
 2014-06-23  Leo Liu  <address@hidden>
 
        * dired-x.texi (Omitting Files in Dired, Omitting Variables): Fix

=== modified file 'doc/misc/idlwave.texi'
--- a/doc/misc/idlwave.texi     2014-06-08 23:39:23 +0000
+++ b/doc/misc/idlwave.texi     2014-06-29 02:17:17 +0000
@@ -239,24 +239,27 @@
 And much, much more...
 @end itemize
 
address@hidden Dead links, 2014/06.
address@hidden
 @ifnottex
 @cindex Screenshots
 Here are a number of screenshots showing IDLWAVE in action:
 
 @itemize @bullet
 @item
address@hidden://idlwave.org/screenshots/emacs_21_nav.gif,An IDLWAVE buffer}
address@hidden
address@hidden://idlwave.org/screenshots/emacs_21_keys.gif,A keyword being 
completed}
address@hidden
address@hidden://idlwave.org/screenshots/emacs_21_help.gif,Online help text.}
address@hidden
address@hidden://idlwave.org/screenshots/emacs_21_ri.gif,Routine information 
displayed}
address@hidden
address@hidden://idlwave.org/screenshots/emacs_21_bp.gif,Debugging code
address@hidden://github.com/jdtsmith/idlwave/screenshots/emacs_21_nav.gif,An 
IDLWAVE buffer}
address@hidden
address@hidden://github.com/jdtsmith/idlwave/screenshots/emacs_21_keys.gif,A 
keyword being completed}
address@hidden
address@hidden://github.com/jdtsmith/idlwave/screenshots/emacs_21_help.gif,Online
 help text.}
address@hidden
address@hidden://github.com/jdtsmith/idlwave/screenshots/emacs_21_ri.gif,Routine
 information displayed}
address@hidden
address@hidden://github.com/jdtsmith/idlwave/screenshots/emacs_21_bp.gif,Debugging
 code
 stopped at a breakpoint}
 @end itemize
 @end ifnottex
address@hidden 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

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-06-27 15:15:30 +0000
+++ b/lisp/ChangeLog    2014-06-29 02:17:17 +0000
@@ -1,3 +1,8 @@
+2014-06-29  Glenn Morris  <address@hidden>
+
+       * progmodes/idlwave.el (idlwave): Update url-link for custom group.
+       (idlwave-mode): Doc URL update.
+
 2014-06-27  Stephen Berman  <address@hidden>
 
        * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to

=== modified file 'lisp/progmodes/idlw-complete-structtag.el'
--- a/lisp/progmodes/idlw-complete-structtag.el 2014-01-01 07:43:34 +0000
+++ b/lisp/progmodes/idlw-complete-structtag.el 2014-06-29 02:17:17 +0000
@@ -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

=== modified file 'lisp/progmodes/idlw-help.el'
--- a/lisp/progmodes/idlw-help.el       2014-01-01 07:43:34 +0000
+++ b/lisp/progmodes/idlw-help.el       2014-06-29 02:17:17 +0000
@@ -32,7 +32,7 @@
 ;; along with new versions of IDLWAVE, documentation, and more
 ;; information, at:
 ;;
-;;           http://idlwave.org
+;;           http://github.com/jdtsmith/idlwave
 ;;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 

=== modified file 'lisp/progmodes/idlw-shell.el'
--- a/lisp/progmodes/idlw-shell.el      2014-01-06 23:34:05 +0000
+++ b/lisp/progmodes/idlw-shell.el      2014-06-29 02:17:17 +0000
@@ -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 @@
    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

=== modified file 'lisp/progmodes/idlw-toolbar.el'
--- a/lisp/progmodes/idlw-toolbar.el    2014-01-01 07:43:34 +0000
+++ b/lisp/progmodes/idlw-toolbar.el    2014-06-29 02:17:17 +0000
@@ -29,7 +29,7 @@
 
 ;; New versions of IDLWAVE, documentation, and more information
 ;; available from:
-;;                 http://idlwave.org
+;;                 http://github.com/jdtsmith/idlwave
 
 
 ;;; Code:

=== modified file 'lisp/progmodes/idlwave.el'
--- a/lisp/progmodes/idlwave.el 2014-04-23 02:22:06 +0000
+++ b/lisp/progmodes/idlwave.el 2014-06-29 02:17:17 +0000
@@ -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 @@
    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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]