1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00
Commit Graph

134 Commits

Author SHA1 Message Date
Glenn Morris
6d69b0690d ; Auto-commit of ChangeLog files. 2015-08-02 06:23:54 -04:00
Glenn Morris
f2576da45c ; Auto-commit of ChangeLog files. 2015-07-26 06:24:02 -04:00
Glenn Morris
a46d268d28 ; Auto-commit of ChangeLog files. 2015-07-19 06:23:59 -04:00
Glenn Morris
59a8e71c70 ; Auto-commit of ChangeLog files. 2015-07-12 06:23:58 -04:00
Nicolas Richard
6aa1d7635c ; * ChangeLog.2: Add full path for changes I introduced in 6689b53 and a4760a3 2015-07-07 12:38:02 +02:00
Glenn Morris
b9e14de6cf ; Auto-commit of ChangeLog files. 2015-07-05 06:24:07 -04:00
Glenn Morris
27672f74e0 ; Auto-commit of ChangeLog files. 2015-06-28 06:24:02 -04:00
Artur Malabarba
b6903d80bf ; Fix email address in ChangeLog 2015-06-24 23:22:26 +01:00
Artur Malabarba
e02f52b800 ; make change-history-commit 2015-06-24 23:17:27 +01:00
Glenn Morris
821a363356 ; Auto-commit of ChangeLog files. 2015-06-21 06:24:05 -04:00
Paul Eggert
a281b3db3e ; Omit mistaken update 2015-06-14 22:24:25 -07:00
Christoph Wedler
52da972751 Some generic support for multi-mode indentation.
* lisp/progmodes/prog-mode.el (prog-indentation-context): New
	variable.
	(prog-first-column, prog-widen): New convenience functions.
2015-06-14 14:47:16 +00:00
Glenn Morris
79bd666940 ; Auto-commit of ChangeLog files. 2015-06-14 06:24:02 -04:00
Eli Zaretskii
35d19cc2a1 ; * ChangeLog.2: Remove entries from a merged feature branch. 2015-06-11 19:10:42 +03:00
Glenn Morris
45deb048ad * build-aux/gitlog-to-emacslog: Also ignore pointless merge commits.
; * ChangeLog.2: Related fixes.
2015-06-10 21:37:06 -04:00
Glenn Morris
62afb85efb Improve generated ChangeLog for gitmerge.el commits. (Bug#20717)
* build-aux/gitlog-to-changelog: Handle gitmerge.el skipped commits.

* admin/gitmerge.el (gitmerge-commit-message):
Exclude "skipped" messages from ChangeLog once again.

; * ChangLog.2: Related fixes.
2015-06-10 21:13:51 -04:00
Paul Eggert
90a19baa20 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.
2015-06-07 15:41:02 -07:00
Glenn Morris
4b7c816e04 ; Auto-commit of ChangeLog files. 2015-06-07 06:25:33 -04:00
Glenn Morris
5d56c284d3 ; Auto-commit of ChangeLog files. 2015-05-31 06:23:02 -04:00
Glenn Morris
319d65c7f9 ; Auto-commit of ChangeLog files. 2015-05-24 06:25:35 -04:00
Glenn Morris
b510a83ef6 ; Auto-commit of ChangeLog files. 2015-05-17 14:02:52 -04:00
Glenn Morris
e20b70bf50 * Makefile.in: Fixes for recent change-history changes.
(change-history-nocommit): Update footer regexp.
Ensure output script stays executable.
2015-05-10 12:01:39 -07:00
Glenn Morris
ae4e3dd50f ; Auto-commit of ChangeLog files. 2015-05-10 06:24:00 -04:00
Paul Eggert
a0f634a5cd ; Fix ChangeLog typo (Bug#20400) 2015-04-25 16:40:05 -07:00
Paul Eggert
75e039b67e ; make change-history-commit 2015-04-25 16:40:05 -07:00
Glenn Morris
937b22fe46 ; ChangeLog fix
Reposition local-variables to where most ChangeLogs seem to keep them.
Also helps gitlog-to-emacslog.
2015-04-21 17:56:29 -04:00
Paul Eggert
65ac8bc6a9 ; Fix more-recent commit messages too 2015-04-18 19:56:03 -07:00
Paul Eggert
f48a28e343 ; make change-history-commit 2015-04-18 19:56:03 -07:00
Paul Eggert
870287327b ; Convert ChangeLog history files to "Bug#NNNN" 2015-04-18 19:48:24 -07:00
Simen Heggestøyl
b06b46e280 ; ChangeLog fix 2015-04-18 20:06:48 +02:00
Glenn Morris
1c565a24ac ; ChangeLog fixes 2015-04-17 13:48:00 -04:00
Paul Eggert
a1216b5d99 ; Add missing "(tiny change)" 2015-04-16 17:59:59 -07:00
Paul Eggert
3f5a12a552 ; make change-history-commit 2015-04-16 17:59:58 -07:00
Paul Eggert
374a0262cd 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.
2015-04-15 10:59:11 -07:00