diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 45 |
1 files changed, 36 insertions, 9 deletions
@@ -45,7 +45,8 @@ implemented some hacks to work with the very very old custom.el file in the above GNU Emacs. Please update to the current version whenever possible. XEmacs 21 and Emacs 20 as well as Emacs 21 have been tested too. - * Current version (1.3) of this package + * Current version (1.3.1) of this package + * Previous version (1.3) of this package * Version 1.2.1 of this package * Version 1.1 of this package * Version 1.0 of this package @@ -63,16 +64,16 @@ Unpacking the archive The package is distributed as tar.gz file. You unpack it using: -gunzip dictionary-1.3.tar.gz | tar xf - +gunzip dictionary-1.3.1.tar.gz | tar xf - or -tar -xzf dictionary-1.3.tar.gz +tar -xzf dictionary-1.3.1.tar.gz (with the version number subject to change) depending on whether you are using GNU tar which support the z flag for compression. After unpacking the -archive a directory dictionary-1.3 has been created containing the necessary -files. +archive a directory dictionary-1.3.1 has been created containing the +necessary files. Byte compiling @@ -89,6 +90,25 @@ To install the files into your GNU Emacs/XEmacs installation please copy the installations /usr/lib/emacs/site-lisp or /usr/local/lib/emacs/site-lisp are suitable locations. +Debian + +If you are using a current Debian distribution (one that support the emacsen +package system) you can use the supplied debian support. + +gunzip dictionary-1.3.1.tar.gz | tar xf - +cd dictionary-1.3.1 +dpkg-buildpackage -us -uc -rfakeroot + +This will create a package named dictionary-1.3.1-1_i386.deb or similiar in +the parent directory of dictionary-1.3.1. You can now install this package +as root, it will automatically byte-compile itself for all installed emacs +versions and provide a startup-file which autoloads this package. In the +configuration example given below you can omit the autoload lines. + +If you no longer want to use this package, you can remove it using: + +dpkg -r dictionary + Loading the package You have to insert some instructions into your .emacs file to load the @@ -290,9 +310,9 @@ starting from C-c a to C-c z. Thanks -I want to thank Sam Steingold, Baoqiu Cui, Bruce Ravel, Pavel Janík, and -Sergei Pokrovsky for their valuable suggestions (including patches) for -improving this package. +I want to thank Sam Steingold, Baoqiu Cui, Bruce Ravel, Pavel Janík, Sergei +Pokrovsky, and Jeff Mincy for their valuable suggestions (including patches) +for improving this package. License @@ -311,6 +331,13 @@ along with this package; see the file GPL. ChangeLogs +Version 1.3 - 1.3.1 + + * small fix in dictionary function to check for availability of the utf-8 + encoding to prevent problems in certain xemacs versions (reported by + Jeff Mincy) + * added debian support (use dpkg-buildpackage to build a package) + Version 1.2.1 - 1.3 * Implemented an automatic detection for line ends CR/LF and LF. The @@ -360,4 +387,4 @@ Version 1.0 - 1.1 ------------------------------------------------------------------------ Torsten Hilbrich -Last modified: Thu Apr 26 19:50:39 CEST 2001 +Last modified: Sun May 13 10:29:09 CEST 2001 |