aboutsummaryrefslogtreecommitdiffstats
path: root/nt/emacs.rc
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs-24; up to 2014-04-04T23:31:[email protected]Glenn Morris2014-04-101-3/+1
|\
| * Bump version to 24.3.90; regenerate AUTHORSGlenn Morris2014-04-101-4/+4
| |
| * Revert most of the recent change involving manifests on Cygwin. (Bug#17176)Ken Brown2014-04-091-3/+1
| | | | | | | | | | | | | | * 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.
* | Merge from emacs-24; up to 2014-04-01T20:18:[email protected]Daniel Colascione2014-04-071-1/+3
|\|
| * Don't use manifest on Cygwin. (Bug#17176)Ken Brown2014-04-031-1/+3
| | | | | | | | | | | | | | * 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.
* | Bump trunk version to 24.4.50.Eli Zaretskii2014-03-211-4/+4
|/ | | | | | | | | | | | | | 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
* Fix copyright years by hand.Paul Eggert2014-01-011-2/+1
| | | | | These are dates that admin/update-copyright did not update, or updated incorrectly.
* Fix icon for the cygw32 build on 64-bit Cygwin. (Bug#12993)Ken Brown2013-04-081-1/+1
| | | | | | | * nt/emacs.rc: Use 64-bit manifest for 64-bit Cygwin build. * configure.ac (W32_RES_LINK): Remove unnecessary linker directive `-Wl,-bpe-i386', which is confusing in the 64-bit case.
* Merge from emacs-24; up to 2012-12-06T07:33:[email protected]Glenn Morris2013-01-021-1/+1
|\
| * Add 2013 to more copyright yearsGlenn Morris2013-01-021-1/+1
| |
| * Bump version to 24.2.91.Chong Yidong2012-12-151-4/+4
| | | | | | | | Regenerate ldefs-boot.el and AUTHORS.
| * Move fix for bug#12993 to trunkDaniel Colascione2012-12-101-2/+2
| |
* | Move fix for cygw32 icon issue from emacs-24 branch to trunk as Stefan ↵Daniel Colascione2012-12-101-2/+2
|\| | | | | | | Monnier requests
| * Compile Windows resources into cygw32 EmacsDaniel Colascione2012-12-091-2/+2
| |
| * Bump version to 24.2.90.Chong Yidong2012-11-241-4/+4
| | | | | | | | Regenerate AUTHORS and ldefs-boot.el.
* | Bump version to 24.3.50Chong Yidong2012-11-021-4/+4
|/
* Support x64 build on MS-Windows with MSVC.Fabrice Popineau2012-09-301-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/w32term.h (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK): Define for x64. (SET_SCROLL_BAR_W32_WINDOW): Cast ID to intptr_t, for compatibility with x64. src/w32term.c (w32_draw_underwave): Don't use GCC extensions for defining an XRectangle structure. src/w32proc.c (RVA_TO_PTR, w32_executable_type): Fix pointer arithmetics for compatibility with x64. src/w32menu.c (add_menu_item): Use UINT_PTR instead of UINT, for compatibility with x64. src/w32heap.h: Adjust prototypes and declarations. src/w32heap.c (RVA_TO_PTR, allocate_heap, sbrk, init_heap) (round_heap): Use DWORD_PTR, ptrdiff_t and size_t instead of DWORD, long, and unsigned long, for compatibility with x64. (allocate_heap) [_WIN64]: Reserve 32GB of memory. (sbrk): Argument is now of type ptrdiff_t. src/w32fns.c (HMONITOR): Condition declaration on _WIN32_WINNT being less than 0x0500. (w32_msg_pump): Use WPARAM type for 'result'. src/w32.c (init_environment, get_emacs_configuration): Support AMD64 architecture. (init_ntproc): Cast arguments of _open_osfhandle to intptr_t, for compatibility with x64. src/vm-limit.c (lim_data): Now size_t. (check_memory_limits): Adjust prototypes of real_morecore and __morecore to receive argument of type ptrdiff_t. Use size_t for five_percent and data_size. src/unexw32.c: Use DWORD_PTR instead of DWORD for file-scope variables, for compatibility with x64. (rva_to_section, offset_to_section, relocate_offset) (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET) (PTR_TO_RVA, RVA_TO_PTR, OFFSET_TO_PTR, get_section_info) (copy_executable_and_dump_data): Use DWORD_PTR instead of DWORD for compatibility with x64. src/sysdep.c (STDERR_FILENO): Define if not already defined. src/ralloc.c (real_morecore): Argument type is now ptrdiff_t. (__morecore): Argument type is now ptrdiff_t. (ROUNDUP, MEM_ROUNDUP): Use size_t instead of 'unsigned long'. (relinquish): Use ptrdiff_t type for 'excess'. (r_alloc_sbrk): Argument type is now ptrdiff_t. src/makefile.w32-in (HEAPSIZE): Get value from EMACS_HEAPSIZE. (bootstrap-temacs-CMD, bootstrap-temacs-SH): Use $(EMACS_PURESIZE) instead of a literal number. src/gmalloc.c [WINDOWSNT]: Include w32heap.h. (min): Define only if not already defined. src/frame.c (x_report_frame_params): Use EMACS_UINT for the return value of FRAME_X_WINDOW, to fit a 64-bit pointer on 64-bit Windows hosts. src/image.c (x_bitmap_pixmap): Return ptrdiff_t, not int, since 'bitmaps' is a pointer. src/dispextern.h (x_bitmap_pixmap): Adjust prototype. src/alloc.c (gdb_make_enums_visible): Now conditional on __GNUC__. nt/makefile.w32-in ($(TRES)): Use $(EMACS_MANIFEST). nt/inc/sys/socket.h: Don't map Winsock error codes to standard ones that are already defined. nt/inc/ms-w32.h (EMACS_INT, EMACS_UINT, EMACS_INT_MAX, PRIuMAX) (pI, _INTPTR) [_MSC_VER]: Fix definitions for MSVC. [_MSC_VER]: Add pragmas to suppress some MSVC warnings. nt/preprep.c (pfnCheckSumMappedFile, rva_to_section) (offset_to_section, relocate_offset, OFFSET_TO_RVA) (RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET, PTR_TO_RVA) (OFFSET_TO_PTR, ROUND_UP, ROUND_DOWN) (copy_executable_and_move_sections, ADJUST_IMPORT_RVA, main): Use DWORD_PTR instead of DWORD for compatibility with x64. nt/nmake.defs: Support AMD64. (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST): New macros. nt/gmake.defs: (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST): New macros. nt/addsection.c (pfnCheckSumMappedFile, rva_to_section) (offset_to_section, relocate_offset, OFFSET_TO_RVA) (RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET, PTR_TO_RVA) (OFFSET_TO_PTR, ROUND_UP, ROUND_DOWN) (copy_executable_and_add_section, main): Use DWORD_PTR instead of DWORD, for compatibility with x64. nt/emacs-x64.manifest: New file. nt/emacs-x86.manifest: Renamed from emacs.manifest. lib-src/ntlib.c (gettimeofday): Copy from src/w32.c. lib/gettime. needs this function.
* Bump version to 24.2.50Chong Yidong2012-08-151-4/+4
|
* Bump trunk version to 24.1.50.Glenn Morris2012-04-071-4/+4
| | | | | | | | | | | | | | | | | | | * README, configure.in (AC_INIT): Bump version to 24.1.50. * doc/emacs/emacsver.texi (EMACSVER): Bump version to 24.1.50. * doc/man/emacs.1: Bump version to 24.1.50. * msdos/sed2v2.inp: Bump version to 24.1.50. * nextstep/Cocoa/Emacs.base/Contents/Info.plist: * nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings: * nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist: * nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop: Bump version to 24.1.50. * nt/config.nt, nt/makefile.w32-in, nt/emacs.rc, nt/emacsclient.rc: Bump version to 24.1.50.
* Bump version to 24.0.95.Chong Yidong2012-04-021-4/+4
| | | | Regenerate AUTHORS and ldefs-boot.el.
* Bump version to 24.0.94Chong Yidong2012-02-271-4/+4
|
* Bump version to 24.0.93.Chong Yidong2012-01-291-4/+4
| | | | Regenerate AUTHORS and ldefs-boot.el.
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Bump version to 24.0.92.Chong Yidong2011-12-011-4/+4
| | | | Regenerate AUTHORS and ldefs-boot.el.
* Bump version to 24.0.91.Chong Yidong2011-10-311-4/+4
| | | | Regenerate AUTHORS and ldefs-boot.el.
* Bump version to 24.0.90.Chong Yidong2011-09-251-4/+4
| | | | Regenerate AUTHORS and ldefs-boot.el.
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
| * Bump version to 23.2.91.Chong Yidong2010-12-101-4/+4
| | | | | | | | Regenerate configure and ldefs-boot.el.
| * Bump version to 23.2.90.Chong Yidong2010-11-081-4/+4
| | | | | | | | Regenerate AUTHORS, configure, and ldefs-boot.el.
| * Bump version to 23.2.50.Chong Yidong2010-05-081-4/+4
| |
| * Bump version to 23.2.Chong Yidong2010-05-071-4/+4
| |
| * Bump version to 23.1.97.Chong Yidong2010-05-031-4/+4
| |
| * Bump version to 23.1.96.Chong Yidong2010-04-191-4/+4
| |
| * Bump version to 23.1.95.Chong Yidong2010-04-021-4/+4
| |
| * Bump version to 23.1.94 and regenerate ldefs-boot.el.Chong Yidong2010-03-101-4/+4
| |
* | Bump version to 24.0.50.Chong Yidong2010-03-101-4/+4
|/
* Bump version to 23.1.93; regenerate AUTHORS.Chong Yidong2010-02-261-4/+4
|
* Bump version to 23.1.92.Chong Yidong2010-01-291-4/+4
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Bump version to 23.1.91. Regenerate AUTHORS and ldefs-boot.el.Chong Yidong2009-12-301-4/+4
|
* Bump version to 23.1.90.Chong Yidong2009-12-091-4/+4
|
* Bump version to 23.1.50.Chong Yidong2009-06-211-4/+4
|
* Bump version number to 23.0.95.Chong Yidong2009-06-191-4/+4
|
* Bump version to 23.0.94.Chong Yidong2009-05-231-4/+4
|
* Bump version to 23.0.93.Chong Yidong2009-05-011-4/+4
|
* Bump version to 23.0.92.Chong Yidong2009-03-311-4/+4
|
* Bump version to 23.0.91.Chong Yidong2009-02-261-4/+4
|
* Bump version to 23.0.90.Chong Yidong2009-02-011-4/+4
|