Bump Emacs version to 26.0.50
* README: * configure.ac: * etc/NEWS: * etc/refcards/ru-refcard.tex: * msdos/sed2v2.inp: * src/msdos.c: Increment Emacs version to 26.0.50. * etc/NEWS.25: New file, copied from etc/NEWS with post-25.1 stuff moved to etc/NEWS.
This commit is contained in:
parent
bb2ef5c6f7
commit
787b525f36
7 changed files with 1791 additions and 1744 deletions
2
README
2
README
|
@ -2,7 +2,7 @@ Copyright (C) 2001-2016 Free Software Foundation, Inc.
|
|||
See the end of the file for license conditions.
|
||||
|
||||
|
||||
This directory tree holds version 25.2.50 of GNU Emacs, the extensible,
|
||||
This directory tree holds version 26.0.50 of GNU Emacs, the extensible,
|
||||
customizable, self-documenting real-time display editor.
|
||||
|
||||
The file INSTALL in this directory says how to build and install GNU
|
||||
|
|
|
@ -23,7 +23,7 @@ dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
AC_PREREQ(2.65)
|
||||
dnl Note this is parsed by (at least) make-dist and lisp/cedet/ede/emacs.el.
|
||||
AC_INIT(GNU Emacs, 25.2.50, bug-gnu-emacs@gnu.org)
|
||||
AC_INIT(GNU Emacs, 26.0.50, bug-gnu-emacs@gnu.org)
|
||||
|
||||
dnl Set emacs_config_options to the options of 'configure', quoted for the shell,
|
||||
dnl and then quoted again for a C string. Separate options with spaces.
|
||||
|
|
1773
etc/NEWS.25
Normal file
1773
etc/NEWS.25
Normal file
File diff suppressed because it is too large
Load diff
|
@ -21,7 +21,7 @@
|
|||
\newlength{\ColThreeWidth}
|
||||
\setlength{\ColThreeWidth}{25mm}
|
||||
|
||||
\newcommand{\versionemacs}[0]{25} % version of Emacs this is for
|
||||
\newcommand{\versionemacs}[0]{26} % version of Emacs this is for
|
||||
\newcommand{\cyear}[0]{2016} % copyright year
|
||||
|
||||
\newcommand\shortcopyrightnotice[0]{\vskip 1ex plus 2 fill
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
/^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/
|
||||
/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION VERSION/
|
||||
/^#undef PENDING_OUTPUT_COUNT/s/^.*$/#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)/
|
||||
/^#undef VERSION/s/^.*$/#define VERSION "25.2.50"/
|
||||
/^#undef VERSION/s/^.*$/#define VERSION "26.0.50"/
|
||||
/^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/
|
||||
/^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/
|
||||
/^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/
|
||||
|
|
|
@ -1791,7 +1791,7 @@ internal_terminal_init (void)
|
|||
}
|
||||
|
||||
Vinitial_window_system = Qpc;
|
||||
Vwindow_system_version = make_number (25); /* RE Emacs version */
|
||||
Vwindow_system_version = make_number (26); /* RE Emacs version */
|
||||
tty->terminal->type = output_msdos_raw;
|
||||
|
||||
/* If Emacs was dumped on DOS/V machine, forget the stale VRAM
|
||||
|
|
Loading…
Add table
Reference in a new issue