| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor backslash fixes in manuals and scripts...* Makefile.in (install-arch-indep):
* admin/charsets/compact.awk:
* admin/charsets/gb180302.awk (gb_to_index):
* admin/charsets/gb180304.awk (gb_to_index):
Avoid undefined behavior in Awk regular expression backslashes.
* doc/misc/efaq.texi (Matching parentheses):
Omit unnecessary backslashes.
* doc/misc/gnus-faq.texi (FAQ 5-8):
Avoid undefined behavior in suggested sed backslash usage.
| Paul Eggert | 2015-09-16 | 1 | -2/+2 |
* | * Makefile.in (install-arch-dep): Don't set sticky bit on the binary....; I don't think this actually does anything any more anyway,
; on at least the vast majority of the platforms running Emacs today.
| 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):...* lwlib/Makefile.in (WARN_CFLAGS):
Use built-in Make functions rather than echo+sed.
| Glenn Morris | 2015-06-09 | 1 | -1/+1 |
* | Move gen_origin from program to data...That way, 'make change-history' needs to change only ChangeLog.2,
instead of having to change two files.
* ChangeLog.2: Add commit info for range that this file covers.
* Makefile.in (new_commit_regexp): New macro.
(change-history-nocommit): Simplify, by putting what used to be
the gen_origin value into the data (ChangeLog.2) rather than
into the program (gitlog-to-emacslog).
* build-aux/gitlog-to-emacslog (gen_origin): Calculate from
the input file (e.g., ChangeLog.2) rather than by having a
constant in the program. Substitute it into the output.
| Paul Eggert | 2015-06-07 | 1 | -6/+8 |
* | * Makefile.in: Fix extraclean rule....(extraclean_dirs): New.
(extraclean): Use it.
| Glenn Morris | 2015-05-23 | 1 | -4/+5 |
* | * Makefile.in: Add admin/charsets into top-level clean rules....(clean): Add admin/charsets.
(maybeclean_dirs): New variable.
(distclean, bootstrap-clean, maintainer-clean): Use $maybeclean_dirs.
| Glenn Morris | 2015-05-22 | 1 | -4/+7 |
* | * src/lisp.mk: Remove from repository and generate at build-time....* src/Makefile.in (lisp.mk): New rule to generate from loadup.el.
(shortlisp_filter): New variable.
(emacs$(EXEEXT), $(etc)/DOC): Depend on lisp.mk.
(distclean): Remove lisp.mk.
* Makefile.in ($(MAKEFILE_NAME)): No longer depend on src/lisp.mk.
* lisp/loadup.el: Tweak layout to make it easier to parse.
* make-dist: Do not distribute src/lisp.mk.
| Glenn Morris | 2015-05-16 | 1 | -1/+1 |
* | * Makefile.in (emacslog): Remove srcdir....(ChangeLog): Update for the above.
| Glenn Morris | 2015-05-10 | 1 | -2/+2 |
* | * Makefile.in: Fixes for recent change-history changes....(change-history-nocommit): Update footer regexp.
Ensure output script stays executable.
| Glenn Morris | 2015-05-10 | 1 | -2/+2 |
* | * Makefile.in (ChangeLog): No longer pass "srcprefix"; cd instead....* build-aux/gitlog-to-emacslog: Check called from right directory.
(srcprefix): Remove.
| Glenn Morris | 2015-05-08 | 1 | -2/+2 |
* | * build-aux/gitlog-to-emacslog: Get rid of "distprefix"....* Makefile.in (ChangeLog): No longer pass "distprefix".
* make-dist: Update "make ChangeLog" syntax for the above change.
| Glenn Morris | 2015-05-08 | 1 | -3/+2 |
* | * build-aux/gitlog-to-emacslog: Don't hard-code "ChangeLog.2"....* Makefile.in (ChangeLog): Pass -n to gitlog-to-emacslog.
| Glenn Morris | 2015-05-08 | 1 | -7/+6 |
* | Add command-line option-parsing to gitlog-to-emacslog....* build-aux/gitlog-to-emacslog: Add command-line options.
By default, refuse to remove an existing output file.
* Makefile.in (CHANGELOG): Update default.
(ChangeLog): Do not test for existing file.
(change-history-nocommit): Ensure temp file does not exist.
| 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....* 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 | -8/+6 |
* | * Makefile.in: Don't always insist on removing existing "ChangeLog"....(CHANGELOG): New variable.
(no-ChangeLog): Remove.
(ChangeLog): Replace "no-ChangeLog"; pass output file to script.
(change-history-nocommit): Use a temp file rather than insisting
on deletion of any 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...* Makefile.in ($(DOCS), $(INSTALL_DOC), $(UNINSTALL_DOC)):
Use make subst rather than sh IFS to split target string apart.
This makes 'make' output easier to follow.
| 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...* CONTRIBUTE, INSTALL, Makefile.in, README, configure.ac, make-dist:
Prefer to single-quote 'like this' (instead of the older style
`like this').
* configure.ac: Fix some space-before-tab problems that 'git commit'
complained about.
| 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...Suggested by Glenn Morris in:
http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00678.html
* Makefile.in (install-man): Don't treat ChangeLog.1 as a man page.
* doc/man/ChangeLog.1: Rename back from doc/man/ChangeLog.01.
* lisp/erc/ChangeLog.1: New file, containing the old contents of ...
* lisp/erc/ChangeLog.01, lisp/erc/ChangeLog.02, lisp/erc/ChangeLog.03:
* lisp/erc/ChangeLog.04, lisp/erc/ChangeLog.05, lisp/erc/ChangeLog.06:
* lisp/erc/ChangeLog.07, lisp/erc/ChangeLog.08, lisp/erc/ChangeLog.09:
Remove.
| Paul Eggert | 2015-04-15 | 1 | -0/+1 |
* | Split top-level entries into pre- and post-April 7...This more clearly distingiushes pre-April-7 ChangeLog entries (which
are for top-level files only) from post-April-7 entries (which are
about files at all levels. Problem reported by Glenn Morris in:
http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00678.html
* ChangeLog.1: Move post-April-7 entries from here ...
* ChangeLog.2: ... to this new file.
* Makefile.in (CHANGELOG_HISTORY_INDEX_MAX): Bump to 2.
| Paul Eggert | 2015-04-15 | 1 | -1/+1 |
* | Update Makefile.in's .PHONY dependencies...* Makefile.in (change-history-commit, master-branch-is-current)
(no-ChangeLog): Now phony.
| Paul Eggert | 2015-04-12 | 1 | -1/+4 |
* | Improve 'make change-history' prereq tests...* Makefile.in (gen_origin): Fix to match what's in the master branch.
(no-ChangeLog, master-branch-is-current): New rules.
(change-history): Depend on them, to avoid similar future problems.
Escape the local-variables string to pacify Emacs when editing
Makefile.in.
| 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...* Makefile.in (change-history): Adjust to change of format of
ChangeLog file, which now has a coding cookie before an indented
copyright notice.
| Paul Eggert | 2015-04-09 | 1 | -1/+1 |
* | Generate a ChangeLog file from commit logs...* .gitignore: Add 'ChangeLog'.
* build-aux/gitlog-to-changelog: New file, from Gnulib.
* build-aux/gitlog-to-emacslog: New file.
* CONTRIBUTE: Document the revised workflow.
* Makefile.in (clean): Remove *.tmp and etc/*.tmp*
instead of just special cases.
(CHANGELOG_HISTORY_INDEX_MAX, CHANGELOG_N, gen_origin): New vars.
(ChangeLog, unchanged-history-files, change-history)
(change-history-commit): New rules.
* admin/admin.el (make-manuals-dist--1):
Don't worry about doc/ChangeLog.
* admin/authors.el: Add a FIXME.
* admin/make-tarball.txt:
* lisp/calendar/icalendar.el:
* lisp/gnus/deuglify.el:
* lisp/obsolete/gulp.el:
* lwlib/README:
Adjust to renamed ChangeLog history files.
* admin/merge-gnulib (GNULIB_MODULES): Add gitlog-to-changelog.
* admin/notes/repo: Call it 'master' a la Git, not 'trunk' a la Bzr.
Remove obsolete discussion of merging ChangeLog files.
New section "Maintaining ChangeLog history".
* build-aux/git-hooks/pre-commit:
Reject attempts to commit files named 'ChangeLog'.
* lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
* make-dist: Make and distribute top-level ChangeLog if there's a
.git directory. Distribute the new ChangeLog history files
instead of scattered ChangeLog files. Distribute the new files
gitlog-to-changelog and gitlog-to-emacslog.
Fixes: bug#19113
| Paul Eggert | 2015-04-07 | 1 | -1/+39 |
* | Clarify 'make info'...* Makefile.in (info): Use GNU make conditional rather than
an '@' rule with a shell conditional, so that the builder can
see the submake.
| Paul Eggert | 2015-01-03 | 1 | -5/+3 |
* | Less 'make' chatter for VCSWITNESS...* Makefile.in (dirstate, VCSWITNESS): New macros.
(src): Use them to lessen 'make' chatter.
| Paul Eggert | 2015-01-03 | 1 | -6/+4 |
* | Update copyright year to 2015...Run admin/update-copyright.
| Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Less 'make' chatter at top level...* Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
(am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_, am__v_at_0)
(am__v_at_1): New macros, copied from src/Makefile.in.
($(srcdir)/src/config.in, ${srcdir}/info/dir):
Be less chatty when not verbose.
($(srcdir)/src/stamp-h.in): Simplify with '$@'.
| Paul Eggert | 2014-12-31 | 1 | -5/+18 |
* | Don't rerun configure if lisp/version.el changes...lisp/version.el is no longer the authority for emacs-version.
* Makefile.in (config.status): Don't depend on
${srcdir}/lisp/version.el.
| Andreas Schwab | 2014-11-14 | 1 | -1/+1 |
* | Compress publicsuffix file to save space...* url-domsuf.el (url-domsuf-parse-file): Read compressed
publicsuffix file if available.
* Makefile.in (install-arch-indep): Compress publicsuffix.txt file.
| David Reitter | 2014-11-14 | 1 | -2/+3 |
* | 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 | -1/+6 |
* | Further reduce the number of versioned files storing the version number...* configure.ac (doc/man/emacs.1): Generate it.
* Makefile.in (top_bootclean): Remove doc/man/emacs.1.
* make-dist: Do not distribute doc/man/emacs.1.
* admin/admin.el (set-version): No need to update doc/man/emacs.1.
* doc/man/emacs.1.in: Rename from emacs.1.
* .bzrignore: Add doc/man/emacs.1.
| Glenn Morris | 2014-11-09 | 1 | -1/+1 |
* | Stop keeping etc/refcards/emacsver.tex in the repository...* configure.ac (etc/refcards/emacsver.tex): Generate it.
* Makefile.in (etc-emacsver): New PHONY rule.
(bootstrap-clean): Delete etc/refcards/emacsver.tex.
* admin/admin.el (set-version): No need to update etc/refcards/emacsver.tex.
(set-copyright): Update etc/refcards/emacsver.tex.in.
* etc/refcards/emacsver.tex.in: Rename from emacsver.tex.
* .bzrignore: Add etc/refcards/emacsver.tex.
| 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....* Makefile.in (epaths-force-w32): Simplify, assuming that the shell is
bash (as is the case in MSYS).
(msys_w32prefix_subst, msys_sed_sh_escape): Remove (no longer used).
| Dani Moncayo | 2014-11-08 | 1 | -10/+2 |
* | build-aux/msys-to-w32: simplify the initial interface....* build-aux/msys-to-w32: simplify the initial over-engineered
interface, and the implementation.
* Makefile.in (epaths-force-w32): Update for the above.
| 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. ...(QUIET_SUBMAKE): Remove.
Fixes: debbugs:18908
| 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....* Makefile.in (AWK, srcdir_doc_info_dir_inputs, info_dir_inputs):
New macros.
(clean): Remove info-dir.*.
(info_dir_deps): Depend on make-info-dir too.
Fix bug with wildcards that weren't expanded.
(${srcdir}/info/dir): Make sure info directory exists.
Don't call pwd; just redirect make-info-dir's stdout to temp file.
* build-aux/make-info-dir: Send output to stdout.
Take input file names from args.
Fix a "FIXME inefficient looping" by using awk's associative arrays.
Basically, this rewrites the script from scratch, and speeds up
'make info/dir' from 2.6s to 0.07s on my platform.
| Paul Eggert | 2014-10-22 | 1 | -8/+18 |
* | Add install/uninstall rules for etc/emacs.appdata.xml...* Makefile.in (appdatadir): New variable.
(install-etc, uninstall, clean): Handle etc/emacs.appdata.xml.
| Glenn Morris | 2014-08-27 | 1 | -1/+11 |
* | Improve behavior of 'bzr up; cd src; make -k'....* Makefile.in (ACLOCAL_INPUTS): Add all m4/*.m4 files.
* src/Makefile.in (top_srcdir): New var.
(ntsource, lispsource, ALL_CFLAGS, gl-stamp, emacs.res):
Use '$(top_srcdir)' instead of '$(srcdir)/..';
its expansion is a bit shorter.
(../config.status): Actually build config.status instead of
just complaining.
(ACLOCAL_INPUTS, AUTOCONF_INPUTS):
New macros, copied and relocated from ../Makefile.in.
($(top_srcdir)/aclocal.m4, $(top_srcdir)/configure, config.in)
(../config.status, Makefile): New dependencies and rules,
copied with relocation from ../Makefile.in. This should be more
likely to rebuild the build machinery properly if you do a 'make'
in the src directory.
| 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 |
|\ |
|