aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/makefile.w32-in
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 23.0.91.Chong Yidong2009-02-261-1/+1
|
* Bump version to 23.0.90.Chong Yidong2009-02-011-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* * makefile.w32-in ($(BLD)/sorted-doc.$(O)): Remove spurious backslash.Juanma Barranquero2008-10-291-1/+1
| | | | Reported by Guillaume Conjat <[email protected]>.
* (OTHER_PLATFORM_SUPPORT): Remove ccl.elc and codepage.elc.Eli Zaretskii2008-09-301-2/+0
|
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mactoolbox.c: * macterm.h: * macterm.c: * macselect.c: * macmenu.c: * macgui.h: * macfns.c: * mac.c: Remove file. * s/darwin.h: * m/intel386.h: * xfaces.c: * xdisp.c: * window.c: * tparam.c: * termhooks.h: * termcap.c: * term.c: * syssignal.h: * sysselect.h: * sysdep.c: * process.c: * lread.c: * lisp.h: * keyboard.c: * image.c: * fringe.c: * frame.h: * frame.c: * fontset.c: * font.h: * font.c: * fns.c: * fileio.c: * emacs.c: * dispnew.c: * dispextern.h: * config.in: * atimer.c: * Makefile.in: Remove code for Carbon * erc.el: Remove code for Carbon. Remove support for Mac Carbon. * term/mac-win.el: Remove file * international/mule-cmds.el: * version.el: * startup.el: * simple.el: * mwheel.el: * mouse.el: * loadup.el: * isearch.el: * info.el: * frame.el: * faces.el: * disp-table.el: * cus-start.el: * cus-face.el: * cus-edit.el: * Makefile.in: Remove code for Carbon. Remove support for Mac Carbon. * makefile.w32-in: * emacsclient.c: Remove code for Carbon. * PROBLEMS: * MACHINES: Remove mentions of Mac Carbon. * ns-emacs.texi: * faq.texi: Remove mentions of Mac Carbon. * os.texi: * frames.texi: * display.texi: Remove mentions of Mac Carbon. * xresources.texi: Remove mentions of Mac Carbon. * make-tarball.txt: * admin.el: * FOR-RELEASE: * CPP-DEFINES: Remove mentions of Mac Carbon. Remove support for Mac Carbon. * mac: Remove directory. * make-dist: * configure.in: * README: * Makefile.in: * INSTALL: Remove code for Carbon. * configure: Regenerate.
* * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove vmsproc.el and vms-patch.el.Juanma Barranquero2008-07-051-2/+0
|
* * src/Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.Juanma Barranquero2008-06-261-1/+1
| | | | * lib-src/makefile.w32-in (obj): Remove w32bdf.o.
* (lisp2): Add minibuffer.elc.Juanma Barranquero2008-05-301-0/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-091-20/+18
|
* Renamed lisp/epa-file-hook.el to lisp/epa-hook.el.Eli Zaretskii2008-05-081-1/+1
|
* (lisp2): Add epa-file-hook.elc, to track the corresponding changeEli Zaretskii2008-05-031-0/+1
| | | | in src/Makefile.in.
* Merge from emacs--rel--22Miles Bader2008-04-231-5/+6
|\ | | | | | | Revision: [email protected]/emacs--devo--0--patch-1121
| * (CLIENTRES): New variable and target.Jason Rumney2008-04-101-5/+6
| | | | | | | | | | (TRES): Remove. ($(BLD)/emacsclientw.exe): Use $(CLIENTRES) instead of $(TRES).
| * Bump version to 22.2.50.Chong Yidong2008-03-261-1/+1
| |
| * Bump version to 22.2Chong Yidong2008-03-261-1/+1
| |
| * Bump to version 22.1.92Chong Yidong2008-03-071-1/+1
| |
| * Bump version to 22.1.91.Chong Yidong2008-02-191-1/+1
| |
| * Bump version number to 22.1.90.Chong Yidong2008-01-301-1/+1
| |
* | (distclean, maintainer-clean): New targets.Jason Rumney2008-04-091-0/+6
| |
* | (VERSION): Set to 23.0.60.Glenn Morris2008-03-131-1/+1
| |
* | (MOUSE_SUPPORT): Remove duplicate tooltip.elc.Jason Rumney2008-02-231-15/+18
| | | | | | | | | | | | | | (MSDOS_SUPPORT, VMS_SUPPORT): Remove. (OTHER_PLATFORM_SUPPORT): Replace above. Add X specific files too. (lisp2): Add new languages. ($(DOC)): Use OTHER_PLATFORM_SUPPORT.
* | (lisp2): Remove devanagari.el, kannada.el,Juanma Barranquero2008-02-221-4/+1
| | | | | | | | malayalam.el, and tamil.el. Add sinhala.el.
* | (lisp1): Use (), not {}.Jason Rumney2008-02-041-1/+1
| |
* | Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\ \ | | | | | | | | | Revision: [email protected]/emacs--unicode--0--patch-312
| * | Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
| |\| | | | | | | | | | Revision: [email protected]/emacs--devo--0--patch-987
| | * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| | |
* | | Merge from emacs--devo--0Miles Bader2007-12-061-2/+2
|\| | | | | | | | | | | Revision: [email protected]/emacs--unicode--0--patch-294
| * | (VMS_SUPPORT): No longer byte-compiled.Jason Rumney2007-11-281-1/+1
| | |
* | | Merge from emacs--devo--0Miles Bader2007-11-111-2/+2
|\| | | | | | | | | | | Revision: [email protected]/emacs--unicode--0--patch-283
| * | * makefile.w32-in (obj): Remove sunfns.o.Dan Nicolaescu2007-11-011-1/+1
| | | | | | | | | | | | | | | | | | * makefile.MPW (SOME_MACHINE_OBJECTS): Remove sunfns.o. * Makefile.in: Remove references to sunfns.c and sunfns.o.
| * | (obj): Remove abbrev.o.Juanma Barranquero2007-10-281-1/+1
| | |
* | | (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions.Jason Rumney2007-10-201-20/+43
| | | | | | | | | | | | | | | (WINNT_SUPPORT): Add term/w32-win.elc. (lisp1, lisp2): Sync with lisp in src/Makefile.in.
* | | (obj): Sync with src/Makefile.inJason Rumney2007-10-201-4/+5
| | |
* | | Merge from emacs--devo--0Miles Bader2007-10-111-3/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 866-879) - Merge multi-tty branch - Update from CVS - Merge from emacs--rel--22 Revision: [email protected]/emacs--unicode--0--patch-257
| * | Merge from emacs--rel--22Miles Bader2007-10-091-2/+2
| |\| | | | | | | | | | Revision: [email protected]/emacs--devo--0--patch-875
| | * (emacsclient, emacsclientw): Link to COMCTL32.Jason Rumney2007-09-271-2/+2
| | |
| * | Increase version to 23.0.50.Glenn Morris2007-08-291-1/+1
| | |
| * | (VERSION): Set back to 22.1.50 following inadvertent bump in multi-ttyGlenn Morris2007-08-291-1/+1
| | | | | | | | | | | | merge.
| * | Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 824-838) - Update from CVS - Merge from emacs--rel--22 - Remove lisp/erc/erc-nicklist.el - Update some .arch-inventory files - Fix void function definition error in cus-edit.el - Restore lisp/emacs-lisp/cl-loaddefs.el * emacs--rel--22 (patch 70-83) - Update from CVS - Remove lisp/erc/erc-nicklist.el - Update some .arch-inventory files - Indicate that emacs--devo--0--patch-834 does not need to be applied - Merge from gnus--rel--5.10 - Restore lisp/emacs-lisp/cl-loaddefs.el * gnus--rel--5.10 (patch 239-241) - Merge from emacs--devo--0 - Update from CVS Revision: [email protected]/emacs--multi-tty--0--patch-28
| * | Merge from emacs--devo--0Miles Bader2007-07-241-1/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 814-823) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 59-69) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 237-238) - Update from CVS Revision: [email protected]/emacs--multi-tty--0--patch-26
| * | | * emacsclient.c (decode_options): Don't use a tty on windows.Dan Nicolaescu2007-05-161-1/+1
| | | | | | | | | | | | | | | | * makefile.w32-in (VERSION): Update.
* | | | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 824-831) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 70-74) - Update from CVS Revision: [email protected]/emacs--unicode--0--patch-238
| * | | Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| | | |
| * | | (clean): Don't delete *~.Eli Zaretskii2007-07-201-1/+3
| | | |
| * | | Bump version number to 22.1.50.Chong Yidong2007-06-041-1/+1
| | | |
| * | | Increment version number to 22.1.Chong Yidong2007-06-021-1/+1
| | | |
| * | | Bump version to 22.0.990Chong Yidong2007-05-171-1/+1
| | | |
| * | | Bump version to 22.0.99.Chong Yidong2007-04-241-1/+1
| | | |
* | | | Merge from emacs--devo--0Miles Bader2007-07-181-1/+3
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 814-815) - Update from CVS Revision: [email protected]/emacs--unicode--0--patch-232