diff options
| author | Glenn Morris | 2014-10-16 21:56:41 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-10-16 21:56:41 -0700 |
| commit | 6743c1928e9e5110da5f7f9a61bcaeb15b68ddec (patch) | |
| tree | 2a942c24ecd5a6e38ea7ef5c00034354ca2a131c | |
| parent | affeda3b11005926d544a21e310f20d6a05f83de (diff) | |
| download | emacs-6743c1928e9e5110da5f7f9a61bcaeb15b68ddec.tar.gz emacs-6743c1928e9e5110da5f7f9a61bcaeb15b68ddec.zip | |
Bump version to 24.4
Regenerate ldefs-boot and AUTHORS
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | doc/emacs/emacsver.texi | 2 | ||||
| -rw-r--r-- | doc/man/emacs.1 | 2 | ||||
| -rw-r--r-- | etc/AUTHORS | 107 | ||||
| -rw-r--r-- | lisp/ldefs-boot.el | 74 | ||||
| -rw-r--r-- | msdos/sed2v2.inp | 2 | ||||
| -rw-r--r-- | nt/config.nt | 2 | ||||
| -rw-r--r-- | nt/emacs.rc | 8 | ||||
| -rw-r--r-- | nt/emacsclient.rc | 8 | ||||
| -rw-r--r-- | nt/makefile.w32-in | 2 |
11 files changed, 110 insertions, 101 deletions
| @@ -2,7 +2,7 @@ Copyright (C) 2001-2014 Free Software Foundation, Inc. | |||
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | 4 | ||
| 5 | This directory tree holds version 24.3.94 of GNU Emacs, the extensible, | 5 | This directory tree holds version 24.4 of GNU Emacs, the extensible, |
| 6 | customizable, self-documenting real-time display editor. | 6 | customizable, self-documenting real-time display editor. |
| 7 | 7 | ||
| 8 | The file INSTALL in this directory says how to build and install GNU | 8 | The file INSTALL in this directory says how to build and install GNU |
diff --git a/configure.ac b/configure.ac index 185518b16a8..458648e00a4 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -22,7 +22,7 @@ dnl You should have received a copy of the GNU General Public License | |||
| 22 | dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 22 | dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 23 | 23 | ||
| 24 | AC_PREREQ(2.65) | 24 | AC_PREREQ(2.65) |
| 25 | AC_INIT(emacs, 24.3.94) | 25 | AC_INIT(emacs, 24.4) |
| 26 | 26 | ||
| 27 | dnl We get MINGW64 with MSYS2 | 27 | dnl We get MINGW64 with MSYS2 |
| 28 | if test "x$MSYSTEM" = "xMINGW32" -o "x$MSYSTEM" = "xMINGW64" | 28 | if test "x$MSYSTEM" = "xMINGW32" -o "x$MSYSTEM" = "xMINGW64" |
diff --git a/doc/emacs/emacsver.texi b/doc/emacs/emacsver.texi index fe5e41e091e..240b506310e 100644 --- a/doc/emacs/emacsver.texi +++ b/doc/emacs/emacsver.texi | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | @c It would be nicer to generate this using configure and @version@. | 1 | @c It would be nicer to generate this using configure and @version@. |
| 2 | @c However, that would mean emacsver.texi would always be newer | 2 | @c However, that would mean emacsver.texi would always be newer |
| 3 | @c then the info files in release tarfiles. | 3 | @c then the info files in release tarfiles. |
| 4 | @set EMACSVER 24.3.94 | 4 | @set EMACSVER 24.4 |
diff --git a/doc/man/emacs.1 b/doc/man/emacs.1 index 9fd609006ff..13cd4c6e64e 100644 --- a/doc/man/emacs.1 +++ b/doc/man/emacs.1 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | .\" See section COPYING for copyright and redistribution information. | 1 | .\" See section COPYING for copyright and redistribution information. |
| 2 | .TH EMACS 1 "2007 April 13" "GNU Emacs 24.3.94" | 2 | .TH EMACS 1 "2007 April 13" "GNU Emacs 24.4" |
| 3 | . | 3 | . |
| 4 | . | 4 | . |
| 5 | .SH NAME | 5 | .SH NAME |
diff --git a/etc/AUTHORS b/etc/AUTHORS index d17733dda64..d2d6e53f6ca 100644 --- a/etc/AUTHORS +++ b/etc/AUTHORS | |||
| @@ -22,10 +22,10 @@ Abraham Nahum: changed configure.ac dgux4.h sysdep.c | |||
| 22 | Abramo Bagnara: changed term.c | 22 | Abramo Bagnara: changed term.c |
| 23 | 23 | ||
| 24 | Achim Gratz: changed org.el org-compat.el org.texi org-clock.el | 24 | Achim Gratz: changed org.el org-compat.el org.texi org-clock.el |
| 25 | ob-core.el ob.el ob-exp.el ob-perl.el org-agenda.el org-macs.el | 25 | ob-core.el ob-exp.el ob.el ob-perl.el ob-tangle.el org-agenda.el |
| 26 | org-table.el ob-R.el ob-eval.el ob-fortran.el ob-ref.el ob-tangle.el | 26 | org-macs.el org-table.el ob-C.el ob-R.el ob-eval.el ob-fortran.el |
| 27 | org-element.el org-exp-blocks.el org-macro.el ox-odt.el ob-C.el | 27 | ob-python.el ob-ref.el ob-sh.el org-element.el org-exp-blocks.el |
| 28 | and 17 other files | 28 | and 22 other files |
| 29 | 29 | ||
| 30 | Adam Gołębiowski: changed lib-src/Makefile.in | 30 | Adam Gołębiowski: changed lib-src/Makefile.in |
| 31 | 31 | ||
| @@ -87,7 +87,7 @@ and co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el cc-fonts.el | |||
| 87 | and changed cc-mode.texi lread.c programs.texi font-lock.el isearch.el | 87 | and changed cc-mode.texi lread.c programs.texi font-lock.el isearch.el |
| 88 | font-core.el lisp.el modes.texi search.texi cc-menus.el cc-subword.el | 88 | font-core.el lisp.el modes.texi search.texi cc-menus.el cc-subword.el |
| 89 | display.texi easy-mmode.el os.texi startup.el subr.el text.texi | 89 | display.texi easy-mmode.el os.texi startup.el subr.el text.texi |
| 90 | INSTALL.REPO add-log.el buffers.texi bytecomp.el and 23 other files | 90 | INSTALL.REPO add-log.el buffers.texi bytecomp.el and 24 other files |
| 91 | 91 | ||
| 92 | Alan Schmitt: changed ob-ocaml.el org-faces.el | 92 | Alan Schmitt: changed ob-ocaml.el org-faces.el |
| 93 | 93 | ||
| @@ -106,6 +106,8 @@ Aleksei Gusev: changed progmodes/compile.el | |||
| 106 | 106 | ||
| 107 | Alex Coventry: changed files.el | 107 | Alex Coventry: changed files.el |
| 108 | 108 | ||
| 109 | Alex Kosorukoff: changed org-capture.el | ||
| 110 | |||
| 109 | Alex Ott: changed TUTORIAL.ru ede/files.el ru-refcard.tex base.el | 111 | Alex Ott: changed TUTORIAL.ru ede/files.el ru-refcard.tex base.el |
| 110 | cedet-files.el cpp-root.el ede.el ede/generic.el idle.el ispell.el | 112 | cedet-files.el cpp-root.el ede.el ede/generic.el idle.el ispell.el |
| 111 | semantic/format.el | 113 | semantic/format.el |
| @@ -349,7 +351,7 @@ and changed c++-mode.el cplus-md1.el syntax.c syntax.h | |||
| 349 | 351 | ||
| 350 | Barry Fishman: changed configure.ac gnu-linux.h image.c | 352 | Barry Fishman: changed configure.ac gnu-linux.h image.c |
| 351 | 353 | ||
| 352 | Barry O'reilly: changed simple.el lisp.h keyboard.c markers.texi | 354 | Barry O'Reilly: changed simple.el lisp.h keyboard.c markers.texi |
| 353 | undo-tests.el alloc.c bytecode.c casetab.c data.c eval.c fileio.c fw.el | 355 | undo-tests.el alloc.c bytecode.c casetab.c data.c eval.c fileio.c fw.el |
| 354 | idle.el insdel.c lread.c pulse.el search.c subr.el text.texi | 356 | idle.el insdel.c lread.c pulse.el search.c subr.el text.texi |
| 355 | timer-tests.el undo.c | 357 | timer-tests.el undo.c |
| @@ -357,10 +359,10 @@ Barry O'reilly: changed simple.el lisp.h keyboard.c markers.texi | |||
| 357 | Bastien Guerry: wrote gnus-bookmark.el | 359 | Bastien Guerry: wrote gnus-bookmark.el |
| 358 | and co-wrote org-bibtex.el org-list.el org-protocol.el org-src.el | 360 | and co-wrote org-bibtex.el org-list.el org-protocol.el org-src.el |
| 359 | and changed org.el org-agenda.el org.texi ox-html.el org-clock.el | 361 | and changed org.el org-agenda.el org.texi ox-html.el org-clock.el |
| 360 | org-table.el ox-latex.el org-capture.el ox.el ox-odt.el org-compat.el | 362 | org-capture.el org-table.el ox-latex.el ox.el ox-odt.el org-compat.el |
| 361 | ox-publish.el ob.el org-colview.el org-mobile.el org-macs.el | 363 | ox-publish.el ob.el org-mobile.el org-colview.el org-macs.el |
| 362 | org-pcomplete.el org-faces.el org-timer.el ox-ascii.el org-archive.el | 364 | org-pcomplete.el org-timer.el org-faces.el ox-ascii.el org-archive.el |
| 363 | and 115 other files | 365 | and 116 other files |
| 364 | 366 | ||
| 365 | Ben A. Mesander: co-wrote erc-dcc.el | 367 | Ben A. Mesander: co-wrote erc-dcc.el |
| 366 | 368 | ||
| @@ -393,7 +395,7 @@ and changed vc.el gnus-msg.el message.el diff-mode.el ffap.el nnimap.el | |||
| 393 | Bernhard Herzog: changed vc-hg.el menu.c xsmfns.c | 395 | Bernhard Herzog: changed vc-hg.el menu.c xsmfns.c |
| 394 | 396 | ||
| 395 | Bernt Hansen: changed org-agenda.el org-clock.el org.el org-capture.el | 397 | Bernt Hansen: changed org-agenda.el org-clock.el org.el org-capture.el |
| 396 | org-indent.el org.texi ox-html.el | 398 | org-indent.el org-macs.el org.texi ox-html.el |
| 397 | 399 | ||
| 398 | Bill Atkins: changed wdired.el | 400 | Bill Atkins: changed wdired.el |
| 399 | 401 | ||
| @@ -672,10 +674,10 @@ Christopher J. White: changed url-http.el | |||
| 672 | 674 | ||
| 673 | Christopher Oliver: changed mouse.el | 675 | Christopher Oliver: changed mouse.el |
| 674 | 676 | ||
| 675 | Christopher Schmidt: changed ibuffer.el tips.texi cl-macs.el comint.el | 677 | Christopher Schmidt: changed ibuffer.el org.el tips.texi cl-macs.el |
| 676 | dired-x.el dired.el files.el files.texi find-dired.el gnus-int.el | 678 | comint.el dired-x.el dired.el files.el files.texi find-dired.el |
| 677 | gnus-msg.el gnus.texi help-fns.el info.el locate.el lread.c | 679 | gnus-int.el gnus-msg.el gnus.texi help-fns.el info.el locate.el lread.c |
| 678 | minibuf-eldef.el mm-decode.el mml.el org.el org.texi and 11 other files | 680 | minibuf-eldef.el mm-decode.el mml.el org.texi and 11 other files |
| 679 | 681 | ||
| 680 | Chuck Blake: changed term.c | 682 | Chuck Blake: changed term.c |
| 681 | 683 | ||
| @@ -797,7 +799,7 @@ and changed package-x.el ange-ftp.el automated/Makefile.in browse-url.el | |||
| 797 | 799 | ||
| 798 | Daniel Jensen: changed apropos.el | 800 | Daniel Jensen: changed apropos.el |
| 799 | 801 | ||
| 800 | Daniel Laliberte: wrote cust-print.el edebug.el isearch.el | 802 | Daniel LaLiberte: wrote cust-print.el edebug.el isearch.el |
| 801 | and co-wrote hideif.el | 803 | and co-wrote hideif.el |
| 802 | and changed mlconvert.el eval-region.el | 804 | and changed mlconvert.el eval-region.el |
| 803 | 805 | ||
| @@ -1074,7 +1076,7 @@ Dirk-Jan C. Binnema: changed org-agenda.el | |||
| 1074 | Dmitri Paduchikh: changed advice.el | 1076 | Dmitri Paduchikh: changed advice.el |
| 1075 | 1077 | ||
| 1076 | Dmitry Antipov: changed xdisp.c alloc.c lisp.h xterm.c buffer.c window.c | 1078 | Dmitry Antipov: changed xdisp.c alloc.c lisp.h xterm.c buffer.c window.c |
| 1077 | frame.c xfns.c w32term.c frame.h font.c nsterm.m w32fns.c xfaces.c | 1079 | frame.c xfns.c w32term.c font.c frame.h nsterm.m w32fns.c xfaces.c |
| 1078 | dispnew.c editfns.c keyboard.c window.h xterm.h dispextern.h buffer.h | 1080 | dispnew.c editfns.c keyboard.c window.h xterm.h dispextern.h buffer.h |
| 1079 | and 238 other files | 1081 | and 238 other files |
| 1080 | 1082 | ||
| @@ -1083,11 +1085,13 @@ Dmitry Bolshakov: changed hideshow.el | |||
| 1083 | Dmitry Dzhus: changed gdb-mi.el gud.el fadr.el all.xpm building.texi | 1085 | Dmitry Dzhus: changed gdb-mi.el gud.el fadr.el all.xpm building.texi |
| 1084 | emacs.texi process.c thread.xpm | 1086 | emacs.texi process.c thread.xpm |
| 1085 | 1087 | ||
| 1088 | Dmitry Gorbik: changed org.el | ||
| 1089 | |||
| 1086 | Dmitry Gutov: changed ruby-mode.el ruby-mode-tests.el ruby.rb package.el | 1090 | Dmitry Gutov: changed ruby-mode.el ruby-mode-tests.el ruby.rb package.el |
| 1087 | log-edit.el vc-git.el package-test.el newcomment.el archive-contents | 1091 | log-edit.el vc-git.el package-test.el newcomment.el archive-contents |
| 1088 | js.el lisp.el minibuffer.el package-x-test.el whitespace.el | 1092 | js.el lisp.el minibuffer.el package-x-test.el whitespace.el |
| 1089 | lisp-mode.el package-x.el programs.texi simple.el smie.el vc.el | 1093 | lisp-mode.el package-x.el programs.texi simple.el smie.el vc.el |
| 1090 | .dir-locals.el and 20 other files | 1094 | .dir-locals.el and 21 other files |
| 1091 | 1095 | ||
| 1092 | Dmitry Kurochkin: changed isearch.el | 1096 | Dmitry Kurochkin: changed isearch.el |
| 1093 | 1097 | ||
| @@ -1164,7 +1168,7 @@ Eli Zaretskii: wrote [bidirectional display in xdisp.c] | |||
| 1164 | and changed xdisp.c msdos.c w32.c w32fns.c files.el fileio.c simple.el | 1168 | and changed xdisp.c msdos.c w32.c w32fns.c files.el fileio.c simple.el |
| 1165 | display.texi w32proc.c dispnew.c sed1v2.inp src/makefile.w32-in | 1169 | display.texi w32proc.c dispnew.c sed1v2.inp src/makefile.w32-in |
| 1166 | config.bat msdos.h emacs.c term.c process.c dispextern.h | 1170 | config.bat msdos.h emacs.c term.c process.c dispextern.h |
| 1167 | src/Makefile.in info.el mainmake.v2 and 795 other files | 1171 | src/Makefile.in info.el mainmake.v2 and 796 other files |
| 1168 | 1172 | ||
| 1169 | Elias Oltmanns: changed tls.el gnus-agent.el gnus-cite.el gnus-int.el | 1173 | Elias Oltmanns: changed tls.el gnus-agent.el gnus-cite.el gnus-int.el |
| 1170 | gnus-srvr.el gnus.el | 1174 | gnus-srvr.el gnus.el |
| @@ -1269,7 +1273,7 @@ and co-wrote ob-R.el ob-clojure.el ob-core.el ob-exp.el ob-fortran.el | |||
| 1269 | ob-lisp.el ob-lob.el ob-maxima.el ob-perl.el ob-picolisp.el | 1273 | ob-lisp.el ob-lob.el ob-maxima.el ob-perl.el ob-picolisp.el |
| 1270 | ob-python.el ob-ref.el ob-scheme.el org-bibtex.el | 1274 | ob-python.el ob-ref.el ob-scheme.el org-bibtex.el |
| 1271 | and changed org.texi org.el org-exp-blocks.el ox.el ox-latex.el | 1275 | and changed org.texi org.el org-exp-blocks.el ox.el ox-latex.el |
| 1272 | org-src.el ob-plantuml.el org-macs.el org-table.el ob-screen.el | 1276 | org-src.el ob-plantuml.el ob-screen.el org-macs.el org-table.el |
| 1273 | org-agenda.el org-mouse.el orgcard.tex ob-lilypond.el ob-mscgen.el | 1277 | org-agenda.el org-mouse.el orgcard.tex ob-lilypond.el ob-mscgen.el |
| 1274 | ob-octave.el org-clock.el org-compat.el org-footnote.el ox-ascii.el | 1278 | ob-octave.el org-clock.el org-compat.el org-footnote.el ox-ascii.el |
| 1275 | ox-html.el and 12 other files | 1279 | ox-html.el and 12 other files |
| @@ -1472,7 +1476,7 @@ Georg C. F. Greve: changed pgg-gpg.el | |||
| 1472 | 1476 | ||
| 1473 | George Kettleborough: changed org-clock.el org-timer.el | 1477 | George Kettleborough: changed org-clock.el org-timer.el |
| 1474 | 1478 | ||
| 1475 | George Mcninch: changed nnir.el | 1479 | George McNinch: changed nnir.el |
| 1476 | 1480 | ||
| 1477 | George V. Reilly: changed emacs.ico makefile.nt | 1481 | George V. Reilly: changed emacs.ico makefile.nt |
| 1478 | 1482 | ||
| @@ -1506,8 +1510,8 @@ Giuseppe Scrivano: changed browse-url.el buffer.c configure.ac sysdep.c | |||
| 1506 | Glenn Morris: wrote automated/f90.el automated/vc-bzr.el check-declare.el | 1510 | Glenn Morris: wrote automated/f90.el automated/vc-bzr.el check-declare.el |
| 1507 | and changed configure.ac src/Makefile.in calendar.el Makefile.in | 1511 | and changed configure.ac src/Makefile.in calendar.el Makefile.in |
| 1508 | diary-lib.el files.el lisp/Makefile.in rmail.el progmodes/f90.el | 1512 | diary-lib.el files.el lisp/Makefile.in rmail.el progmodes/f90.el |
| 1509 | bytecomp.el emacs.texi simple.el make-dist ack.texi misc/Makefile.in | 1513 | bytecomp.el emacs.texi simple.el make-dist misc/Makefile.in ack.texi |
| 1510 | cal-menu.el appt.el cal-hebrew.el display.texi startup.el calendar.texi | 1514 | cal-menu.el display.texi appt.el cal-hebrew.el startup.el calendar.texi |
| 1511 | and 1537 other files | 1515 | and 1537 other files |
| 1512 | 1516 | ||
| 1513 | Glynn Clements: wrote gamegrid.el snake.el tetris.el | 1517 | Glynn Clements: wrote gamegrid.el snake.el tetris.el |
| @@ -1648,6 +1652,8 @@ Håkon Malmedal: changed calendar.el holidays.el | |||
| 1648 | 1652 | ||
| 1649 | Ian Eure: changed sql.el url-util.el | 1653 | Ian Eure: changed sql.el url-util.el |
| 1650 | 1654 | ||
| 1655 | Ian Kelling: changed ob-core.el | ||
| 1656 | |||
| 1651 | Ian Lance Taylor: changed sco4.h | 1657 | Ian Lance Taylor: changed sco4.h |
| 1652 | 1658 | ||
| 1653 | Ian T Zimmerman: wrote gametree.el | 1659 | Ian T Zimmerman: wrote gametree.el |
| @@ -1706,7 +1712,7 @@ and changed eww.el shr.el appt.el dired.el saveplace.el term.el time.el | |||
| 1706 | 1712 | ||
| 1707 | Ivan Shmakov: changed desktop.el diff-mode.el nndoc.el tcl.el tex-mode.el | 1713 | Ivan Shmakov: changed desktop.el diff-mode.el nndoc.el tcl.el tex-mode.el |
| 1708 | 1714 | ||
| 1709 | Ivan Vilata I Balaguer: changed org-clock.el org.texi | 1715 | Ivan Vilata i Balaguer: changed org-clock.el org.texi |
| 1710 | 1716 | ||
| 1711 | Ivan Zakharyaschev: changed codepage.el lread.c | 1717 | Ivan Zakharyaschev: changed codepage.el lread.c |
| 1712 | 1718 | ||
| @@ -1714,10 +1720,6 @@ Ivar Rummelhoff: wrote winner.el | |||
| 1714 | 1720 | ||
| 1715 | Iwamuro Motonori: changed gnus-kill.el | 1721 | Iwamuro Motonori: changed gnus-kill.el |
| 1716 | 1722 | ||
| 1717 | J. R. Hacker: wrote new-pkg-1.0.el signed-bad-1.0.el signed-good-1.0.el | ||
| 1718 | simple-depend-1.0.el simple-single-1.3.el simple-single-1.4.el | ||
| 1719 | simple-two-depend-1.1.el | ||
| 1720 | |||
| 1721 | J.D. Smith: co-wrote idlw-help.el idlw-shell.el idlwave.el | 1723 | J.D. Smith: co-wrote idlw-help.el idlw-shell.el idlwave.el |
| 1722 | and changed idlw-rinfo.el idlw-toolbar.el comint.el idlwave.texi vc.el | 1724 | and changed idlw-rinfo.el idlw-toolbar.el comint.el idlwave.texi vc.el |
| 1723 | bibtex.el files.texi hideshow.el idlw-complete-structtag.el misc.texi | 1725 | bibtex.el files.texi hideshow.el idlw-complete-structtag.el misc.texi |
| @@ -1737,7 +1739,7 @@ Jacob Morzinski: changed mh-comp.el | |||
| 1737 | 1739 | ||
| 1738 | Jacques Duthen: co-wrote ps-print.el ps-samp.el | 1740 | Jacques Duthen: co-wrote ps-print.el ps-samp.el |
| 1739 | 1741 | ||
| 1740 | Jae-Hyeon Park: changed fontset.el | 1742 | Jae-hyeon Park: changed fontset.el |
| 1741 | 1743 | ||
| 1742 | Jaeyoun Chung: changed hangul3.el hanja3.el gnus-mule.el hangul.el | 1744 | Jaeyoun Chung: changed hangul3.el hanja3.el gnus-mule.el hangul.el |
| 1743 | 1745 | ||
| @@ -2432,6 +2434,8 @@ Kodi Arfer: changed org.texi ox-html.el | |||
| 2432 | Konrad Hinsen: wrote org-eshell.el | 2434 | Konrad Hinsen: wrote org-eshell.el |
| 2433 | and changed ob-python.el | 2435 | and changed ob-python.el |
| 2434 | 2436 | ||
| 2437 | Konstantin Kliakhandler: changed org-agenda.el | ||
| 2438 | |||
| 2435 | Konstantin Novitsky: changed progmodes/python.el | 2439 | Konstantin Novitsky: changed progmodes/python.el |
| 2436 | 2440 | ||
| 2437 | Kristoffer Grönlund: wrote wombat-theme.el | 2441 | Kristoffer Grönlund: wrote wombat-theme.el |
| @@ -2447,6 +2451,8 @@ Kurt Swanson: changed gnus-art.el gnus-salt.el gnus-sum.el gnus-ems.el | |||
| 2447 | Kyle Jones: wrote life.el | 2451 | Kyle Jones: wrote life.el |
| 2448 | and changed saveconf.el buffer.c mail-utils.el sendmail.el | 2452 | and changed saveconf.el buffer.c mail-utils.el sendmail.el |
| 2449 | 2453 | ||
| 2454 | Kyle Meyer: changed ox.el | ||
| 2455 | |||
| 2450 | Kyotaro Horiguchi: changed coding.c indent.c | 2456 | Kyotaro Horiguchi: changed coding.c indent.c |
| 2451 | 2457 | ||
| 2452 | Károly Lőrentey: changed xfns.c bindings.el keyboard.c menu-bar.el | 2458 | Károly Lőrentey: changed xfns.c bindings.el keyboard.c menu-bar.el |
| @@ -2551,8 +2557,6 @@ Liam Stitt: changed url-file.el url-vars.el | |||
| 2551 | 2557 | ||
| 2552 | Liang Wang: changed etags.el | 2558 | Liang Wang: changed etags.el |
| 2553 | 2559 | ||
| 2554 | Litvinov Sergey: changed ob-maxima.el ob-octave.el | ||
| 2555 | |||
| 2556 | Lloyd Zusman: changed mml.el pgg-gpg.el | 2560 | Lloyd Zusman: changed mml.el pgg-gpg.el |
| 2557 | 2561 | ||
| 2558 | Lluís Vilanova: changed ede/linux.el | 2562 | Lluís Vilanova: changed ede/linux.el |
| @@ -2622,6 +2626,8 @@ Marcelo Toledo: changed TUTORIAL.pt_BR TUTORIAL.cn TUTORIAL.cs | |||
| 2622 | 2626 | ||
| 2623 | Marco Melgazzi: changed term.el | 2627 | Marco Melgazzi: changed term.el |
| 2624 | 2628 | ||
| 2629 | Marco Wahl: changed org-agenda.el | ||
| 2630 | |||
| 2625 | Marco Walther: changed mips-siemens.h unexelfsni.c unexsni.c | 2631 | Marco Walther: changed mips-siemens.h unexelfsni.c unexsni.c |
| 2626 | 2632 | ||
| 2627 | Marcus G. Daniels: changed xterm.c configure.ac lwlib-Xm.c lwlib.c | 2633 | Marcus G. Daniels: changed xterm.c configure.ac lwlib-Xm.c lwlib.c |
| @@ -2743,8 +2749,8 @@ Martin Pohlack: changed iimage.el pc-select.el | |||
| 2743 | 2749 | ||
| 2744 | Martin Rudalics: changed window.el window.c windows.texi frame.c xdisp.c | 2750 | Martin Rudalics: changed window.el window.c windows.texi frame.c xdisp.c |
| 2745 | help.el w32term.c xterm.c buffer.c w32fns.c cus-start.el dired.el | 2751 | help.el w32term.c xterm.c buffer.c w32fns.c cus-start.el dired.el |
| 2746 | window.h frame.el files.el mouse.el subr.el xfns.c buffers.texi | 2752 | frame.el window.h frames.texi files.el mouse.el subr.el xfns.c |
| 2747 | cus-edit.el display.texi and 165 other files | 2753 | buffers.texi cus-edit.el and 166 other files |
| 2748 | 2754 | ||
| 2749 | Martin Stjernholm: wrote cc-bytecomp.el | 2755 | Martin Stjernholm: wrote cc-bytecomp.el |
| 2750 | and co-wrote cc-align.el cc-cmds.el cc-compat.el cc-defs.el cc-engine.el | 2756 | and co-wrote cc-align.el cc-cmds.el cc-compat.el cc-defs.el cc-engine.el |
| @@ -2800,8 +2806,8 @@ Matt Hodges: changed textmodes/table.el faces.el iswitchb.el simple.el | |||
| 2800 | edebug.texi eldoc.el em-hist.el em-pred.el fixit.texi icon.el ido.el | 2806 | edebug.texi eldoc.el em-hist.el em-pred.el fixit.texi icon.el ido.el |
| 2801 | locate.el paragraphs.el pcomplete.el repeat.el and 3 other files | 2807 | locate.el paragraphs.el pcomplete.el repeat.el and 3 other files |
| 2802 | 2808 | ||
| 2803 | Matt Lundin: changed org-agenda.el org-bibtex.el org-footnote.el org.el | 2809 | Matt Lundin: changed org-agenda.el org.el org-bibtex.el org-footnote.el |
| 2804 | org-bbdb.el org-datetree.el org-gnus.el | 2810 | ox-publish.el org-bbdb.el org-datetree.el org-gnus.el |
| 2805 | 2811 | ||
| 2806 | Matt McClure: changed progmodes/python.el | 2812 | Matt McClure: changed progmodes/python.el |
| 2807 | 2813 | ||
| @@ -2966,6 +2972,8 @@ Microelectronics and Computer Technology Corporation: changed | |||
| 2966 | rmailkwd.el rmailmsc.el rmailout.el rmailsum.el scribe.el server.el | 2972 | rmailkwd.el rmailmsc.el rmailout.el rmailsum.el scribe.el server.el |
| 2967 | sysdep.c unexcoff.c xmenu.c | 2973 | sysdep.c unexcoff.c xmenu.c |
| 2968 | 2974 | ||
| 2975 | Miguel Ruiz: changed ob-gnuplot.el | ||
| 2976 | |||
| 2969 | Mihir Rege: changed js.el | 2977 | Mihir Rege: changed js.el |
| 2970 | 2978 | ||
| 2971 | Mikael Djurfeldt: changed xdisp.c | 2979 | Mikael Djurfeldt: changed xdisp.c |
| @@ -2984,6 +2992,8 @@ Mike Long: changed b2m.c make-dist make-mode.el netbsd.h view.el vms.h | |||
| 2984 | 2992 | ||
| 2985 | Mike McEwan: changed gnus-agent.el gnus-sum.el gnus-score.el | 2993 | Mike McEwan: changed gnus-agent.el gnus-sum.el gnus-score.el |
| 2986 | 2994 | ||
| 2995 | Mike McLean: changed org-agenda.el | ||
| 2996 | |||
| 2987 | Mike Newton: co-wrote bibtex.el | 2997 | Mike Newton: co-wrote bibtex.el |
| 2988 | 2998 | ||
| 2989 | Mike Rowan: changed process.c alloc.c dispnew.c keyboard.c process.h | 2999 | Mike Rowan: changed process.c alloc.c dispnew.c keyboard.c process.h |
| @@ -3099,8 +3109,8 @@ Nicholas Maniscalco: changed term.el | |||
| 3099 | 3109 | ||
| 3100 | Nick Alcock: changed gnus.el | 3110 | Nick Alcock: changed gnus.el |
| 3101 | 3111 | ||
| 3102 | Nick Dokos: changed ox.el icalendar.el mh-search.el org-mobile.el org.el | 3112 | Nick Dokos: changed org-table.el ox.el icalendar.el mh-search.el |
| 3103 | url-cache.el | 3113 | org-mobile.el org.el ox-ascii.el url-cache.el |
| 3104 | 3114 | ||
| 3105 | Nick Roberts: wrote gdb-mi.el t-mouse.el | 3115 | Nick Roberts: wrote gdb-mi.el t-mouse.el |
| 3106 | and changed gdb-ui.el gud.el building.texi tooltip.el speedbar.el | 3116 | and changed gdb-ui.el gud.el building.texi tooltip.el speedbar.el |
| @@ -3117,14 +3127,14 @@ Nicolas Calderon Asselin: changed org-clock.el | |||
| 3117 | Nicolas Goaziou: wrote org-element.el org-macro.el ox-ascii.el | 3127 | Nicolas Goaziou: wrote org-element.el org-macro.el ox-ascii.el |
| 3118 | ox-latex.el ox-md.el ox-org.el ox.el | 3128 | ox-latex.el ox-md.el ox-org.el ox.el |
| 3119 | and co-wrote ox-beamer.el ox-icalendar.el ox-man.el | 3129 | and co-wrote ox-beamer.el ox-icalendar.el ox-man.el |
| 3120 | and changed org-list.el org.el ox-html.el org-footnote.el org.texi | 3130 | and changed org-list.el org.el ox-html.el org-footnote.el ox-texinfo.el |
| 3121 | ox-publish.el org-inlinetask.el org-indent.el ox-odt.el org-docbook.el | 3131 | org.texi ox-publish.el ox-odt.el org-inlinetask.el org-indent.el |
| 3122 | ox-texinfo.el ob-exp.el org-timer.el ob.el org-agenda.el org-capture.el | 3132 | org-docbook.el ob-exp.el org-agenda.el org-timer.el ob.el |
| 3123 | ob-asymptote.el org-macs.el org-pcomplete.el org-clock.el org-table.el | 3133 | org-capture.el ob-asymptote.el org-clock.el org-macs.el |
| 3124 | and 22 other files | 3134 | org-pcomplete.el org-table.el and 22 other files |
| 3125 | 3135 | ||
| 3126 | Nicolas Richard: changed simple.el align.el battery.el eieio-opt.el | 3136 | Nicolas Richard: changed org.el simple.el align.el battery.el |
| 3127 | ispell.el minibuffer.el ob.el org.el package.el | 3137 | eieio-opt.el ispell.el minibuffer.el ob.el package.el |
| 3128 | 3138 | ||
| 3129 | Niels Giesen: changed icalendar.el org-agenda.el org-clock.el | 3139 | Niels Giesen: changed icalendar.el org-agenda.el org-clock.el |
| 3130 | org-docbook.el org-table.el ox-icalendar.el ox-latex.el | 3140 | org-docbook.el org-table.el ox-icalendar.el ox-latex.el |
| @@ -3684,7 +3694,7 @@ Samuel Thibault: changed gnu.h sysdep.c term.c | |||
| 3684 | 3694 | ||
| 3685 | Sanghyuk Suh: changed mac-win.el macterm.c | 3695 | Sanghyuk Suh: changed mac-win.el macterm.c |
| 3686 | 3696 | ||
| 3687 | Santiago Payà I Miralta: changed vc-hg.el | 3697 | Santiago Payà i Miralta: changed vc-hg.el |
| 3688 | 3698 | ||
| 3689 | Sascha Lüdecke: co-wrote mml1991.el | 3699 | Sascha Lüdecke: co-wrote mml1991.el |
| 3690 | and changed gnus-win.el | 3700 | and changed gnus-win.el |
| @@ -3760,6 +3770,7 @@ Seppo Sade: changed esh-ext.el | |||
| 3760 | Sergei Organov: changed vc.el | 3770 | Sergei Organov: changed vc.el |
| 3761 | 3771 | ||
| 3762 | Sergey Litvinov: co-wrote ob-fortran.el | 3772 | Sergey Litvinov: co-wrote ob-fortran.el |
| 3773 | and changed ob-maxima.el ob-octave.el | ||
| 3763 | 3774 | ||
| 3764 | Sergey Poznyakoff: changed mh-mime.el rmail.el rmail.texi smtpmail.el | 3775 | Sergey Poznyakoff: changed mh-mime.el rmail.el rmail.texi smtpmail.el |
| 3765 | 3776 | ||
| @@ -3990,7 +4001,7 @@ Sébastien Delafond: changed org.el | |||
| 3990 | Sébastien Gross: changed hideshow.el | 4001 | Sébastien Gross: changed hideshow.el |
| 3991 | 4002 | ||
| 3992 | Sébastien Vauban: changed org.el org-agenda.el ox-latex.el ob-core.el | 4003 | Sébastien Vauban: changed org.el org-agenda.el ox-latex.el ob-core.el |
| 3993 | org-clock.el ox-html.el | 4004 | org-clock.el ox-ascii.el ox-html.el |
| 3994 | 4005 | ||
| 3995 | T.F. Torrey: changed org-rmail.el ox.el | 4006 | T.F. Torrey: changed org-rmail.el ox.el |
| 3996 | 4007 | ||
| @@ -4246,8 +4257,6 @@ Tsuyoshi Akiho: changed gnus-sum.el nnrss.el | |||
| 4246 | 4257 | ||
| 4247 | Tudor Hulubei: changed iso-acc.el latin-pre.el | 4258 | Tudor Hulubei: changed iso-acc.el latin-pre.el |
| 4248 | 4259 | ||
| 4249 | U-Usuario: changed ob-gnuplot.el | ||
| 4250 | |||
| 4251 | Uday S Reddy: changed etags.el fill.el | 4260 | Uday S Reddy: changed etags.el fill.el |
| 4252 | 4261 | ||
| 4253 | Ulf Jasper: wrote bubbles.el icalendar-tests.el icalendar.el | 4262 | Ulf Jasper: wrote bubbles.el icalendar-tests.el icalendar.el |
| @@ -4464,7 +4473,7 @@ Yoshinari Nomura: changed ox-html.el ox.el | |||
| 4464 | Yoshinori Koseki: wrote iimage.el | 4473 | Yoshinori Koseki: wrote iimage.el |
| 4465 | and changed fontset.el message.el nnheader.el nnmail.el | 4474 | and changed fontset.el message.el nnheader.el nnmail.el |
| 4466 | 4475 | ||
| 4467 | Yu-Ji Hosokawa: changed README.W32 | 4476 | Yu-ji Hosokawa: changed README.W32 |
| 4468 | 4477 | ||
| 4469 | Yuanle Song: changed rng-xsd.el | 4478 | Yuanle Song: changed rng-xsd.el |
| 4470 | 4479 | ||
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 50d07e3702f..973ef53b109 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -1781,8 +1781,8 @@ definition of \"random distance\".) | |||
| 1781 | 1781 | ||
| 1782 | ;;;*** | 1782 | ;;;*** |
| 1783 | 1783 | ||
| 1784 | ;;;### (autoloads nil "bat-mode" "progmodes/bat-mode.el" (21291 53104 | 1784 | ;;;### (autoloads nil "bat-mode" "progmodes/bat-mode.el" (21559 25723 |
| 1785 | ;;;;;; 431149 0)) | 1785 | ;;;;;; 227256 0)) |
| 1786 | ;;; Generated autoloads from progmodes/bat-mode.el | 1786 | ;;; Generated autoloads from progmodes/bat-mode.el |
| 1787 | 1787 | ||
| 1788 | (add-to-list 'auto-mode-alist '("\\.\\(bat\\|cmd\\)\\'" . bat-mode)) | 1788 | (add-to-list 'auto-mode-alist '("\\.\\(bat\\|cmd\\)\\'" . bat-mode)) |
| @@ -5113,8 +5113,8 @@ Activates the region if needed. Only lasts until the region is deactivated. | |||
| 5113 | 5113 | ||
| 5114 | ;;;*** | 5114 | ;;;*** |
| 5115 | 5115 | ||
| 5116 | ;;;### (autoloads nil "cus-edit" "cus-edit.el" (21423 31150 636189 | 5116 | ;;;### (autoloads nil "cus-edit" "cus-edit.el" (21567 27231 41069 |
| 5117 | ;;;;;; 289000)) | 5117 | ;;;;;; 0)) |
| 5118 | ;;; Generated autoloads from cus-edit.el | 5118 | ;;; Generated autoloads from cus-edit.el |
| 5119 | 5119 | ||
| 5120 | (defvar custom-browse-sort-alphabetically nil "\ | 5120 | (defvar custom-browse-sort-alphabetically nil "\ |
| @@ -15336,7 +15336,7 @@ on these modes. | |||
| 15336 | 15336 | ||
| 15337 | ;;;*** | 15337 | ;;;*** |
| 15338 | 15338 | ||
| 15339 | ;;;### (autoloads nil "imenu" "imenu.el" (21291 53104 431149 0)) | 15339 | ;;;### (autoloads nil "imenu" "imenu.el" (21552 42336 217430 0)) |
| 15340 | ;;; Generated autoloads from imenu.el | 15340 | ;;; Generated autoloads from imenu.el |
| 15341 | 15341 | ||
| 15342 | (defvar imenu-sort-function nil "\ | 15342 | (defvar imenu-sort-function nil "\ |
| @@ -19422,7 +19422,7 @@ Coloring: | |||
| 19422 | 19422 | ||
| 19423 | ;;;*** | 19423 | ;;;*** |
| 19424 | 19424 | ||
| 19425 | ;;;### (autoloads nil "org" "org/org.el" (21341 23900 988149 0)) | 19425 | ;;;### (autoloads nil "org" "org/org.el" (21562 51850 729888 0)) |
| 19426 | ;;; Generated autoloads from org/org.el | 19426 | ;;; Generated autoloads from org/org.el |
| 19427 | 19427 | ||
| 19428 | (autoload 'org-babel-do-load-languages "org" "\ | 19428 | (autoload 'org-babel-do-load-languages "org" "\ |
| @@ -19643,8 +19643,8 @@ Call the customize function with org as argument. | |||
| 19643 | 19643 | ||
| 19644 | ;;;*** | 19644 | ;;;*** |
| 19645 | 19645 | ||
| 19646 | ;;;### (autoloads nil "org-agenda" "org/org-agenda.el" (21341 23900 | 19646 | ;;;### (autoloads nil "org-agenda" "org/org-agenda.el" (21563 5239 |
| 19647 | ;;;;;; 988149 0)) | 19647 | ;;;;;; 893217 0)) |
| 19648 | ;;; Generated autoloads from org/org-agenda.el | 19648 | ;;; Generated autoloads from org/org-agenda.el |
| 19649 | 19649 | ||
| 19650 | (autoload 'org-toggle-sticky-agenda "org-agenda" "\ | 19650 | (autoload 'org-toggle-sticky-agenda "org-agenda" "\ |
| @@ -19917,8 +19917,8 @@ to override `appt-message-warning-time'. | |||
| 19917 | 19917 | ||
| 19918 | ;;;*** | 19918 | ;;;*** |
| 19919 | 19919 | ||
| 19920 | ;;;### (autoloads nil "org-capture" "org/org-capture.el" (21341 23900 | 19920 | ;;;### (autoloads nil "org-capture" "org/org-capture.el" (21550 48530 |
| 19921 | ;;;;;; 988149 0)) | 19921 | ;;;;;; 321434 0)) |
| 19922 | ;;; Generated autoloads from org/org-capture.el | 19922 | ;;; Generated autoloads from org/org-capture.el |
| 19923 | 19923 | ||
| 19924 | (autoload 'org-capture-string "org-capture" "\ | 19924 | (autoload 'org-capture-string "org-capture" "\ |
| @@ -20024,8 +20024,8 @@ Turn on or update column view in the agenda. | |||
| 20024 | 20024 | ||
| 20025 | ;;;*** | 20025 | ;;;*** |
| 20026 | 20026 | ||
| 20027 | ;;;### (autoloads nil "org-compat" "org/org-compat.el" (21341 23900 | 20027 | ;;;### (autoloads nil "org-compat" "org/org-compat.el" (21550 48530 |
| 20028 | ;;;;;; 988149 0)) | 20028 | ;;;;;; 321434 0)) |
| 20029 | ;;; Generated autoloads from org/org-compat.el | 20029 | ;;; Generated autoloads from org/org-compat.el |
| 20030 | 20030 | ||
| 20031 | (autoload 'org-check-version "org-compat" "\ | 20031 | (autoload 'org-check-version "org-compat" "\ |
| @@ -20035,7 +20035,7 @@ Try very hard to provide sensible version strings. | |||
| 20035 | 20035 | ||
| 20036 | ;;;*** | 20036 | ;;;*** |
| 20037 | 20037 | ||
| 20038 | ;;;### (autoloads nil "org-macs" "org/org-macs.el" (21291 53104 431149 | 20038 | ;;;### (autoloads nil "org-macs" "org/org-macs.el" (21550 48530 321434 |
| 20039 | ;;;;;; 0)) | 20039 | ;;;;;; 0)) |
| 20040 | ;;; Generated autoloads from org/org-macs.el | 20040 | ;;; Generated autoloads from org/org-macs.el |
| 20041 | 20041 | ||
| @@ -20046,8 +20046,8 @@ Load FILE with optional arguments NOERROR and MUSTSUFFIX. Drop the MUSTSUFFIX a | |||
| 20046 | 20046 | ||
| 20047 | ;;;*** | 20047 | ;;;*** |
| 20048 | 20048 | ||
| 20049 | ;;;### (autoloads nil "org-version" "org/org-version.el" (21341 23900 | 20049 | ;;;### (autoloads nil "org-version" "org/org-version.el" (21563 5239 |
| 20050 | ;;;;;; 988149 0)) | 20050 | ;;;;;; 893217 0)) |
| 20051 | ;;; Generated autoloads from org/org-version.el | 20051 | ;;; Generated autoloads from org/org-version.el |
| 20052 | 20052 | ||
| 20053 | (autoload 'org-release "org-version" "\ | 20053 | (autoload 'org-release "org-version" "\ |
| @@ -21552,8 +21552,8 @@ Open profile FILENAME. | |||
| 21552 | 21552 | ||
| 21553 | ;;;*** | 21553 | ;;;*** |
| 21554 | 21554 | ||
| 21555 | ;;;### (autoloads nil "prolog" "progmodes/prolog.el" (21458 5037 | 21555 | ;;;### (autoloads nil "prolog" "progmodes/prolog.el" (21559 25723 |
| 21556 | ;;;;;; 542417 679000)) | 21556 | ;;;;;; 227256 0)) |
| 21557 | ;;; Generated autoloads from progmodes/prolog.el | 21557 | ;;; Generated autoloads from progmodes/prolog.el |
| 21558 | 21558 | ||
| 21559 | (autoload 'prolog-mode "prolog" "\ | 21559 | (autoload 'prolog-mode "prolog" "\ |
| @@ -21850,8 +21850,8 @@ If EXTENSION is any other symbol, it is ignored. | |||
| 21850 | 21850 | ||
| 21851 | ;;;*** | 21851 | ;;;*** |
| 21852 | 21852 | ||
| 21853 | ;;;### (autoloads nil "python" "progmodes/python.el" (21548 39298 | 21853 | ;;;### (autoloads nil "python" "progmodes/python.el" (21562 51850 |
| 21854 | ;;;;;; 812747 0)) | 21854 | ;;;;;; 729888 0)) |
| 21855 | ;;; Generated autoloads from progmodes/python.el | 21855 | ;;; Generated autoloads from progmodes/python.el |
| 21856 | (push (purecopy '(python 0 24 4)) package--builtin-versions) | 21856 | (push (purecopy '(python 0 24 4)) package--builtin-versions) |
| 21857 | 21857 | ||
| @@ -26829,7 +26829,7 @@ Normally input is edited in Emacs and sent a line at a time. | |||
| 26829 | 26829 | ||
| 26830 | ;;;*** | 26830 | ;;;*** |
| 26831 | 26831 | ||
| 26832 | ;;;### (autoloads nil "term" "term.el" (21341 23900 988149 0)) | 26832 | ;;;### (autoloads nil "term" "term.el" (21556 55872 481216 0)) |
| 26833 | ;;; Generated autoloads from term.el | 26833 | ;;; Generated autoloads from term.el |
| 26834 | 26834 | ||
| 26835 | (autoload 'make-term "term" "\ | 26835 | (autoload 'make-term "term" "\ |
| @@ -29897,7 +29897,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 29897 | 29897 | ||
| 29898 | ;;;*** | 29898 | ;;;*** |
| 29899 | 29899 | ||
| 29900 | ;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (21291 53104 431149 | 29900 | ;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (21550 48530 321434 |
| 29901 | ;;;;;; 0)) | 29901 | ;;;;;; 0)) |
| 29902 | ;;; Generated autoloads from vc/vc-svn.el | 29902 | ;;; Generated autoloads from vc/vc-svn.el |
| 29903 | (defun vc-svn-registered (f) | 29903 | (defun vc-svn-registered (f) |
| @@ -32088,20 +32088,20 @@ Zone out, completely. | |||
| 32088 | ;;;;;; "international/uni-old-name.el" "international/uni-titlecase.el" | 32088 | ;;;;;; "international/uni-old-name.el" "international/uni-titlecase.el" |
| 32089 | ;;;;;; "international/uni-uppercase.el" "kermit.el" "language/hanja-util.el" | 32089 | ;;;;;; "international/uni-uppercase.el" "kermit.el" "language/hanja-util.el" |
| 32090 | ;;;;;; "language/thai-word.el" "ldefs-boot.el" "leim/ja-dic/ja-dic.el" | 32090 | ;;;;;; "language/thai-word.el" "ldefs-boot.el" "leim/ja-dic/ja-dic.el" |
| 32091 | ;;;;;; "leim/quail/4Corner.el" "leim/quail/arabic.el" "leim/quail/croatian.el" | 32091 | ;;;;;; "leim/quail/arabic.el" "leim/quail/croatian.el" "leim/quail/cyril-jis.el" |
| 32092 | ;;;;;; "leim/quail/cyril-jis.el" "leim/quail/cyrillic.el" "leim/quail/czech.el" | 32092 | ;;;;;; "leim/quail/cyrillic.el" "leim/quail/czech.el" "leim/quail/ethiopic.el" |
| 32093 | ;;;;;; "leim/quail/ethiopic.el" "leim/quail/georgian.el" "leim/quail/greek.el" | 32093 | ;;;;;; "leim/quail/georgian.el" "leim/quail/greek.el" "leim/quail/hanja-jis.el" |
| 32094 | ;;;;;; "leim/quail/hanja-jis.el" "leim/quail/hanja.el" "leim/quail/hanja3.el" | 32094 | ;;;;;; "leim/quail/hanja.el" "leim/quail/hanja3.el" "leim/quail/hebrew.el" |
| 32095 | ;;;;;; "leim/quail/hebrew.el" "leim/quail/indian.el" "leim/quail/ipa-praat.el" | 32095 | ;;;;;; "leim/quail/indian.el" "leim/quail/ipa-praat.el" "leim/quail/ipa.el" |
| 32096 | ;;;;;; "leim/quail/ipa.el" "leim/quail/japanese.el" "leim/quail/lao.el" | 32096 | ;;;;;; "leim/quail/japanese.el" "leim/quail/lao.el" "leim/quail/latin-alt.el" |
| 32097 | ;;;;;; "leim/quail/latin-alt.el" "leim/quail/latin-ltx.el" "leim/quail/latin-post.el" | 32097 | ;;;;;; "leim/quail/latin-ltx.el" "leim/quail/latin-post.el" "leim/quail/latin-pre.el" |
| 32098 | ;;;;;; "leim/quail/latin-pre.el" "leim/quail/lrt.el" "leim/quail/persian.el" | 32098 | ;;;;;; "leim/quail/lrt.el" "leim/quail/persian.el" "leim/quail/py-punct.el" |
| 32099 | ;;;;;; "leim/quail/py-punct.el" "leim/quail/pypunct-b5.el" "leim/quail/rfc1345.el" | 32099 | ;;;;;; "leim/quail/pypunct-b5.el" "leim/quail/rfc1345.el" "leim/quail/sgml-input.el" |
| 32100 | ;;;;;; "leim/quail/sgml-input.el" "leim/quail/sisheng.el" "leim/quail/slovak.el" | 32100 | ;;;;;; "leim/quail/sisheng.el" "leim/quail/slovak.el" "leim/quail/symbol-ksc.el" |
| 32101 | ;;;;;; "leim/quail/symbol-ksc.el" "leim/quail/thai.el" "leim/quail/tibetan.el" | 32101 | ;;;;;; "leim/quail/thai.el" "leim/quail/tibetan.el" "leim/quail/viqr.el" |
| 32102 | ;;;;;; "leim/quail/viqr.el" "leim/quail/vntelex.el" "leim/quail/vnvni.el" | 32102 | ;;;;;; "leim/quail/vntelex.el" "leim/quail/vnvni.el" "leim/quail/welsh.el" |
| 32103 | ;;;;;; "leim/quail/welsh.el" "loadup.el" "mail/blessmail.el" "mail/mailheader.el" | 32103 | ;;;;;; "loadup.el" "mail/blessmail.el" "mail/mailheader.el" "mail/mspools.el" |
| 32104 | ;;;;;; "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" "mail/rmail-spam-filter.el" | 32104 | ;;;;;; "mail/rfc2368.el" "mail/rfc822.el" "mail/rmail-spam-filter.el" |
| 32105 | ;;;;;; "mail/rmailedit.el" "mail/rmailkwd.el" "mail/rmailmm.el" | 32105 | ;;;;;; "mail/rmailedit.el" "mail/rmailkwd.el" "mail/rmailmm.el" |
| 32106 | ;;;;;; "mail/rmailmsc.el" "mail/rmailsort.el" "mail/rmailsum.el" | 32106 | ;;;;;; "mail/rmailmsc.el" "mail/rmailsort.el" "mail/rmailsum.el" |
| 32107 | ;;;;;; "mail/undigest.el" "mh-e/mh-acros.el" "mh-e/mh-alias.el" | 32107 | ;;;;;; "mail/undigest.el" "mh-e/mh-acros.el" "mh-e/mh-alias.el" |
| @@ -32175,8 +32175,8 @@ Zone out, completely. | |||
| 32175 | ;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el" | 32175 | ;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el" |
| 32176 | ;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el" | 32176 | ;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el" |
| 32177 | ;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-common-fns.el" | 32177 | ;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-common-fns.el" |
| 32178 | ;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (21548 39937 969940 | 32178 | ;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (21568 40785 709844 |
| 32179 | ;;;;;; 896000)) | 32179 | ;;;;;; 391000)) |
| 32180 | 32180 | ||
| 32181 | ;;;*** | 32181 | ;;;*** |
| 32182 | 32182 | ||
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp index ea6c2c6aef1..b650aa2d3d0 100644 --- a/msdos/sed2v2.inp +++ b/msdos/sed2v2.inp | |||
| @@ -70,7 +70,7 @@ | |||
| 70 | /^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ | 70 | /^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ |
| 71 | /^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/ | 71 | /^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/ |
| 72 | /^#undef PENDING_OUTPUT_COUNT/s/^.*$/#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)/ | 72 | /^#undef PENDING_OUTPUT_COUNT/s/^.*$/#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)/ |
| 73 | /^#undef VERSION/s/^.*$/#define VERSION "24.3.94"/ | 73 | /^#undef VERSION/s/^.*$/#define VERSION "24.4"/ |
| 74 | /^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/ | 74 | /^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/ |
| 75 | /^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/ | 75 | /^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/ |
| 76 | /^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/ | 76 | /^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/ |
diff --git a/nt/config.nt b/nt/config.nt index 477363de934..0af6edc7d99 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -1576,7 +1576,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1576 | #undef USG_SUBTTY_WORKS | 1576 | #undef USG_SUBTTY_WORKS |
| 1577 | 1577 | ||
| 1578 | /* Version number of package */ | 1578 | /* Version number of package */ |
| 1579 | #define VERSION "24.3.94" | 1579 | #define VERSION "24.4" |
| 1580 | 1580 | ||
| 1581 | /* Define to 1 if unsetenv returns void instead of int. */ | 1581 | /* Define to 1 if unsetenv returns void instead of int. */ |
| 1582 | #undef VOID_UNSETENV | 1582 | #undef VOID_UNSETENV |
diff --git a/nt/emacs.rc b/nt/emacs.rc index 5d9c5f74643..03975332426 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc | |||
| @@ -11,8 +11,8 @@ Emacs ICON icons/emacs.ico | |||
| 11 | #endif | 11 | #endif |
| 12 | 12 | ||
| 13 | VS_VERSION_INFO VERSIONINFO | 13 | VS_VERSION_INFO VERSIONINFO |
| 14 | FILEVERSION 24,3,94,0 | 14 | FILEVERSION 24,4,0,0 |
| 15 | PRODUCTVERSION 24,3,94,0 | 15 | PRODUCTVERSION 24,4,0,0 |
| 16 | FILEFLAGSMASK 0x3FL | 16 | FILEFLAGSMASK 0x3FL |
| 17 | #ifdef EMACSDEBUG | 17 | #ifdef EMACSDEBUG |
| 18 | FILEFLAGS 0x1L | 18 | FILEFLAGS 0x1L |
| @@ -29,12 +29,12 @@ BEGIN | |||
| 29 | BEGIN | 29 | BEGIN |
| 30 | VALUE "CompanyName", "Free Software Foundation\0" | 30 | VALUE "CompanyName", "Free Software Foundation\0" |
| 31 | VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" | 31 | VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" |
| 32 | VALUE "FileVersion", "24, 3, 94, 0\0" | 32 | VALUE "FileVersion", "24, 4, 0, 0\0" |
| 33 | VALUE "InternalName", "Emacs\0" | 33 | VALUE "InternalName", "Emacs\0" |
| 34 | VALUE "LegalCopyright", "Copyright (C) 2001-2014\0" | 34 | VALUE "LegalCopyright", "Copyright (C) 2001-2014\0" |
| 35 | VALUE "OriginalFilename", "emacs.exe" | 35 | VALUE "OriginalFilename", "emacs.exe" |
| 36 | VALUE "ProductName", "Emacs\0" | 36 | VALUE "ProductName", "Emacs\0" |
| 37 | VALUE "ProductVersion", "24, 3, 94, 0\0" | 37 | VALUE "ProductVersion", "24, 4, 0, 0\0" |
| 38 | VALUE "OLESelfRegister", "\0" | 38 | VALUE "OLESelfRegister", "\0" |
| 39 | END | 39 | END |
| 40 | END | 40 | END |
diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc index c70dd0cb4e1..39ac7521e36 100644 --- a/nt/emacsclient.rc +++ b/nt/emacsclient.rc | |||
| @@ -5,8 +5,8 @@ Emacs ICON icons\emacs.ico | |||
| 5 | #endif | 5 | #endif |
| 6 | 6 | ||
| 7 | VS_VERSION_INFO VERSIONINFO | 7 | VS_VERSION_INFO VERSIONINFO |
| 8 | FILEVERSION 24,3,94,0 | 8 | FILEVERSION 24,4,0,0 |
| 9 | PRODUCTVERSION 24,3,94,0 | 9 | PRODUCTVERSION 24,4,0,0 |
| 10 | FILEFLAGSMASK 0x3FL | 10 | FILEFLAGSMASK 0x3FL |
| 11 | #ifdef EMACSDEBUG | 11 | #ifdef EMACSDEBUG |
| 12 | FILEFLAGS 0x1L | 12 | FILEFLAGS 0x1L |
| @@ -23,12 +23,12 @@ BEGIN | |||
| 23 | BEGIN | 23 | BEGIN |
| 24 | VALUE "CompanyName", "Free Software Foundation\0" | 24 | VALUE "CompanyName", "Free Software Foundation\0" |
| 25 | VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" | 25 | VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" |
| 26 | VALUE "FileVersion", "24, 3, 94, 0\0" | 26 | VALUE "FileVersion", "24, 4, 0, 0\0" |
| 27 | VALUE "InternalName", "EmacsClient\0" | 27 | VALUE "InternalName", "EmacsClient\0" |
| 28 | VALUE "LegalCopyright", "Copyright (C) 2001-2014\0" | 28 | VALUE "LegalCopyright", "Copyright (C) 2001-2014\0" |
| 29 | VALUE "OriginalFilename", "emacsclientw.exe" | 29 | VALUE "OriginalFilename", "emacsclientw.exe" |
| 30 | VALUE "ProductName", "EmacsClient\0" | 30 | VALUE "ProductName", "EmacsClient\0" |
| 31 | VALUE "ProductVersion", "24, 3, 94, 0\0" | 31 | VALUE "ProductVersion", "24, 4, 0, 0\0" |
| 32 | VALUE "OLESelfRegister", "\0" | 32 | VALUE "OLESelfRegister", "\0" |
| 33 | END | 33 | END |
| 34 | END | 34 | END |
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 7213e772931..f972f344a3a 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | # FIXME: This file uses DOS EOLs. Convert to Unix after 22.1 is out | 22 | # FIXME: This file uses DOS EOLs. Convert to Unix after 22.1 is out |
| 23 | # (and remove or replace this comment). | 23 | # (and remove or replace this comment). |
| 24 | 24 | ||
| 25 | VERSION = 24.3.94 | 25 | VERSION = 24.4 |
| 26 | 26 | ||
| 27 | TMP_DIST_DIR = emacs-$(VERSION) | 27 | TMP_DIST_DIR = emacs-$(VERSION) |
| 28 | 28 | ||