From 4b4103797f1fe89d62dfa042350fd31fcd0eb1f4 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Fri, 3 Apr 2015 14:24:38 -0400 Subject: [PATCH] Tag for 2.2.5 --- .gitignore | 3 +++ README.mediawiki | 2 +- mediawiki.el | 16 ++++++++++------ 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 9b4291b..4c0acdb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ # Packaging .cask + +# Backups +*~ diff --git a/README.mediawiki b/README.mediawiki index c0b2b6a..ca79ff1 100644 --- a/README.mediawiki +++ b/README.mediawiki @@ -26,7 +26,7 @@ Save a wiki buffer with a different name: C-x C-w Although there is a place to put your password when you customize this package, there is no need to store your password in plain text. -If mediawiki sees that the password is empty, then it will use [https://www.gnu.org/software/emacs/manual/html_mono/auth.html the auth-source library] to retrieve the password. +If mediawiki sees that the password is empty, then it will use [https://www.gnu.org/software/emacs/manual/html_mono/auth.html the auth-source library] to retrieve the password. This will allow you to use encryption to store your passwords. === TODO === diff --git a/mediawiki.el b/mediawiki.el index 3a61525..35cb407 100755 --- a/mediawiki.el +++ b/mediawiki.el @@ -6,13 +6,13 @@ ;; Chong Yidong for wikipedia.el, ;; Uwe Brauer for wikimedia.el ;; Author: Mark A. Hershberger -;; Version: 2.2.4.2 +;; Version: 2.2.5 ;; Created: Sep 17 2004 ;; Keywords: mediawiki wikipedia network wiki ;; URL: http://launchpad.net/mediawiki-el -;; Last Modified: <2013-02-23 14:41:05 mah> +;; Last Modified: <2015-04-03 14:08:15 mah> -(defconst mediawiki-version "2.2.4.2" +(defconst mediawiki-version "2.2.5" "Current version of mediawiki.el") ;; This file is NOT (yet) part of GNU Emacs. @@ -40,9 +40,9 @@ ;;; Installation -;; If you use ELPA (http://tromey.com/elpa), you can install via the -;; M-x package-list-packages interface. This is preferrable as you -;; will have access to updates automatically. +;; If you use ELPA, you can install via the M-x package-list-packages +;; interface. This is preferrable as you will have access to updates +;; automatically. ;; Otherwise, just make sure this file is in your load-path (usually ;; ~/.emacs.d is included) and put (require 'mediawiki.el) in your @@ -70,6 +70,10 @@ ;;; Changes +;; Since 2.2.4.2 +;; * Move to github +;; * Added Readme.mediawiki to with information about security. + ;; Since 2.2.4.1: ;; * Add the forgotten customizable mediawiki-debug.