; make change-history-commit
This commit is contained in:
parent
870287327b
commit
f48a28e343
2 changed files with 97 additions and 1 deletions
96
ChangeLog.2
96
ChangeLog.2
|
@ -1,3 +1,99 @@
|
|||
2015-04-18 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Prefer "Bug#1234" in commit messages
|
||||
* .dir-locals.el (log-edit-mode): Don't rewrite Bug#,
|
||||
as this isn't useful for Git.
|
||||
* CONTRIBUTE: Suggest "Bug#1234" instead of "Fixes: debbugs:1234".
|
||||
|
||||
2015-04-18 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* lisp/files.el (auto-mode-alist): Use conf mode for gitconfig, hgrc.
|
||||
Fixes: debbugs:19506
|
||||
|
||||
2015-04-18 Tom Willemse <tom@ryuslash.org> (tiny change)
|
||||
|
||||
* lisp/elec-pair.el (electric-pair-post-self-insert-function): Do not use `chomp' as a function.
|
||||
Fixes: debbugs:19505
|
||||
|
||||
2015-04-18 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* lisp/net/browse-url.el (browse-url, browse-url-at-point): Doc fixes.
|
||||
|
||||
* doc/emacs/misc.texi (Sorting): Small edit.
|
||||
Fixes: debbugs:19896
|
||||
|
||||
* admin/admin.el (make-manuals): Add emacs-xtra in pdf and ps.
|
||||
|
||||
2015-04-18 Simen Heggestøyl <simenheg@gmail.com>
|
||||
|
||||
css-mode.el: Support multi-line comment filling
|
||||
Fixes: debbugs:20256
|
||||
* lisp/textmodes/css-mode.el (css-fill-paragraph): Support multi-line
|
||||
comment filling.
|
||||
(css-adaptive-fill): New function.
|
||||
(css-mode): Set `adaptive-fill-function'.
|
||||
(scss-mode): Set `comment-continue'.
|
||||
|
||||
2015-04-18 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* lisp/emacs-lisp/seq.el (seq-concatenate, seq-into): Better error messages.
|
||||
|
||||
2015-04-18 Ivan Radanov Ivanov <ivanradanov@yahoo.co.uk> (tiny change)
|
||||
|
||||
Minor improvements in Bulgarian input methods
|
||||
* lisp/leim/quail/cyrillic.el (bulgarian-phonetic, bulgarian-bds):
|
||||
Replace U+042C with U+045D, as the former character is not used in
|
||||
the modern Bulgarian language.
|
||||
Fixes: Bug#20350
|
||||
|
||||
2015-04-17 Thomas Fitzsimmons <fitzsim@fitzsim.org>
|
||||
|
||||
Improve EUDC manual
|
||||
* eudc.texi (LDAP Configuration): Mention simple and SASL
|
||||
authentication schemes. Add index items. Shorten example server
|
||||
name.
|
||||
|
||||
2015-04-17 Dmitry Gutov <dgutov@yandex.ru>
|
||||
|
||||
Don't show both feature and function with the same name
|
||||
* lisp/progmodes/elisp-mode.el (elisp--xref-identifier-location):
|
||||
Don't show both feature and function with the same name.
|
||||
|
||||
(elisp--xref-identifier-location): Skip variable, if it's also a functiong
|
||||
* lisp/progmodes/elisp-mode.el (elisp--xref-identifier-location):
|
||||
Avoid returning both the variable and the function for the same
|
||||
minor mode.
|
||||
|
||||
2015-04-17 Wolfgang Jenkner <wjenkner@inode.at>
|
||||
|
||||
Fix fontification of keywords clobbered by the prompt.
|
||||
* lisp/comint.el (comint-output-filter): Remove the uses of
|
||||
with-silent-modifications I introduced as part of the last change.
|
||||
This fixes, e.g., erratically missing highlighting when running
|
||||
./configure --help; ./configure in a shell-mode buffer with
|
||||
compilation-shell-minor-mode turned on.
|
||||
|
||||
2015-04-17 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* admin/authors.el (authors-valid-file-names, authors-renamed-files-alist): Additions.
|
||||
|
||||
2015-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* lisp/indent.el (indent-region): Don't deactivate the mark
|
||||
Fixes: debbugs:20357
|
||||
|
||||
2015-04-17 Sam Steingold <sds@gnu.org>
|
||||
|
||||
lisp/net/rcirc.el (defun-rcirc-command): mark `target' as ignorable
|
||||
|
||||
2015-04-16 Leo Liu <sdl.web@gmail.com>
|
||||
|
||||
* lisp/progmodes/xref.el (xref-push-marker-stack): Add optional arg.
|
||||
|
||||
2015-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* lisp/erc/erc-pcomplete.el (erc-pcomplete): Don't use `pcomplete' any more.
|
||||
|
||||
2015-04-16 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* admin/authors.el (authors-lax-changelogs): Update for erc changes.
|
||||
|
|
|
@ -1092,7 +1092,7 @@ bootstrap: bootstrap-clean
|
|||
.PHONY: master-branch-is-current no-ChangeLog unchanged-history-files
|
||||
|
||||
# The newest revision that should not appear in the generated ChangeLog.
|
||||
gen_origin = 455f13b8c91a51cd08e19fda737a4358a9a927d6
|
||||
gen_origin = 870287327b1fba7105599eeabac5a2aa5ebadf19
|
||||
|
||||
# Convert git commit log to ChangeLog file. make-dist uses this.
|
||||
ChangeLog:
|
||||
|
|
Loading…
Add table
Reference in a new issue