-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2003-01-14 Paolo Maggi <[email protected]> * TRANSLATABLE_FILES: * TODO: * BUGS: Updated 2003-01-14 Paolo Maggi <[email protected]> * gedit-document.c (gedit_document_finalize): free document->priv->encoding (gedit_document_save_as_real): don't leak chars and bak_ext * gedit-output-window.c: don't leak tooltips
- Loading branch information
Paolo Maggi
authored and
Paolo Maggi
committed
Jan 14, 2003
1 parent
c9fb225
commit e1eb4b3
Showing
12 changed files
with
124 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
KNOWN BUGS | ||
---------- | ||
|
||
|
||
Search on http://bugzilla.gnome.org for a list of known gedit's bug. | ||
|
||
If you find a new bug, please report it at | ||
http://bugzilla.gnome.org/enter_bug.cgi?product=gedit. | ||
|
||
Thanks, | ||
Paolo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
2003-01-14 Paolo Maggi <[email protected]> | ||
|
||
* TRANSLATABLE_FILES: | ||
* TODO: | ||
* BUGS: Updated | ||
|
||
2003-01-06 Paolo Maggi <[email protected]> | ||
|
||
* configure.in: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
TODO (last update: November 27, 2002) | ||
=================================== | ||
TODO (last update: January 14, 2003) | ||
==================================== | ||
|
||
Here you can find a list of TODOs for gedit. | ||
For each item you will find a state flag (A: assigned, X: finished) and a responsible person. | ||
|
@@ -48,7 +48,7 @@ Easy tasks | |
Tasks for non developers | ||
------------------------ | ||
|
||
[ ] Designing a new logo (Resp: Paolo) | ||
[X] Designing a new logo | ||
[ ] Maintaining the web site (Resp: James Willcox) | ||
[ ] Writing new taglists (Resp: Paolo) | ||
[A] Writing user documentation for plugins (Resp: Paolo, assigned to Ajit George <[email protected]>) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# | ||
# THIS FILE IS OUT OF DATE - Paolo (14 Jan 2003) | ||
# | ||
|
||
README | ||
NEWS | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
2003-01-14 Paolo Maggi <[email protected]> | ||
|
||
* gedit-document.c (gedit_document_finalize): | ||
free document->priv->encoding | ||
(gedit_document_save_as_real): don't leak chars and | ||
bak_ext | ||
|
||
* gedit-output-window.c: don't leak tooltips | ||
|
||
2003-01-09 Paolo Maggi <[email protected]> | ||
|
||
* gedit-view.c (gedit_view_key_press_cb): call | ||
gedit_prefs_manager_get_auto_indent and | ||
gedit_prefs_manager_get_insert_spaces only when needed. | ||
Return FALSE if the event is not managed | ||
(this fixes bug #102619). | ||
|
||
2003-01-10 James Willcox <[email protected]> | ||
|
||
Updated to latest recent-files code (fixes memory leak) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
2003-01-14 Paolo Maggi <[email protected]> | ||
|
||
* gedit-document.c (gedit_document_finalize): | ||
free document->priv->encoding | ||
(gedit_document_save_as_real): don't leak chars and | ||
bak_ext | ||
|
||
* gedit-output-window.c: don't leak tooltips | ||
|
||
2003-01-09 Paolo Maggi <[email protected]> | ||
|
||
* gedit-view.c (gedit_view_key_press_cb): call | ||
gedit_prefs_manager_get_auto_indent and | ||
gedit_prefs_manager_get_insert_spaces only when needed. | ||
Return FALSE if the event is not managed | ||
(this fixes bug #102619). | ||
|
||
2003-01-10 James Willcox <[email protected]> | ||
|
||
Updated to latest recent-files code (fixes memory leak) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.