Updated TODO.
[mp-5.x.git] / RELEASE_NOTES
bloba4caf5dec6fc1281f0de8240adc684fe8df4f18c
1 Minimum Profit Release Notes
2 ============================
4 5.2.1
5 -----
7  - Some operations are now done in separate threads, like
8    - Hexadecimal viewer loading
9  - New actions:
10    - `indent_block': Indents the current line or the selected block.
11    - `unindent_block': Reverse of `indent_block'.
12  - New features:
13    - ~/.mp_templates can be a directory. If it is, the `global' file
14    there is always read (and those templates put at the top) and it
15    will also read a file named like the current syntax highlight
16    definition (so different templates appear if your editing C, Perl,
17    etc.).
18  - New configuration options:
19    - `mp.config.smart_bol': if set to nonzero, the `move_bol' action
20      now moves to the first non-blank character in the line instead of
21      to column 0 (unless the cursor is already on the first non-blank).
22  - Other improvements:
23    - The following actions accept additional arguments when called
24      as functions (and do not ask for them, if present):
25      - `goto'
26      - `save_as'
27      - `exec_command'
28      - `filter_selection'
30 5.2.0
31 -----
33  - New actions:
34    - `filter_selection': to filter the selection (or the
35      full document if no selection is done) through a system command.
36    - `exec_action': that shows a list of actions to execute
37      on the current document.
38    - `cut_lines_with_string': that cuts to the clipboard all lines
39      in a document or block that matches a regular expression.
40    - `insert_real_tab': bound to `shift-tab', to insert a tab
41      character (\t) regardless of whatever is set in the
42      `tabs_as_spaces' configuration variable.
43    - `insert_next_item': to insert a new enumeration item in
44      a document.
45  - Bugfixes:
46    - Fixed insert / overwrite mode.
47    - If a selection is invisible (incomplete or with the start and end
48      in the same character), a new keystroke does not jump to it.
49  - New configuration options:
50    - `mp.config.hw_cursor': to activate the hardware cursor in
51      text environments (disabled by default).
52  - Text user interface improvements:
53    - File opening list is fully navegable (directories up and down),
54    - Selection lists accept letter keys to jump to elements,
55    - If a text mode menu panel do not fit vertically on the screen,
56      menu items are scrolled as needed.
57  - New command line options:
58    - `-txt': force text mode (instead of GUI).
59  - General improvements:
60    - If a block is selected, actions `word_wrap_paragraph',
61      `join_paragraph' and `eval_doc' act only on it.
62    - The internal engine has been partly rewritten, so it requires
63      less memory and it's a bit faster.
65 5.1.4
66 -----
68  * If a block is selected, any keystroke substitutes it.
69  * Support for Alt + keys (ASCII and movement) has been added,
70    and mostly left unbound to be used by the user for his own
71    keybindings.
72  * A new tab mode, which uses the previous line as a template
73    for tab columns.
74  * Fixed action `open_under_cursor'.
75  * The `mp.paste()' function returns the clipboard content
76    as a string if called without arguments.
77  * New Grutatxt syntax highlighter.
78  * Fix F10 in Win32.
79  * Fix a bug when calculating the drawing position in the
80    selected block, that were leading to crashes.
82 5.1.3
83 -----
85  * A new Qt4 driver (adapted from the KDE4 driver).
86  * A new hexadecimal viewer.
87  * New action `open_dropped_files', to open files dropped from
88    the underlying system GUI.
89  * Improved file encoding autodetection by looking at the
90    UTF BOM marks.
91  * New configuration option `keep_eol', to keep the original
92    end of line sequence each document had.
93  * Fixed some clipboard issues, as replacing the selected block
94    when pasting and some crashes.
95  * win32 executable has been renamed to `mp-5.exe'.
96  * The status line format string can also include the %e token
97    to show the encoding used by the document.
98  * Fixed win32 input processing in non-latin environments.
99  * Setting an empty encoding (to fall back to system defaults)
100    always work.
102 5.1.2
103 -----
105  * The `grep' action can now be recursive.
106  * New syntax color for special documentation blocks.
107  * Fix searching into empty selected blocks (this was bug #1269).
108  * New action `section_list', that shows a list of _sections_
109    in the current document to jump to. Sections are usually
110    function definitions and special marks in programming
111    languages.
112  * New action `seek_misspelled', to search the next
113    misspelled word. It has been assigned to keycode `f5'.
114  * New action `ignore_last_misspell', to add the last misspelled
115    word found by `seek_misspelled' to a whitelist so it won't
116    be found again.
117  * New action `seek_repeated_word', to search for words starting
118    or ending with the same number of letters up to a maximum
119    distance. It's controlled by the new configuration directives
120    `mp.config.rw_num_chars' and `mp.config.rw_max_dist'.
121    It has been assigned to keycode `f6' (this keycode was
122    previously assigned to `join_paragraph', which has no
123    keybinding now).
124  * The action `open_templates_file' has been fixed.
125  * Several GTK interface updates by fellow developer Sebastian Vöcking.
126  * New command line option `-d', to change the working directory.
127  * Several fixes to the win32 driver; word wrapping, combobox
128    drop-down sizes, underlined text.
129  * Avoid hanging if the external ispell program is broken.
130  * The `dump()' function now dumps its argument as MPSL code.
132 5.1.1
133 -----
135  * Internationalization works in all platforms (including KDE4,
136    were it was faulty, and win32, where it was non-existent since
137    the 3.x series).
138  * The status line format string can also include the %w token
139    to show the number of words in the current document or selection
140    (can be slow).
141  * Search and replace is now limited to the selected block, if any.
143 5.1.0
144 -----
146 Fixes to the KDE4 driver:
148  * Underlined text works.
149  * Text fields in forms now have history.
150  * If no xserver can be contacted, fall back to the curses interface.
152 5.1.0-rc1
153 ---------
155  * KDE4 support.
156  * Rectangular block copy/paste support.
157  * New syntax highlight for the Euphoria language.
159 5.0.3
160 -----
162  * New action `open_under_cursor', that picks the word in the
163    current document under the cursor, accepts it as a document
164    name and tries to open it. If it's in the format string:number,
165    is accepted as a file name and a line number. It's bound by
166    default to `ctrl-enter' (`alt-enter' under Curses).
167  * The `grep' action bevahaviour has changed; instead of in a form,
168    matches are shown in a read-only document that is only closed
169    explicitly. Each change can be moved to by using the new
170    `open_under_cursor' (`ctrl-enter' or `alt-enter') action shown above.
171  * In a similar way, the `build' action also shows its output in a
172    read-only document instead of a form that is not automatically closed,
173    making the browsing and editing of compilation errors more useful.
174  * Forms in the Curses driver have changed their look. All fields in a
175    form are shown simultaneously on screen. This is one step to close
176    bug #1249.
177  * A set of character encoding converters have been natively implemented,
178    improving those platforms where the 'iconv' library is not available
179    (i.e. Windows and old Unix systems). The available encodings can be
180    shown by executing
182         dump(EMBEDDED_ENCODINGS);
184 5.0.2
185 -----
187  * New option to mark end of line characters, with its associated
188    configuration directive (mp.config.mark_eol).
189  * The end of line string (mp.config.eol) is now system-dependent (so,
190    on win32, it's set by default to \r\n).
191  * Copy and paste on GTK has been fixed (this was bug #1205).
192  * Fixed some redrawing issues (bug #1236 and others).
193  * Ctrl-keys no longer fail on GTK (bug #1252).
194  * New document _Minimum Profit Action Reference_.
195  * New action `build', for building Makefile-based projects. See the
196    action reference for details.
198 5.0.1
199 -----
201  * Improved line edition in the Curses interface (full edition plus file
202    expansion using the `tab' key in open / save file prompts).
203  * Auto-indenting is temporarily disabled while pasting (bug #1250).
204  * New document _Minimum Profit Function Reference_ (contributed by Lee Page).
206 5.0.0
207 -----
209  * The search hit is highlighted.
210  * When invoked from the menu, the `record_macro' action dropped
211    the last key (bug #1245).
212  * A Curses configuration detection has been fixed that made
213    some things behave strangely, as the drop-down menu not
214    responding under some terminal configurations (bug #1247).
215  * The Curses menu no longer crashes if it doesn't fit on
216    the screen (bug #1195).
217  * The -f (execute script) command line argument really works
218    (bug #1240).
219  * New manual page (bug #1219) and README files (bug #1218).
220  * Updated documents, _MPSL Overview_ and _Minimum Profit Cookbook_.
221  * New documents, _Minimum Profit Data Model_ and
222    _Creating interactive dialog boxes_.
224 5.0.0-rc3
225 ---------
227  * New session support. All open documents and its current position
228    can be stored / retrieved with the new `save_session' and
229    `load_session' actions. Two new configuration flags has
230    been added: `mp.config.auto_sessions', to automatically load / save
231    sessions, and `mp.config.local_sessions', to save sessions in the
232    currently active directory instead of in the home directory.
233  * Multiple key sequences for invoking actions (ala Emacs) are
234    now possible. To create them, just assign a hash to a keycode
235    instead of an action. For example, to assign the key sequence
236    Ctrl-x Ctrl-f to `open' and Ctrl-x Ctrl-s to `save', you can use
238         mp.keycodes['ctrl-x'] = {
239                 'ctrl-f'        => 'open',
240                 'ctrl-s'        => 'save'
241         };
243  * In the curses version, confirmations now have default values
244    (shown in brackets), activated with the ENTER key.
245  * New action `close_all', that closes all documents.
247 5.0.0-rc2
248 ---------
250  * New `complete' action, that asks for completion on the current
251    word using any of the words found in the same document.
252  * New `redo' action, to revert undo operations.
253  * The global configuration file `/etc/mp.mpsl' is also executed.
254  * In the `replace' action, the substitution string can contain
255    the special character &, that will be replaced by the matched
256    string (as in the `sed' command line tool).
258 5.0.0-rc1
259 ---------
261  * New support for translating key sequences into MP keycodes, mainly
262    for redefining ANSI sequences not supported by current terminfo /
263    termcap. For example, if your terminal sends the ANSI sequence [6;5~
264    whenever you press Ctrl+page down, you can add to your config file
265    the following line:
267         mp.add_keyseq("[6;5~", 'ctrl-page-down');
269  * A new `system_command' action, to pipe from and to system commands
270    (Closed bug #1120).
271  * A new `word_count' action, to count the number of lines and words
272    in a document (or in the selected block).
273  * Incorrect word wrapping has been fixed (Closed bug #1137).
274  * Search and replace expand backslashed characters like \n and \t
275    (Closed bug #1214).
276  * New timer functionality has been added; a user function can be called
277    each time a specified period of milliseconds have elapsed. If, for
278    example, you want to print a string on standard output each two
279    seconds, you can run
281         mp.timer(2000, sub { print("Hi, world!\n"); });
283 5.0.0-pre1
284 ----------
286  * Password-protected files fully work.
287  * Moving to next / previous instance of character (bound to ctrl-page-down
288    and ctrl-page-up) works (Closed bug #1131).
289  * Files open MUCH faster.
290  * Selection can be done by pressing shift + any movement key (Closed bug #1182).
291  * Dialog boxes work under Windows 98 (Closed bugs #1196, #1197).
292  * Block selection can be done by dragging the mouse (Closed bugs #1200, #1201).
293  * New `grep' functionality (Closed bug #1116).
294  * New action `sync' (save all modified documents, closed bug #1206).
295  * New action `document_list' (show a box with all open documents, allowing
296    the selection of the active one; closed bug #1211).
297  * Translations ported from mp 3.x (closed bug #1169).
298  * Most syntax highlight definitions ported from mp 3.x (closed bug #1168).
300 4.99.12
301 -------
303  * The menu in the Curses interface has been (finally) implemented.
304  * Interfaces have changed internally; a new driver function, mp.drv.form()
305    serves as a dialog box generic generator, resulting in more useful queries
306    for data (for example, all data required for a `replace' operation is
307    queried in only one dialog box). The Curses implementation, though
308    functional, is still just a wrapper to the old interface functions
309    and fields are queried one-by-one (which is annoying). This is an example
310    of a call to mp.drv.form(); the r variable will contain an array of 5
311    elements (one per widget) containing the values, or NULL if user cancelled:
313         local r = mp.drv.form( [
314         
315                 /* a 'text' widget */
316                 { 'label'       => "Replace this:",
317                   'type'        => 'text',
318                   'history'     => 'search',
319                   'value'       => 'THIS' },
320         
321                 /* another one */
322                 { 'label'       => "With:",
323                   'type'        => 'text',
324                   'history'     => 'replace',
325                   'value'       => 'THAT' },
326         
327                 /* a 'password' widget */
328                 { 'label'       => 'Password:',
329                   'type'        => 'password' },
330         
331                 /* a 'checkbox' widget */
332                 { 'label'       => "Case sensitive:",
333                   'type'        => 'checkbox',
334                   'value'       => mp.config.case_sensitive_search },
335         
336                 /* a 'list' widget */
337                 { 'label'       => 'All C files:',
338                   'type'        => 'list',
339                   'list'        => glob('*.c'),
340                   'value'       => 10 }
341         ] );
343  * Password protecting files works (but they cannot be opened yet, so this
344    is far from useful, unless you use mp 3.x to open them).
345  * Case sensitivity in searches can be controlled with the new
346    config flag mp.config.case_sensitive_search.
347  * Replace (and global replace by use of the new config flag
348    `mp.config.global_replace') works.
350 4.99.11
351 -------
353  * Syntax highlight definition have changed (again, hopefully for the last
354    time). Definitions are now an array of attribute name / regexes in which
355    the order is significative.
356  * Template insertion works.
357  * Tag selection (open the file where a symbol is defined) works.
358  * Symbol completion (using tags) works.
359  * Closed bugs #1159, #1158, #1153, #1161.
361 4.99.10
362 -------
364  * A big advance in the Curses interface; alerts, confirmations, and open
365    file, save file, search and generic prompts are working. Still lacking
366    the selection lists (as the rest of interfaces) and the menu.
367  * Improved menus; if an invalid action is added to a menu, it's shown
368    followed by a ?; if a key is bound to that action, it's shown between
369    square brackets.
370  * For systems lacking iconv support (MS Windows), a crappy, ad-hoc utf-8
371    converter has been added. This means that hitting `escape' and typing
372    `encoding('utf-8');' makes reading and writing utf-8 encoded files
373    possible on every system.
374  * New action `join_paragraph', to join current paragraph all in one line.
375  * New action `word_wrap_paragraph', that re-word-wraps current paragraph.
376    Word wrapping must be set ('mp.config.word_wrap = number;') for this to
377    work.
379 4.99.9
380 ------
382  * The GTK and win32 drivers now include a native open/save file dialog.
383  * Interactive help (help for the word under the cursor, triggered by
384    pressing `f1') works.
385  * The menu in GTK and win32 works.
386  * New icon!
387  * Some bugs that caused random crashes has been fixed.
388  * New action `exec-doc', that executes the active open document as
389    MPSL code.
391 4.99.8
392 ------
394  * New configuration option `mp.config.tabs_as_spaces', to store tabs
395    as spaces.
396  * Each syntax highlight definition can contain an optional function
397    called detect() that receives the document as argument and can be used
398    to tailor special detection rules.
399  * A big part of the internal storage of colors and attributes have
400    been rewritten to make it more dynamic.
401  * Tag target for the word over the cursor is shown in the status line.
402  * Move word left works.
403  * Opening an already open file makes it the active one instead of
404    re-opening it.
405  * The `execute code' action has been remapped from `ctrl-f1' to escape.
406  * Spellchecking via ispell works (though it's SLOW!). Activate it by
407    hitting escape and typing:
409         mp.ispell(1);
411  * By default, files are now unlinked before (re)written. File permissions
412    and ownership are restored if available. This behaviour can be disabled
413    by setting `mp.config.unlink' to zero.
414  * The GTK driver drawing code has been optimized, so it's much more
415    responsive now.
417 4.99.7
418 ------
420  * The `modified' flag of documents is maintained, so now closing files
421    with pending modifications ask for confirmation. Also, the %m status
422    line directive works (marking modified files with an asterisk).
423  * Flex and bison are no longer needed to build.
424  * The `close window' button in GUIs (win32 and GTK) now generate the
425    special keycode `close-window'.
426  * The `exit' action now closes all open documents, asking for saving
427    confirmation on those modified.
428  * Temporary versions of the `open' ans `save' actions (using
429    mp.drv.readline() instead of an ad-hoc open file dialog) have
430    been implemented.
431  * The GUI interfaces now can have their font preferences configured
432    by using mp.config.font_face and mp.config.font_size.
433  * The actions `zoom-in' and `zoom-out' (font size rescaling, bound to
434    `f11/f12' and `ctrl-kp-minus/ctrl-kp-plus') have been implemented.
435  * New mouse-related actions; `move-to-mouse-position', `move-mouse-wheel-up'
436    and `move-mouse-wheel-down'.
438 4.99.6
439 ------
441 This is an EXPERIMENTAL version for evaluation purposes only. There are
442 many things that aren't implemented, others fail miserably and many more
443 do it incorrectly. Basically, what is known to work is:
445  * Basic text editing fully works. I've been using it for six months or so
446    to maintain itself, and there has not been a crash in three months,
447    more or less.
448  * Scripting works fine (90% of Minimum Profit 5.x itself is implemented
449    in MPSL, its internal scripting language).
450  * Undo works fine. It's bound to ctrl-z.
451  * Works cleanly in an UTF-8 environment.
453 I do development on the GTK version, so it's where it works best. The
454 curses version lacks many of the interface (alerts, confirmations,
455 asking for text, etc.), so it's barely usable. The win32 version seem
456 to work, but it needs to be manually installed and probably need some
457 tweaking.
459 What it doesn't work:
461  * The dialogs to open or save a file by its name aren't implemented.
462    There are workarounds for this: files can be opened from the command
463    line and save works correctly if the edited file has a name. Also,
464    files can be opened by hitting `ctrl-f1' (execute script code) and
465    typing:
467         mp.open("file-to-be-opened");
469  * There is no menu.
470  * No ispell support.
471  * No password protected files.
472  * No grep.
473  * No external commands (so no support for help, tags, etc.).
474  * Some movement commands as moving a word left, moving to matching
475    brackets, etc. are still not implemented.
476  * Only a few syntax highlight definitions are implemented.
477  * Many other things I cannot remember.
479 Documentation is still scarce: the more interesting bits are inside the
480 mpsl/doc directory. This is where the scripting language is documented,
481 with some basic overviews and implementation notes (there is even an
482 embryo of a PostScript quick reference guide).
484 Customizing can be done by writing MPSL commands in the ~/.mp.mpsl file,
485 which is read on startup.
487 I have not tried to optimize the internal engine, so it's probably some
488 magnitudes slower than the 3.x version.