Browse Source

Update done items.

Fred Gilham 2 weeks ago
parent
commit
caa37e929e
1 changed files with 18 additions and 16 deletions
  1. 18 16
      TODO

+ 18 - 16
TODO

@@ -1,17 +1,28 @@
 #+COMMENT: -*- Mode: org -*-
-#+COMMENT: Time-stamp: <2025-08-16 10:45:57 fred>
+#+COMMENT: Time-stamp: <2025-08-28 10:31:31 fred>
+* DONE XXX Using "bible-search-mode-follow-verse" function reverts to default (customized) module instead of current module.
+* TODO Infer chapter counts from book data
+  - May not be easily possible
+* TODO Psalm 119 acrostic Hebrew letters doesn't work.
+* TODO It would be nice to be able to enter either I, II or III or 1, 2 or 3 when referencing books.
+* TODO Search should order references by OT books, then NT books, in alphabetical order
+  - Search references currently works pretty well except for the above. Worth doing?
+* DONE Add search ranges
 * DONE Make lookups be relative to the specified book, not to Genesis. (internal)
-* DONE Make tabs work in Hebrew mode
 * DONE Make tabs skip past verse number at the beginning
   - Use `fields' 
   - actually done by using text properties
 * DONE Make lookups be case insensitive in all contexts (e.g. module). This isn't applicable because modules have combinations of different cases (upper and lower)
 * DONE Cache module list on startup (lazy lookup instead)
-* DONE Make morphology work in word-study mode
 * DONE Make lucene search work
+* DONE Search results don't show III John.     
+  - Apparently this is the only instance of the problem since III John
+    is the only book with the III prefix.
 * DONE Associate data structure with words so that tags (Strong's numbers, morphology) are invisible but still work
   - Use text properties
-* DONE Cache morphological tags so you only have to look them up once
+* DONE Make tabs work in Hebrew mode
+* DONE Clean up Hebrew lexicon tooltip
+  - I.e. outline indicators should be better indented.
 * DONE Make Hebrew rendering right-to-left.
   - Displaying Hebrew terms already does this, but tooltip display is messed up.
   - Can do for buffer (e.g. OSHB) but needs to look up information from mod.d directory, wherever that may be.
@@ -24,10 +35,8 @@
   - Have to parse XML.
   - ?? Probably lots of work for not much return
   - Did by looking at dom tags.
-* TODO Infer chapter counts from book data
-  - May not be easily possible
-* TODO Search should order references by OT books, then NT books, in alphabetical order
-  - Search references currently works pretty well except for the above. Worth doing?
+* DONE Make morphology work in word-study mode
+* DONE Cache morphological tags so you only have to look them up once
 * DONE Fix Robinson morphology: diatheke doesn't render it with spaces between fields in "plain" format
   - Either parse the XML (or whatever format) or just look for field names and put spaces before them, i.e.
     N-NSM Part of Speech: NounCase: NominativeNumber: SingularGender: Masculine 
@@ -41,14 +50,7 @@
     Gender: Masculine
     though this may take up too much vertical space. But it looks like Emacs puts the tooltips in a good place.
   - Did this by using "shr" package to parse HTML.
-* DONE Clean up Hebrew lexicon tooltip
-  - I.e. outline indicators should be better indented.
 * DONE Cross references in Abbott lexicon display are not right
   - I.e. Mk 3:7, 4:11, 15; should refer to Mark 3:7, Mark 4:11 and Mark 4:15.
     Do this with overlapping text properties.
-* DONE Search results don't show III John.     
-  - Apparently this is the only instance of the problem since III John
-    is the only book with the III prefix.
-* TODO It would be nice to be able to enter either I, II or II or 1, 2 or 3 when referencing books.
-* TODO Move book/chapter/verse to status line (saves room in the display)
-* TODO Add search ranges
+* DONE Move book/chapter/verse to status line (saves room in the display)