Updated RELEASE_NOTES.
[mp-5.x.git] / TODO
blob64095a87381ffaa2fb41989c8fce3e69311abf97
1 Minimum Profit 5 TODO / Bug List
2 ================================
4 Release Critical Bugs
5 ---------------------
7 None!
9 Open Bugs
10 ---------
12  * 1150: The GTK menu is not rebuilt when calling mp.update_ui().
13  * 1170: The curses driver doesn't redraw when the terminal window
14    is resized.
15  * 1176: Add interface to set the undo levels.
16  * 1189: mp.drv.form() cannot be used from the command line in win32.
17  * 1199: On GTK, the default font (Mono 12, seemingly an alias to an
18    actual font) doesn't get its width calculated correctly, so right
19    margin detection and mouse positioning doesn't work. To workaround
20    this, set mp.config.font_face (in the config file) to an existing
21    monospaced font, like "DejaVu Mono" or "Bitstream Vera Sans Mono".
22  * 1230: Action `eval_doc' seems to fail forever after an error.
23  * 1233: Document all MPSL code using mp_doccer (at least, the
24    interface functions).
25  * 1242: There cannot be two tags with the same name, as they are
26    stored as hash keys.
27  * 1249: Change TUI dialogs to be really dialogs.
28  * 1259: Apply Jeremy's indent_block().
29  * 1260: Apply Jeremy's outdent_block().
30  * 1268: Implement mp.timer() in the KDE4 driver.
31  * 1271: Section marks should be multiline.
32  * 1277: Fix win32 window title.
34 Pending Enhancements
35 --------------------
37  * 1100: Paren matching should be syntax-highlight-dependent, so that
38    HTML / XML / SGML match < > pairs.
39  * 1101: Paren matching should not be limited to just parentheses and
40    similar, but to full strings (very useful for HTML open / close tags.)
41  * 1109: Add jump to matching paren.
42  * 1166: Add a file open navigator to TUI.
43  * 1183: Many actions should operate only on the selection block
44    (expand this issue).
45  * 1203: Change the drawing engine to only apply the syntax highlighting
46    regexes whenever the modified flag has changed or the viewport is
47    different.
48  * 1225: Add a regex (or similar) filter for lines. Lines matching it
49    (or not) won't appear on screen.
50  * 1266: Add a new tab style, in which the next tab column is taken from
51    the previous line.
52  * 1275: Add a 'Writing' menu bar.
54 Closed
55 ------
57  * 1103: When the end of a coloured block (for example, a comment in
58    C code) is lost below the last line, it's not coloured (this probably
59    means there should exist 'postread lines')(Fixable with special regular
60    expressions; Tue, 15 Nov 2005 13:49:45 +0100).
61  * 1114: Add delete line (Thu, 24 Nov 2005 20:12:05 +0100).
62  * 1121: Treatment of EOL in last line is uncertain
63    (Thu, 08 Dec 2005 20:01:09 +0100).
64  * 1123: When deleting the only line of a file, it gets mad
65    (Thu, 08 Dec 2005 20:09:42 +0100).
66  * 1104: When moving up / down, the X position should match the visual
67    column and not the exact one. Now, when moving among lines with a
68    different number of tabs, the cursor jumps weirdly
69    (Fri, 09 Dec 2005 10:59:01 +0100).
70  * 1105: Use a reasonable build system with config.sh
71    (Thu, 15 Dec 2005 08:32:19 +0100).
72  * 1124: Add the multi-document management (Thu, 15 Dec 2005 11:12:14 +0100).
73  * 1102: Tabs are incorrectly coloured when the cursor is over one
74    (Thu, 15 Dec 2005 12:09:35 +0100).
75  * 1122: Fix quote regexes to not match newlines
76    (Thu, 15 Dec 2005 12:36:51 +0100).
77  * 1125: Make it installable under Unix systems
78    (Mon, 19 Dec 2005 17:17:19 +0100).
79  * 1106: Add tag support (Wed, 21 Dec 2005 07:55:03 +0100).
80  * 1126: The dynamic array length in drw_as_array() is not taken
81    into account (Wed, 21 Dec 2005 18:30:22 +0100).
82  * 1127: If a double width char does not fit to the end of the line,
83    draw a single space instead (Wed, 21 Dec 2005 18:45:08 +0100).
84  * 1108: Add word wrapping (Sat, 24 Dec 2005 19:26:45 +0100).
85  * 1128: Add the -e command line switch
86    (Mon, 26 Dec 2005 19:45:20 +0100).
87  * 1119: Add learn mode (Fri, 20 Jan 2006 18:55:41 +0100).
88  * 1129: Add '+line' command line argument (Tue, 24 Jan 2006 06:22:49 +0100).
89  * 1130: When the last open file is closed (so a new, empty file is created
90    automatically), the tab files are not rebuilt (as the size of the tab set
91    is the same) (Tue, 14 Feb 2006 08:08:55 +0100).
92  * 1132: Add move word right (Mon, 20 Feb 2006 17:23:57 +0100).
93  * 1111: Add search (Tue, 21 Feb 2006 07:28:36 +0100).
94  * 1112: Add replace (Tue, 21 Feb 2006 07:48:36 +0100).
95  * 1113: Add replace all (Tue, 21 Feb 2006 08:33:02 +0100).
96  * 1133: Add replace in all documents (Tue, 21 Feb 2006 08:37:11 +0100).
97  * 1134: Add ~/.mp.mpsl (user profile) support (Tue, 28 Feb 2006 17:44:56 +0100).
98  * 1135: If ~/.mp.mpsl does not exist, aborts
99   (Tue, 11 Apr 2006 17:05:27 +0200).
100  * 1117: Add go to line (Mon, 17 Apr 2006 13:36:34 +0200).
101  * 1136: Add the 'modified' flag to documents
102    (Wed, 19 Apr 2006 08:16:37 +0200).
103  * 1145: Add tag target to the status line (Sat, 13 May 2006 09:56:37 +0200).
104  * 1118: Add move word left (Sat, 13 May 2006 12:25:01 +0200).
105  * 1107: Add ispell support (Mon, 15 May 2006 11:50:29 +0200).
106  * 1147: Add history to GTK's readline (Sun, 21 May 2006 17:33:42 +0200).
107  * 1148: Add history to win32's readline (Sun, 21 May 2006 17:48:35 +0200).
108  * 1139: Add the 'default' value to mp.drv.readline()
109    (Mon, 22 May 2006 06:10:17 +0200).
110  * 1143: Add interactive help (Tue, 23 May 2006 18:39:29 +0200).
111  * 1149: Unify mp.insert() and mp.paste(), as they do the same thing
112    (Thu, 25 May 2006 13:40:26 +0200).
113  * 1138: The call to mp.load_tags() in mp_tags.mpsl startup does not
114    work because at that time the colors are not built (so there is no
115    mp.colors.tag.attr) (Mon, 05 Jun 2006 19:25:32 +0200).
116  * 1144: Add the menu (Tue, 06 Jun 2006 19:09:38 +0200).
117  * 1146: Add 'recording macro' flag to the status line
118    (Sat, 10 Jun 2006 11:51:28 +0200).
119  * 1151: The menu should show a ? if the action doesn't exist
120    (Tue, 13 Jun 2006 16:19:05 +0200).
121  * 1152: The menu should show the bound key, if any
122    (Tue, 13 Jun 2006 16:19:11 +0200).
123  * 1154: Change syntax highlight definitions to be an array, so that
124    preference works (Tue, 27 Jun 2006 16:35:18 +0200).
125  * 1110: Add mp_templates support (Tue, 27 Jun 2006 18:18:49 +0200).
126  * 1140: Add mp.drv.list() (Closed by #1156 and #1157).
127  * 1156: Add mp.drv.list() to GTK (Tue, 04 Jul 2006 13:19:58 +0200).
128  * 1157: Add mp.drv.list() to win32 (Thu, 06 Jul 2006 13:14:14 +0200).
129  * 1141: Add complete tag support, with 'ctags' execution, asking for
130    a tag (needs #1139) and selecting from a list (needs #1140)
131    (Thu, 13 Jul 2006 13:59:02 +0200).
132  * 1142: Add symbol completion with tags (needs #1140)
133    (Thu, 13 Jul 2006 17:10:49 +0200).
134  * 1159: Do something to avoid having carriage returns in the text
135    (Mon, 17 Jul 2006 14:22:26 +0200).
136  * 1158: Fail on trying to open directories (Mon, 17 Jul 2006 15:54:25 +0200).
137  * 1160: Current opening file method (read-write mode and then stat())
138    fails opening read-only files, which is unacceptable
139    (Wed, 19 Jul 2006 13:15:07 +0200).
140  * 1153: Suppress the "File '.mp.mpsl' not found in INC" spurious
141    error message (Wed, 19 Jul 2006 18:28:09 +0200).
142  * 1161: Pressing backspace at the beggining of a document deleted
143    the first character (Wed, 19 Jul 2006 18:34:17 +0200).
144  * 1163: Add readline_password to TUI (Thu, 27 Jul 2006 10:17:54 +0200).
145  * 1164: Add readline_password to GTK (Thu, 27 Jul 2006 10:23:56 +0200).
146  * 1165: Add readline_password to Win32 (Thu, 27 Jul 2006 10:38:16 +0200).
147  * 1155: Add replace (Sat, 02 Sep 2006 11:54:06 +0200).
148  * 1167: Tags fail because mp.search() now delimits the string with /
149    (Sun, 17 Sep 2006 09:54:46 +0200).
150  * 1177: Add mp.drv.form() support to Win32 (Mon, 25 Sep 2006 19:49:29 +0200).
151  * 1178: Add mp.drv.form() support to TUI (Sat, 30 Sep 2006 08:03:10 +0200).
152  * 1115: Add password protection (Closed by #1180;
153    Mon, 02 Oct 2006 17:24:36 +0200).
154  * 1162: Add menu support to the Curses / TUI interface
155    (Mon, 02 Oct 2006 20:11:28 +0200).
156  * 1181: Search should always be positioned in the same line
157    (Mon, 02 Oct 2006 20:19:24 +0200).
158  * 1180: Prompt for a password when detecting encrypted files
159    (Thu, 12 Oct 2006 10:54:45 +0200).
160  * 1186: Password-protected files cannot be opened from the command
161    line because mp.drv.form() doesn't exist at that time
162    (Thu, 12 Oct 2006 12:23:14 +0200).
163  * 1187: Tagged words aren't coloured in the GTK driver
164    (Fri, 13 Oct 2006 17:45:56 +0200).
165  * 1188: Tagged words aren't coloured in the win32 driver
166    (Fri, 13 Oct 2006 18:02:55 +0200).
167  * 1190: Encrypted files fail opening in win32
168    (Closed by #1191; Fri, 13 Oct 2006 18:28:02 +0200).
169  * 1191: The win32 version seems to write encrypted files correctly
170    (they can be read on win32 and on unix), but can't read
171    (Fixed in MPDM; Fri, 13 Oct 2006 18:59:01 +0200).
172  * 1192: Fix password protected opening form to equal cancellation
173    if the password is empty (Fri, 13 Oct 2006 20:37:41 +0200).
174  * 1193: mp.drv.form() cannot be used from the command line in GTK,
175    dialogs are created with no fields (but password protected files
176    and tags do work) (My mistake, they work; Sat, 14 Oct 2006 09:31:57 +0200).
177  * 1131: Add move to next / previous ocurrence of character
178    (Mon, 16 Oct 2006 16:17:54 +0200).
179  * 1197: Win32 forms under Win98 don't return anything (it seems that
180    GetDlgItemTextW() is failing) (Fri, 20 Oct 2006 07:42:10 +0200).
181  * 1196: Win32 forms don't show any text under Win98 (it seems that
182    SetDlgItemTextW() is failing) (Fri, 20 Oct 2006 07:50:49 +0200).
183  * 1185: Delete '.' from INC (Fri, 03 Nov 2006 14:03:46 +0100).
184  * 1182: Add selection by moving with the shift key down
185    (Fri, 03 Nov 2006 15:48:41 +0100).
186  * 1200: Add selection by mouse dragging to GTK
187    (Fri, 03 Nov 2006 16:57:26 +0100).
188  * 1202: Block selection doesn't work well. The first mark should have
189    preference from the other (must never change in a selection
190    'session') (Fri, 03 Nov 2006 17:34:03 +0100).
191  * 1201: Add selection by mouse dragging to Win32
192    (Wed, 08 Nov 2006 18:04:03 +0100).
193  * 1116: Add grep (Tue, 14 Nov 2006 17:20:24 +0100).
194  * 1206: Add 'sync' (save all modified documents)
195    (Sun, 26 Nov 2006 12:39:07 +0100).
196  * 1207: Add 'Reopen as UTF-8' (Closed by: #1209, #1210;
197    Sun, 03 Dec 2006 20:27:28 +0100).
198  * 1208: Add 'Reopen as current locale' (Closed by: #1209, #1210;
199    Sun, 03 Dec 2006 20:27:28 +0100).
200  * 1211: Add the 'document_list' action (Fri, 12 Jan 2007 08:28:32 +0100).
201  * 1179: It doesn't work with ncurses, so stop lying about it and
202    ask for ncursesw (Thu, 18 Jan 2007 08:15:14 +0100).
203  * 1169: Port translations from mp 3.x (Thu, 18 Jan 2007 09:02:38 +0100).
204  * 1204: When toggling spelling, the document is incorrectly refreshed
205    (Mon, 22 Jan 2007 13:21:09 +0100).
206  * 1198: Add interface to active spellchecking
207    (Mon, 22 Jan 2007 13:28:36 +0100).
208  * 1210: Add interface to set the encoding
209    (Mon, 22 Jan 2007 13:35:25 +0100).
210  * 1209: Add 'Reopen' (renamed to 'Revert'; Mon, 22 Jan 2007 13:40:25 +0100).
211  * 1172: Add interface to set the word wrapping column
212    (Mon, 22 Jan 2007 14:06:09 +0100).
213  * 1173: Add interface to set the line terminator
214    (Mon, 22 Jan 2007 14:06:09 +0100).
215  * 1174: Add interface to set autoindentation.
216    (Mon, 22 Jan 2007 14:06:09 +0100).
217  * 1171: Add interface to set tab size (Mon, 22 Jan 2007 16:28:47 +0100).
218  * 1175: Add interface to set the tabs-as-spaces
219    (Mon, 22 Jan 2007 16:28:47 +0100).
220  * 1168: Port all syntax highlight definitions from mp 3.x
221    (Wed, 24 Jan 2007 17:58:36 +0100).
222  * 1212: Add mp.config.maximize support for GTK
223    (Thu, 25 Jan 2007 08:45:39 +0100).
224  * 1213: Add mp.config.maximize support for Win32
225    (Thu, 25 Jan 2007 17:12:39 +0100).
226  * 1120: Add a 'system-command' action (Fri, 02 Feb 2007 10:13:26 +0100).
227  * 1137: Word wrap counts all caracters as measuring 1 column,
228    which is stupid. This is specially true for tabs
229    (Thu, 22 Feb 2007 14:10:09 +0100).
230  * 1214: Search and replace don't replace \t, \r and such
231    (Mon, 26 Feb 2007 17:30:50 +0100).
232  * 1215: Rewrite the timer so that it's no longer an action, but
233    a specific function call (Thu, 29 Mar 2007 12:37:01 +0200).
234  * 1216: Document the new timer functionality
235    (Tue, 03 Apr 2007 16:51:06 +0200).
236  * 1217: Add 'Please wait...' messages (Thu, 19 Apr 2007 13:06:54 +0200).
237  * 1220: Tag completion seems to redraw incorrectly
238    (Thu, 10 May 2007 10:29:08 +0200).
239  * 1221: When tag completion expands to exactly one tag, redraw
240    is still incorrect (Thu, 10 May 2007 13:25:25 +0200).
241  * 1224: Also execute /etc/mp.mpsl (Tue, 22 May 2007 08:22:18 +0200).
242  * 1223: Add a mprc.mpsl.sample file (Closed by #1226;
243    Wed, 30 May 2007 13:51:51 +0200).
244  * 1226: Document the configuration values
245    (Wed, 30 May 2007 13:51:58 +0200).
246  * 1228: Add 'ctrl-a: Menu' to Curses status line
247    (Tue, 05 Jun 2007 13:49:02 +0200).
248  * 1229: The 'replace' action should use sregex() instead of an
249    ad-hoc splice() + mp.insert() (Tue, 19 Jun 2007 09:03:57 +0200).
250  * 1231: Selection from GTK lists crashes if the element have
251    changed and ENTER or Escape is pressed (Fixed by a library
252    upgrade; Fri, 29 Jun 2007 08:01:17 +0200).
253  * 1232: Update the features in the home page
254    (Wed, 29 Aug 2007 14:04:15 +0200).
255  * 1237: /etc/mp.mpsl is not being executed
256    (Wed, 12 Sep 2007 12:26:35 +0200).
257  * 1238: On win32, the 'exit' action is called twice when exiting
258    from the keystroke or the menu (but *not* when closing the
259    window) (Mon, 17 Sep 2007 14:28:28 +0200).
260  * 1234: Add support for local sessions
261    (Mon, 17 Sep 2007 17:37:41 +0200).
262  * 1184: Stop inserting the keypress if a key is not bound
263    (Mon, 17 Sep 2007 19:52:19 +0200).
264  * 1241: Implement keycode multiplexing ala Emacs
265    (Tue, 18 Sep 2007 13:25:52 +0200).
266  * 1235: Change the calling points for auto-saved sessions
267    (They are fine now; Tue, 18 Sep 2007 13:36:30 +0200).
268  * 1239: Don't save session if only unnamed files are open
269    (Thu, 20 Sep 2007 19:07:03 +0200).
270  * 1243: The new drw_search_hit() function should pass the
271    mp.last_search value through mp.prefix_regex() (or
272    mp.last_search stored as a regex) (Mon, 15 Oct 2007 14:42:17 +0200).
273  * 1246: An empty search hangs (Tue, 13 Nov 2007 13:13:02 +0100).
274  * 1245: The record macro function, when called from the menu,
275    drops the last keystroke (Thu, 22 Nov 2007 14:39:50 +0100).
276  * 1247: The menu doesn't move on the Curses version
277    (Thu, 22 Nov 2007 14:53:49 +0100).
278  * 1195: The curses menu crashes if it doesn't fit on the screen
279    (Thu, 22 Nov 2007 15:10:52 +0100).
280  * 1222: Add --help info
281    (Fri, 23 Nov 2007 13:22:05 +0100).
282  * 1240: Fix the -f (execute script) command-line argument
283    (Fri, 23 Nov 2007 13:33:11 +0100).
284  * 1219: Update the man page (Fri, 23 Nov 2007 14:16:54 +0100).
285  * 1218: Create or adapt The README file
286    (Tue, 27 Nov 2007 13:29:10 +0100).
287  * 1244: Document the data model
288    (Thu, 29 Nov 2007 07:31:47 +0100).
289  * 1250: Autoindent should be disabled while pasting
290    (Fri, 07 Dec 2007 08:14:25 +0100).
291  * 1251: In TUI's list, when the cursor is on the last element, the
292    rest of the screen is drawn in cursor color
293    (Tue, 18 Dec 2007 11:14:19 +0100).
294  * 1252: Ctrl-keys on GTK fail when caps enabled
295    (Fri, 22 Feb 2008 07:57:40 +0100).
296  * 1236: Calling with -t doesn't draw the screen if only one
297    tag is found (Mon, 25 Feb 2008 15:17:43 +0100).
298  * 1205: Copy & paste from two different instances of MP (GTK)
299    seem to fail (copying or pasting from other applications seem
300    to work) (Tue, 26 Feb 2008 07:28:50 +0100).
301  * 1253: Document the 'build' action (Thu, 13 Mar 2008 07:50:28 +0100).
302  * 1254: Sessions don't set the y position of files correctly
303    (Mon, 31 Mar 2008 17:30:18 +0200).
304  * 1255: Document change in 'grep' (Tue, 01 Jul 2008 08:05:11 +0200).
305  * 1256: Document change in 'build' (Tue, 01 Jul 2008 08:05:11 +0200).
306  * 1257: Document new builtin encoders (Tue, 01 Jul 2008 08:05:11 +0200).
307  * 1258: Document change in curses dialogs (Tue, 01 Jul 2008 08:05:11 +0200).
308  * 1262: Add text underlining to KDE4 (Sun, 31 Aug 2008 16:10:35 +0200).
309  * 1263: Add history to form() text fields in KDE4
310    (Mon, 01 Sep 2008 12:37:01 +0200).
311  * 1264: Avoid exiting if no xserver can be connected to in KDE4
312    (Tue, 02 Sep 2008 12:25:01 +0200).
313  * 1248: No localisation on Win32
314    (Tue, 07 Oct 2008 13:39:49 +0200).
315  * 1265: Fix localisation / gettext when KDE4 support is compiled
316    (Tue, 07 Oct 2008 13:39:36 +0200).
317  * 1267: Sometimes replace all hangs (Tue, 04 Nov 2008 09:19:50 +0100).
318  * 1269: Don't try to search inside the block if it's empty
319    (Wed, 21 Jan 2009 10:37:16 +0100).
320  * 1261: Apply Jeremy's function_list()
321    (Mon, 02 Feb 2009 16:10:34 +0100).
322  * 1272: Fix the `open_templates_file' action
323    (Wed, 04 Mar 2009 10:04:59 +0100).
324  * 1227: The length of an open combobox (at least under XP)
325    is ridiculous (Tue, 21 Apr 2009 12:17:22 +0200).
326  * 1194: Underlined text doesn't work under win32
327    (Tue, 21 Apr 2009 12:51:38 +0200).
328  * 1270: tools/po2mpsl.mpsl skips the last string
329    (Tue, 21 Apr 2009 17:47:42 +0200).
330  * 1274: Add interface to configure the repeated word detector
331    (Wed, 22 Apr 2009 08:52:43 +0200).
332  * 1273: mp.repeated_words() leaves the last max_dist words
333    unchecked (Tue, 28 Apr 2009 11:55:42 +0200).
334  * 1276: Fix win32 processing of Unicode characters
335    (Mon, 27 Jul 2009 16:52:20 +0200).
337 Email bugs to angel@triptico.com