emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master cbef1e9 2/3: ; make change-history-commit


From: Paul Eggert
Subject: [Emacs-diffs] master cbef1e9 2/3: ; make change-history-commit
Date: Thu, 09 Apr 2015 17:22:47 +0000

branch: master
commit cbef1e918d5b0a7f2f68eb6d742982987f102cf4
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    ; make change-history-commit
---
 ChangeLog.1 |  244 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.in |    2 +-
 2 files changed, 245 insertions(+), 1 deletions(-)

diff --git a/ChangeLog.1 b/ChangeLog.1
index 6e2b4fc..b8e2c61 100644
--- a/ChangeLog.1
+++ b/ChangeLog.1
@@ -1,3 +1,247 @@
+2015-04-09  Paul Eggert  <address@hidden>
+
+       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.
+
+       gitlog-to-changelog coding cookie and mv -i
+       * build-aux/gitlog-to-emacslog: Use ChangeLog.1, not Makefile.in,
+       for copyright notice prototype, so that we get a proper "coding:"
+       cookie.  Use 'mv -i' to avoid unconditionally overwriting an
+       existing ChangeLog.  Problems reported by Eli Zaretskii in:
+       http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00504.html
+
+       Merge from gnulib
+       * build-aux/gitlog-to-changelog: Update from gnulib, incorporating:
+       2015-04-09 gitlog-to-changelog: port to MS-Windows
+
+2015-04-09  Boruch Baum  <address@hidden>
+
+       * lisp/bookmark.el (bookmark-bmenu-goto-bookmark): Don't inf-loop.
+       Fixes: debbugs:20212
+
+2015-04-09  Stefan Monnier  <address@hidden>
+
+       Stop messing with the EMACS env var
+       Fixes: debbugs:20202
+       * lisp/net/tramp-sh.el (tramp-remote-process-environment):
+       * lisp/comint.el (comint-exec-1):
+       * lisp/term.el (term-exec-1): Don't set EMACS envvar.
+       * lisp/progmodes/compile.el (compilation-start): Same and bring
+       INSIDE_EMACS's format in line with other users.
+
+       css-mode.el (css-smie-rules): Fix indentation after complex selectors
+       Fixes: debbugs:20282
+       * lisp/textmodes/css-mode.el (css-smie-rules): Don't get confused by
+       inner structure of selectors.
+
+2015-04-08  Fabián Ezequiel Gallina  <address@hidden>
+
+       python.el: Indent docstring lines to base-indent
+       Fixes: debbugs:19595
+       Thanks to immerrr <address@hidden> for reporting and providing
+       an initial patch.
+       * lisp/progmodes/python.el
+       (python-indent-context): Add :inside-docstring context.
+       (python-indent--calculate-indentation): Handle :inside-docstring.
+       (python-indent-region): Re-indent docstrings.
+       * test/automated/python-tests.el (python-indent-region-5)
+       (python-indent-inside-string-2): Fix tests.
+
+       python.el: Increase native completion robustness
+       Fixes: debbugs:19755
+       Thanks to Carlos Pita <address@hidden> for reporting
+       this and providing useful ideas.
+       * lisp/progmodes/python.el
+       (python-shell-completion-native-output-timeout): Increase value.
+       (python-shell-completion-native-try-output-timeout): New var.
+       (python-shell-completion-native-try): Use it.
+       (python-shell-completion-native-setup): New readline setup avoids
+       polluting current context, ensures output when no-completions are
+       available and includes output end marker.
+       (python-shell-completion-native-get-completions): Trigger with one
+       tab only.  Call accept-process-output until output end is found or
+       python-shell-completion-native-output-timeout is exceeded.
+
+2015-04-08  Samer Masterson  <address@hidden>
+
+       * lisp/eshell: Make backslash a no-op in front of normal chars
+       Fixes: debbugs:8531
+       * lisp/eshell/esh-arg.el (eshell-parse-argument-hook): Update comment.
+       (eshell-parse-backslash): Return escaped character after backslash
+       if it is special.  Otherwise, if the backslash is not in a quoted
+       string, ignore the backslash and return the character after; if
+       the backslash is in a quoted string, return the backslash and the
+       character after.
+       * test/automated/eshell.el (eshell-test/escape-nonspecial)
+       (eshell-test/escape-nonspecial-unicode)
+       (eshell-test/escape-nonspecial-quoted)
+       (eshell-test/escape-special-quoted): Add tests for new
+       `eshell-parse-backslash' behavior.
+
+2015-04-08  Gustav Hållberg  <address@hidden>
+
+       (diff-hunk-file-names): Don't require a TAB after the file name
+       Fixes: debbugs:20276
+
+       (diff-hunk-file-names): Don't require a TAB  after the file name
+       * lisp/vc/diff-mode.el (diff-hunk-file-names): Don't require a TAB
+       after the file name (bug#20276).
+
+2015-04-08  Paul Eggert  <address@hidden>
+
+       Minor quoting etc. fixes to Emacs manual
+       * doc/emacs/Makefile.in, doc/emacs/ack.texi, doc/emacs/building.texi:
+       * doc/emacs/calendar.texi, doc/emacs/cmdargs.texi:
+       * doc/emacs/custom.texi, doc/emacs/dired.texi, doc/emacs/emacs.texi:
+       * doc/emacs/files.texi, doc/emacs/glossary.texi, doc/emacs/gnu.texi:
+       * doc/emacs/indent.texi, doc/emacs/macos.texi:
+       * doc/emacs/maintaining.texi, doc/emacs/makefile.w32-in:
+       * doc/emacs/programs.texi, doc/emacs/rmail.texi:
+       * doc/emacs/search.texi, doc/emacs/trouble.texi:
+       * doc/emacs/vc1-xtra.texi:
+       Use American-style double quoting in ordinary text,
+       and quote 'like this' when single-quoting in ASCII text.
+       Also, fix some minor spacing issues.
+
+       Minor quoting etc. fixes to elisp intro
+       * doc/lispintro/emacs-lisp-intro.texi: Consistently use
+       American-style double quoting in ordinary text.  In ASCII text,
+       consistently quote 'like this' instead of `like this', unless
+       Emacs requires the latter.
+
+2015-04-08  Dmitry Gutov  <address@hidden>
+
+       CONTRIBUTE: Mention log-edit-insert-changelog
+
+       CONTRIBUTE: Emphasize creating the top-level ChangeLog file manually
+
+2015-04-08  Paul Eggert  <address@hidden>
+
+       * doc/misc/calc.texi (Summary): Avoid '@:' when usurped.
+
+2015-04-08  Stefan Monnier  <address@hidden>
+
+       (eieio-copy-parents-into-subclass): Fix inheritance of initargs
+       Fixes: debbugs:20270
+       * lisp/emacs-lisp/eieio-core.el (eieio-copy-parents-into-subclass):
+       Fix inheritance of initargs.
+
+2015-04-08  Artur Malabarba  <address@hidden>
+
+       * lisp/emacs-lisp/package.el (package-menu-mode): Mode-line notification
+       while dowloading information.
+
+       * lisp/emacs-lisp/package.el: More conservative `ensure-init-file'
+       (package--ensure-init-file): Check file contents before visiting.
+       (package-initialize): Call it.
+       (package-install-from-buffer, package-install): Don't call it.
+
+2015-04-08  Eli Zaretskii  <address@hidden>
+
+       * src/eval.c (init_eval_once): Bump max_lisp_eval_depth to 800
+       Fixes: bug#17517
+
+2015-04-08  Michael Albinus  <address@hidden>
+
+       Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
+
+       Fix nasty scoping bug in tramp-cache.el
+       * lisp/net/tramp-cache.el (tramp-flush-file-property): Fix nasty 
scoping bug.
+
+2015-04-08  Tassilo Horn  <address@hidden>
+
+       Add notice to visual commands section
+       * doc/misc/eshell.texi (Input/Output): Add notice that some tools
+       such as git call less with its -F option which omits pagination if
+       the contents is less than one page long.  This interferes with
+       eshell's visual (sub-)commands.
+
+2015-04-07  Dmitry Gutov  <address@hidden>
+
+       ffap: Support environment variable expansion in file names
+       Fixes: debbugs:19839
+       * lisp/ffap.el (ffap-string-at-point-mode-alist): Support
+       environment variable expansion in file names.
+
+2015-04-07  Paul Eggert  <address@hidden>
+
+       Prefer double-quote to accent-grave in man pages
+
+2015-04-07  Stefan Monnier  <address@hidden>
+
+       Fixes: debbugs:20257
+       * lisp/files.el (set-visited-file-name): Clear auto-save if nil.
+
+2015-04-07  Ivan Shmakov  <address@hidden>
+
+       Update etc/PROBLEMS.
+       * etc/PROBLEMS: Mention visible-cursor; a few more mentions of
+       ~/.Xresources and xrdb(1); refer to 'GNU Coreutils' and
+       'X Window System' or 'X' (were: 'GNU Fileutils' and 'X Windows',
+       respectively); other minor updates and tweaks.  (Bug#20011)
+
+2015-04-07  Paul Eggert  <address@hidden>
+
+       Add doc strings for some Isearch state vars
+       * lisp/misearch.el (multi-isearch-buffer-list)
+       (multi-isearch-file-list): Add doc strings.
+       Fixes: bug#20232
+
+2015-04-07  Alan Mackenzie  <address@hidden>
+
+       Always mark "<" and ">" in #include directives with text properties.
+       * lisp/progmodes/c-fonts.el (c-cpp-matchers): Replace a font-lock 
"anchored
+       matcher" with an invocation of c-make-font-lock-search-function to allow
+       fontification when there's no trailing space on an "#include <..>" line.
+
+2015-04-07  Paul Eggert  <address@hidden>
+
+       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
+
+       Rename ChangeLogs for gitlog-to-changelog
+       This patch was implemented via the following shell commands:
+       find * -name ChangeLog |
+       sed 's,.*,git mv & &.1,
+       s, lisp/ChangeLog\.1$, lisp/ChangeLog.17,
+       s, lisp/erc/ChangeLog\.1$, lisp/erc/ChangeLog.09,
+       s, lisp/gnus/ChangeLog\.1$, lisp/gnus/ChangeLog.3,
+       s, lisp/mh-e/ChangeLog\.1$, lisp/mh-e/ChangeLog.2,
+       s, src/ChangeLog\.1$, src/ChangeLog.13,' |
+       sh
+       git commit -am"[this commit message]"
+
 2015-04-07  Paul Eggert  <address@hidden>
 
        Merge from gnulib
diff --git a/Makefile.in b/Makefile.in
index a61cbc6..9f235d5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1088,7 +1088,7 @@ bootstrap: bootstrap-clean
        $(MAKE) all
 
 # The newest revision that should not appear in the generated ChangeLog.
-gen_origin = 9d56a21e6a696ad19ac65c4b405aeca44785884a
+gen_origin = 2cdbb8983dd49ce5c31c74b26f740bcb3e5a4c5d
 # Convert git commit log to ChangeLog file.  make-dist uses this.
 .PHONY: ChangeLog change-history unchanged-history-files
 ChangeLog:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]