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