From 1dc8056d649e26117dd769b6dc36af5fcebe635c Mon Sep 17 00:00:00 2001 From: Torsten Hilbrich Date: Sat, 12 Oct 2002 12:04:00 +0200 Subject: Imported version 1.8.4 from tarball install-pkg was missing in the last tarball --- ChangeLog | 72 ------------------------------- Makefile | 2 +- connection.el | 2 +- deb/changelog | 6 +++ deb/changelog~ | 122 ----------------------------------------------------- deb/files | 1 - dictionary-init.el | 2 +- dictionary.el | 2 +- install-package.el | 7 +++ link.el | 2 +- 10 files changed, 18 insertions(+), 200 deletions(-) delete mode 100644 ChangeLog delete mode 100644 deb/changelog~ delete mode 100644 deb/files create mode 100644 install-package.el diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index bc88166..0000000 --- a/ChangeLog +++ /dev/null @@ -1,72 +0,0 @@ -2002-04-30 Steve Youngs - - * Makefile (VERSION): XEmacs package 1.10 released. - -2002-04-29 Torsten Hilbrich - - * dictionary.el (dictinary-display-tooltip): added support for - binding tooltip function to any mouse event (wished by Samir - Saidani) - - * dictionary.el (dictionary-do-search): no longer output matching - words when using tooltips (found by Samir Saidani) - - * debian/control: added build-depends line - -2002-04-24 youngs - - * Makefile, ChangeLog: Increment Makefile $VERSION - -2002-04-24 Steve Youngs - - * Makefile (VERSION): XEmacs package 1.09 released. - -2002-03-20 Torsten Hilbrich - - * dictionary.el (dictionary-do-search): if the word is not found, - lookup similiar words using the match function - BTW: I had to resolve a conflict here - -2002-03-25 Steve Youngs - - * Makefile (VERSION): 1.08 released. - -2002-03-15 Torsten Hilbrich - - * dictionary.el (dictionary-do-matching): - removed quotes around dictionary name and match strategy - - * dictionary.el (dictionary-do-search): - removed quotes around dictionary name - - * dictionary.el (dictionary-display-more-info): - removed quotes around dictionary name - - This problem (occurring with jdictd) was reported by E C Vijil - -2002-01-29 Torsten Hilbrich - - * dictionary.el (dictionary-default-popup-strategy): added this - variable and changed dictionary-popup-matching-words to use - this as matching strategy (suggested by Renaud Pons) - -2001-12-21 Torsten Hilbrich - - * link.el (link-initialize-keymap): fixed keybinding bug (reported - by David A. Panariti) - -2001-12-15 Torsten Hilbrich - - * Fixed bug for non-mule Emacsen (dictionary-coding-system - was incorrectly written) - -2001-12-09 Torsten Hilbrich - - * Added HTTP-proxy support (using the HTTP CONNECT) - * Added support for dictionaries with encodings other - than utf-8 - -2001-09-08 Steve Youngs - - * Initial XEmacs Package version. - diff --git a/Makefile b/Makefile index 6005920..c16bf84 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# -*- Makefile -*- $Id: Makefile.upstream,v 1.5 2002/05/17 17:48:04 torsten Exp $ +# -*- Makefile -*- $Id: Makefile,v 1.8 2002/10/12 09:54:09 torsten Exp $ EMACS=emacs diff --git a/connection.el b/connection.el index d21d1af..42b7bbb 100644 --- a/connection.el +++ b/connection.el @@ -2,7 +2,7 @@ ;; Author: Torsten Hilbrich ;; Keywords: network -;; $Id: connection.el,v 1.9 2001/11/24 12:18:26 torsten Exp $ +;; $Id: connection.el,v 1.9 2002/10/12 09:30:32 torsten Exp $ ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/deb/changelog b/deb/changelog index 767c8e5..ea25edd 100644 --- a/deb/changelog +++ b/deb/changelog @@ -1,3 +1,9 @@ +dictionary (1.8.4-1) unstable; urgency=low + + * install-pkg was missing in the last tarball + + -- Torsten Hilbrich Sat, 12 Oct 2002 11:58:32 +0200 + dictionary (1.8.3-1) unstable; urgency=low * Fixed multiple defined function in dictionary.el diff --git a/deb/changelog~ b/deb/changelog~ deleted file mode 100644 index 425d785..0000000 --- a/deb/changelog~ +++ /dev/null @@ -1,122 +0,0 @@ -dictionary (1.8-2) unstable; urgency=low - - * fixed Makefile - - -- Torsten Hilbrich Fri, 14 Jun 2002 19:31:53 +0200 - -dictionary (1.8-1) unstable; urgency=low - - * added search for similiar words when the searched word is not found. - - -- Torsten Hilbrich Wed, 20 Mar 2002 21:27:54 +0100 - -dictionary (1.7.4-1) unstable; urgency=low - - * dictionary.el (dictionary-do-matching): removed quotes around - dictionary name and match strategy - - * dictionary.el (dictionary-do-search): removed quotes around dictionary - name - - * dictionary.el (dictionary-display-more-info): removed quotes around - dictionary name - - This problem (occurring with jdictd) was reported by E C Vijil - - -- Torsten Hilbrich Fri, 15 Mar 2002 21:19:23 +0100 - -dictionary (1.7.3-1) unstable; urgency=low - - * dictionary.el (dictionary-default-popup-strategy): added this - variable and changed dictionary-popup-matching-words to use - this as matching strategy (suggested by Renaud Pons) - - -- Torsten Hilbrich Tue, 29 Jan 2002 10:27:49 +0100 - -dictionary (1.7.2-1) unstable; urgency=low - - * link.el (link-initialize-keymap): fixed keybinding bug (reported by - David A. Panariti) - - -- Torsten Hilbrich Fri, 21 Dec 2001 18:50:20 +0100 - -dictionary (1.7.1-1) unstable; urgency=low - - * Fixed bug in dictionary-coding-system, the detection of non-mule - Emacsen was not correct - - -- Torsten Hilbrich Sat, 15 Dec 2001 14:29:29 +0100 - -dictionary (1.7-1) unstable; urgency=low - - * Added first support for dictionaries with different encodings than - utf-8. - - -- Torsten Hilbrich Sun, 9 Dec 2001 14:21:57 +0100 - -dictionary (1.6-1) unstable; urgency=low - - * added HTTP proxy support using the CONNECT request type - - -- Torsten Hilbrich Tue, 4 Dec 2001 20:22:03 +0100 - -dictionary (1.5.3-1) unstable; urgency=low - - * changed name of "select dictionary" button - * "select dictionary" and "select matching strategie" now has a better - feedback (by returning to the previous state) - * added support for non-colored display, the links are surrounded by - braces - - -- Torsten Hilbrich Sun, 14 Oct 2001 16:08:12 +0200 - -dictionary (1.5.2-1) unstable; urgency=low - - * popup menu now correctly records the selected window - - -- Torsten Hilbrich Sun, 2 Sep 2001 10:40:59 +0200 - -dictionary (1.5.1-1) unstable; urgency=low - - * corrected bug with dictionary-previous (found by Rui Zhu) - * corrected key bindings in link.el - - -- Torsten Hilbrich Tue, 17 Jul 2001 20:47:58 +0200 - -dictionary (1.5-1) unstable; urgency=low - - * added tooltip support for emacs - - -- Torsten Hilbrich Sun, 8 Jul 2001 21:01:12 +0200 - -dictionary (1.4.1-1) unstable; urgency=low - - * changed recognition of utf-8 support (suggested by Enrico Scholz) - - -- Torsten Hilbrich Fri, 6 Jul 2001 23:08:48 +0200 - -dictionary (1.4-1) unstable; urgency=low - - * support for popup menus - - -- Torsten Hilbrich Fri, 6 Jul 2001 19:54:54 +0200 - -dictionary (1.3.3-1) unstable; urgency=low - - * added support for xemacs 21 packages (no changes for debian) - - -- Torsten Hilbrich Wed, 27 Jun 2001 17:56:44 +0200 - -dictionary (1.3.2-1) unstable; urgency=low - - * removed use of set-text-properties in link.el - - -- Torsten Hilbrich Fri, 22 Jun 2001 21:39:47 +0200 - -dictionary (1.3.1-1) unstable; urgency=low - - * Initial release. - - -- Torsten Hilbrich Sun, 13 May 2001 09:55:20 +0200 - - diff --git a/deb/files b/deb/files deleted file mode 100644 index e5456d4..0000000 --- a/deb/files +++ /dev/null @@ -1 +0,0 @@ -dictionary_1.7.4-1_all.deb unofficial optional diff --git a/dictionary-init.el b/dictionary-init.el index 792f12b..1801281 100644 --- a/dictionary-init.el +++ b/dictionary-init.el @@ -1,4 +1,4 @@ -;; $Id: dictionary-init.el,v 1.1 2001/10/14 14:46:16 torsten Exp $ +;; $Id: dictionary-init.el,v 1.6 2002/10/12 09:35:58 torsten Exp $ ;; This file contains the autoload definitions that are used by the ;; debian package and can also be used in a standalone installation ;; The XEmacs package has some other means to create the autoload diff --git a/dictionary.el b/dictionary.el index 7a0b580..1e580f9 100644 --- a/dictionary.el +++ b/dictionary.el @@ -2,7 +2,7 @@ ;; Author: Torsten Hilbrich ;; Keywords: interface, dictionary - ;; $Id: dictionary.el,v 1.38 2002/04/29 18:38:03 torsten Exp $ + ;; $Id: dictionary.el,v 1.34 2002/10/12 09:53:32 torsten Exp $ ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/install-package.el b/install-package.el new file mode 100644 index 0000000..5b0474e --- /dev/null +++ b/install-package.el @@ -0,0 +1,7 @@ +(defun install-package () + (interactive) + (let ((filename (apply 'concat command-line-args-left))) + (message (concat "Installing package " filename)) + (package-admin-add-binary-package filename) + (set-buffer "*Package Output*") + (message (buffer-substring (point-min) (point-max))))) diff --git a/link.el b/link.el index 003c894..580dba2 100644 --- a/link.el +++ b/link.el @@ -2,7 +2,7 @@ ;; Author: Torsten Hilbrich ;; Keywords: interface, hypermedia -;; $Id: link.el,v 1.11 2001/12/21 17:55:49 torsten Exp $ +;; $Id: link.el,v 1.10 2002/10/12 09:40:09 torsten Exp $ ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -- cgit v1.2.3