emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/hyperbole 2d7b87c 2/2: Rename file Changes to ChangeLog


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 2d7b87c 2/2: Rename file Changes to ChangeLog so change-log-mode is utilized
Date: Sat, 1 May 2021 12:57:16 -0400 (EDT)

branch: externals/hyperbole
commit 2d7b87cc758c0fc2835d6483942a3f6fbc7e8842
Author: Bob Weiner <rsw@gnu.org>
Commit: Bob Weiner <rsw@gnu.org>

    Rename file Changes to ChangeLog so change-log-mode is utilized
---
 Changes => ChangeLog | 11 +++++++++++
 MANIFEST             |  2 +-
 Makefile             |  2 +-
 hmouse-tag.el        |  2 +-
 4 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/Changes b/ChangeLog
similarity index 99%
rename from Changes
rename to ChangeLog
index cdac411..b7d2646 100644
--- a/Changes
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2021-05-01  Bob Weiner  <rsw@gnu.org>
 
+* ChangeLog: Renamed this file from Changes so change-log-mode will
+    be used (now that Elpa release builds no longer overwrite files
+    named ChangeLog with git log information).
+
 * hypb-ert.el (hypb-ert-sym, hypb-ert-sel): Change 2nd args to
     strings to fix Emacs 27 byte-compile error.
 
@@ -6742,3 +6746,10 @@ V5.07 changes ^^^^:
 ==============================================================================
 V5.06 changes ^^^^:
 ==============================================================================
+
+     For earlier ChangeLog entries, see earlier releases of Hyperbole.
+
+
+     Copyright 1991-2021 Free Software Foundation, Inc.
+     Copying and distribution of this file, with or without modification, are
+     permitted provided the copyright notice and this notice are preserved.
diff --git a/MANIFEST b/MANIFEST
index 32e4b204..3500d2e 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -16,7 +16,7 @@ README.md            - Markdown formatted introduction 
combining README, INSTALL
 README.md.html       - HTML formatted introduction combining README, INSTALL 
and HY-ABOUT
 hversion.el          - GNU Hyperbole version and system information setup
 hyperbole.el         - Loads and initializes GNU Hyperbole
-Changes              - Summary of changes in recent GNU Hyperbole releases
+ChangeLog            - Summary of changes in recent GNU Hyperbole releases
 
 --- DOCUMENTATION ---
 man/dir              - GNU Hyperbole Info directory tree entry
diff --git a/Makefile b/Makefile
index 5dfb8ce..4c9f58e 100644
--- a/Makefile
+++ b/Makefile
@@ -186,7 +186,7 @@ ELC_KOTL = kotl/kexport.elc kotl/kfile.elc kotl/kfill.elc 
kotl/kimport.elc kotl/
 HY-TALK  = HY-TALK/.hypb HY-TALK/HYPB HY-TALK/HY-TALK.org
 
 HYPERBOLE_FILES = dir info html $(EL_SRC) $(EL_COMPILE) $(EL_KOTL) \
-       $(ELC_COMPILE) $(HY-TALK) Changes COPYING Makefile HY-ABOUT HY-ANNOUNCE 
HY-NEWS \
+       $(ELC_COMPILE) $(HY-TALK) ChangeLog COPYING Makefile HY-ABOUT 
HY-ANNOUNCE HY-NEWS \
        HY-WHY.kotl INSTALL DEMO DEMO-ROLO.otl MANIFEST README README.md _hypb 
.hypb smart-clib-sym \
        topwin.py hyperbole-banner.png $(man_dir)/hkey-help.txt \
        $(man_dir)/hyperbole.texi $(man_dir)/hyperbole.css 
$(man_dir)/version.texi
diff --git a/hmouse-tag.el b/hmouse-tag.el
index a409fdc..6493abe 100644
--- a/hmouse-tag.el
+++ b/hmouse-tag.el
@@ -349,7 +349,7 @@ If:
 (defun smart-emacs-lisp-mode-p ()
   "Return t if in a mode which use Emacs Lisp symbols."
   ;; Beyond Lisp files, Emacs Lisp symbols appear frequently in Byte-Compiled
-  ;; buffers, debugger buffers, and Help buffers.
+  ;; buffers, debugger buffers, program ChangeLog buffers, and Help buffers.
   (or (memq major-mode #'(emacs-lisp-mode lisp-interaction-mode debugger-mode))
       (string-match "\\`\\*Compile-Log\\(-Show\\)?\\*" (buffer-name))
       (and (or (memq major-mode #'(help-mode change-log-mode))



reply via email to

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