Skip to content

Commit

Permalink
Tag for 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hexmode committed Apr 3, 2015
1 parent 88af719 commit 4b41037
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

# Packaging
.cask

# Backups
*~
2 changes: 1 addition & 1 deletion README.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -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 ===
Expand Down
16 changes: 10 additions & 6 deletions mediawiki.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
;; Chong Yidong <cyd at stupidchicken com> for wikipedia.el,
;; Uwe Brauer <oub at mat.ucm.es> for wikimedia.el
;; Author: Mark A. Hershberger <[email protected]>
;; 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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 4b41037

Please sign in to comment.