Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>

WEEK'S BEST

  • BackTrack 5 R1
  • Wine 1.2.3 / 1.4 RC3
  • Mozilla Firefox 10...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.3 LTS
  • Linux Kernel 3.2.6
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.1
  • 7-DAY TOP DOWNLOAD

    #
    Program
    Comice OS 4.0 Beta 1
    2,712 downloads
    Phorum 5.2.17
    2,681 downloads
    Wine 1.2.3 / 1.4 RC3
    2,460 downloads
    BackTrack 5 R1
    2,417 downloads
    VLC 1.1.13 / 2.0.0
    RC1

    2,285 downloads
    Adobe Flash Player
    for Linux
    11.1.102.55

    1,677 downloads
    Yahoo Messenger
    1.0.4

    1,474 downloads
    Fedora 16
    1,414 downloads
    Thunderbird PST
    Import plugin 1.2

    1,323 downloads
    Google Chrome
    17.0.963.46 /
    19.0.1036.7 Alpha

    1,195 downloads

    TOP 10 LINUX DISTROS

    #
    Distribution
    BackTrack 5 R1
    753,566 downloads
    Fedora 16
    443,918 downloads
    Mandriva Linux 2011
    374,278 downloads
    KNOPPIX Live DVD
    6.7.1

    327,171 downloads
    Yellow Dog Linux 6.2
    244,068 downloads
    Kororaa AIGLXgl Live
    CD 0.3

    201,720 downloads
    openSUSE Linux 12.1
    / 12.2 Milestone 1

    184,911 downloads
    Red Hat Enterprise
    Linux 6.2

    172,819 downloads
    Slackware 13.37
    147,959 downloads
    Ubuntu 9.10
    121,802 downloads
    Home > Linux > Text Editing&Processing > Emacs > Zile is Lossy Emacs > Changelog

    Zile is Lossy Emacs 2.4.5 - Changelog


    What's new in Zile is Lossy Emacs 2.4.5:

    February 9th, 2012

    · An egregious bug resulting in a crash whenever a non-existent file was edited was fixed along with other potential crash bugs in the low-level text-handling routine, estr_replace.



    What's new in Zile is Lossy Emacs 2.4.4:

    February 4th, 2012

    · find-file and find-file-read-only now work non-interactively.
    · Minor build system fixes have been applied.
    · Some code cleanup has been done.
    · A slight speed improvement has been made for general editing operations.



    What's new in Zile is Lossy Emacs 2.4.3:

    December 22nd, 2011

    · This version fixes a crash on certain terminals.
    · It fixes a recently-introduced display bug in isearch.



    What's new in Zile is Lossy Emacs 2.4.2:

    October 6th, 2011

    · Some serious display performance bugs were fixed. Valgrind is not enabled by default, and an explanation that correct suppressions are needed to use it successfully was added.



    What's new in Zile is Lossy Emacs 2.4.0.50:

    May 4th, 2011

    · Many bugs have been fixed.
    · The build system is now non-recursive.



    What's new in Zile is Lossy Emacs 2.4.0 Alpha 1:

    March 28th, 2011

    · This version is completely rewritten in Lua. No doubt it introduces many bugs, but it is intended to be functionally identical to the C version.



    What's new in Zile is Lossy Emacs 2.3.23:

    March 16th, 2011

    · The {beginning,end}-of-buffer functions now take transient-mark-mode into account, fixing a long-standing bug.
    · More compiler, build system, and run-time checks were turned on.



    What's new in Zile is Lossy Emacs 2.3.22:

    March 4th, 2011

    · This version fixes a bug in forward regex isearch introduced recently, and makes the build system use silent rules by default.



    What's new in Zile is Lossy Emacs 2.3.21:

    November 18th, 2010

    · A bug that caused a build failure on non-GNU systems and a bug in backward search have been fixed.



    What's new in Zile is Lossy Emacs 2.3.20:

    October 11th, 2010

    · This release fixes a bug in the build system (the Zile-only tests now run correctly when an EMACS environment variable is defined), and a bug introduced in 2.3.17 which caused consecutive kills not to save the killed text (thanks to Chris Leyon for the report).
    · Some code was improved.
    · This release fixes search and replace with embedded NULs, a bug in the build system (the Zile-only tests now run correctly when an EMACS environment variable is defined), and a bug introduced in 2.3.17 which caused consecutive kills not to save the killed text (thanks to Chris Leyon for the report).
    · Some code was cleaned up and better use made of gnulib. The build scripts that were previously in Lua have been rewritten in Perl;
    · Perl is now required to build Zile (previously, Lua+was not required, at the expense of making the build system more complicated and fragile).
    · A cyclomatic complexity report on the C code can now be produced.



    What's new in Zile is Lossy Emacs 2.3.19:

    August 14th, 2010

    · This version fixes a space leak, a small bug in reading filenames in the minibuffer introduced in 2.3.18, and some behaviour that was not the same as Emacs, and cleans up the code a little.



    What's new in Zile is Lossy Emacs 2.3.18:

    July 12th, 2010

    · This version fixes some minor space leaks, a read of freed memory, and a bug in quoted-insert, stops Zile from catching the user signal SIGQUIT, and cleans the code up a little.



    What's new in Zile is Lossy Emacs 2.3.11:

    September 1st, 2009

    · This release fixes a crash in 'find-alternate-file', a build system bug, and various cosmetic bugs, and cleans up the code a little.



    What's new in Zile is Lossy Emacs 2.3.4:

    March 6th, 2009

    · This release fixes yet another bug in filename completion, and a potential crash that the bug exposed.
    · Some minor code cleanup was performed.



    What's new in Zile is Lossy Emacs 2.3.3:

    March 1st, 2009

    · This release fixes two more bugs in filename completion introduced in 2.3.1.
    · Users of 2.3.1 and 2.3.2 should upgrade.
    · Some minor code cleanup was also performed.



    What's new in Zile is Lossy Emacs 2.3.1:

    February 24th, 2009

    · This release contains a rewrite of the test suite that drives Zile directly, and no longer uses DejaGnu.
    · Two commands have been added to make it possible to write all the tests in Lisp, namely execute-kbd-macro and insert-char.
    · The --script flag is now --load, which is what it really does.
    · Various commands have been made to work non-interactively.
    · Duplication has been reduced by generating much of the documentation from the code.
    · The info manual, which merely duplicated information available elsewhere, has been removed.
    · Other small fixes and improvements have been made.



    What's new in Zile is Lossy Emacs 2.3.0:

    December 13th, 2008

    · This release continues the code cleanup and portability fixes started in 2.2.60.
    · gnulib is now used extensively, and about 20% of the code base has been removed.
    · The new minor version number reflects the magnitude of the change.
    · A DejaGnu test suite has been added, which tests almost all the interactive commands.
    · Many small bugs have been fixed; some small limitations of Zile with respect to Emacs have been removed.
    · Users are encouraged to upgrade; however, cautious users may want to wait for further 2.3.x releases, or for a suitable length of time to elapse.




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM