summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2021-12-11 11:00:39 +0800
committerPo Lu <luangruo@yahoo.com>2021-12-11 11:00:39 +0800
commitea8bb59c1b393e57046fec698fbb498f08bc70cc (patch)
treef50b02d5b91e7194955cc920f11017e26dd84000 /etc
parentcc0f147180300b672894de931bee76b2a3a719e9 (diff)
parentc9cb59bc4f68d6050451bc0a619fd3eb6a6ed554 (diff)
downloademacs-ea8bb59c1b393e57046fec698fbb498f08bc70cc.tar.gz
Merge remote-tracking branch 'origin/master' into feature/pgtk
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
-rw-r--r--etc/TODO4
2 files changed, 7 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0fee98d1191..5285f526d4d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -617,8 +617,9 @@ flagging an image in either the thumbnail or display buffer shows the
next image.
---
-*** Now shows image information in the header line.
-This replaces the message shown at the bottom of the screen.
+*** Image information is now shown in the header line.
+This replaces the message most navigation commands in the thumbnail
+buffer used to show at the bottom of the screen.
+++
*** 'image-dired-show-all-from-dir-max-files' has been increased to 500.
diff --git a/etc/TODO b/etc/TODO
index cd06b1ea26e..22f5c099607 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -80,6 +80,10 @@ all interactive commands to see if they are only relevant in one
particular mode. This requires care as some commands might be useful
outside of the mode they were written for.
+** Convert defvar foo-mode-map to defvar-keymap
+Verify the conversion by comparing the value of the keymap before
+converting it and after (you can see the value in 'C-h v').
+
** Write more tests
Pick a fixed bug from the database, write a test case to make sure it
stays fixed. Or pick your favorite programming major-mode, and write