| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename ChangeLogs for gitlog-to-changelog...This patch was implemented via the following shell commands:
find * -name ChangeLog |
sed 's,.*,git mv & &.1,
s, lisp/ChangeLog\.1$, lisp/ChangeLog.17,
s, lisp/erc/ChangeLog\.1$, lisp/erc/ChangeLog.09,
s, lisp/gnus/ChangeLog\.1$, lisp/gnus/ChangeLog.3,
s, lisp/mh-e/ChangeLog\.1$, lisp/mh-e/ChangeLog.2,
s, src/ChangeLog\.1$, src/ChangeLog.13,' |
sh
git commit -am"[this commit message]"
| Paul Eggert | 2015-04-07 | 1 | -0/+0 |
* | Fix copyright years by hand...These are dates that admin/update-copyright did not update, or
updated incorrectly. Also, back out the copyright-date change to
doc/misc/texinfo.tex, as upstream hasn't updated that date yet.
| Paul Eggert | 2015-01-01 | 4 | -5/+5 |
* | Update copyright year to 2015...Run admin/update-copyright.
| Paul Eggert | 2015-01-01 | 21 | -21/+21 |
* | Merge from emacs-24; up to 2014-07-28T06:28:15Z!dmantipov@yandex.ru | Glenn Morris | 2014-10-20 | 1 | -0/+4 |
|\ |
|
| * | Add 24.4 release ChangeLog entries | Glenn Morris | 2014-10-20 | 1 | -0/+4 |
| * | Bump version to 24.4...Regenerate ldefs-boot and AUTHORS
| Glenn Morris | 2014-10-16 | 1 | -1/+1 |
| * | Bump version to 24.3.94; regenerate ldefs-boot and AUTHORS | Glenn Morris | 2014-10-01 | 1 | -1/+1 |
* | | Follow-up to renaming v24.5 to 25.1.... README: Bump version to 25.0.50.
configure.ac (AC_INIT): Bump version to 25.0.50.
nt/makefile.w32-in (VERSION): Bump version to 25.0.50.
nt/emacsclient.rc: Bump version to 25.0.50.
nt/emacs.rc: Bump version to 25.0.50.
nt/config.nt (VERSION): Bump version to 25.0.50.
msdos/sed2v2.inp: Bump version to 25.0.50.
etc/refcards/ru-refcard.tex: Bump version to 25.0.50.
etc/refcards/emacsver.tex: Bump version to 25.0.50.
src/msdos.c (internal_terminal_init): Bump version to 25.
doc/man/emacs.1: Bump version to 25.0.50.
doc/emacs/emacsver.texi (EMACSVER): Bump to 20.0.50.
| Eli Zaretskii | 2014-09-29 | 2 | -1/+5 |
* | | Merge from emacs-24; up to 2014-07-02T00:57:53Z!juri@jurta.org | Glenn Morris | 2014-08-27 | 3 | -1/+14 |
|\| |
|
| * | Fix unoptimized build on MSDOS.... msdos/sedlibmk.inp (gl_LIBOBJS): Add execinfo.o. Reported by Juan
Manuel Guerrero <juan.guerrero@gmx.de>.
src/conf_post.h (_GL_EXECINFO_INLINE) [MSDOS]: Don't define.
| Eli Zaretskii | 2014-08-25 | 2 | -1/+7 |
| * | Fix compilation warnings about snprintf in the MSDOS build.... msdos/sed2v2.inp [DJGPP <= 2.03]: Add a prototype for snprintf, to
avoid compilation warning from newer GCC versions that have
snprintf as a built-in. Reported by Juan Manuel Guerrero
<juan.guerrero@gmx.de>.
| Eli Zaretskii | 2014-08-23 | 2 | -0/+9 |
| * | Bump version number to 24.3.93 | Glenn Morris | 2014-08-14 | 1 | -1/+1 |
| * | Bump version to 24.3.92 | Glenn Morris | 2014-06-25 | 1 | -1/+1 |
| * | Bump version to 24.3.91 | Glenn Morris | 2014-05-11 | 1 | -1/+1 |
* | | ChangeLog fixes | Glenn Morris | 2014-08-26 | 1 | -1/+2 |
* | | Minor fixes in the last commit wrt MS-DOS build.... config.bat: Fix EOL format in lines modified by last commit.
msdos/INSTALL: Fix last change.
| Eli Zaretskii | 2014-08-09 | 2 | -1/+5 |
* | | Remove support for DJGPP < 2.02...This also removes some specially-licensed files and lots of accompanying
explanation.
| Reuben Thomas | 2014-08-09 | 6 | -449/+23 |
* | | Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca | Paul Eggert | 2014-04-16 | 11 | -450/+227 |
|\| |
|
| * | Actually commit msdos/sedadmin.inp. | Eli Zaretskii | 2014-04-16 | 1 | -0/+29 |
| * | Fix the MSDOS build.... src/unexcoff.c [MSDOS]: Include libc/atexit.h.
(copy_text_and_data): Zero out the atexit chain pointer before
dumping Emacs.
src/termhooks.h (encode_terminal_code): Update prototype.
src/term.c (encode_terminal_code) [DOS_NT]: Make it externally
visible for all DOS_NT ports, not just WINDOWSNT.
(syms_of_term) [!MSDOS]: Don't define 'tty-menu-*' symbols on MSDOS.
src/sysdep.c (emacs_sigaction_init, init_signals): Don't use SIGCHLD
unless it is defined.
(emacs_pipe) [MSDOS]: Redirect to 'pipe'.
src/process.c (close_on_exec, accept4, process_socket): Move into
the "ifdef subprocesses" part.
(catch_child_signal): Condition by "ifdef subprocesses".
(syms_of_process) <Qinternal_default_process_sentinel>
<Qinternal_default_process_filter>: Condition by "ifdef subprocesses".
src/msdos.h: Add prototypes for new functions.
(EINPROGRESS): Define.
(O_CLOEXEC): Define to zero.
src/msdos.c (check_window_system): Remove unnecessary an
incompatible duplicate function.
(sys_opendir, readlinkat, faccessat, fstatat, unsetenv): New
functions in support of new functionality.
src/menu.c (single_menu_item): Add visual indication of submenu
also for menus on MSDOS frames.
(Fx_popup_menu) [!MSDOS]: Do not call tty_menu_show on MSDOS.
src/lisp.h (CHECK_PROCESS) [!subprocesses]: Do not define
when async subprocesses aren't supported.
src/font.h (FONT_WIDTH) [MSDOS]: MSDOS-specific definition.
src/emacs.c (close_output_streams): Zero out errno before calling
close_stream.
src/dired.c [MSDOS]: Include msdos.h.
src/conf_post.h (opendir) [MSDOS]: Redirect to sys_opendir.
(DATA_START) [MSDOS]: Define.
(SYSTEM_PURESIZE_EXTRA) [MSDOS]: Enlarge by 25K.
src/callproc.c (block_child_signal, unblock_child_signal) [MSDOS]:
Ifdef away for MSDOS.
(record_kill_process) [MSDOS]: Ifdef away the entire body for MSDOS.
(call_process_cleanup) [MSDOS]: Ifdef away portions not relevant
for MSDOS.
(call_process) [MSDOS]: Fix call sequence of dostounix_filename.
Use temporary file template that is compatible with mkostemp.
Move vfork-related portions under #ifndef MSDOS.
(syms_of_callproc): Unify templates of MSDOS and WINDOWSNT.
lisp/term/pc-win.el (x-list-fonts, x-get-selection-value): Provide
doc strings, as required by snarf-documentation.
msdos/sedlisp.inp:
msdos/sedlibmk.inp:
msdos/sedleim.inp:
msdos/sed3v2.inp:
msdos/sed2v2.inp:
msdos/sed1v2.inp: Update Sed scripts for Emacs 24.4.
msdos/inttypes.h: Add PRIdMAX.
msdos/INSTALL: Update for Emacs 24.4.
msdos/sedadmin.inp: New file.
| Eli Zaretskii | 2014-04-16 | 10 | -450/+198 |
| * | Bump version to 24.3.90; regenerate AUTHORS | Glenn Morris | 2014-04-10 | 1 | -1/+1 |
* | | Bump trunk version to 24.4.50.... modified files:
ChangeLog
README
configure.ac
doc/emacs/emacsver.texi
doc/man/emacs.1
msdos/sed2v2.inp
nt/config.nt
nt/emacs.rc
nt/emacsclient.rc
nt/makefile.w32-in
| Eli Zaretskii | 2014-03-21 | 1 | -1/+1 |
|/ |
|
* | ChangeLog fixes | Glenn Morris | 2014-01-21 | 1 | -0/+4 |
* | ChangeLog fixes | Glenn Morris | 2014-01-21 | 1 | -1/+1 |
* | Spelling fixes....* mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
* woman.el (woman-mark-horizontal-position):
Rename from woman-mark-horizonal-position. Use changed.
| Paul Eggert | 2014-01-09 | 1 | -1/+1 |
* | Fix copyright years by hand....These are dates that admin/update-copyright did not update,
or updated incorrectly.
| Paul Eggert | 2014-01-01 | 4 | -8/+8 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 20 | -21/+21 |
* | Automate the procedure for updating copyright year....* admin/merge-gnulib (GNULIB_MODULES): Add update-copyright.
* admin/notes/years: Mention admin/update-copyright.
* admin/update-copyright: New file.
* build-aux/update-copyright: New file.
* make-dist: Distribute it.
* lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
* msdos/autogen/Makefile.in: Update copyright year.
| Paul Eggert | 2013-12-24 | 1 | -3/+1 |
* | * msdos/mainmake.v2: Add missing ChangeLog entry for previous, and fix | Glenn Morris | 2013-11-05 | 2 | -2/+3 |
* | Remove the autogen/ directory...Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00806.html
* autogen: Remove directory. Move update_autogen to admin/.
* autogen.sh: Remove reference to copy_autogen.
* GNUmakefile (configure):
* Makefile.in (bootstrap): Do not try to run copy_autogen.
* config.bat: Use msdos/autogen rather than autogen.
* admin/update_autogen: Move here from ../autogen.
(usage): Update. Remove -l, add -A.
(autogendir): New variable.
(ldefs_flag): Default to set.
(genfiles): Reduce to only ms-dos relevant files.
(main): Make checking autogen sources optional.
Make copying of autogen files optional.
* msdos/autogen/config.in:
* msdos/autogen/Makefile.in: Move here from ../autogen.
* nt/INSTALL: Remove reference to copy_autogen.
* nt/config.nt: Comment.
| Glenn Morris | 2013-11-04 | 4 | -2/+4648 |
* | Use just DOC instead of DOC-nn.mm....* lisp/loadup.el: Just use unversioned DOC.
* Makefile.in (install-doc): DOC file is not version specific any more.
* .bzrignore: Don't ignore DOC-* any more.
* admin/quick-install-emacs: Don't prune DOC-* files a any more.
* doc/lispref/loading.texi (Autoload):
* doc/lispref/help.texi (Documentation Basics, Accessing Documentation)
(Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
* etc/.gitignore: Don't ignore DOC-* any more.
* lib-src/makefile.w32-in ($(DOC)): Use DOC rather than DOC-X.
* msdos/sed1x.inp: Don't rewrite DOC any more.
* nt/makefile.w32-in (clean, top-distclean): DOC-X doesn't exist any more.
* src/Makefile.in (bootstrap-clean): DOC-* doesn't exist any more.
* src/makefile.w32-in (DOC): Use just "DOC".
| Stefan Monnier | 2013-05-15 | 2 | -1/+5 |
* | * sedlibmk.inp: Sync with changes in lib/Makefile.in....(HAVE_SECURE_GETENV, GNULIB_SECURE_GETENV): Edit to appropriate values.
| Paul Eggert | 2013-02-08 | 2 | -0/+7 |
* | Merge from emacs-24; up to 2012-12-06T07:33:20Z!rgm@gnu.org | Glenn Morris | 2013-01-02 | 3 | -3/+3 |
|\ |
|
| * | Add 2013 to another copyright range | Glenn Morris | 2013-01-02 | 1 | -1/+1 |
| * | Add 2013 to yet more FSF copyright years | Glenn Morris | 2013-01-02 | 1 | -1/+1 |
| * | Add 2013 to more copyright years | Glenn Morris | 2013-01-02 | 1 | -1/+1 |
* | | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 18 | -18/+20 |
|\| |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 18 | -18/+20 |
* | | Merge from emacs-24; up to 2012-12-05T00:13:56Z!yamaoka@jpl.org | Glenn Morris | 2012-12-30 | 2 | -1/+6 |
|\| |
|
| * | MS-DOS followup for 2012-12-04T21:17:30Z!monnier@iro.umontreal.ca.... msdos/sed1v2.inp (TEMACS_LDFLAGS2): Remove editing.
(LIBS_GNUSTEP): Edit to empty.
| Eli Zaretskii | 2012-12-30 | 2 | -1/+6 |
| * | Bump version to 24.2.91....Regenerate ldefs-boot.el and AUTHORS.
| Chong Yidong | 2012-12-15 | 1 | -1/+1 |
* | | Merge from emacs-24; up to 2012-11-23T06:23:28Z!cyd@gnu.org | Glenn Morris | 2012-12-02 | 2 | -0/+11 |
|\| |
|
| * | Fix the MSDOS build.... msdos/sed1v2.inp: Dump emacs.exe and copy to b-emacs.exe before
generating leim-list.el.
| Eli Zaretskii | 2012-12-01 | 2 | -0/+11 |
| * | Bump version to 24.2.90....Regenerate AUTHORS and ldefs-boot.el.
| Chong Yidong | 2012-11-24 | 1 | -1/+1 |
* | | Remove HAVE_MOUSE; see https://lists.gnu.org/archive/html/emacs-devel/2012-10......* configure.ac (HAVE_MOUSE): Remove.
* admin/CPP-DEFINES (HAVE_MOUSE): Remove.
* msdos/sed2v2.inp (HAVE_MOUSE): Remove.
* nt/config.nt (HAVE_MOUSE): Remove.
* src/keyboard.c (HAVE_MOUSE):
* src/frame.c (HAVE_MOUSE): Remove, and rewrite code as if HAVE_MOUSE
were always defined.
| Ken Brown | 2012-11-24 | 2 | -1/+4 |
* | | Merge from emacs-24; up to 2012-11-03T05:11:34Z!dmantipov@yandex.ru | Glenn Morris | 2012-11-03 | 4 | -19/+30 |
|\| |
|
| * | Adapt the MSDOS build to the latest changes on mainline. | Eli Zaretskii | 2012-11-03 | 4 | -19/+30 |
* | | Bump version to 24.3.50 | Chong Yidong | 2012-11-02 | 1 | -1/+1 |
|/ |
|
* | Fix the MSDOS configury due to changes in 2012-10-08T08:23:13Z!dancol@dancol....... msdos/sed1v2.inp (W32_LIBS, W32_OBJ): Edit to empty.
| Eli Zaretskii | 2012-10-08 | 2 | -0/+6 |
* | Merge from gnulib. | Paul Eggert | 2012-10-04 | 2 | -0/+6 |