Eli Zaretskii
f65de05710
; make change-history-commit
2015-09-05 05:00:51 -04:00
Glenn Morris
d987e6d671
; Auto-commit of ChangeLog files.
2015-08-30 06:23:56 -04:00
Martin Rudalics
24c61cab07
; Fix two entries in ChangeLog.2
2015-08-24 09:48:56 +02:00
Michael Albinus
a7088b5027
; Fix author address
2015-08-23 17:58:16 +02:00
Glenn Morris
2f0d41ea4f
; Auto-commit of ChangeLog files.
2015-08-23 06:24:06 -04:00
Martin Rudalics
a3f3cd7c4a
In ‘adjust-window-trailing-edge’ fix bug with size-preserved windows.
...
* lisp/window.el (adjust-window-trailing-edge): Fix bug where this
function refused to resize a size-preserved window.
2015-08-22 10:22:26 +02:00
Martin Rudalics
3ea0598526
Document `window-use-time' in Elisp manual
...
* doc/lispref/windows.texi (Selecting Windows): Document `window-use-time'.
2015-08-21 17:54:10 +02:00
Phillip Lord
07ebe42546
; Remove Entry from ChangeLog.2
...
This entry was about a formatting change to another ChangeLog
entry and so shouldn't have been in the ChangeLog in the first place.
2015-08-18 10:11:38 +01:00
Michael Albinus
9a6d63fe2a
; ChangeLog.2: Fix another Tramp commit
2015-08-16 21:06:58 +02:00
Michael Albinus
4fedca4f7b
; ChangeLog.2: Fix author of last Tramp commit
2015-08-16 21:05:53 +02:00
Eli Zaretskii
cd671c6a1b
; ChangeLog.2: Fix the entry about deleting makefile.w32-in
2015-08-16 17:36:13 +03:00
Glenn Morris
87c4e2a686
; Auto-commit of ChangeLog files.
2015-08-16 06:24:11 -04:00
Michael Albinus
76fff113e4
; Fix ChangeLog entries
2015-08-15 13:09:41 +02:00
Paul Eggert
293775f105
; Fix ChangeLog entry put into wrong file
2015-08-14 15:21:58 -07:00
Paul Eggert
1735729e9b
; make change-history-commit
2015-08-14 15:21:58 -07:00
Phillip Lord
21e1673be3
* ChangeLog.2: Formatting update.
...
Formatting for one change entry did not follow standard ChangeLog
conventions and has now been updated.
2015-08-10 23:04:05 +01:00
Glenn Morris
a6bcd27f17
; Auto-commit of ChangeLog files.
2015-08-09 06:25:42 -04:00
Eli Zaretskii
c208eefcef
; Fix some of my ChangeLog entries
2015-08-08 20:42:53 +03:00
David Kastrup
ab574175a4
; Add missing ChangeLog entry
2015-08-08 18:00:56 +02:00
Ingo Lohmar
b629566ac3
; Fix wrong/duplicate ChangeLog entries
2015-08-04 18:35:00 +02:00
Ingo Lohmar
397e316b28
Add option `calendar-weekend-days'
...
Previously, the face `calendar-weekend-header' was invariably applied to
Sundays and Saturdays, although weekend days differ by region/culture.
Making the days freely customizable, independent of
`calendar-week-start-day', should cover all possible scenarios.
2015-08-02 17:30:44 +02:00
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