2 new commits in XEmacs:
https://bitbucket.org/xemacs/xemacs/commits/7613e3de80b4/
Changeset: 7613e3de80b4
User: stephen_at_xemacs
Date: 2013-06-21 17:28:39
Summary: Fix stupid omission of cast to string.
Affected #: 2 files
diff -r 00a421d2b2ba037982b0eb7b557225abc9b6c4ae -r
7613e3de80b42da8b64802fed0bfd77253ece366 lisp/ChangeLog
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2013-06-22 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * paragraphs.el (sentence-end-base):
+ Fix stupid omission of cast to string.
+
2013-06-21 Stephen J. Turnbull <stephen(a)xemacs.org>
Fix no-Mule build.
diff -r 00a421d2b2ba037982b0eb7b557225abc9b6c4ae -r
7613e3de80b42da8b64802fed0bfd77253ece366 lisp/paragraphs.el
--- a/lisp/paragraphs.el
+++ b/lisp/paragraphs.el
@@ -182,7 +182,7 @@
(defcustom sentence-end-base
(concat "[.?!][]\"'"
- (if (featurep 'mule) (unicode-to-char #x201D) "")
+ (if (featurep 'mule) (string (unicode-to-char #x201D)) "")
")}]*")
"Regexp matching the basic end of a sentence, not including following
space."
:group 'paragraphs
https://bitbucket.org/xemacs/xemacs/commits/2257ac0e8a47/
Changeset: 2257ac0e8a47
User: stephen_at_xemacs
Date: 2013-06-22 02:06:34
Summary: Merge.
Affected #: 8 files
diff -r 7613e3de80b42da8b64802fed0bfd77253ece366 -r
2257ac0e8a47e00711823b5f28bd3b8413236944 man/ChangeLog
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,23 @@
+2013-06-19 Jerry James <james(a)xemacs.org>
+
+ * beta.texi: Move "@end info" to its own line.
+ * lispref/edebug-inc.texi (Instrumenting Macro Calls): "@table
+ @bullet" is not supported by texinfo 5.x; use "@table @asis"
+ instead, since each table entry has a label already.
+ * lispref/packaging.texi (Makefile Targets): Use @section instead
+ of @subsection inside a @chapter.
+ * texinfo.tex: Update to new version that is known to work with
+ texinfo 5.x.
+ * texinfo/texinfo.texi (documentencoding): @itemx must always
+ follow an @item.
+ * widget.texi: Sync with the Emacs 24.3 version. Change all
+ @section to @chapter, and all @subsection to @section.
+ * xemacs-faq.texi (11.0: The XEmacs repositories): Add
+ @unnumberedsec entry to contain the @unnumberedsubsec for each
+ question.
+ (11.1: Working with CVS): Ditto.
+ (11.2: Working with Mercurial): Ditto.
+
2013-06-17 Jerry James <james(a)xemacs.org>
* internals/internals.texi (Numeric Types): New chapter describing
diff -r 7613e3de80b42da8b64802fed0bfd77253ece366 -r
2257ac0e8a47e00711823b5f28bd3b8413236944 man/beta.texi
--- a/man/beta.texi
+++ b/man/beta.texi
@@ -34,7 +34,8 @@
for more details.
You should have received a copy of the GNU General Public License
-along with XEmacs. If not, see <
http://www.gnu.org/licenses/>.@end ifinfo
+along with XEmacs. If not, see <
http://www.gnu.org/licenses/>.
+@end ifinfo
@c Combine indices.
@syncodeindex fn cp
diff -r 7613e3de80b42da8b64802fed0bfd77253ece366 -r
2257ac0e8a47e00711823b5f28bd3b8413236944 man/lispref/edebug-inc.texi
--- a/man/lispref/edebug-inc.texi
+++ b/man/lispref/edebug-inc.texi
@@ -1103,7 +1103,7 @@
Here is a table of the possibilities for @var{specification} and how each
directs processing of arguments.
-@table @bullet
+@table @asis
@item @code{t}
All arguments are instrumented for evaluation.
diff -r 7613e3de80b42da8b64802fed0bfd77253ece366 -r
2257ac0e8a47e00711823b5f28bd3b8413236944 man/lispref/packaging.texi
--- a/man/lispref/packaging.texi
+++ b/man/lispref/packaging.texi
@@ -600,7 +600,7 @@
Does most of the work. Builds the elcs, infos at a minimum.
@end table
-@subsection The targets that most people would be interested in would be:
+@section The targets that most people would be interested in would be:
@itemize @bullet
@item @code{all}
This diff is so big that we needed to truncate the remainder.
Repository URL:
https://bitbucket.org/xemacs/xemacs/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches