beaver-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Beaver-devel] Thngs to do for bugfix release


From: Double 12
Subject: [Beaver-devel] Thngs to do for bugfix release
Date: Tue, 27 May 2008 22:34:28 +0200

I think most segfaults are fixed now.
The following g_free() and free() calls caused segfaults:
interface.c:
g_free (desc); on line 760. It causes a segfault when opening a new document.

prefs.c:
g_free (font_desc); causes the segfault on startup!!!
g_free(desc) in function text_preview causes segfault when clicking "Preferences"


But there are still other things to do/fix:
* If you choose a syntax highlighting language when no file is opened, or the file is empty, the program freezes.
* Same thing, if you type some text, then choose a syntax highlighting language, then remove some text, the program freezes.
* Add the right version number and URL to the About window

If there's some time left, I will also  add these small new things:
* Python highlighting in wordfile.txt
* A newer version of the About Window (a new GTK function)

Double 12



reply via email to

[Prev in Thread] Current Thread [Next in Thread]