commit 329e0274ec6a4ae82f86905b8cf844971b943085 (HEAD, refs/remotes/origin/master) Author: Mark Oteiza Date: Tue Sep 27 13:34:29 2016 -0400 ; Fix previous change * lisp/woman.el (woman-parse-man.conf, woman-manpath-add-locales) (woman-cached-data): Use :test #'equal for instances of cl-pushnew. diff --git a/lisp/woman.el b/lisp/woman.el index 9c3fb2a..3822ce6 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -572,7 +572,7 @@ MANPATH_MAP[ \t]+\\(\\S-+\\)[ \t]+\\(\\S-+\\)\\)" nil t) (match-string 1) (cons (match-string 2) (match-string 3))) - manpath)) + manpath :test #'equal)) manpath)) )) (setq path (cdr path))) @@ -626,9 +626,9 @@ of `woman-expand-locale' on `woman-locale' added, where they exist." (cl-pushnew (if (consp elem) (cons (car elem) dir) dir) - lst))) + lst :test #'equal))) ;; Non-locale-specific has lowest precedence. - (cl-pushnew elem lst))))) + (cl-pushnew elem lst :test #'equal))))) (defcustom woman-manpath ;; Locales could also be added in woman-expand-directory-path. @@ -1197,7 +1197,8 @@ Called both to generate and to check the cache!" (setq path (split-string (getenv "PATH") path-separator t))) (setq dir (and (member (car dir) path) (cdr dir)))) - (when dir (cl-pushnew (substitute-in-file-name dir) lst)))) + (when dir + (cl-pushnew (substitute-in-file-name dir) lst :test #'equal)))) (mapcar 'substitute-in-file-name woman-path))) (defun woman-read-directory-cache () commit 739c538cf818c3884c07b6a9c7e8a5abe279cb1d Author: Michael Albinus Date: Tue Sep 27 10:53:49 2016 +0200 * admin/notes/bug-triage: Do not mention closed bugs * admin/notes/bug-triage: Do not mention closed bugs, they are suppressed by default in debbugs-{gnu,org}. diff --git a/admin/notes/bug-triage b/admin/notes/bug-triage index 47ce4e0..2974eee 100644 --- a/admin/notes/bug-triage +++ b/admin/notes/bug-triage @@ -14,9 +14,7 @@ the ones that are not reproducible on the current release. 1. To start, enter debbugs mode (either debbugs-gnu, debbugs-org, or via the web browser), and accept the default list option of bugs that have severity serious, important, or normal. - 2. This will also show closed bugs that have yet to be archived. You can - filter these out in debbugs-gnu with "x" (debbugs-gnu-toggle-suppress). - 3. For each bug, we want to primarily make sure it is still + 2. For each bug, we want to primarily make sure it is still reproducible. A bug can and should stay open as long as it is still a bug and no one has fixed it. The following is a suggested checklist to follow for handling these bugs, along with @@ -73,7 +71,7 @@ the ones that are not reproducible on the current release. [ ] Check that the priority is reasonable. Most bugs should be marked as normal, but crashers and security issues can be marked as serious. - 4. Your changes will take some time to take effect. After a period of minutes + 3. Your changes will take some time to take effect. After a period of minutes to hours, you will get a mail telling you the control message has been processed. At this point, if there were no errors detected, you and everyone else can see your changes. If there are errors, read the error