[Pkg-jed-commit] r506 - jed/trunk/debian

Guenter Milde milde-guest at alioth.debian.org
Thu Jan 18 09:55:48 CET 2007


Author: milde-guest
Date: 2007-01-18 09:55:48 +0100 (Thu, 18 Jan 2007)
New Revision: 506

Modified:
   jed/trunk/debian/NEWS
   jed/trunk/debian/README.Debian
   jed/trunk/debian/changelog
Log:
Small documentation tweaks:

NEWS:         There is actually no need to recall the debconf question if
              you are already reading the NEWS.
changelog     I actually did not contribute but just point to the
              highlight-isearch-results.dpatch which is now also included
              upstream
README.Debian Typo fixes and clarification of the ~/.jed/lib activation



Modified: jed/trunk/debian/NEWS
===================================================================
--- jed/trunk/debian/NEWS	2007-01-17 19:24:17 UTC (rev 505)
+++ jed/trunk/debian/NEWS	2007-01-18 08:55:48 UTC (rev 506)
@@ -6,13 +6,15 @@
     00site.sl, 00debian.sl and 99defaults.sl as well as /etc/jed.conf are
     not removed after an upgrade to 0.99.15-1 or higher.
 
-    A debconf question has been added to the jed-common pacakge which asks
-    the user whether their modified files should be kept in
-    /etc/jed-init.d/.  However, the script that was responsible for
-    deleting the files was defective and there may be cases where the
-    files are still in the system but shouldn't be.  If it is necessary,
-    the debconf question can be revisited by running "dpkg-reconfigure
-    jed-common".
+    A debconf question has been added to the jed-common pacakge to inform
+    the user if modified files are kept in /etc/jed-init.d/. However, the
+    script that was responsible for deleting the files was defective and
+    there may be cases where the files are still in the system but shouldn't
+    be. (The debconf question can be revisited by running "dpkg-reconfigure
+    jed-common".)
+    
+    The directory /etc/jed-init.d/ is no longer needed and should be removed
+    after transfering eventual customizations to /etc/jed.d/. 
 
  -- Rafael Laboissiere <rafael at debian.org>  Fri, 12 Jan 2007 14:11:18 +0100
 

Modified: jed/trunk/debian/README.Debian
===================================================================
--- jed/trunk/debian/README.Debian	2007-01-17 19:24:17 UTC (rev 505)
+++ jed/trunk/debian/README.Debian	2007-01-18 08:55:48 UTC (rev 506)
@@ -3,10 +3,10 @@
 ============================================================================
 
 Jed is a highly customizable editor for programmers by John E. Davis. It's
-small, fast and mighty and extensible in the C-like S-Lang language.
+small, fast and mighty and extensible in the C-like "S-Lang" language.
 Find out more about Jed on its homepage http://www.jedsoft.org/jed/ .
 
-Jed for debian comes in four packages
+Jed for Debian comes in four packages
 
   jed          console version of Jed
   xjed         stand-alone X application
@@ -42,15 +42,20 @@
 with the file hierarchy standard (FHS 2.3). However, Jed will not create
 such a directory. Users are encouraged to create the directory ".jed/" in
 their home directory. It will become the `Jed_Home_Directory'
-where personal jed-related files are assumed to be found, e.g.
+for personal jed-related files, e.g.
 
   jed.rc       user startup configuration (move the jed.rc from the
                examples/ here and modify to your needs)
+               
   .jedrecent   last opened files (autogenerated by recent.sl)
+  
   lib/         personal extension scripts (home-made or downloaded)
-               Add to the jed library path in jed.rc with
+               also for "personalized versions" of standard scripts
+               
+               To use this library dir, you need to add it to the 
+               jed library path in jed.rc with e.g.::
 
-                set_jed_library_path(path_concat(Jed_Home_Directory, "lib")
+                 set_jed_library_path(path_concat(Jed_Home_Directory, "lib")
                                      + "," + get_jed_library_path()
 
   templates/   optional dir for templates (with jed-extra)
@@ -144,4 +149,4 @@
 .. Copyright (c) 2006 the Debian JED Group
    Released under the terms of the GNU General Public License (ver. 2 or later)
 
-   Last update 2006-06-12 Guenter Milde
+   Last update 2007-01-18 Guenter Milde

Modified: jed/trunk/debian/changelog
===================================================================
--- jed/trunk/debian/changelog	2007-01-17 19:24:17 UTC (rev 505)
+++ jed/trunk/debian/changelog	2007-01-18 08:55:48 UTC (rev 506)
@@ -19,8 +19,8 @@
     describe bindings in Emacs emulation (closes: #292421) [RL]
 
   * debian/patches/highlight-isearch-results.dpatch: When using
-    incremental search, highlight the text found after each find. Patch
-    contributed by Günther Milde (closes: #387061) [RL]
+    incremental search, highlight the text found after each find. 
+    This is included upstream for jed >= 0.99.19-24 (closes: #387061) [RL]
 
  --
 




More information about the Pkg-jed-commit mailing list