Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (OTHER_FILES): Edit to empty. | Eli Zaretskii | 2009-09-17 | 2 | -0/+5 |
| | |||||
* | (bootstrap): Ensure enough environment space will be available | Eli Zaretskii | 2009-09-11 | 2 | -1/+6 |
| | | | | to run config.bat. | ||||
* | (buildobj.h): Replace "echo" with "djecho". | Eli Zaretskii | 2009-08-27 | 2 | -0/+5 |
| | |||||
* | Mention probloems with long directory names under `nextstep'. | Eli Zaretskii | 2009-07-25 | 1 | -9/+17 |
| | |||||
* | Add "Branch for 23.1" ChangeLog entry. | Chong Yidong | 2009-06-21 | 1 | -0/+4 |
| | |||||
* | (src) <gdb.ini>: Don't replace the line with x_error_quitter; instead | Eli Zaretskii | 2009-04-14 | 2 | -1/+9 |
| | | | | | append "set environment NAME" to the end. Set NAME and USERNAME in the environment to the same value. | ||||
* | *** empty log message *** | Eli Zaretskii | 2009-02-28 | 1 | -1/+1 |
| | |||||
* | (boot): Don't require b-emacs.exe if not building out of CVS. | Eli Zaretskii | 2009-02-28 | 2 | -1/+12 |
| | |||||
* | Mention the MS-DOS section in etc/PROBLEMS. | Eli Zaretskii | 2009-02-24 | 1 | -0/+4 |
| | |||||
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 18 | -19/+19 |
| | |||||
* | Add arch tagline | Miles Bader | 2008-12-21 | 1 | -0/+1 |
| | |||||
* | Document the problems on Windows Vista and the --with-system-malloc option | Eli Zaretskii | 2008-12-19 | 2 | -0/+26 |
| | | | | to config.bat. | ||||
* | New file. | Eli Zaretskii | 2008-12-19 | 1 | -0/+24 |
| | |||||
* | Fix typos. | Juanma Barranquero | 2008-12-02 | 1 | -1/+1 |
| | |||||
* | (misc): New target. | Eli Zaretskii | 2008-11-21 | 2 | -3/+8 |
| | | | | (all, info): Depend on `misc'. | ||||
* | (src): Move removal of src/bootlisp after recursing into `lisp'. | Eli Zaretskii | 2008-11-15 | 2 | -1/+4 |
| | |||||
* | Update the list of utilities needed by lisp/Makefile and for bootstrapping. | Eli Zaretskii | 2008-11-15 | 2 | -1/+28 |
| | |||||
* | Edit out Unixy shell features in maintainer-clean targets in doc/ Makefiles. | Eli Zaretskii | 2008-11-15 | 1 | -0/+3 |
| | |||||
* | Don't convert *.el files to Unix text format, and don't copy ldefs-boot.el | Eli Zaretskii | 2008-11-15 | 1 | -3/+0 |
| | | | | into loaddefs.el. | ||||
* | Create bootlisp when bootstrapping b-emacs.exe. | Eli Zaretskii | 2008-11-15 | 1 | -1/+6 |
| | |||||
* | Make bootstrap work again: | Eli Zaretskii | 2008-11-15 | 1 | -45/+55 |
| | | | | | | | | | | | | | | (boot): New variable. (src): Pass $(boot) to sub-Make. Remove src/bootlisp. If src/bootlisp exists after running Make, run Make in `lisp' as well. (clean, mostlyclean): Remove bogus repeated clean in the top-level directory. (info, bootstrap-clean): New targets. (bootstrap): Depend only on bootstrap-clean. Commands modified to be equivalent to top-level Makefile.in. (bootfast, bootstrap-lisp-1, bootstrap-lisp, bootstrap-src) (bootstrap-clean-before, bootstrap-clean-after): Targets deleted. (clean, mostlyclean, distclean, maintainer-clean, extraclean): Don't recurse into lwlib and oldXMenu. | ||||
* | Update the list of utilities needed by lisp/Makefile and for bootstrapping. | Eli Zaretskii | 2008-11-15 | 2 | -6/+14 |
| | |||||
* | Fix a typo. | Eli Zaretskii | 2008-11-09 | 1 | -1/+1 |
| | |||||
* | New file, with build instructions moved from the top-level INSTALL. | Eli Zaretskii | 2008-11-08 | 2 | -0/+158 |
| | |||||
* | Fix last change: use $(CURDIR). | Eli Zaretskii | 2008-10-14 | 1 | -1/+1 |
| | |||||
* | (lisp): Set to absolute file name of current directory, not to ".", to have | Eli Zaretskii | 2008-10-14 | 2 | -1/+7 |
| | | | | it on EMACSLOADPATH when we descend into subdirectories. | ||||
* | Fix typos. | Juanma Barranquero | 2008-09-24 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2008-08-23 | 1 | -0/+27 |
| | |||||
* | Remove definition of USER_FULL_NAME (now defined on src/s/msdos.h). | Eli Zaretskii | 2008-08-23 | 1 | -1/+0 |
| | |||||
* | Edit out @LIB_SRC_EXTRA_INSTALLABLES@. | Eli Zaretskii | 2008-08-23 | 1 | -0/+1 |
| | |||||
* | (version): Define to empty. | Eli Zaretskii | 2008-08-23 | 1 | -8/+17 |
| | | | | | | | | | (ALL_CFLAGS, LIBES): Edit out @FOO@ stuff. (EXEEXT): Define to .exe. Edit "ln -f" into "cp -pf". Edit "touch" into "djecho $@ >", to avoid requiring touch.exe. (b-emacs${EXEEXT}): Don't remove emacs.exe and temacs.exe. Edit "`/bin/pwd`/" into "./". Stubify emacs after it is dumped, to produce emacs.exe. Stubedit temacs.exe to 1024K of stack, emacs.exe to 2048K, and b-emacs.exe to 3072K. | ||||
* | (emacs lispref lispintro): Chdir under doc/. | Eli Zaretskii | 2008-08-23 | 1 | -12/+26 |
| | | | | | | | | | (emacs): Renamed from `man', to reflect changes in doc directory structure. All callers changed. (clean mostlyclean distclean maintainer-clean extraclean): Chdir into doc/ for manuals. Add misc subdirectory. (src): Pass an empty BOOTSTRAPEMACS variable to src/Makefile. (install): Don't stubify/stubedit emacs.exe, this is now done by src/Makefile. | ||||
* | Fix typos. | Juanma Barranquero | 2008-06-25 | 1 | -1/+1 |
| | |||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-09 | 6 | -38/+27 |
| | |||||
* | (Fdefine_charset_internal): Change the way of | Kenichi Handa | 2008-03-27 | 1 | -4/+4 |
| | | | | | registering charsets in Vcharset_order_list. (syms_of_charset): Make the charset `eight-bit' supplementary. | ||||
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 16 | -17/+17 |
|\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987 | ||||
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 16 | -17/+17 |
| | | |||||
* | | *** empty log message *** | Juanma Barranquero | 2008-01-07 | 1 | -5/+4 |
| | | |||||
* | | Update comment to reflect doc directory structure. | Eli Zaretskii | 2007-10-05 | 2 | -2/+8 |
| | | |||||
* | | (RSVG_LIBS, RSVG_CFLAGS): Edit out. | Eli Zaretskii | 2007-10-05 | 1 | -0/+2 |
|/ | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 3 | -3/+4 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -0/+6 |
| | |||||
* | Change to GPLv3. | Glenn Morris | 2007-07-25 | 1 | -288/+623 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 4 | -4/+4 |
| | |||||
* | Version 22.1 released. | Chong Yidong | 2007-06-02 | 1 | -0/+4 |
| | |||||
* | Add copyright and license notices. | Glenn Morris | 2007-02-11 | 1 | -0/+23 |
| | |||||
* | Switch to standard GPL text for license. | Glenn Morris | 2007-02-11 | 1 | -2/+17 |
| | |||||
* | *** empty log message *** | Glenn Morris | 2007-02-10 | 1 | -0/+5 |
| | |||||
* | Remove file since it is no longer needed (see README for details) | Glenn Morris | 2007-02-10 | 1 | -49/+0 |
| | |||||
* | Relicense under GPL - see README file for details. | Glenn Morris | 2007-02-10 | 2 | -7/+45 |
| |