aboutsummaryrefslogtreecommitdiffstats
path: root/admin/admin.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Fix typos.Juanma Barranquero2011-11-161-1/+1
|
* * admin.el (set-version): Fix regexps for config.nt and sed2v2.inp.Chong Yidong2011-09-251-2/+2
|
* admin/admin.el: Add some code for deploying web manuals.Chong Yidong2011-03-121-0/+230
|
* Initial version of fix for the MS-DOS build, not yet tested.Eli Zaretskii2011-02-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | config.bat: Configure in `lib'. msdos/sedlibmk.inp: New file. msdos/sedlibcf.inp: New file. msdos/sed1v2.inp (NS_OBJC_OBJ): Edit to empty. (@true): Edit to "@rem". (move-if-change): Edit to "update". (echo): Edit to "djecho". (cd $(lib) && ...): Edit to "$(MAKE) -C ...". msdos/mainmake.v2 (version): Remove, no longer needed (config.in defines VERSION). (all): Add lib. (lib): New target and recipe. (lib-src): Depend on lib. (src): Depend on lib and lib-src. (clean, mostlyclean, distclean, maintainer-clean, extraclean) (bootstrap-clean): Recurse into lib. msdos/sed2v2.inp: Remove workaround for the "#if ! HAVE_MKTIME || BROKEN_MKTIME" stuff -- it's no longer in src/config.in. (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV) (HAVE__BOOL): Edit to 1. (VERSION, inline, restrict): Edit for DJGPP. src/s/msdos.h (strtold): Define to _strtold. admin/admin.el (set-version): Add msdos/sed2v2.inp.
* Fix the MS-Windows build broken by 2011-01-30T23:34:[email protected]Eli Zaretskii2011-01-311-2/+3
| | | | | | | | | | | | | | | | | | | | | and 2011-01-31T08:15:[email protected]. lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and $(BLD)/time_r.$(O). ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and $(EMACS_ROOT)/src/m/intel386.h. ($(BLD)/strftime.$(O)): ($(BLD)/time_r.$(O)): Define prerequisites. src/makefile.w32-in (OBJ2): Remove strftime.$(O). ($(BLD)/strftime.$(O)): Remove prerequisites. lib-src/makefile.w32-in (VERSION): Don't define, defined on nt/config.nt. (ECLIENT_CFLAGS): Remove -DVERSION. ($(BLD)/emacsclient.$(O)): Don't depend on makefile.w32-in. nt/config.nt (VERSION): Uncomment definition. (restrict): Define. nt/inc/stdbool.h: New file. admin/admin.el (set-version): Remove lib-src/makefile.w32-in. Add nt/config.nt.
* src/emacs.c now gets version number from configure.inPaul Eggert2011-01-311-3/+0
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Merge from emacs-23Stefan Monnier2011-01-141-8/+18
|\
| * * admin/admin.el (set-copyright): Also handle \year in refcards/*.tex.Glenn Morris2011-01-021-11/+20
| |
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.Glenn Morris2010-10-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | * configure: Regenerate. * .bzrignore: Remove doc/emacs/emacsver.texi. * doc/emacs/Makefile.in (distclean): Do not delete emacsver.texi. * doc/emacs/emacsver.texi: New file, replacing emacsver.texi.in. * admin/admin.el (set-version): Add doc/emacs/emacsver.texi.
* | Set the version number in the texinfo manuals using configure.Glenn Morris2010-10-081-21/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/Makefile.in (emacsdir): New variable. ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo. * doc/misc/faq.texi (VER): Replace with EMACSVER from emacsver.texi. * doc/lispref/Makefile.in (emacsdir): New variable. (MAKEINFO): Add -I $emacsdir. (dist): Copy emacsver.texi. * doc/lispref/book-spine.texinfo, doc/lispref/elisp.texi: * doc/lispref/vol2.texi, doc/lispref/vol1.texi: Set EMACSVER by including emacsver.texi. * doc/emacs/emacsver.texi.in: New file. * doc/emacs/emacs.texi: Set EMACSVER by including emacsver.texi. * doc/emacs/Makefile.in (distclean): Delete emacsver.texi. (dist): Copy emacsver.texi. * admin/admin.el (set-version): No need to act on doc/ files any more. * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi. * make-dist: Include doc/emacs/*.texi.in.
* | New make target for Windows platform: make dist (bug#6602)Christoph Scholtes2010-07-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * admin/admin.el: Write version number to nt/makefile.w32-in. * admin/nt/makedist.bat: Remove; replaced with `zipdist.bat' in the nt/ directory. * admin/nt/README.W32: Relocate to nt/ directory. * etc/NEWS: Document new --distfiles configure.bat option and `dist' make target on Windows. * nt/INSTALL: Document new dist target and add section about creating binary distributions. * nt/configure.bat: New parameter `--distfiles'. * nt/makefile.w32-in: Add version number, new target `dist'. Add new target `install-shortcuts'. * nt/zipdist.bat: New file; create zipped binary distribution, replaces admin/nt/makedist.bat.
* | Update scripts and text to refer to version number string in emacs.cKen Raeburn2010-05-151-4/+4
|/ | | | instead of version.el.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* (set-version): Remove deleted file ns-emacs.texi.Chong Yidong2009-02-011-3/+0
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* (set-version): Add doc/misc/ns-emacs.texi.Glenn Morris2008-10-231-3/+13
| | | | Add/tweak some nextstep/ entries.
* Merge from emacs--rel--22Miles Bader2008-08-181-0/+14
|\ | | | | | | Revision: [email protected]/emacs--devo--0--patch-1382
| * (set-version): Set version in nt/emacsclient.rcJason Rumney2008-08-161-0/+14
| |
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-58/+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.
* | (set-copyright): Add nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist.Glenn Morris2008-07-161-1/+5
| |
* | (set-version, set-copyright): Add nextstep/ files.Glenn Morris2008-07-161-4/+39
| |
* | (set-version): Add doc/lispref/book-spine.texinfo.Glenn Morris2008-06-161-0/+3
| |
* | (set-version): Add doc/lispref/vol1.texi,vol2.texi.Glenn Morris2008-06-161-0/+6
| |
* | (set-version): Add doc/misc/faq.texi.Glenn Morris2008-06-151-0/+3
| |
* | Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-091-6/+4
| |
* | Comment.Glenn Morris2008-01-081-0/+1
| |
* | (set-version): Add doc/man/emacs.1.Glenn Morris2008-01-081-0/+4
| |
* | (set-copyright): Add lib-src/ebrowse.c.Glenn Morris2008-01-041-1/+4
| |
* | (set-version): Handle configure.in. Adapt for doc/ directory layoutGlenn Morris2007-12-051-2/+6
| | | | | | | | for manuals.
* | (process-lines): Move to ../lisp/subr.el.Glenn Morris2007-11-171-17/+0
| |
* | Provide self.Glenn Morris2007-08-281-0/+2
| |
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <[email protected]> * Relicense all FSF files to GPLv3 or later. Revision: [email protected]/emacs--devo--0--patch-828
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
* | (set-copyright): New function.Glenn Morris2007-06-071-0/+47
|/
* Add 2007 to copyright years.Glenn Morris2007-01-211-2/+2
|
* Update copyright years.Glenn Morris2006-12-051-1/+2
|
* (set-version): Set version number in lib-src/makefile.w32-in.Juanma Barranquero2006-11-251-0/+3
|
* (set-version): Set version numbers in "mac" subdirectory.YAMAMOTO Mitsuharu2006-10-151-3/+39
|
* (set-version): Set version numbers in nt/emacs.rc.Jason Rumney2005-10-011-1/+30
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (set-version): Set version in lisp manual too.Lute Kamstra2005-06-101-0/+3
|
* (add-release-logs): Fix require call.Lute Kamstra2005-04-141-7/+4
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (add-release-logs): Expand the directory name before calling find(1).Francesco Potortì2003-01-171-3/+7
| | | | | (add-release-logs): Use the same methods as add-log.el for writing the date and the user's name and address
* (set-version): Use `s' interactive spec forGerd Moellmann2001-10-211-1/+1
| | | | version number.
* (add-release-logs): Put the log entry in lispref, too.Gerd Moellmann2001-10-201-2/+1
|