summaryrefslogtreecommitdiff
path: root/nt
Commit message (Collapse)AuthorAge
* Bump version to 24.4.91emacs-24.4.91Nicolas Petton2015-03-08
|
* Improve MS-Windows build instructions (Bug#19989)Eli Zaretskii2015-03-07
| | | | | nt/INSTALL: Add some more installation instructions for mingw-get users.
* Spelling fixesPaul Eggert2015-02-21
|
* Backport fix for bug#18745 from master.Noam Postavsky2015-02-10
| | | | | nt/cmdproxy.c (batch_file_p): New function. (spawn): If calling a quoted batch file pass NULL for progname.
* Fix invocation of commands whose file name includes extension (Bug#19817)Eli Zaretskii2015-02-10
| | | | | | | | | nt/cmdproxy.c (get_next_token): Don't make backslashes disappear without a trace when they are not followed by a quote. (search_dir): Support searching programs whose file name already has an arbitrary extension. (main): When passing a command line to the shell, use cmd.exe rules for quoting command-line tail.
* Bump version to 24.4.90emacs-24.4.90Nicolas Petton2015-02-04
|
* Fix copyright years by handPaul Eggert2015-01-01
| | | | | These are dates that admin/update-copyright did not update, or updated incorrectly.
* Update copyright year to 2015Paul Eggert2015-01-01
| | | | Run admin/update-copyright.
* Spelling fixesPaul Eggert2014-12-28
|
* Fix white-space problems in ChangeLogs.Paul Eggert2014-11-24
|
* .gitignore cleanup.Paul Eggert2014-11-17
| | | | | | | | | | | | | | | | | | | * .gitignore: Merge contents of subsidiary files and organize the result so as to avoid duplication. Remove no-longer needed entries. * admin/charsets/.gitignore, admin/unidata/.gitignore: * doc/lispintro/.gitignore, etc/.gitignore, leim/.gitignore: * leim/ja-dic/.gitignore, lib-src/.gitignore, lisp/.gitignore: * lisp/calc/.gitignore, lisp/calendar/.gitignore: * lisp/cedet/.gitignore, lisp/emulation/.gitignore: * lisp/erc/.gitignore, lisp/eshell/.gitignore, lisp/gnus/.gitignore: * lisp/international/.gitignore, lisp/language/.gitignore: * lisp/leim/.gitignore, lisp/leim/quail/.gitignore: * lisp/mail/.gitignore, lisp/mh-e/.gitignore, lisp/net/.gitignore: * lisp/nxml/.gitignore, lisp/obsolete/.gitignore: * lisp/play/.gitignore, lisp/progmodes/.gitignore: * lisp/term/.gitignore, lisp/textmodes/.gitignore: * lisp/url/.gitignore, nt/.gitignore, src/.gitignore: Remove; no longer needed.
* Define MINGW_W64 and use it instead of _W64Oscar Fuentes2014-11-17
| | | | | | | | | | | | | | | | | | | ... for detecting MinGW-w64. _W64 is not specific of MinGW-w64, it is defined for compatibility with MS VC++. * nt/inc/ms-w32.h: Define MINGW_W64. * admin/CPP-DEFINES: Mention MINGW_W64. * nt/addpm.c: Use it. * nt/addsection.c: Use it. * nt/preprep.c: Use it. * src/w32.c: Use MINGW_W64 instead of _W64 * src/w32term.c: Likewise.
* Backport changes in preparation for git migration from trunk.Eric S. Raymond2014-10-31
| | | | | | | | | | | | admin: Changes in several documents. autogen.sh: Neutralize language specific to a repository type. doc/misc/efaq-w32.texi: Neutralized language specific to a repository type. doc/misc/gnus-coding.txt: Neutralized language specific to a repository type. lisp/Makefile.in: Change some production names so they're neutral about the repository type.
* * README.W32 (Preliminaries): Don't assume that this file is atDani Moncayo2014-10-26
| | | | | | | the top level. (Setting up Emacs): Minor rewording to be more accurate. Backported from trunk.
* * configure.ac: Bump version to 24.4.51 to avoid ambiguity with the oldStefan Monnier2014-10-22
| | | | trunk's 24.4.50.
* Bump Emacs version to 24.4.50.Eli Zaretskii2014-10-21
|
* Add 24.4 release ChangeLog entriesemacs-24.4Glenn Morris2014-10-20
|
* Bump version to 24.4Glenn Morris2014-10-16
| | | | Regenerate ldefs-boot and AUTHORS
* Doc tweaksGlenn Morris2014-10-08
| | | | | | | | | | | | * doc/lispref/frames.texi (Multiple Terminals): Copyedits. * lisp/frame.el (display-monitor-attributes-list): Doc tweaks. * nt/README.W32, src/ChangeLog.10, src/w32term.c: Standardize on "taskbar" rather than "task bar", since that is what most references seem to use; e.g. http://en.wikipedia.org/wiki/Taskbar http://windows.microsoft.com/en-us/windows7/products/features/windows-taskbar
* Bump version to 24.3.94; regenerate ldefs-boot and AUTHORSemacs-24.3.94Glenn Morris2014-10-01
|
* Bump version number to 24.3.93Glenn Morris2014-08-14
|
* Bump version to 24.3.92Glenn Morris2014-06-25
|
* nt/INSTALL: Instructions how to start Bash.Eli Zaretskii2014-06-04
|
* Bump version to 24.3.91Glenn Morris2014-05-11
|
* nt/INSTALL: Minor rearrangement of text for clarity.Eli Zaretskii2014-05-08
|
* Fix bug #17334 with overrunning string bounds when PATH is broken.Eli Zaretskii2014-04-26
| | | | | nt/cmdproxy.c (make_absolute): Don't copy more characters from PATH than a single directory name can hold.
* Fix redefinition warning in MinGW64 build.Eli Zaretskii2014-04-21
| | | | | nt/inc/ms-w32.h (lseek): Define only if not already a macro. Suggested by Fabrice Popineau <fabrice.popineau@gmail.com>.
* Bump version to 24.3.90; regenerate AUTHORSGlenn Morris2014-04-10
|
* Revert most of the recent change involving manifests on Cygwin. (Bug#17176)Ken Brown2014-04-09
| | | | | | | * configure.ac (EMACS_MANIFEST): Revert last change (but leave UPDATE_MANIFEST empty). * nt/emacs.rc: Revert last change. * src/Makefile.in (EMACS_MANIFEST): Revert last change.
* Don't use manifest on Cygwin. (Bug#17176)Ken Brown2014-04-03
| | | | | | | * nt/emacs.rc: Don't use manifest on Cygwin. * configure.ac (EMACS_MANIFEST, UPDATE_MANIFEST): Leave these variables empty on Cygwin. * src/Makefile.in (EMACS_MANIFEST): Update comment.
* nt/INSTALL: Minor fixes.Eli Zaretskii2014-03-30
|
* */ChangeLog: Trivial fixes.Juanma Barranquero2014-03-03
|
* * nt/INSTALL: Prefix must be absolute.Glenn Morris2014-02-17
|
* nt/Makefile.in: Follow up to previous change.Juanma Barranquero2014-02-17
| | | | | | | nt/Makefile.in (install): Create destination directory before copying README.W32, and use ${datadir} to refer to the file. Fixes: debbugs:16772
* nt/Makefile.in: Fix bug#16772.Juanma Barranquero2014-02-17
| | | | | * nt/Makefile.in (install): Create destination directory before copying README.W32.
* Copy README.W32 when installing Windows build (bug#14757).Juanma Barranquero2014-02-13
| | | | | | | | * Makefile.in (install-nt): Also pass datadir. * nt/Makefile.in (datarootdir, datadir, INSTALL_DATA): Declare. (install): Copy README.W32 to $(datadir)/emacs/$(version). (uninstall): Remove README.W32.
* Fix bug #14762 with insufficient and outdated w32 installation documentation.Eli Zaretskii2014-02-08
| | | | | | nt/INSTALL: Update for Emacs 24.4. nt/README: Update for Emacs 24.4. nt/README.W32: Update and improve instructions.
* * README.W32: Say what GnuTLS and libxml2 does.Lars Ingebrigtsen2014-02-07
|
* Fix file name handling on MS-Windows 9X.Eli Zaretskii2014-01-18
| | | | | | | | | | | | | | | | | src/w32.c (maybe_load_unicows_dll): New function. src/emacs.c (main) [WINDOWSNT]: Call maybe_load_unicows_dll early on, to make sure we can convert file names to and from UTF-8 on Windows 9X. This fixes a failure to start up because Emacs cannot find term/w32-win.el. Reported by oslsachem <oslsachem@gmail.com>. src/w32font.c [WINDOWSNT]: Include w32.h. (w32_load_unicows_or_gdi32): Call maybe_load_unicows_dll, instead of implementing the same stuff. Remove now unused g_b_init_is_windows_9x. src/w32.h (maybe_load_unicows_dll): Add prototype. nt/runemacs.c (ensure_unicows_dll): Don't tell in the message box that "emacs -nw" can do without UNICOWS.DLL on Windows 9X. See w32.c:maybe_load_unicows_dll and its callers for the reason.
* ChangeLog fixesGlenn Morris2014-01-16
|
* Spelling fixes.Paul Eggert2014-01-15
|
* ChangeLog fixesGlenn Morris2014-01-15
|
* Fix MS-Windows build with MinGW runtime 4.x.Claudio Bley2014-01-11
| | | | | nt/inc/sys/stat.h (_WSTAT_DEFINED): Define, to avoid compilation failures when wchar.h is included.
* Fix minor build problems related to MinGW64.Fabrice Popineau2014-01-11
| | | | | | | | | configure.ac: Read $srcdir/nt/mingw-cfg.site when $MSYSTEM is "MINGW64" as well. nt/inc/ms-w32.h (pthread_sigmask): Undefine if defined, for MinGW64. src/unexw32.c (_start) [__MINGW64__]: Define to __start.
* ChangeLog fixesGlenn Morris2014-01-10
|
* Spelling fixes.Paul Eggert2014-01-09
| | | | | | * 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.
* Clean up unnecessary references to Bazaar. Documentation changes only.Eric S. Raymond2014-01-08
|
* Rename INSTALL.BZR to UNSTALL.REPOm and carry that through in other files.Eric S. Raymond2014-01-08
|
* Fix copyright years by hand.Paul Eggert2014-01-01
| | | | | These are dates that admin/update-copyright did not update, or updated incorrectly.
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
|