Skip to content
Snippets Groups Projects
Commit 53ca1951 authored by Jerome Guelfucci's avatar Jerome Guelfucci
Browse files

Update NEWS and TODO.

(Old svn revision: 6454)
parent ccc29221
No related branches found
No related tags found
No related merge requests found
2009-01-13 jeromeg
* Update NEWS and TODO.
2009-01-13 jeromeg
Thanks to Jannis and Stephan for the C lesson !
......
......@@ -4,6 +4,7 @@
- Fix some compiler warnings.
- Fix in typo in the desktop file for the application and the
plugin.
- Plug some leaks when saving a screenshot.
* Enhancements:
- Updated translations.
......
......@@ -4,6 +4,12 @@ as in thunar and xfdesktop.
* Check for leaks using valgrind.
* Use the po mecanism for the documentation.
Rewritte generate_filename_for_uri or remove it. Jannis suggestion:
You can use GDir for reading the contents of a directory and you can use
regular expressions (GPattern or something) for matching strings against
patterns, so why not iterate over the contents of a directory and
determine the Screenshots-%d.png file with the largest %d?
Low priority:
* Try to get borders captured with compiz.
* Consider porting the code to use GObjects instead of structs.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment