~abelianr/pyroom/plugin-system

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
pyroom trunk ()
===============

User visible changes
--------------------

* create nonexistant files if necessary (LP:#307257)
* recently used files are now remembered (LP:#315873)
* saving of custom themes (LP:#321057)
* autosave now saves filename.txt~ instead of to /tmp (LP:#323621)
* removed line numbering (dropped gtksourceview, see LP:#297155)

Noteable background changes
---------------------------

* new method of theme lookup and application (LP:#326108)
* rewrote autosave mechanism (LP:#330045)
* dropped dependency on gtksourceview (LP:#297155)

Bugfixes
--------
* disable background pixmaps that some gtk themes use (LP:#309773)
* actually use name field in theme files instead of filenames (LP:#323617)
* avoid deprecation warning when starting pyroom (LP:#330043)
* stop autosaving when told to (LP:#329888)

pyroom 0.3.2 (2008-12-03)
=========================
    
User visible changes
--------------------

* added multi-monitor support (LP:#189037)
* textbox background can be configured independantly from app background
  (LP:#285116)
* textbox border can be switched on/off (LP:#193855)

Noteable background changes
---------------------------

* pyroom adheres to XDG directory specifications for config etc
  (LP:#262697)
* standard themes reside in a global dir now, not in homedirs (LP:#246133)
* switched from gtksourceview 1 to 2, removing a lot of gnome 
  dependencies (LP:#300684)

Bugfixes
--------

* don't ask to save empty files (LP:#262798)
* textbox size configurable in percentages, not fractures (LP:#296935)
* can't select textbox sizes >100% any more (LP:#263046)
* switching buffer scrolls to cursor position (LP:#270350)
* cursor placed at file bottom on opened files (LP:#188908)
* allow using pyroom for opening files from GUIS (LP:#282009)