Added changes

This commit is contained in:
Jesse van den Kieboom 2006-01-10 00:49:16 +00:00
parent ed5e724b14
commit 185fc42ac7
1 changed files with 52 additions and 42 deletions

View File

@ -1,14 +1,24 @@
2006-10-01 Jesse van den Kieboom <jesse@icecrew.nl>
* widgets/gm-text-scroller.c: fixed jumpy scrolling, fixed size change
scrolling
* gm-color-table.c: fixed color schemes, fixed segv when created with
no options file
* dialogs/gm-preferences-dialog.c: fixed schemes
* widgets/gm-app-view.c: fixed tray creation/finalization,
fixed resizing when showed from tray
2006-08-01 Jesse van den Kieboom <jesse@icecrew.nl>
* VERSION CHANGED TO 2.0.0
* The whole internal structure is brand new, there isn't much that
stayed the same, new features include:
* Ctrl-Scroll change font size
* Url dragging
* Improved charset fallback
* MOO verb syntax checker
* Color schemes
* Blink/Fastblink ANSI
* VERSION CHANGED TO 2.0.0
* The whole internal structure is brand new, there isn't much that
stayed the same, new features include:
* Ctrl-Scroll change font size
* Url dragging
* Improved charset fallback
* MOO verb syntax checker
* Color schemes
* Blink/Fastblink ANSI
2005-15-06 Jesse van den Kieboom <jesse@icecrew.nl>
@ -24,40 +34,40 @@
* mcp/mcp_userlist: added userlist events for triggering
* mcp/mcp_ice_userlist mcp/mcp_ice_serverinfo: added loading of
image alternatives (following specs), fixed invalid uri detection
image alternatives (following specs), fixed invalid uri detection
* if_triggers: added entrycompletion for scripts instead of dropdown
* if_main: searching now happens while-you-type finding the first
match and coloring the background red (like ff) if none found.
added drag-and-drop tabs (live moving)
match and coloring the background red (like ff) if none found.
added drag-and-drop tabs (live moving)
* world: added inverse ansi, added invisible ansi
* if_world: improved keeping text window end scrolled
* if_world_listing: list shows world info (server and player) and
uses a custom icon when provided by dns-nl-icecrew-serverinfo.
load on startup is moved to if_world_properties
uses a custom icon when provided by dns-nl-icecrew-serverinfo.
load on startup is moved to if_world_properties
* if_world_properties: load on startup is now provided by this dialog
rather than by if_world_listing
rather than by if_world_listing
2005-07-06 Jesse van den Kieboom <jesse@icecrew.nl>
* if_scripts: fixed crashing when one time opened
* scripts/music: added copyright for Simon Gijsen
* if_main: added basic searching firefox style.
searches can take place in worlds, editors and
logs
searches can take place in worlds, editors and
logs
2005-07-06 Jesse van den Kieboom <jesse@icecrew.nl>
* ui/: seperated interfaces over several single glade
files.
files.
* mcp/mcp_ice_serverinfo: added serverinfo mcp package
(see http://www.icecrew.nl/software/mcp for specs)
(see http://www.icecrew.nl/software/mcp for specs)
* triggers if_triggers world if_world_properties: added trigger support.
gnoemoe now handles two types of triggers for all sorts
of events. Check it out.
gnoemoe now handles two types of triggers for all sorts
of events. Check it out.
* world: removed stale functions, removed transparent background
fixed default charset loading, fixed/improved activity updates,
added reconnect foolproof (fixes problems with multiple
autoreconnects), added basic searching
fixed default charset loading, fixed/improved activity updates,
added reconnect foolproof (fixes problems with multiple
autoreconnects), added basic searching
* debug: loglevel 0 now goes to stdout, > 0 goes to stderr
2005-06-06 Jesse van den Kieboom <jesse@icecrew.nl>
@ -65,11 +75,11 @@
* net: added connect timeout
* if_main world: added log opening support
* if_mcpconsole: fixed crashing, mcp console window is now
reintroduced
reintroduced
* if_main: added serverinfo window, improved notification area
stuff. It's now just a notification icon, showing when there
is activity and interactive in combination with triggers.
added log opening dialog
stuff. It's now just a notification icon, showing when there
is activity and interactive in combination with triggers.
added log opening dialog
* if_ editor: fixed some memory leaks (no severe ones)
2005-01-06 Jesse van den Kieboom <jesse@icecrew.nl>
@ -83,8 +93,8 @@
* if_world.c: Added sending of empty lines
* editor.c gnoe_pixbuf.c world.c: Fixed possible
GError problems
GError problems
2005-27-03 Jesse van den Kieboom <jesse@icecrew.nl>
* scripts/music.rb: Added xmms function (by Simon Gijsen)
@ -304,7 +314,7 @@
* VERSION CHANGED TO 0.4.2
* if_main.c: changed Ctrl-<num> to Alt-<num> (used for tab switching) to
match other gnome apps
match other gnome apps
* net.c: disconnect on sendline fail
2004-07-06 Jesse van den Kieboom <troplosti@orcaweb.cjb.net>
@ -315,7 +325,7 @@
* VERSION CHANGED TO 0.4.1
* packages.c: fixed (added) decimal point conversion in negotiate
package
package
2004-07-02 Jesse van den Kieboom <troplosti@orcaweb.cjb.net>
@ -437,21 +447,21 @@
2004-06-17 Jesse van den Kieboom <troplosti@orcaweb.cjb.met>
* editor.c/support.c/world.c: function to let the main loop
process GUI events is now in support.c
process GUI events is now in support.c
* userlist.c: fixed scrolling problem (scroll to top on
user add if it was already scrolled to the top)
user add if it was already scrolled to the top)
2004-06-17 Jesse van den Kieboom <troplosti@orcaweb.cjb.net>
* editor.c: corrected charset conversion,
now converting to current locale for external editors
(which use files), and to UTF-8 for the internal editor,
fixed signal connecting. signals for save/save&close/close
buttons were also tried for VTE editors, wrong!
(which use files), and to UTF-8 for the internal editor,
fixed signal connecting. signals for save/save&close/close
buttons were also tried for VTE editors, wrong!
* pixmaps: cleaned up unused pixmaps,
removed different logo size pixmaps
removed different logo size pixmaps
* gnoemoe.glade: use 48x48 for icon
2004-06-17 Jesse van den Kieboom <troplosti@orcaweb.cjb.net>
* Makefile.am: added install of moo.lang file,
@ -471,7 +481,7 @@
* Logo: added gnoemoe logo
* Makefile.am: distributed makefile for pixmaps and
pixmaps/icons to seperate Makefile.am's,
pixmaps/icons to seperate Makefile.am's,
pixmaps are now installed in pimaps subdir,
added gnoemoe-logo.png as logo,
* gnoemoe.glade: removed main status bar,