| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from origin/emacs-25...960f90d * etc/AUTHORS: Update the AUTHORS file
b21e9d4 * admin/update_autogen: Use #!/usr/bin/env bash
| Paul Eggert | 2016-04-24 | 1 | -1/+1 |
|\ |
|
| * | * admin/update_autogen: Use #!/usr/bin/env bash | Nicolas Petton | 2016-04-22 | 1 | -1/+1 |
* | | Do not require that .git be a directory...Problem reportyed by Phillip Lord.
* admin/update_autogen, autogen.sh, build-aux/gitlog-to-emacslog:
* configure.ac, make-dist:
Do not require that .git be a directory, as 'git worktree' makes
it a file and not a directory.
| Paul Eggert | 2016-04-13 | 1 | -1/+1 |
|/ |
|
* | Update copyright year to 2016...Run admin/update-copyright.
| Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | * admin/update_autogen (changelog_files): Remove gitlog-to-emacslog. | Glenn Morris | 2015-06-07 | 1 | -1/+1 |
* | Avoid unnecessary bumping of Makefile.in's timestamp....* Makefile.in (gen_origin): Move to gitlog-to-emacslog.
(emacslog): New variable.
(ChangeLog): Use $emacslog. Don't pass $gen_origin.
(unchanged-history-files): Use $emacslog rather than Makefile.in.
(change-history-nocommit): Store hash in $emacslog.
* build-aux/gitlog-to-emacslog (gen_origin): Move default here.
* admin/update_autogen (changelog_files): Update for the above.
| Glenn Morris | 2015-05-06 | 1 | -1/+1 |
* | * admin/update_autogen: Add option to update ChangeLog....(usage): Mention -H.
(changelog_flag, changelog_n, changelog_files): New variables.
(main): Check for -H, and maybe run change-history-nocommit.
| Glenn Morris | 2015-05-06 | 1 | -1/+15 |
* | * admin/update_autogen (commit): Switch prefix from "# " to "; ". | Glenn Morris | 2015-03-31 | 1 | -1/+1 |
* | Merge from origin/emacs-24...e13e3bd * admin/update_autogen (commit): Prepend "# " to commit message.
| Fabián Ezequiel Gallina | 2015-01-28 | 1 | -1/+1 |
|\ |
|
| * | * admin/update_autogen (commit): Prepend "# " to commit message. | Glenn Morris | 2015-01-02 | 1 | -1/+1 |
| * | Update copyright year to 2015...Run admin/update-copyright.
| Paul Eggert | 2015-01-01 | 1 | -1/+1 |
| * | * admin/update_autogen (commit): Revert earlier change....This was based on a misunderstanding due to the mess that had been
made in trunk of this file and its ChangeLog.
| Glenn Morris | 2014-12-01 | 1 | -4/+0 |
| * | * admin/update_autogen (commit): With git, call "add" before "commit". | Glenn Morris | 2014-12-01 | 1 | -0/+4 |
* | | Update copyright year to 2015...Run admin/update-copyright.
| Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | | * admin/update_autogen: Fix bogosity introduced in 2014-11-16 merge. | Glenn Morris | 2014-12-01 | 1 | -8/+1 |
* | | Merge from emacs-24 | Stefan Monnier | 2014-11-16 | 1 | -2/+11 |
|\| |
|
| * | Backport 2014-06-30 admin/update_autogen change...* admin/update_autogen: Auto-detect VCS in use.
(vcs): New variable.
(status, commit, main): Handle git.
| Glenn Morris | 2014-11-15 | 1 | -6/+22 |
* | | Git transition patch...All bzr revision IDS, and all CVS revision IDs for which a commit
could be identified, were changed to time-date!committer version
stamps. All .cvsignore files in the history became .gitignore files.
Fixes-bug annotations from bzr were copied into the corresponding
commit comments.
(The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org>.
The last CVS commit was <2009-12-27T08:11:12Z!cyd@stupidchicken.com>)
Committer/author email addresses are generally correct for the
transition day, not necessarily when the commit was originally made.
| Eric S. Raymond | 2014-11-11 | 1 | -6/+1 |
* | | * update_autogen: Find loaddefs targets rather than parsing lisp/Makefile.in...* lisp/Makefile.in: Comment.
| Glenn Morris | 2014-06-29 | 1 | -4/+8 |
* | | * admin/update_autogen: Remove need to cd into/out of lisp/. | Glenn Morris | 2014-06-28 | 1 | -8/+3 |
* | | * admin/update_autogen: Auto-detect VCS in use....(vcs): New variable.
(status, commit, main): Handle git.
| Glenn Morris | 2014-03-20 | 1 | -6/+22 |
|/ |
|
* | * admin/update_autogen (status): New function. Use throughout. | Glenn Morris | 2014-01-13 | 1 | -53/+32 |
* | * admin/update_autogen: Fix sed bug that was losing the last AUTOGEN_VCS. | Glenn Morris | 2014-01-10 | 1 | -2/+3 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Stop keeping info/dir in the repository....* build-aux/dir_top: Move here from admin/.
* build-aux/make-info-dir: New script.
* Makefile.in (bootstrap-clean): Delete info/.
(info-dir, ${srcdir}/info/dir): New rules.
(info): Also make info-dir.
(check-info): Rename from check-info-dir.
Instead of info/dir entries, check @dircategory in info/*.info.
* make-dist: Use `info' rule rather than `info-real'.
No more info/COPYING (not even the right license for info/ files).
* info/: Remove from repository.
* admin/update_autogen (info_dir):
Use dir_top from build-aux/ rather than admin/.
* .bzrignore: Ignore info/ altogether.
* doc/emacs/Makefile.in: Comment.
| Glenn Morris | 2013-12-12 | 1 | -4/+5 |
* | * admin/update_autogen (info_dir): Tweak commit message. | Glenn Morris | 2013-12-11 | 1 | -1/+1 |
* | Add support for auto-generating info/dir...* admin/update_autogen: Add option to generate info/dir.
(Usage): Add -I.
(info_flag): New variable.
(-I): New option.
(doc): Maybe check its status.
(info_dir): New function.
* admin/dir_top: New file.
* doc/emacs/emacs.texi:
* doc/lispintro/emacs-lisp-intro.texi:
* doc/lispref/elisp.texi:
* doc/misc/autotype.texi, doc/misc/cc-mode.texi, doc/misc/ediff.texi:
* doc/misc/ert.texi, doc/misc/htmlfontify.texi, doc/misc/ido.texi:
* doc/misc/octave-mode.texi, doc/misc/org.texi, doc/misc/srecode.texi:
* doc/misc/todo-mode.texi, doc/misc/tramp.texi:
Sync direntry with info/dir version.
| Glenn Morris | 2013-12-11 | 1 | -3/+75 |
* | Remove the autogen/ directory...Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00806.html
* autogen: Remove directory. Move update_autogen to admin/.
* autogen.sh: Remove reference to copy_autogen.
* GNUmakefile (configure):
* Makefile.in (bootstrap): Do not try to run copy_autogen.
* config.bat: Use msdos/autogen rather than autogen.
* admin/update_autogen: Move here from ../autogen.
(usage): Update. Remove -l, add -A.
(autogendir): New variable.
(ldefs_flag): Default to set.
(genfiles): Reduce to only ms-dos relevant files.
(main): Make checking autogen sources optional.
Make copying of autogen files optional.
* msdos/autogen/config.in:
* msdos/autogen/Makefile.in: Move here from ../autogen.
* nt/INSTALL: Remove reference to copy_autogen.
* nt/config.nt: Comment.
| Glenn Morris | 2013-11-04 | 1 | -0/+322 |