commit 768377f3eb3459e758745f13086ec140871080be
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Tue Jun 22 00:11:50 2010 +0000

    Update NEWS for 2.30.2 release

 NEWS |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 56 insertions(+), 0 deletions(-)

commit b6a317baf79d9ed0f253c1f76d933328f72a20f5
Author: Luis Medinas <lmedinas@gnome.org>
Date:   Mon Jun 21 23:59:35 2010 +0000

    Bump to 2.30.2 release

 configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit fcc83d3f2eb40ad31bffb8da25ba3c2fb598ed79
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Jun 19 23:02:54 2010 +0200

    Minor fix for some drives when retrieving speeds through page 2A

 libbrasero-media/brasero-medium.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 38ba4763a734cb0089cadfb78334c86d7e410b54
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed Jun 9 03:54:14 2010 +0200

    Fix a problem with GConf key path

 data/brasero.schemas.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ea3e0c4b478b8eb678c71589b71da3c781fecb9b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Jun 19 22:42:26 2010 +0200

    Handle the case where despite our locking the medium, the user manages to eject it while the option dialog is showing

 src/brasero-project.c |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

commit 9649a737619849f7816ed7154338462dc65bd28e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri Jun 11 21:40:02 2010 +0200

    Fix #621243  - Brasero reports outdated cdrtools on cdrtools-3.00
    Fix how we parse strings from cdrecord --version to support new version

 plugins/cdrtools/burn-cdda2wav.c |    4 ++--
 plugins/cdrtools/burn-cdrecord.c |    4 ++--
 plugins/cdrtools/burn-mkisofs.c  |    4 ++--
 plugins/cdrtools/burn-readcd.c   |    4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

commit cf199a67b529564acb85bec94f917590d84d28fc
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon Jun 7 15:23:52 2010 +0200

    Improved handling of very short SVCDs
    Retry getting TOC several time when there are no errors but a 0 size
    Test READCD before actually using it to read TDBs not to lock for 3 seconds
    Some cosmetic code change

 libbrasero-burn/brasero-src-selection.c |   11 +++-----
 libbrasero-media/brasero-medium.c       |   42 ++++++++++++++++++++++++++----
 libbrasero-media/scsi-error.h           |    3 +-
 3 files changed, 42 insertions(+), 14 deletions(-)

commit a772d960e6e8eaedc50469f3271e6d2a5e84c854
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Jun 5 17:36:01 2010 +0200

    Fix #620589  - Disk project doesn't save the disk title

 src/brasero-project-name.c |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit 1e1f029ebb46723ede91f12f0f4884ae3e9de26c
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Jun 5 15:57:15 2010 +0200

    Fix wrong report of speed with both cdrecord and wodim

 plugins/cdrkit/burn-wodim.c      |   43 +++++++++++++++++++++++++------------
 plugins/cdrtools/burn-cdrecord.c |   42 +++++++++++++++++++++++++-----------
 2 files changed, 58 insertions(+), 27 deletions(-)

commit 34f03d31edf6da71366595423f40bff00eda7919
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat Jun 5 15:19:40 2010 +0200

    Fix #615959  - Displays "starting to record" during whole burn process
    It seems that is some unseen circumstances, cdrecord and wodim returns another string which prevented proper parsing of progress, ...

 plugins/cdrkit/burn-wodim.c      |    7 ++++++-
 plugins/cdrtools/burn-cdrecord.c |    7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

commit ea9fc36a4d47929d3942923834f2315cba592dad
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon May 24 23:39:33 2010 +0200

    Second fix  for #613986  - Pressing create audio cd does nothing

 src/main.c |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

commit 7f499b47c4e128ddf9c3f4e2fecaf98a39735436
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon May 24 23:19:56 2010 +0200

    Make sure priv->probe is NULL before the MEDIUM_PROBED_SIGNAL is fired.
    Otherwise a callback for the signal would get TRUE for brasero_medium_is_probing ().

 libbrasero-burn/brasero-session-cfg.c |    5 +++--
 libbrasero-media/brasero-medium.c     |    2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 6cdc7a729fc898732a000369fff663668e4528c1
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon May 24 11:54:47 2010 +0200

    Correctly remember temporary directory

 libbrasero-burn/brasero-drive-properties.c |   20 +++++-----
 libbrasero-burn/brasero-session-cfg.c      |    7 ----
 libbrasero-burn/brasero-session.c          |   53 +++++++++++++++++++---------
 3 files changed, 46 insertions(+), 34 deletions(-)

commit c3a8ebc13c86922f46ccde489876b15d436b88e2
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon May 24 11:14:19 2010 +0200

    Fix a double free of setting value which could lead to a crash

 src/brasero-layout.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit de2da5710d290f0edd244cb77db85f0f7cedb3e0
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon May 24 17:52:44 2010 +0200

    Fix multi DND in GtkFileChooser
    It had stopped working due to recent changes in above widget.
    It also fix a warning that appears in valgrind as an invalid read so it could be a candidate to fix #612834

 src/brasero-file-chooser.c |   37 +++++++++++++++++++++++++++++++++++--
 src/brasero-multi-dnd.c    |   26 +++++++++++---------------
 src/brasero-multi-dnd.h    |    3 +++
 src/eggtreemultidnd.c      |   35 +++++++++++++++++++++++++++++++----
 4 files changed, 80 insertions(+), 21 deletions(-)

commit a549c6d38e9d01810b81ab53cf5715d5a0af66ed
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat May 22 22:37:52 2010 +0200

    Fix #619366  - can't actually save error logs
    Fix #619368  - doesn't handle incorrect temp dirs properly
    Both bugs stem from the same problem: the absence of proper temporary directory.
    Now brasero asks the user for a new one.
    As for the log file it is saved in /tmp if the one given is not correct.
    Use open/write/close instead of fopen/fwrite/fclose to have atomicity and synchronization

 libbrasero-burn/brasero-burn-dialog.c    |   16 ++++-
 libbrasero-burn/brasero-burn.c           |    3 +-
 libbrasero-burn/brasero-error.h          |    4 +-
 libbrasero-burn/brasero-session-helper.h |    3 -
 libbrasero-burn/brasero-session.c        |  100 ++++++++++++++----------------
 5 files changed, 63 insertions(+), 63 deletions(-)

commit 7aa9e4537e20b6be1b2635824059c74586352e28
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat May 22 18:16:35 2010 +0200

    When importing a session if a user chose to keep a file in his selection, the button was not updated properly. Fix this.
    It could lead to a crash sometimes.

 libbrasero-burn/brasero-data-session.c |   29 +++++++++++++++++++++--------
 1 files changed, 21 insertions(+), 8 deletions(-)

commit 9372fb5dc5402408f52cce0ee7ff56a70d179543
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat May 22 17:38:38 2010 +0200

    Fix #602854  - Empty project not available
    Update control after any burn operation

 src/brasero-project.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d99ca44ea3af5d658dfbfb057435addbe9079e43
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
Date:   Fri May 21 21:38:59 2010 +0300

    Add Finnish help translation by Jukka Heikkilä.

 help/Makefile.am                 |    2 +-
 help/fi/fi.po                    | 1114 ++++++++++++++++++++++++++++++++++++++
 help/fi/figures/brasero_main.png |  Bin 0 -> 73729 bytes
 3 files changed, 1115 insertions(+), 1 deletions(-)

commit 70402c22ff09a5820872fe1d701c61b805b85966
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri May 21 22:17:36 2010 +0200

    Fix #613986  - Pressing create audio cd does nothing

 src/main.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 502cacf7ec63d72f7123443c9c819f777b1a4d17
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri May 21 13:31:27 2010 +0200

    Do not ask for a disc with a 0 size when replacing a disc

 libbrasero-burn/brasero-burn-dialog.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 30b4c9848376fa4196c3151807cbc6e48485817f
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri May 21 13:27:33 2010 +0200

    Do not use int value in a g_signal_emit when a long is expected

 libbrasero-burn/brasero-burn.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3d8855c04b81d7d2b25458c9922a41c50aecaa11
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri May 21 13:26:13 2010 +0200

    Actually retry to burn the disc if the user replaced it after a disc too small error

 libbrasero-burn/brasero-burn.c |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

commit 6221e9b4da7284a22796cdf85885b0d2df4e3f90
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri May 21 12:16:34 2010 +0200

    Fix #598145  - Brasero's failure with some file names
    Raise libisofs and mkisofs priority (libisofs is now the highest in its category) so they will be used instead of genisoimage

 plugins/cdrtools/burn-mkisofs.c   |    2 +-
 plugins/libburnia/burn-libisofs.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit c0a6bc24028f8c6cb4e425447cb1bc36bbc9188b
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri May 21 11:49:36 2010 +0200

    Do not check for symlinks on cdda2wav so the plugin can use icedax.

 plugins/cdrtools/burn-cdda2wav.c |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

commit 1e071b602b50ff0e16b33d8b58037a80369f96f5
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu May 20 00:42:44 2010 +0200

    Fix #597694  - brasero crashed with SIGSEGV in brasero_scsi_command_issue_sync()
    Fix the few places where we did not check for the value returned by brasero_device_handle_open () which can be NULL
    Additionally add checks for NULL handle in every function that take one as an argument

 libbrasero-burn/brasero-data-session.c             |   15 +++++++++++++++
 libbrasero-media/burn-volume-source.c              |    2 ++
 libbrasero-media/scsi-get-configuration.c          |    2 ++
 libbrasero-media/scsi-get-performance.c            |    2 ++
 libbrasero-media/scsi-inquiry.c                    |    4 ++++
 libbrasero-media/scsi-mech-status.c                |    2 ++
 libbrasero-media/scsi-mode-select.c                |    2 ++
 libbrasero-media/scsi-mode-sense.c                 |    2 ++
 .../scsi-prevent-allow-medium-removal.c            |    2 ++
 libbrasero-media/scsi-read-capacity.c              |    2 ++
 libbrasero-media/scsi-read-cd.c                    |    2 ++
 libbrasero-media/scsi-read-disc-info.c             |    2 ++
 libbrasero-media/scsi-read-disc-structure.c        |    2 ++
 libbrasero-media/scsi-read-format-capacities.c     |    2 ++
 libbrasero-media/scsi-read-toc-pma-atip.c          |    8 ++++++++
 libbrasero-media/scsi-read-track-information.c     |    2 ++
 libbrasero-media/scsi-read10.c                     |    2 ++
 libbrasero-media/scsi-sg.c                         |    4 ++++
 libbrasero-media/scsi-test-unit-ready.c            |    2 ++
 plugins/checksum/burn-checksum-files.c             |    5 +++++
 20 files changed, 66 insertions(+), 0 deletions(-)

commit 7418455aa2561d79660a5abd45195373c372a8c8
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed May 19 23:53:06 2010 +0200

    Fix for #615988  - brasero crashed with SIGSEGV in brasero_mmc3_get_performance_wrt_spd_desc()

 libbrasero-media/scsi-get-performance.c |   34 +++++++++++++++++-------------
 1 files changed, 19 insertions(+), 15 deletions(-)

commit a5734da27ce47bc16e7694ea10cfae6769b4af24
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 18 23:40:18 2010 +0200

    Change the priority for cdrdao and raised the one of cdda2wav plugin
    Cdrdao cannot reliably write CD-TEXT and therefore when copying audio CDs cdda2wav/cdrecord is more efficient
    This also makes the combination cdrdao/audio2cue/transcode a last resort, when wodim/cdrecord/libburn cannot be found
    This does not change much for Data CDs as cdrdao is pretty much as efficient as wodim/readom
    The only case where cdrdao will remain a priority is when copying a CD with two drives

 plugins/cdrdao/burn-cdrdao.c     |    2 +-
 plugins/cdrtools/burn-cdda2wav.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit cb346b5f330c50bc5260db3c7507c988fe7ac480
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 18 23:33:17 2010 +0200

    Rework logic of plugin picking
    Do not alway give priority to a plugin that accept input; see if there are other paths with modifier plugin and if so use these paths instead.
    Also fix a crash when trying to create checksum task (from previous rework of the same logic)

 libbrasero-burn/brasero-caps-burn.c |  235 +++++++++++++++++++++--------------
 1 files changed, 144 insertions(+), 91 deletions(-)

commit 69b80c501ae4f8fb8a0932d89ffce5db126e0200
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 18 23:31:01 2010 +0200

    This plugin should not run after source track has been processed, it can only run before

 plugins/checksum/burn-checksum-files.c |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit 24d9435aa7f085553e41b990590ff7bba5dce5f9
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 18 23:30:11 2010 +0200

    Fix #618942  - Bad info when burning, high CPU usage and slow burn
    When a plugin is piping data to growisofs do not try to get size of data

 plugins/growisofs/burn-growisofs.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 8933defeeb3ace3338d8e2c22464dcf8c44f207d
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 18 23:28:16 2010 +0200

    Avoid having time remaining set as a weird value
    Use long values for g_signal_emit ()

 libbrasero-burn/brasero-burn.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 01c9f9c23c84b16e8f86712a45d435fa9dc840a7
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 18 11:40:04 2010 +0200

    Fix #618917  - Brasero does not correctly handle double clicking on column separators

 src/brasero-audio-disc.c |   10 ++++++++--
 src/brasero-data-disc.c  |    5 +++++
 src/brasero-video-disc.c |    5 +++++
 3 files changed, 18 insertions(+), 2 deletions(-)

commit 97595ad2a614c960272a3e33ac98f248197ea5dd
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 18 11:20:24 2010 +0200

    Fix #564411  - Move columns doesn't work

 src/brasero-audio-disc.c |   20 +++++++-------------
 1 files changed, 7 insertions(+), 13 deletions(-)

commit bf0450fdaa1a7db42fb1028b518e7556138bf22e
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat May 15 22:55:26 2010 +0200

    Some more fixes for #617494  - Fails to burn ANY audio project
    Improve the respect in case of concurrency between two plugins

 libbrasero-burn/brasero-caps-burn.c |  305 ++++++++++++++++++++--------------
 1 files changed, 179 insertions(+), 126 deletions(-)

commit 58e70e4c81a6fd3436be68af0c39fbcf44fd867d
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat May 15 22:46:32 2010 +0200

    Fix memleaks

 plugins/transcode/burn-transcode.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 044b5a5593cfac01731eafdb0371ca376369539f
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat May 15 18:08:07 2010 +0200

    Fix #617494  - Fails to burn ANY audio project (part 1)
    Make sure the DAO flag will be set as compulsory when the input for a recording plugin is CUE, CLONE or such

 libbrasero-burn/brasero-caps-session.c |   96 ++++++++++++++++++++------------
 1 files changed, 61 insertions(+), 35 deletions(-)

commit efc2d3b5f40c727f4eef433d4125a232201cac2a
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat May 15 18:04:07 2010 +0200

    Introduces a function to check flags according to input for a recording link

 libbrasero-burn/burn-caps.c |   23 +++++++++++++++++++++++
 libbrasero-burn/burn-caps.h |    4 ++++
 2 files changed, 27 insertions(+), 0 deletions(-)

commit 416ea1905d03924fd1738ff9c7277d2b39cdfc10
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat May 15 18:01:28 2010 +0200

    Fix flaw in mask that led libburn plugin not to work (not to be picked up actually) in some circumstances

 libbrasero-burn/brasero-enums.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 59af2a9c7fb00c508ebc1cad3d15290bc4d2f776
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Sat May 15 17:10:05 2010 +0200

     Fix part of 617831  - "Write to Disc" button sensitivity regression
    Also write the name of applications with a symbolic link in the dialog appearing to require the installation of some apps or libs

 libbrasero-burn/brasero-burn-options.c |    7 +++++--
 libbrasero-burn/brasero-burn.c         |    7 +++++--
 src/brasero-project.c                  |    7 +++++--
 3 files changed, 15 insertions(+), 6 deletions(-)

commit dc31f65f3f4f40be3198532e70361f1e75cf047c
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Fri May 14 11:50:41 2010 +0200

    Write the contents of the GtkTextBuffer displayed line by displayed line which should improve the layout

 libbrasero-utils/brasero-jacket-buffer.c |    2 +-
 libbrasero-utils/brasero-jacket-view.c   |   97 +++++++++++++----------------
 2 files changed, 45 insertions(+), 54 deletions(-)

commit 325b67e98d1d1671d017477bf69d57d007db6bcf
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu May 13 22:28:26 2010 +0200

    Save printer settings for cover printing

 libbrasero-utils/brasero-jacket-edit.c |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

commit ede1fded3dfe53b008b4ad681fd4d2621ef50a10
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu May 13 20:09:21 2010 +0200

    Fix a bug in the layout on first start (side pane was hidden and remained so until the user moved it)

 src/brasero-file-chooser.c |   13 ++++++-------
 src/brasero-layout.c       |   13 ++++++++-----
 src/brasero-setting.c      |   38 ++++++++++++++++++++++++++------------
 3 files changed, 40 insertions(+), 24 deletions(-)

commit c11bf3dc8e0cbd799d83bb6aac6efea7bbcfa0d5
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu May 13 19:29:33 2010 +0200

    Clean up some weird code

 src/brasero-setting.c |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

commit f972f185b7044248a351fa957c8e39e2b227a0bd
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Thu May 13 19:22:38 2010 +0200

    Code cleanup and try to improve the WYSIWYG aspect

 libbrasero-utils/brasero-jacket-buffer.c |    2 +-
 libbrasero-utils/brasero-jacket-view.c   |  334 ++++++++++++------------------
 libbrasero-utils/brasero-jacket-view.h   |    3 -
 3 files changed, 134 insertions(+), 205 deletions(-)

commit 4e383b1f6d85cb4b348f69f563f0204880867f61
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed May 12 16:11:15 2010 +0200

    Make the drawing of lines crisper and sharper

 libbrasero-utils/brasero-jacket-edit.c |    4 +-
 libbrasero-utils/brasero-jacket-view.c |   99 ++++++++++++++++++--------------
 libbrasero-utils/brasero-jacket-view.h |   16 +++---
 3 files changed, 66 insertions(+), 53 deletions(-)

commit 921d6f1cf50e90649463683947bfc4c63658103d
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Wed May 12 11:18:53 2010 +0200

    Some more (hopefully the last ones) bits to fix any GSEAL enabled compilation

 src/brasero-search-entry.c |   11 ++++++-----
 src/brasero-search.c       |    4 ++--
 2 files changed, 8 insertions(+), 7 deletions(-)

commit 08df92d477fd520626dd53032cddc78680e77638
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 11 22:54:46 2010 +0200

    Fix memleak

 libbrasero-utils/brasero-jacket-buffer.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 3d66fe673c3b253dffe2a4a73228edca12fee296
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 11 22:52:38 2010 +0200

    Fix one of the last remaining bits for #594716  - Use accessor functions instead direct access (use GSEAL GnomeGoal)

 libbrasero-utils/brasero-jacket-buffer.c |  333 +++++++++++++++++++-----------
 1 files changed, 210 insertions(+), 123 deletions(-)

commit df00ee8fc9f7dd6e08af74713e46dd1e020d2a74
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 11 19:02:54 2010 +0200

    Fix part of 594716  - Use accessor functions instead direct access (use GSEAL GnomeGoal)
    Remove use of sealed parts of GtkTextView

 libbrasero-utils/brasero-jacket-view.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

commit c0d173163228b10e85713384f82743af7f0f0c36
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 11 18:57:42 2010 +0200

    Removed use of deprecated flags

 libbrasero-utils/brasero-jacket-view.c |    3 ++-
 src/brasero-player-bacon.c             |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit a4fe9f17d1ea9f440970be9dd2f70fb732fed83c
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 11 18:48:43 2010 +0200

    Fix #590648  - Text in cover editor does not show up automatically

 libbrasero-utils/brasero-jacket-view.c |   46 +++++++++++++++++++++++--------
 1 files changed, 34 insertions(+), 12 deletions(-)

commit 27c0e975e94dd847778099c6e47259d0857fbad6
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 11 11:16:16 2010 +0200

    Fix a few runtime warnings with the Cover Editor

 libbrasero-utils/brasero-jacket-view.c       |    4 ++--
 libbrasero-utils/brasero-tool-color-picker.c |   11 +++--------
 2 files changed, 5 insertions(+), 10 deletions(-)

commit 15eda787ca5eb0cd2f1d112bb762a37990d8daad
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 11 01:09:07 2010 +0200

    Fix #615526  - brasero crashed with SIGSEGV in brasero_data_project_remove_node()
    Improve code to handle NULL parameters

 libbrasero-burn/brasero-track-data-cfg.c |    3 ++
 src/brasero-data-disc.c                  |   43 +++++++++++++++++++++++++----
 2 files changed, 40 insertions(+), 6 deletions(-)

commit b666f4976ac5efa3011f348074e04f621ca38c22
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Tue May 11 00:19:16 2010 +0200

    Fix part of 616935  - Crash in brasero_data_project_node_removed at brasero-data-project.c:1163
    This fixes the use of Tracker

 src/brasero-search-engine.h  |    2 +-
 src/brasero-search-tracker.c |   18 ++++++++++--------
 2 files changed, 11 insertions(+), 9 deletions(-)

commit 88c1ec285e004ae3549f13df2c7e60b13bd96da8
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon May 10 22:57:27 2010 +0200

    Fixed a runtime warning related to cancelling tracker searches

 src/brasero-search-tracker.c |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

commit 7442c42464dfb1dbc81096ee293a892cb20b72f1
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon May 10 22:18:24 2010 +0200

    Silenced a few warnings

 libbrasero-burn/brasero-burn-dialog.c |    6 +++---
 src/brasero-uri-container.c           |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

commit e6ed91f5e466eeb8444a1b9af8c3e38a530c1c94
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon May 10 18:23:39 2010 +0200

    Fix memleak

 src/brasero-mime-filter.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit c9a31a98fc7a7255ffbe192692b6b903822779c0
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon May 10 18:18:13 2010 +0200

    Fix memleak

 src/brasero-search.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 046491d16f4fb7fe91052775b17f537a96c985e9
Author: Philippe Rouquier <bonfire-app@wanadoo.fr>
Date:   Mon May 10 15:19:59 2010 +0200

    Fix memory leak

 src/brasero-search-entry.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit eeda77947fb711ec270f6e568c43cabb6343afb8
Author: Torstein Adolf Winterseth <kvikende@fsfe.org>
Date:   Sat May 1 08:49:25 2010 +0200

    Added Norwegian Nynorsk translation

 po/LINGUAS |    1 +
 po/nn.po   | 4975 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4976 insertions(+), 0 deletions(-)

commit b66361290411a3dc200b4e60372c8df6b488a6a7
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Tue Apr 27 21:46:39 2010 +0200

    Updated Danish translation

 po/da.po |  164 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 82 insertions(+), 82 deletions(-)