| Commit message (Expand) | Author | Age | Files | Lines |
* | * Makefile.in (install-arch-dep): Don't set sticky bit on the binary. | Glenn Morris | 2015-06-24 | 1 | -1/+1 |
* | * Makefile.in (install-arch-dep): Simplify with Make conditionals. | Glenn Morris | 2015-06-23 | 1 | -12/+11 |
* | * Makefile.in (SUBDIR_MAKEFILES): | Glenn Morris | 2015-06-09 | 1 | -1/+1 |
* | Move gen_origin from program to data | Paul Eggert | 2015-06-07 | 1 | -6/+8 |
* | * Makefile.in: Fix extraclean rule. | Glenn Morris | 2015-05-23 | 1 | -4/+5 |
* | * Makefile.in: Add admin/charsets into top-level clean rules. | Glenn Morris | 2015-05-22 | 1 | -4/+7 |
* | * src/lisp.mk: Remove from repository and generate at build-time. | Glenn Morris | 2015-05-16 | 1 | -1/+1 |
* | * Makefile.in (emacslog): Remove srcdir. | Glenn Morris | 2015-05-10 | 1 | -2/+2 |
* | * Makefile.in: Fixes for recent change-history changes. | Glenn Morris | 2015-05-10 | 1 | -2/+2 |
* | * Makefile.in (ChangeLog): No longer pass "srcprefix"; cd instead. | Glenn Morris | 2015-05-08 | 1 | -2/+2 |
* | * build-aux/gitlog-to-emacslog: Get rid of "distprefix". | Glenn Morris | 2015-05-08 | 1 | -3/+2 |
* | * build-aux/gitlog-to-emacslog: Don't hard-code "ChangeLog.2". | Glenn Morris | 2015-05-08 | 1 | -7/+6 |
* | Add command-line option-parsing to gitlog-to-emacslog. | Glenn Morris | 2015-05-08 | 1 | -4/+3 |
* | * Makefile.in (change-history-commit): Add missing piece of previous. | Glenn Morris | 2015-05-06 | 1 | -1/+1 |
* | Avoid unnecessary bumping of Makefile.in's timestamp. | Glenn Morris | 2015-05-06 | 1 | -8/+6 |
* | * Makefile.in: Don't always insist on removing existing "ChangeLog". | Glenn Morris | 2015-05-06 | 1 | -7/+12 |
* | * Makefile.in (change-history-nocommit): New. | Glenn Morris | 2015-05-06 | 1 | -3/+5 |
* | Unclutter 'make doc' output a bit | Paul Eggert | 2015-04-30 | 1 | -3/+3 |
* | ; make change-history-commit | Paul Eggert | 2015-04-25 | 1 | -1/+1 |
* | Quote 'like this' in top-level files | Paul Eggert | 2015-04-19 | 1 | -29/+29 |
* | ; make change-history-commit | Paul Eggert | 2015-04-18 | 1 | -1/+1 |
* | ; make change-history-commit | Paul Eggert | 2015-04-16 | 1 | -1/+1 |
* | Standardize names of ChangeLog history files | Paul Eggert | 2015-04-15 | 1 | -0/+1 |
* | Split top-level entries into pre- and post-April 7 | Paul Eggert | 2015-04-15 | 1 | -1/+1 |
* | Update Makefile.in's .PHONY dependencies | Paul Eggert | 2015-04-12 | 1 | -1/+4 |
* | Improve 'make change-history' prereq tests | Paul Eggert | 2015-04-12 | 1 | -5/+9 |
* | ; make change-history-commit | Paul Eggert | 2015-04-09 | 1 | -1/+1 |
* | Adapt 'make change-history' to coding cookie | Paul Eggert | 2015-04-09 | 1 | -1/+1 |
* | Generate a ChangeLog file from commit logs | Paul Eggert | 2015-04-07 | 1 | -1/+39 |
* | Clarify 'make info' | Paul Eggert | 2015-01-03 | 1 | -5/+3 |
* | Less 'make' chatter for VCSWITNESS | Paul Eggert | 2015-01-03 | 1 | -6/+4 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Less 'make' chatter at top level | Paul Eggert | 2014-12-31 | 1 | -5/+18 |
* | Don't rerun configure if lisp/version.el changes | Andreas Schwab | 2014-11-14 | 1 | -1/+1 |
* | Compress publicsuffix file to save space | David Reitter | 2014-11-14 | 1 | -2/+3 |
* | Git transition patch | Eric S. Raymond | 2014-11-11 | 1 | -1/+6 |
* | Further reduce the number of versioned files storing the version number | Glenn Morris | 2014-11-09 | 1 | -1/+1 |
* | Stop keeping etc/refcards/emacsver.tex in the repository | Glenn Morris | 2014-11-09 | 1 | -1/+13 |
* | Makefile.in (epaths-force-w32): Ensure that w32srcdir is an absolute path. | Dani Moncayo | 2014-11-09 | 1 | -1/+1 |
* | Makefile.in (epaths-force-w32): Simplify. | Dani Moncayo | 2014-11-08 | 1 | -10/+2 |
* | build-aux/msys-to-w32: simplify the initial interface. | Dani Moncayo | 2014-11-08 | 1 | -3/+3 |
* | Revert previous accidental commit | Glenn Morris | 2014-11-04 | 1 | -2/+2 |
* | Merge from emacs-24; up to 117669 | Glenn Morris | 2014-11-04 | 1 | -2/+2 |
* | * Makefile.in (install-info, uninstall): Use --no-print-directory. | Glenn Morris | 2014-11-04 | 1 | -6/+2 |
* | * Makefile.in (ACLOCAL_INPUTS): Omit unnecessary use of 'wildcard'. | Paul Eggert | 2014-10-22 | 1 | -1/+1 |
* | Fix race in 'make info/dir', and speed it up. | Paul Eggert | 2014-10-22 | 1 | -8/+18 |
* | Add install/uninstall rules for etc/emacs.appdata.xml | Glenn Morris | 2014-08-27 | 1 | -1/+11 |
* | Improve behavior of 'bzr up; cd src; make -k'. | Paul Eggert | 2014-07-13 | 1 | -1/+1 |
* | Merge from emacs-24; up to 2014-06-22T05:00:14Z!dmantipov@yandex.ru | Glenn Morris | 2014-07-12 | 1 | -2/+3 |
|\ |
|
| * | * Makefile.in (install-arch-indep): Avoid readdir race. | Paul Eggert | 2014-07-11 | 1 | -2/+3 |