File: ChangeLog

package info (click to toggle)
gmoo 0.5.6-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,388 kB
  • ctags: 2,213
  • sloc: ansic: 18,316; sh: 5,396; makefile: 385; perl: 205; sed: 93; tcl: 30
file content (109 lines) | stat: -rw-r--r-- 3,575 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
gmoo ChangeLog
--------------

0.5.5 -> 0.5.6
--------------
- Disabled default MUD-prompting.
- Cleaned up all languages and helpfiles.
- Added eo (eo_EO) translation.
- Fixed some locale bugs.
- Fixed external editor (uploading) related bugs.
- Fixed userlist bug that made userlist being disabled in wrong world(s).
- Updated shell plugin (fixing many gmoo segfaults/exits).
- Many spell corrections.

0.5.4 -> 0.5.5
--------------
- Added ^Enter in send to world dialog

0.5.3 -> 0.5.4
--------------
- Fixed simpleedit package
- Fixed pasting from gmoo
- Output widget update speedups
- Backgroundfile support with rgb-tinting, tiling and stretchin.
- Semi transparent background support with rgb-tinting.

0.5.2 -> 0.5.3
--------------
- New output widget - home made (with help form the source of XText)

0.5.1 -> 0.5.2
--------------
- MCP

0.5.0.17 -> 0.5.1
-----------------
- Fixed keybord movement and default button in the login, connect dialogs
- Rewritten part of the `open' dialog
- The height of the input is now saved correctly
- The number of the tabs that can be switched to with <hotkey>-n can now be
  shown on the tabs
- The numer of chars that is shown as a name on a tab can now be limited to
  a fixed numer of chars
- Toolbar can be turned off
- You can now run all kinds of programs in gmoo tabs (if you have ZVT)
- Open worlds and `runs' will be restored on startup (if requested)
- You can let gmoo scroll down if you press enter in the input field and
  gmoo is in blocked output mode
- The blocked state of the output window is now save if you close a world
- Transparant background is now updated if the window moves
- Got rid of the cursor in the ZVT terminal in output mode
- The input history can now be saved
- Added option to change the colors of gmoo

0.5.0.16 -> 0.5.0.17
--------------------
- Quick connect worlds are now saved when they are supposed to
- New macro functions:
  - CLIENT::register_start
  - CLIENT::register_end
  - WORLD::register_open
  - WORLD::register_close
  - WORLD::register_connect
  - WORLD::register_disconnect
- Dutch translation

0.5.0.15 -> 0.5.0.16
--------------------
- Made the world specific settings world specific
- The global preferences dialog nog users the new interface
- Fixed a few bugs in the world manager
- Fixed a few other bugs
- Quick Connect and login dialogs are easy keybord navigatable
- Send to world dialog added, and binded with ^S
- NOTE: properties have untested code !

0.5.0.14 -> 0.5.0.15
--------------------
- World manager finished
- World renaming now works
- Template system added
- Remove button removed from open world dialog

0.5.0.13 -> 0.5.0.14
--------------------
- Compressed logs ('Jag)
- Fixed worldswitching hotkeys
- Built system for world-saved data
- Built properties_creator for easy dialog creation
- Redesigned internal structures (for point mentioned above)

0.5.0.12 -> 0.5.0.13
--------------------
- Fixed logfilename generator
- Fixed scroll-lock button in GtkText mode ('Jag)
- Added configurable worldswitching hotkeys
- Added submitted perl script file for pasting shell commands ('Magmemion)
- Changed names in internal code
- Changed editor backup directory
- Changed the way world data is stored

0.5.0.11 -> 0.5.0.12
--------------------
 - Added patch form `Jag
    - Added `log in' dialogbox to promt for a password when not autoconnecting
    - `Show lines waiting' on the tabs can now be turned of 
    - Someting I forgot oubout ??
 - Fixed things in patch from `Jag
 - Implemented CLIENT::msgbox and CLIENT::input script functions