1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Change release version from 21.4 to 22.1 throughout.

Change development version from 21.3.50 to 22.0.50.
This commit is contained in:
Kim F. Storm 2005-02-09 15:50:47 +00:00
parent 1de0ae85b3
commit bf247b6ed0
148 changed files with 799 additions and 792 deletions

View file

@ -34,13 +34,13 @@
(defcustom gnus-x-face-directory (expand-file-name "x-faces" gnus-directory)
"*Directory where X-Face PBM files are stored."
:version "21.4"
:version "22.1"
:group 'gnus-fun
:type 'directory)
(defcustom gnus-convert-pbm-to-x-face-command "pbmtoxbm %s | compface"
"Command for converting a PBM to an X-Face."
:version "21.4"
:version "22.1"
:group 'gnus-fun
:type 'string)
@ -48,7 +48,7 @@
"Command for converting an image to an X-Face.
By default it takes a GIF filename and output the X-Face header data
on stdout."
:version "21.4"
:version "22.1"
:group 'gnus-fun
:type 'string)
@ -56,7 +56,7 @@ on stdout."
"Command for converting an image to an Face.
By default it takes a JPEG filename and output the Face header data
on stdout."
:version "21.4"
:version "22.1"
:group 'gnus-fun
:type 'string)