aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Hilbrich <torsten.hilbrich@gmx.net>2019-11-11 05:40:08 +0100
committerTorsten Hilbrich <torsten.hilbrich@gmx.net>2019-11-11 05:46:57 +0100
commitc9cad101100975e88873636bfd426b7a19304ebd (patch)
tree4a61b75ca77ce89fb3dffae45c635a5b4ff46666
parent2cf07e7caebb39eead04a87fb27706b6fd9d5259 (diff)
Create version 1.11
-rw-r--r--Makefile2
-rw-r--r--connection.el2
-rw-r--r--deb/changelog16
-rw-r--r--dictionary.el4
-rw-r--r--link.el2
5 files changed, 21 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index d84003f..b61a867 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# -*- Makefile -*-
EMACS=emacs
-VERSION=1.10
+VERSION=1.11
PACKAGE=dictionary
TYPE=comm
XEMACS-PACKAGE=$(PACKAGE)-$(VERSION)-pkg.tar.gz
diff --git a/connection.el b/connection.el
index 85eac27..42790f4 100644
--- a/connection.el
+++ b/connection.el
@@ -2,7 +2,7 @@
;; Author: Torsten Hilbrich <torsten.hilbrich@gmx.net>
;; Keywords: network
-;; Version: 1.10
+;; Version: 1.11
;; 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 3fde5e1..f61f35b 100644
--- a/deb/changelog
+++ b/deb/changelog
@@ -1,3 +1,19 @@
+dictionary (1.11-1) unstable; urgency=medium
+
+ * Fixing some warnings about placement of definitions.
+ * Add support for customizing faces.
+ * Name the buffer "*Dictionary*", avoiding the space.
+ * Place some meta data directly into the package.
+ * Add some package support.
+ * Fix type for dictionary-server, allowing the nil value.
+ * Declare variable dictionary-server.
+ * Prefer mapc over mapcar if result is not needed.
+ * Avoid interactive-only function togle-read-only.
+ * Avoid deprecated function proccess-kill-without-query.
+ * Prefer with-current-buffer over of a combination of save-excursion and set-buffer.
+
+ -- Torsten Hilbrich <torsten.hilbrich@gmx.net> Mon, 11 Nov 2019 05:34:01 +0100
+
dictionary (1.10-1) unstable; urgency=low
* Add some fixes sent by Reuben Thomas
diff --git a/dictionary.el b/dictionary.el
index de0c908..f9f2cc4 100644
--- a/dictionary.el
+++ b/dictionary.el
@@ -2,8 +2,8 @@
;; Author: Torsten Hilbrich <torsten.hilbrich@gmx.net>
;; Keywords: interface, dictionary
-;; Version: 1.10
-;; Package-Requires: ((connection "1.10") (link "1.10"))
+;; Version: 1.11
+;; Package-Requires: ((connection "1.11") (link "1.11"))
;; 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/link.el b/link.el
index 7827323..30eadb1 100644
--- a/link.el
+++ b/link.el
@@ -2,7 +2,7 @@
;; Author: Torsten Hilbrich <torsten.hilbrich@gmx.net>
;; Keywords: interface, hypermedia
-;; Version: 1.10
+;; Version: 1.11
;; 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