aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* admin/notes/elpa: Make Bzr checkout directions more explicit.Chong Yidong2011-03-111-16/+16
|
* Mention elpa branch in admin/notes/BRANCH; clarify admin/notes/elpa.Chong Yidong2011-03-072-40/+29
|
* * admin/notes/bzr: Tiny addition.Glenn Morris2011-02-281-0/+2
|
* * admin/notes/bzr: Small updates.Glenn Morris2011-02-231-0/+8
|
* * admin/notes/bzr: More details about merging ChangeLogs.Glenn Morris2011-02-221-1/+4
|
* Merge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka@jpl.org.Glenn Morris2011-02-221-1/+1
|\
| * admin/notes/bugtracker (bugtracker_debbugs_url): Fix typo.Juanma Barranquero2011-02-221-1/+1
| |
* | Add comments about fixing dates in merged ChangeLogs.Glenn Morris2011-02-221-3/+6
| |
* | Import crypto/md5 module from gnulib.Paul Eggert2011-02-181-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Merge from mainline.Paul Eggert2011-02-141-0/+39
|\ \
| * | * admin/notes/bzr: Add section on undoing a bzr remove.Glenn Morris2011-02-131-0/+24
| | |
| * | * admin/notes/bzr: Mention the helpful changelog_merge plugin.Glenn Morris2011-02-121-0/+15
| | |
* | | Merge from mainline.Paul Eggert2011-02-091-0/+5
|\ \ \ | |/ /
| * | * admin/notes/bugtracker: Small updates.Glenn Morris2011-02-081-0/+5
| | |
* | | Import getloadavg module from gnulib.Paul Eggert2011-02-071-1/+0
|/ /
* | strftime: import from gnulibPaul Eggert2011-01-301-1/+0
| |
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-245-7/+5
| |
* | * admin/notes/bzrmerge: Comment on skipped revisions.Glenn Morris2011-01-221-0/+5
| |
* | * admin/notes/bzr: Fix typos in previous.Glenn Morris2011-01-171-2/+2
| |
* | * admin/notes/bzr: More bzrmerge notes.Glenn Morris2011-01-171-4/+14
| |
* | * admin/notes/bzr: Add some more bzrmerge details.Glenn Morris2011-01-171-4/+15
| |
* | * notes/bzr (Installing changes from gnulib): New section.Paul Eggert2011-01-171-0/+21
| | | | | | | | Need for this suggested by Stefan Monnier.
* | Merge from mainline.Paul Eggert2011-01-174-3/+34
|\ \
| * | Nuke arch-tags.Glenn Morris2011-01-153-3/+0
| | |
| * | * admin/notes/bzr: More on previous.Glenn Morris2011-01-151-0/+5
| | |
| * | * admin/notes/bzr: Add an idiot's guide to merging between branches.Glenn Morris2011-01-151-0/+29
| | |
* | | Merge from mainline.Paul Eggert2011-01-145-5/+5
|\ \ \ | |/ /
| * | Merge from emacs-23Stefan Monnier2011-01-145-5/+5
| |\ \ | | |/
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-025-5/+5
| | |
* | | Update copyright notes to match recent gnulib-related changes.Paul Eggert2011-01-091-10/+14
|/ / | | | | | | | | | | | | | | | | | | * 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.
* | * install-sh, mkinstalldirs, move-if-change: Update from masterPaul Eggert2011-01-071-2/+2
| |
* | * notes/copyright: Report status more accurately for non-GPL files.Paul Eggert2011-01-071-0/+10
| | | | | | | | | | Report copyright status more accurately for mkinstalldirs, configure, m4/getopt.m4, and msdos/sed*.inp.
* | Merge changes from emacs-23 branchChong Yidong2010-11-271-3/+3
|\ \ | |/
| * bugtracker: REALLY correct locations of bzr *.conf files.Eli Zaretskii2010-11-221-1/+1
| |
| * bugtracker: Correct locations of bzr *.conf files.Eli Zaretskii2010-11-211-2/+2
| |
* | Merge from emacs-23Stefan Monnier2010-11-171-7/+32
|\ \ | |/
| * The `fixes' attribute does show in `bzr log'.Eli Zaretskii2010-11-121-4/+4
| |
| * Expand and clarify the description of bugtracker setting for bzr.Eli Zaretskii2010-11-121-1/+24
| |
| * Comments related to `bzr commit --fixes'.Glenn Morris2010-11-091-2/+4
| |
* | Notes about elpa.gnu.org for maintainers.Chong Yidong2010-11-041-0/+42
| |
* | * admin/notes/bugtracker: Mention "found".Glenn Morris2010-10-301-0/+8
| |
* | Move nextstep/DEV-NOTES to admin/notes/nextstep.Glenn Morris2010-10-111-0/+159
| |
* | * admin/notes/newfile: Update.Glenn Morris2010-06-091-2/+0
| |
* | * admin/notes/bugtracker: Note on some emacs-bug-tracker minutiae.Glenn Morris2010-06-081-0/+17
| |
* | * admin/notes/font-backend: Remove obsolete information.Glenn Morris2010-06-021-9/+0
| |
* | Do not preprocess src/Makefile.in.Glenn Morris2010-05-261-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Do not preprocess src/Makefile.in. (cpp_undefs, CPP_NEED_TRADITIONAL): Remove. (AC_EGREP_CPP): Test no longer needed. * configure: Regenerate. * config.bat: Do not preprocess src/Makefile.in. * make-dist: No more Makefile.c files. * INSTALL, src/README: Makefiles are not preprocessed. * src/Makefile.in, src/autodeps.mk, src/deps.mk, src/ns.mk: Convert comments to Makefile format. * lib-src/Makefile.in (distclean): No more Makefile.c. * src/Makefile.in (bootstrap-clean): No more Makefile.c. * admin/notes/cpp: Remove file. * admin/quick-install-emacs (AVOID): No more Makefile.c files. * etc/PROBLEMS, etc/MACHINES: Remove details of cpp problems which can no longer occur.
* | * admin/notes/bugtracker: More about recovering from moderation mistakes.Glenn Morris2010-05-221-0/+4
| |
* | Advise against unnecessary merges from trunk to feature branches.Eli Zaretskii2010-05-181-0/+8
| |
* | * admin/notes/bzr: New file.Glenn Morris2010-05-171-0/+32
| | | | | | | | More mailing-list wisdom. Probably should be merged with commits.
* | Do not preprocess lib-src/Makefile.inGlenn Morris2010-05-101-5/+1
| | | | | | | | | | | | | | | | | | * configure.in: Generate lib-src/Makefile directly, do not run cpp. * config.bat: Do not run cpp on lib-src/Makefile.in. * lib-src/Makefile.in: Convert comments to makefile format. * admin/notes/cpp: lib-src/Makefile not preprocessed.