# HG changeset patch # User John W. Eaton # Date 1477620160 14400 # Node ID 9a0265ead11cc6de76ab87dc99bb05cc6e01f49d # Parent ce0f54b63923bbd95931f005939a8b6a398a99f5# Parent 96817eafc7997e19a1f89873c05098e08fea1c02 maint: Merge away extra head on default branch. diff -r ce0f54b63923 -r 9a0265ead11c configure.ac --- a/configure.ac Thu Oct 27 17:57:59 2016 -0700 +++ b/configure.ac Thu Oct 27 22:02:40 2016 -0400 @@ -19,21 +19,21 @@ ### . AC_PREREQ([2.63]) -AC_INIT([GNU Octave], [4.2.0-rc2], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [4.2.0-rc3], [http://octave.org/bugs.html], [octave]) dnl Note that the version number is duplicated here and in AC_INIT dnl because AC_INIT requires it to be static, not computed from dnl shell variables. OCTAVE_MAJOR_VERSION=4 OCTAVE_MINOR_VERSION=2 -OCTAVE_PATCH_VERSION=0-rc2 +OCTAVE_PATCH_VERSION=0-rc3 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION" OCTAVE_COPYRIGHT="Copyright (C) 2016 John W. Eaton and others." -OCTAVE_RELEASE_DATE="2016-09-20" +OCTAVE_RELEASE_DATE="2016-10-27" ## The "API version" is used as a way of checking that interfaces in the ## liboctave and libinterp libraries haven't changed in a backwardly diff -r ce0f54b63923 -r 9a0265ead11c libgui/qterminal/libqterminal/win32/QWinTerminalImpl.cpp --- a/libgui/qterminal/libqterminal/win32/QWinTerminalImpl.cpp Thu Oct 27 17:57:59 2016 -0700 +++ b/libgui/qterminal/libqterminal/win32/QWinTerminalImpl.cpp Thu Oct 27 22:02:40 2016 -0400 @@ -383,6 +383,9 @@ l->addWidget (m_horizontalScrollBar, 1, 0); l->addWidget (m_verticalScrollBar, 0, 1); + SetConsoleCP (65001); + SetConsoleOutputCP (65001); + // Choose 15 (0xF) as index into the Windows console color map for the // background and 0 (0x0) as the index for the foreground. This // selection corresponds to the indices used in the foregroundColor,