acckey  This seems to fix a bug; please advise how to reproduce the bug.

bug844  Needs review and testing.

bug916  Needs review and testing.

bug927  Will merge.

bug935  If you test this with UTF-8 then I'll merge it.

epoll   I don't think this should be merged.
        If ELinks has to keep supporting select() too, I think the
        maintenance burden outweighs any advantages epoll may have.
        It may be faster; but I don't believe the speedup is
        noticeable in practice.  It is not limited by FD_SETSIZE;
        but threads[] still has that limit.

fsp     Needs review and testing.

gpm     Please add some documentation into gpm-wheel.patch.
        Does the patch fix a bug in GPM?
        Can it hurt compatibility with programs that use libgpm?

merged  These have already been merged to master.

nonblk  This makes local CGI pipes use nonblocking I/O.  Not
        using nonblocking I/O is a bug, and local CGI was added
        in ELinks 0.9.0.  Thus, the stable releases ELinks 0.10.6
        and 0.11.2 may also have this bug.  Please add the bug to
        bugzilla.elinks.or.cz so that backports can be tracked.

spaces1 "ftp didn't handle filenames with spaces."
        Does it work in 0.10.6 and 0.11.2?  If not, please add
        this to bugzilla.elinks.or.cz.

spaces2 "Decode %20 in local filenames and enclose them with '"'."
        This seems suspicious.  What if there is '"' or '\' in the
        filename?  There is add_shell_quoted_to_string for such
        purposes.

speech  Needs a use case and review.  Could then be merged before 0.12pre1.
        Is this intended to help blind people?  I believe they
        usually have screen reader programs; why is this better?
        The code may also cause compilation errors on non-POSIX
        systems but I think we can sort those out based on test
        reports if there is a 0.12pre release after the merge.

stpcpy  Will merge.

bug935  2007-02-23 f571cf509d472d47f5c77a46709a6e64da8ee3f6 bugfix 935: not 
tested with UTF-8, but you know at least where the bug is.
merged  2007-02-23 1bb2c30f8aba0c27292448980d33ef16f51fc96f Used the builtin 
macro RM in place of defined UNINSTALL.
bug916  2007-02-21 4a7b9415e11e2311eec4ffdc277b7023e9a94ef9 MIME: When there is 
no % in the handler string (no %s in the mailcap entry)
spaces2 2007-02-21 469481b2725cd08a51a81ac344fd90749fea109c Decode %20 in local 
filenames and enclose them with '"'.
bug927  2007-02-20 21fd1fd10ff3f53ab670a59610d6530921000e83 Fix the memleak. 
Part II of the 927 bugfix.
bug927  2007-02-20 088db2c3de7b611f669e92bf9974aaac60467c9e The fix for the bug 
927.
merged  2007-02-18 2a8bff982b2c07d7bc0c73b61f62398e48ba804c Do not show always 
evaluate as true warnings.
merged  2007-02-18 dd34591c7472d0205ca16f9d37e132265bb46376 Revert "Added macro 
foreach_module_builtin. Killed some warnings of gcc-4.2."
merged  2007-02-18 f8c0fe013b86698e6087cc256f0e8fb373a3d5db Revert "Killed 
warnings: uri_cache always evaluate as true"
merged  2007-02-17 dc1b84bafdd3337b80df92fcba7ff3b6d5356658 Do not add 
LUA_CFLAGS to the CPPFLAGS.
merged  2007-02-17 c96ec209c15a8fcfa3027ff9087b27b2a09a3d39 Old CPPFLAGS was 
stored in CPPLFAGS_X.
merged  2007-02-17 a35644bf3ea6e44d3f59d91fd27fe86850153339 Use PERL_CFLAGS 
only when necessary.
merged  2007-02-17 e9a2241b1bdb30e38053508bc89e887260662c29 Do not add 
GUILE_CFLAGS to the CPPFLAGS.
merged  2007-02-17 de73f644baab81696db59b70196003e021eb7e06 Added SEE_CFLAGS to 
the Makefile.config. Use SEE_CFLAGS only when necessary.
bug844  2007-02-17 20048696c8594fa370e06734ca926f20fe998623 smb2: Do not use 
smb_options.
stpcpy  2007-02-15 81ec678499c148ea0005a686f7c395f30d7881e7 stpcpy was not used 
in this file.
merged  2007-02-15 dbd95362979af70193c20d9b2e11c0bc50f641fb Use X_CFLAGS only 
when necessary.
acckey  2007-02-11 c2d1952a082e2ed51dbfb6895f29c0869a89a8a3 accesskey: start 
iterating with next link.
acckey  2007-02-10 5008fb697d93569984e2163c528c6404d36bcfa9 Accesskey didn't 
work as it should.
merged  2007-02-05 f0717304f00435239ea347032a4caf9b2487c21b Killed warnings: 
uri_cache always evaluate as true
merged  2007-02-05 2970056976962757fdddc048bcd67b1f21240d20 Do not pollute 
CPPFLAGS by PYTHON_CFLAGS.
bug844  2007-01-27 e40f37f80c9a9c43000dba6594ee1e97829910bb Typo.
bug844  2007-01-27 c7f6f769518916dd76ba1707506be602c61cb011 fsp, smb: remember 
the username and the password given in the uri.
bug844  2007-01-27 9aab8b0cebebd7109be8b3a0bdd359dedae1731f smb: minor 
optimisation.
bug844  2007-01-27 a956a55f8ce276e8f4dd55e1b93bf6c68a4d0c24 smb: Encode and 
decode spaces in filenames.
fsp     2007-01-27 8ef93ebf09bf5afc700568b55b0bb1449ad32551 fsp: call find_auth 
in both cases.
spaces1 2007-01-27 047bf7e1c6c28210c38307d113b6bc1464cdd083 ftp: ftp didn't 
handle filenames with spaces.
fsp     2007-01-27 86789084128aefbcd1c390e51eaf8bda38ebdd19 fsp: used strings, 
encode and decode filenames with spaces.
bug844  2007-01-26 c16c4d06c7f83b708f211cf9b897f6379aaf0e11 smb: Do not encode 
' ' as %20 in base href.
nonblk  2007-01-25 71adb0e6cc8edaad80bb6407d4409b6a1c00993e cgi, fsp, smb: 
set_nonblocking_fd
bug844  2007-01-25 73138dad3d8bf5d8233d0147cfe4f1154b6b44fc smb: used string 
functions in place of printf and puts.
bug844  2007-01-25 eef1c17dcef38d35848e75fff3c450bf40e9e851 fsp, smb: abort 
connection on empty files.
bug844  2007-01-25 1d3cd264e9be69e7ada43d11c22034e4865fe3ff smb: used string 
functions instead of snprintf.
bug844  2007-01-24 0d26d3c05c2357cef32a0bc94053672e0687cc32 smb2: show comments.
bug844  2007-01-24 9c3cdfd5cfcc6faa29024dfec1c09196c4c1a823 The SMB protocol 
handling using libsmbclient.
fsp     2007-01-23 a17510c3770e171972c4efb80d4bc51f76828597 fsp: prompt for 
password when the authentication fails.
fsp     2007-01-18 ad4dce305940e9e479383df5f5ac0cc19970d634 Removed unneded 
header file accidentally included by the previous commit.
fsp     2007-01-18 d49a53b2a93dd2d12783f83d1734b709fea8f0da fsp: Pass the 
filesize by ctype (stderr).
merged  2007-01-18 99cff6aa7036c90305b71ef0a3c9c85b23c5d341 Added macro 
foreach_module_builtin. Killed some warnings of gcc-4.2.
fsp     2007-01-18 036d2d84751aac669f01884bf6f8f8e8335bc3cb dup2 closes given 
descriptors, so no need for the explicit close.
epoll   2007-01-08 678d52551dce3e534a5776ccf3dc102e0c844f9f epoll: use EPOLLHUP
merged  2007-01-08 753e503e26cf417c0780f283c0acbf51b9dd2c3d Removed the buggy 
code.
epoll   2007-01-07 6528b3c57472bba8340d5ca1604d8839938a4fbe epoll: w_max is 
number of open descriptors.
merged  2007-01-07 79e59e9d6fdb3b94669a34387c20704554dc8464 bzip2: buf must be 
the last.
speech  2007-01-07 4d7c491a22c0b9a191df363504f52f8da1c639e1 Missing include.
epoll   2007-01-07 216d6c7ec8b4aa79135232c528ec4ac266209dff Slave terminals 
work with epoll.
merged  2007-01-07 ef5f2638a39feae8a5c883e90084c3cb03a682ad Drop to_read.
merged  2007-01-07 f7b9be4aa12641221f9f5248afc6dc87f181add4 bzip2: Used the 
patch from bug the 517.
merged  2007-01-03 2109be1587e42d2370409e8244f6c2ef53f7d6da warning: ctext is 
used only with CONFIG_UTF8.
epoll   2007-01-03 85cb16d14c2f7c7ea84a9ee993466e5020d8bfb0 Added 
ELINKS_EPOLL_SIZE to the setup.h. 128 is enough for most uses.
epoll   2006-12-31 e195690acd274e561245bddbb371cb2a48c332ac Minor optimisation 
(?).
epoll   2006-12-31 87e10dd412020ccf71d723f32594ef54b56a6ec6 epoll is 
fashionable.
merged  2006-12-31 38b09e44c7b0e7a9fd5b3a940c1b1a0537f3ad64 Limit the timeout 
to one second only under Windows.
speech  2006-12-29 91be2ea6b89a7514b75fa31dcba6d9a5ef6c978c Use popen for flite.
speech  2006-12-29 60fc3bd04fe3f85c66d1dadbc8ba4f56f576f611 '' is used instead 
of "" to quote text for the flite.
speech  2006-12-26 e965d07055f5dd3e046469232e4b3986fb60cbaf speech: added flite 
- the alternative synthesis engine.
merged  2006-12-17 0ca94c10c19ef0433593705fd54d4281de278e69 bzip2: added the 
configure option --enable-bzip2-encoding
gpm     2006-12-15 b5a9ac08e75a61bd46a24f89c654a743b4e24f7f gpm: ELinks can use 
the wheel mouse on the Linux console.
merged  2006-12-15 36146ffd3baadbdce3911757660eaa27e779ba30 bzip2: removed 
unclean my BZ2_bzRead2.
merged  2006-12-15 4eaca109fa8a841d5918feb8ed438c5bc80087f2 Decompression: 
write PIPE_BUF bytes to the pipe at once if possible.
fsp     2006-12-14 512ba3ed46e761162f299285472c51bc125af64c FSP: The 
preparation for the error handling.
merged  2006-12-12 429d9ad2d619fce3345e97b632927234ea4d2f43 Simplification. 
bzf->handle is the same as data->file.
merged  2006-12-12 5424e001312b46aad9d8d552e705d43799bf800b BZ_bzRead2 is based 
on BZ_bzRead from the bzlib library.
merged  2006-12-11 d2f55ee4114947e4c397518a1c7dcba973d72ed8 Removed outdated 
entries.
merged  2006-12-11 fe4d44414d300914e0c0a29b6293121913738a58 The gzip 
decompression simplification. gzclearerr does the job.
speech  2006-12-11 c187df9a0adcf0f9821d9b14b1dfcf43139d9bb3 Small comment 
according to UTF-8.
speech  2006-12-11 f260691ac4f58e7ce0e282d7b48bddbae8f00828 Set nonblocking 
mode for output.
speech  2006-12-11 9064e6323b493b5614a9bd02c25729ce2f1650bf Scrolls down one 
line earlier.
speech  2006-12-11 4e93cbf496c82926f42c0eaf270920f126ace3f8 Added the 
keybinding ('R' by default) for reading documents out using

Attachment: pgppzKYyPRToG.pgp
Description: PGP signature

_______________________________________________
elinks-dev mailing list
elinks-dev@linuxfromscratch.org
http://linuxfromscratch.org/mailman/listinfo/elinks-dev

Reply via email to