From 8c1f10db4fcec820afc234f1630878f14f4d9d91 Mon Sep 17 00:00:00 2001 From: Steve Youngs Date: Fri, 6 May 2016 18:30:51 +1000 Subject: [PATCH] SXEmacs v22.1.16 is released! What can I say, I got tired of waiting and just, well, released. * info/sxemacs/sxemacs.texi (Top): Update version. * info/sppm.texi: Update versioning macros. * autogen.sh (EXPECTED_TREE_VERSION): 22.1.16 (sxemacs_codename): "Hillman Hunter" * etc/NEWS: Add the news for v22.1.16 Signed-off-by: Steve Youngs --- autogen.sh | 4 +-- etc/NEWS | 68 +++++++++++++++++++++++++++++++++++++++ info/sppm.texi | 6 ++-- info/sxemacs/sxemacs.texi | 2 +- 4 files changed, 74 insertions(+), 6 deletions(-) diff --git a/autogen.sh b/autogen.sh index 1b64347..8ce3ad1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -53,7 +53,7 @@ olddir=$(pwd) srcdir=$(dirname $0) cd "$srcdir" -EXPECTED_TREE_VERSION="22.1.15" +EXPECTED_TREE_VERSION="22.1.16" emacs_is_beta=t if test -n "$GIT" -a -n "$($GIT symbolic-ref HEAD 2>/dev/null)"; then @@ -84,7 +84,7 @@ emacs_major_version="$(echo $TREE_VERSION|cut -d. -f1)" emacs_minor_version="$(echo $TREE_VERSION|cut -d. -f2)" emacs_beta_version="$(echo $TREE_VERSION|cut -d. -f3)" emacs_full_version="$emacs_major_version.$emacs_minor_version.$emacs_beta_version" -sxemacs_codename="Goggomobil" +sxemacs_codename="Hillman Hunter" sxemacs_git_version="$GIT_VERSION" if test "$emacs_full_version" != "$EXPECTED_TREE_VERSION"; then diff --git a/etc/NEWS b/etc/NEWS index 6e166d9..0a9461e 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -20,6 +20,74 @@ in each release should look at the appropriate section of this file. +* Changes in SXEmacs 22.1.16 (Hillman Hunter) +============================================= + +** Developer Stats + + Nelson Ferreira -- 124 commits + + Steve Youngs -- 62 commits + Horst G. Burkhardt III -- 6 commits + Evgeny Zajcev -- 3 commits + Ruediger Meier -- 3 commits + Sebastian Freundt -- 1 commit + +** Bugs closed in this release: + +132, 141, 152, 155, 156, 158, 160, 161, 162, 163, 165, 169, 170, 171, +172, 173, 174, 176, 181 + +** Multimedia fixes/updates -- Ferreira, Youngs. + +SoX and FFmpeg support was brought back and mostly fixed. PulseAudio +has been brought back, and support for "media roles" was added. + +** Build chain fixes/updates -- Meier, Ferreira, Burkhardt, Youngs + +A lot of work went into stamping out compiler warnings and errors to +give us a much cleaner/safer build. + +** FFI updates -- Zajcev, Youngs. + +** Don't reset the cursor upon exit on a TTY -- Youngs. + +** Contrib updates/fixes/additions -- Ferreira, Youngs. + +** Make docs compatible with Texinfo 5.x -- Youngs. + +** Support Unix user/group lookups -- Ferreira. + +** XDG compliance -- Youngs. + +SXEmacs now looks for user files in locations that are much more +inline with modern standards and conventions. + +`user-init-directory' is now ${XDG_CONFIG_HOME}/sxemacs or +~/.config/sxemacs if $XDG_CONFIG_HOME is not set. + +User packages will now be searched for in ${XDG_DATA_HOME}/sxemacs +(~/.local/share/sxemacs). + +The old legacy directory `~/.sxemacs' is still supported, and in fact +will still be used if the XDG directories don't exist and it (the +legacy dir) does. A user can also force use of the legacy directory +if they so choose. + +** Add wildcard support to #'find-file et al. -- Youngs. + +** Fix coding cookies -- Youngs. + +** "In-tree builds" are no longer supported. -- Youngs. + +If you want to build SXEmacs, do the right thing and build OUTSIDE of +the source tree. + +** TTY related fixes/updates -- Ferreira. + +** Various minor updates/tweaks/fixes -- Burkhardt, Ferreira, Youngs. + + * Changes in SXEmacs 22.1.15 (Goggomobil) ========================================= diff --git a/info/sppm.texi b/info/sppm.texi index b9db31d..9d2f81c 100644 --- a/info/sppm.texi +++ b/info/sppm.texi @@ -16,7 +16,7 @@ Steve @end macro @macro syc -Copyright @copyright{} 2004 - 2015 @sy{} +Copyright @copyright{} 2004 - 2016 @sy{} @end macro @macro sye @@ -24,11 +24,11 @@ Copyright @copyright{} 2004 - 2015 @sy{} @end macro @macro cver -22.1.15 +22.1.16 @end macro @macro nver -22.1.16 +22.1.17 @end macro diff --git a/info/sxemacs/sxemacs.texi b/info/sxemacs/sxemacs.texi index ea09553..238924e 100644 --- a/info/sxemacs/sxemacs.texi +++ b/info/sxemacs/sxemacs.texi @@ -97,7 +97,7 @@ the author instead of in the original English. SXEmacs is the extensible, customizable, self-documenting real-time display editor. This Info file describes how to edit with Emacs and some of how to customize it, but not how to extend it. It -corresponds to: v22.1.15 +corresponds to: v22.1.16 Although, it hasn't had a complete rewrite for quite some time. -- 2.25.1