summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-03-28 10:10:54 +0800
committerSean Whitton <spwhitton@spwhitton.name>2024-03-28 10:10:54 +0800
commitf4519ca795d69df83f97f92010eb6097fd648c5e (patch)
treec782c8a7ced8278ead866ca0cd404eba614ca47b /debian
parent6a15009c558707208381b07b60a85de5e450e5b3 (diff)
more changelog tweaks
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog15
1 files changed, 5 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog
index a781b4a..bb970f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,13 +28,12 @@ debian-el (37.11) UNRELEASED; urgency=medium
[ Xiyue Deng ]
* Documentation fixes.
- + Fixes a few typos.
+ + Fix typos.
+ Revise some wording.
+ Stop using obsoleted versioned emacs21 in examples.
* Handle process error more gracefully (Closes: #1050685).
* Run term-exec without hooks to be more robust.
- * Resolve comp warnings (Closes: #1024695, #1034734, #1037179,
- #1051478).
+ * Resolve comp warnings (Closes: #1024695, #1034734, #1037179, #1051478).
+ Drop usage of obsolete easy-menu-{add,remove} functions.
+ Fix warning on docstring has wrong usage of unescaped single quotes.
+ Fix warnings on undefined variables and functions.
@@ -43,12 +42,8 @@ debian-el (37.11) UNRELEASED; urgency=medium
+ Use toplevel require for general dependencies.
+ Use eval-and-compile for non-toplevel requires.
+ Use make-local-variable as necessary.
- + Use "help-print-return-message" to replace the obsolete
- "print-help-return-message"
- + Use "called-interactively-p" to replace the obsolete
- "interactive-p".
- + Use "compilation-start" to replace the obsolete "compile-internal".
- * Ensure consistent spacing.
+ + Replace usage of some now-obsolete symbols.
+ * Fix some trailing whitespace & untabify.
* Change default deb-find-directory to "/var/cache/apt/archives".
* Fix install status detection of "Multi-Arch:same" packages
(Closes: #664083).
@@ -59,7 +54,7 @@ debian-el (37.11) UNRELEASED; urgency=medium
* Add "Rules-Requires-Root: no" in d/control.
* Update year in d/copyright.
* Add team as Upstream-Contact in d/copyright.
- * Use dh_elpa to handle *-{autoloads,pkg}.el generations.
+ * Use dh_elpa to handle *-{autoloads,pkg}.el generation.
+ Add package info comments to debian-el.el.
+ Drop debian-autoloads.el and debian-el-pkg.el in favor of dh_elpa
generated ones.