summaryrefslogtreecommitdiff
path: root/admin
AgeCommit message (Collapse)Author
2011-02-23* admin/notes/bzr: Small updates.Glenn Morris
2011-02-22* admin/notes/bzr: More details about merging ChangeLogs.Glenn Morris
2011-02-22Merge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka@jpl.org.Glenn Morris
2011-02-22Add comments about fixing dates in merged ChangeLogs.Glenn Morris
2011-02-22admin/notes/bugtracker (bugtracker_debbugs_url): Fix typo.Juanma Barranquero
2011-02-20Merge: Import crypto/md5 and stdint modules from gnulib.Paul Eggert
2011-02-19Initial version of fix for the MS-DOS build, not yet tested.Eli Zaretskii
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.
2011-02-18Import crypto/md5 module from gnulib.Paul Eggert
* Makefile.in (MAKEFILE_MODULES): Add crypto/md5. * admin/notes/copyright: Remove src/md5.c and src/md5.h as special cases. * src/Makefile.in (base_obj): Remove md5.o, since this file is in lib now. * src/deps.mk (md5.o): Remove. * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate. * lib/md5.c: Regenerate. This renames the file from src/md5.c, and adds some porting improvements from gnulib. * lib/md5.h: Regenerate, likwise; rename from src/md5.h. * m4/md5.m4: New file, from gnulib. 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
2011-02-15Import getloadavg module from gnulib.Paul Eggert
2011-02-13* admin/notes/bzr: Add section on undoing a bzr remove.Glenn Morris
2011-02-12* admin/notes/bzr: Mention the helpful changelog_merge plugin.Glenn Morris
2011-02-12* admin/bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.Glenn Morris
2011-02-08* admin/notes/bugtracker: Small updates.Glenn Morris
2011-02-05bzrmerge.el trivia.Glenn Morris
* admin/bzrmerge.el (bzrmerge-warning-buffer): New constant. (bzrmerge-apply): Use it. (bzrmerge): Kill any old warning buffer first.
2011-02-02bzrmerge.el trivia.Glenn Morris
* admin/bzrmerge.el (bzrmerge-buffer): New constant. (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it. (bzrmerge-missing): If nothing to do, return nil not (nil). (bzrmerge-apply): Remove odd character from message. (bzrmerge): Give status messages.
2011-01-31Fix the MS-Windows build broken by 2011-01-30T23:34:18Z!eggert@cs.ucla.edu ↵Eli Zaretskii
and 2011-01-31T08:15:13Z!eggert@cs.ucla.edu. 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.
2011-01-31src/emacs.c now gets version number from configure.inPaul Eggert
2011-01-30strftime: import from gnulibPaul Eggert
2011-01-26Refill some long/short copyright headers.Glenn Morris
2011-01-24Make it easier to control which revisions bzrmerge might skip.Glenn Morris
* admin/bzrmerge.el (bzrmerge-skip-regexp): New variable. (bzrmerge-missing): Use it.
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-22* admin/notes/bzrmerge: Comment on skipped revisions.Glenn Morris
2011-01-19* make-tarball.txt: Suggest 'autoreconf -I m4 --force'Paul Eggert
rather than doing rm and autoconf by hand. See <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
2011-01-17* admin/notes/bzr: Fix typos in previous.Glenn Morris
2011-01-17* admin/notes/bzr: More bzrmerge notes.Glenn Morris
2011-01-17* admin/bzrmerge.el: Fix paren typo in previous.Glenn Morris
2011-01-17* admin/notes/bzr: Add some more bzrmerge details.Glenn Morris
2011-01-17* notes/bzr (Installing changes from gnulib): New section.Paul Eggert
Need for this suggested by Stefan Monnier.
2011-01-17* admin/bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be inStefan Monnier
an inconsistent state.
2011-01-17Merge from mainline.Paul Eggert
2011-01-15Refill some copyright headers.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-15* admin/charsets/cp51932.awk: No longer print arch-tag.Glenn Morris
2011-01-15* admin/charsets/eucjp-ms.awk: No longer print arch-tag.Glenn Morris
2011-01-15Add 2011 to remaining FSF/AIST copyright years.Glenn Morris
2011-01-15* admin/notes/bzr: More on previous.Glenn Morris
2011-01-15* admin/notes/bzr: Add an idiot's guide to merging between branches.Glenn Morris
2011-01-15bzrmerge.el trivia.Glenn Morris
* admin/bzrmerge.el (bzrmerge-missing): Add another skip indicator. (bzrmerge-resolve): Also ignore cl-loaddefs.el.
2011-01-14Merge from mainline.Paul Eggert
2011-01-14ChangeLog merge fixes.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-13Merge from mainline.Paul Eggert
2011-01-13* admin/bzrmerge.el: Require cl when compiling.Glenn Morris
(bzrmerge-merges): Doc fix.
2011-01-11Merge from mainline.Paul Eggert
2011-01-11* admin/bzrmerge.el: Standardize copyright and license headers.Glenn Morris
2011-01-09Update copyright notes to match recent gnulib-related changes.Paul Eggert
* notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in, arg-nonnull.h, c++defs.h, compile, depcomp, missing, warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c, lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now subsumed by m4/*.m4 rule). config.guess, config.sub, and doc/man/texinfo.tex are now copied in from gnulib.
2011-01-07* install-sh, mkinstalldirs, move-if-change: Update from masterPaul Eggert
2011-01-07* notes/copyright: Report status more accurately for non-GPL files.Paul Eggert
Report copyright status more accurately for mkinstalldirs, configure, m4/getopt.m4, and msdos/sed*.inp.
2011-01-02* admin/admin.el (set-copyright): Also handle \year in refcards/*.tex.Glenn Morris
2011-01-02Revert accidental update of non-FSF copyright from ↵Glenn Morris
2010-01-13T08:35:10Z!rgm@gnu.org.