home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 5 Edit
/
05-Edit.zip
/
me34src.zip
/
me3
/
doc
/
muttcode.bug
< prev
next >
Wrap
Text File
|
1995-01-14
|
6KB
|
150 lines
-*-text-*-
The ME2 Mutt Code Bug List
--- --- ---- ---- --- ----
====================================================================
=== Enhancement Requests ===
====================================================================
- popup menus: It would be nice if a menu can have a title. Now
MENU-TOP moves to the top even if this is a line of a menu title.
Mark van der Velden
- popup menus: Needs to be able to work with the function key
processers (like xterm.mut).
Mark van der Velden
====================================================================
==== ME Mutt Code Bug and Change list ====
====================================================================
- means bug in this (and subsequent) releases
* means bug fixed in next release
+ means new feature in next release
====================================================================
==== ME3 Mutt Code Bug and Change list ====
====================================================================
1/94 v1.3 [Released , 1994]
---- ----
+ Added mouse code. 2/94
+ Changed the popup menu stuff to handle mouse and xterm arrow keys. 2/94
+ Used new (stop-ME-hook) args. 3/94
* Changed most things to use (current-line) instead of (goto-line).
Added a goto-line routine for back compatibility. 3/94
10/93 v1.2 [Released October, 1993]
----- ----
+ Change insert-file to leave the mark after the inserted file ala GNU.
1/94
* Make changes to basic.mut and web.mut to deal with the change to
file-to-buffer. findit.mut for changes to OS-filter. 1/94
7/93 v1.1 [Released August, 1993]
---- ----
* adjust-block (in textmode.mut) didn't check to see if it should use
tabs or not. 9/93
* Modified save-buffer and write-file to look at the bad read buffer
flag. 10/93
6/93 v1.0 [Released June, 1993]
---- ----
+ Added (toggle-read-only) and (buffer-read-only) and other read only
buffer support. 7/93
+ Made visit-file, read-file, insert-file, write-file more GNU like in
how they parse the file name - /foo//bar now acts like /bar. 7/93
+ Added dabbrev-expand using code from Patrick TJ McPhee. 7/93
-------------------------
Changes made to ME2 Mutt code to create ME3:
- Wrote the following commands in Mutt (the old ME3 front end):
ME-command, abort, apropos, beginning-of-buffer, beginning-of-line,
bind-local-key bind-to-key copy-region, cut-line, cut-previous-word,
cut-region, cut-word, delete-character, delete-other-windows,
delete-previous-character, describe-bindings, end-macro,
end-of-buffer, end-of-line, exchange-dot-and-mark, execute-macro,
exit, insert-file, load, newline, newline-and-indent,
next-character, next-line, next-page, next-window, next-word,
open-line, previous-character, previous-line, previous-page,
previous-window, previous-word, quote, read-file, refresh-screen,
reposition-window, save-buffer, scroll-down, scroll-up,
set-the-mark, shell-command, spawn-shell, split-window-vertically,
start-macro, switch-to-buffer, tab, universal-argument, version
visit-file, write-file, yank.
- More GNU Emacs compatibility: register points, kill-rings,
display-time, others.
- Added: bug-report, popup sysvars, save-point, save-excursion,
buffer-displayed, bit-clear, bit-not, BoB, prepend-to-bag, hooks in
read-file, write-file, insert-file, visit-file, the cut routines,
cannonize-file-name, attached-file, make-unique-buffer-name, the
help system, and more.
- Modified: Just about everything, including converting modes to use
keymaps.
====================================================================
==== ME2 Mutt Code Bug and Change list ====
====================================================================
1/30/92 v1.6 [Released January 30, 1993]
------- ----
* sub~ didn't work right when $HOME == "/" (usually when logged in as
root). "/users" => "~users". 4/93
11/5/92 v1.5 [Released 1992]
------- ----
+ Ported buffer menu (buf-menu.mut) from GNU Emacs. 11/92
+ Made some changes to bstats.mut to support buffer menus. 11/92
+ Added "real" popup menus - can query them.
Added transient popups - ie ones the display routines know about and
can remove easily.
Modified dir.mut and calc.mut to use them.
11/92
+ Added a general command line processor (cmdline.mut). Added the
following command line options: "+n file", "-i file", "-insert file",
"-l file", "-load file", "-f pgm", "-funcall pgm". 11/92
+ Made the default for unhide-buffer (hidebuf.mut) the current buffer.
11/92
+ Added delete-previous-whitespace to wspace.mut. M.J. van der Velden
11/92
* (nex-buffer) in hidebuf.mut did the wrap around calculations wrong so
(prev-buffer) didn't work in some cases. 9/92
Fix: remember that the first buffer is (nth-buffer 0).
* The various transpose character routines are not compatible with GNU
Emacs.
Fix: Write transpose-chars (twiddle.mut) and use it as the default
binding. 9/92
* xterm.mut didn't map the insert key. Kevin Knappmiller
(kk881595@longs.lance.colostate.edu) 9/92.
* Changed mode line overstrike indicator from [jam] to [Ovwrt] (same as
GNU) in modeline.mut. Jeff Bowyer
(jbowyer%ovc.vutbr.cs@csbrmu11.bitnet) 10/92
------- [Released August 30, 1992]
+ Changed modeline.mut, me2.mut search.mut and qr.mut to work better
when compiled into me2. 8/92
+ Change the Makefiles, compile scripts etc to reflect the above
changes. 8/92
+ Wrote register.mut to emulate some of GNU Emacs register routines.
Added it to me2.mut. 8/92
+ Removed paste-buffer routines from me2.mut. Superseded by
register.mut. 8/92
* (require) doesn't work if the module (.mco file) doesn't exist. This
caused things to break when I compiled popup (required by several
modules) as part of me2.mut (and deleted popup.mco) - require tried
to load popup.mco, couldn't and choked. 8/92
Fix: Make require more lisp like and pass in a module name so I can
check to see if the module has already been loaded, then worry about
loading it. Kinda mashes backwards compatibiltiy though. Changed
all files that called require. 8/92
------- [Released April 12, 1992]
* (reverse-re-search) (search.mut) called search-reverse instead of
re-search-reverse. Bob Stocker (bstocker@du.edu) 5/92