2009-09-20 11:58 Olivier Sessink * [r5207] data/bflang/xhtml.bflang2: add several options to xhtml language file 2009-09-20 07:58 Olivier Sessink * [r5206] data/bflang/asp-vbscript.bflang2, data/bflang/smarty.bflang2: forgot two languages that include javascript 2009-09-20 07:52 Olivier Sessink * [r5205] data/bflang/all-javascript.bfinc, data/bflang/html.bflang2, data/bflang/javascript.bflang2, data/bflang/php.bflang2, data/bflang/xhtml.bflang2: add the new options for javascript to other languages that include javascript 2009-09-20 02:41 Daniel Leidert * [r5204] Makefile.mingw, configure.ac, win32/Makefile.mingw.in, win32/bluefish.nsi, win32/config.nsis: A first try to automate the build Windows installer build process. Might still contain some issues. 2009-09-20 02:39 Daniel Leidert * [r5203] src/Makefile.am: Minor workaround. We cannot use a relative path for pgklibdir in src/plugin*/ for libtools very own reasons, but we can do here. 2009-09-20 00:13 Daniel Leidert * [r5202] src: Ignore bluefish-unstable.exe too. 2009-09-19 23:51 Daniel Leidert * [r5201] data/bflang/all-javascript.bfinc, data/bflang/javascript.bflang2: Work on the Javascript language support. More to come soon. 2009-09-19 20:27 Olivier Sessink * [r5200] src/bookmark.c: remove some deprecated code (was commented already) and improve some documentation comments 2009-09-19 18:50 Alex Negulescu * [r5199] src/plugin_htmlbar/po/fr.po: 2009-09-19 18:50 Alex Negulescu * [r5198] po/fr.po: 2009-09-19 18:15 Olivier Sessink * [r5197] po/eu.po: From: dooteo 2009-09-19 13:18 Daniel Leidert * [r5196] Makefile.mingw: First version of a Makefile to automate the process of the creating the Windows installer. Will finish this later under Windows. 2009-09-19 08:01 Shawn Novak * [r5195] win32/bluefish.nsi, win32/installer_dep.sh: Windows NSIS Installer script update and simple shell script to add the depends to the build directory. 2009-09-19 07:16 Shawn Novak * [r5194] src/bftextview2_langmgr.c, src/bluefish.c, src/bluefish.h, src/gui.c, src/plugin_about/about.c, src/plugin_charmap/charmap.c, src/plugin_entities/entities.c, src/plugin_htmlbar/htmlbar.c, src/plugin_infbrowser/infb_load.c, src/plugin_infbrowser/infbrowser.c, src/plugin_snippets/snippets.c, src/plugins.c, src/rcfile.c: Reverted most of the changes from r5185-87. 2009-09-18 22:01 Olivier Sessink * [r5193] src/rcfile.c: fix default tidy command 2009-09-18 19:03 Olivier Sessink * [r5192] src/bftextview2_autocomp.c: fixes a segfault caused by the recently introduced generix xml tag closing 2009-09-17 12:03 Olivier Sessink * [r5191] data/bflang/xml.bflang2: this is required to make xml tag closing for the generic xml pattern work 2009-09-17 12:01 Olivier Sessink * [r5190] AUTHORS, src/plugin_about/about.c: adding Shawn to AUTHORS 2009-09-17 11:54 Olivier Sessink * [r5189] src/file.c: another g_content_type_get_mime_type() needed for win32 2009-09-17 11:27 Olivier Sessink * [r5188] src/filebrowser2.c: add tooltips to the filebrowser that show the complete URI 2009-09-17 03:34 Shawn Novak * [r5187] src/bftextview2_langmgr.c, src/bluefish.c, src/plugin_infbrowser/infb_load.c, src/rcfile.c: Fixed forgetting to assign results from g_strconcat to a variable. 2009-09-17 02:37 Shawn Novak * [r5186] src/bluefish.c: Removed bf_set_cwd function that was accidently commited. 2009-09-17 02:16 Shawn Novak * [r5185] src/bftextview2_langmgr.c, src/bluefish.c, src/bluefish.h, src/gui.c, src/plugin_about/about.c, src/plugin_charmap/charmap.c, src/plugin_entities/entities.c, src/plugin_htmlbar/htmlbar.c, src/plugin_infbrowser/infb_load.c, src/plugin_infbrowser/infbrowser.c, src/plugin_snippets/snippets.c, src/plugins.c, src/rcfile.c: Implemented dynamic paths on windows based on work done by spodhajecki in his older 1.0.7 windows release. 2009-09-15 21:03 Olivier Sessink * [r5184] src/bftextview2.h, src/bftextview2_autocomp.c, src/bluefish.h, src/bookmark.c, src/gui.c, src/gui.h, src/rcfile.c: fixing a segfault in the recently changed autocompletion code adding an option to store the left panel active tab number in the session 2009-09-13 21:08 Olivier Sessink * [r5183] src/bftextview2.h, src/bftextview2_autocomp.c, src/bftextview2_langmgr.c, src/bftextview2_patcompile.c, src/bftextview2_patcompile.h, src/bftextview2_scanner.c: implemented auto tag closing for the generic xml syntax this has special code instead of a language file configuration, because how to complete cannot be found in the language file definition, but has to be deducted runtime from the blockstack 2009-09-13 19:36 Olivier Sessink * [r5182] src/undo_redo.c: the change from Daniel has a performance impact. Daniel agreed to revert to the previous one. doc->unre.last is the last list pointer. g_list_remove will return the first list pointer. so you have to traverse the list twice now, and with the dummy variable you don't traverse it at all. 2009-09-13 18:40 Olivier Sessink * [r5181] src/plugin_htmlbar/html_diag.c: always require bfwin 2009-09-13 18:37 Olivier Sessink * [r5180] src/plugin_htmlbar/html2.c: fixes a clang warning 2009-09-13 18:34 Olivier Sessink * [r5179] src/plugin_entities/entities.c: moving the static arrays in the entities plugin to gint16 (which can hold value -1) 2009-09-13 00:06 Daniel Leidert * [r5178] images/Makefile.am: Fix a possible dist(check) failure when running dist from a source configured with e.g. --without-theme-path. 2009-09-12 19:59 Daniel Leidert * [r5177] config.site/config.msys: Re-add linker flags (optimization and drop unnecessary linkages). 2009-09-12 18:00 Daniel Leidert * [r5176] src/bftextview2.c, src/bftextview2_langmgr.c, src/bftextview2_scanner.c, src/filebrowser2.c: Just added braces around empty if/else statements. 2009-09-12 17:59 Daniel Leidert * [r5175] src/snr2.c: Initialize errorcode too. 2009-09-12 17:58 Daniel Leidert * [r5174] src/bluefish.c: Explicitely initialize arg_description. 2009-09-11 23:13 Daniel Leidert * [r5173] src/bluefish.h: Easier code. 2009-09-11 21:33 Daniel Leidert * [r5172] src/plugin_htmlbar/html2.c: Removed another useless assignment. 2009-09-11 21:27 Daniel Leidert * [r5171] src/plugin_snippets/snippets_gui.c: We already assume, that snw!=NULL. 2009-09-11 21:07 Daniel Leidert * [r5170] src/rcfile.c: IMO the return value should not be TRUE by default (although we don't use the return value anywhere). If it should be, we can remove the retval variable. 2009-09-11 21:00 Daniel Leidert * [r5169] src/file.c: Removed unused assignments. 2009-09-11 20:54 Daniel Leidert * [r5168] src/gui.c: Moved development stuff into #ifdef statement. 2009-09-11 20:46 Daniel Leidert * [r5167] src/bookmark.c: Useless assignment. 2009-09-11 20:39 Daniel Leidert * [r5166] src/bftextview2_langmgr.c: Remove an unused assignment in langmgr_get_bflang_for_mimetype(). Fixed logic in test in process_scanning_group(). 2009-09-11 20:37 Daniel Leidert * [r5165] src/bftextview2_autocomp.c: Comment some unused code. 2009-09-11 20:03 Daniel Leidert * [r5164] src/plugin_snippets/snippets_wizard.c: Remove unused assignments. 2009-09-11 19:59 Daniel Leidert * [r5163] src/plugin_snippets/snippets_load.c: Removed unused assignment. 2009-09-11 18:47 Daniel Leidert * [r5162] src/plugin_htmlbar/html.c: Removed useless assignment in emailok_lcb(). Fixed tmplist2 creation in script_dialog(). 2009-09-11 18:39 Daniel Leidert * [r5161] src/filebrowser2.c: Remove duplicate assignment. 2009-09-11 18:24 Daniel Leidert * [r5160] src/plugin_entities/entities.c: Remove unused variable assignments. 2009-09-11 17:51 Daniel Leidert * [r5159] src/undo_redo.c: Should work now without the dummy variable. 2009-09-11 16:47 Daniel Leidert * [r5158] src/filebrowser2.c: Type-cast. 2009-09-11 16:46 Daniel Leidert * [r5157] src/gtk_easy.c: Minor cleanup. 2009-09-11 16:31 Daniel Leidert * [r5156] src/snr2.c: Remove unused initialization. 2009-09-11 15:40 Daniel Leidert * [r5155] src/plugin_htmlbar/html2.c: Use g_strcmp0() instead of strcmp() just for the case, a string is NULL. Further re-format spaces to tabs in cs3d_ok_clicked_lcb(). 2009-09-11 15:37 Daniel Leidert * [r5154] src/gtk_easy.c: Prevent a NULL pointer dereference. 2009-09-11 15:36 Daniel Leidert * [r5153] src/external_commands.c: Removed unused variable assignment. Further I think, there was a return statement missing in create_commandstring(). 2009-09-11 13:06 Olivier Sessink * [r5152] data/bflang/all-javascript.bfinc: fix from Michael Kasten | http://m-kasten.dex 2009-09-10 12:35 Olivier Sessink * [r5151] src/bftextview2_spell.c, src/bftextview2_spell.h, src/gui.c: small memory leak fixes, some leaks are still there 2009-09-09 19:03 Olivier Sessink * [r5150] src/filebrowser2.c: this code shows also network mounts in the directory dropdown 2009-09-07 21:26 Daniel Leidert * [r5149] src/plugin_about/about.c: Fix build failure. My fault. 2009-09-07 21:20 Daniel Leidert * [r5148] win32/bluefish.ico: Fix MIME type. 2009-09-07 21:19 Daniel Leidert * [r5147] ., autogen.sh, config.site/config.msys, configure.ac, data/bflang/asp.bflang2, data/bflang/bflang2.bflang2, data/bflang/c.bflang2, data/bflang/css.bflang2, data/bflang/html.bflang2, data/bflang/java.bflang2, data/bflang/javascript.bflang2, data/bflang/jsp.bflang2, data/bflang/perl.bflang2, data/bflang/php.bflang2, data/bflang/po.bflang2, data/bflang/python.bflang2, data/bflang/ruby.bflang2, data/bflang/sample.bflang2, data/bflang/shell.bflang2, data/bflang/xhtml.bflang2, data/bflang/xml.bflang2, po/ko_KR.po, src/Makefile.am, src/bf_lib.c, src/bftextview2.c, src/bftextview2.h, src/bftextview2_autocomp.c, src/bftextview2_autocomp.h, src/bftextview2_langmgr.c, src/bftextview2_langmgr.h, src/bftextview2_patcompile.c, src/bftextview2_patcompile.h, src/bftextview2_scanner.c, src/bftextview2_scanner.h, src/bluefish.c, src/bluefish.h, src/dialog_utils.c, src/document.c, src/external_commands.c, src/file_autosave.c, src/file_dialogs.c, src/filebrowser2.c, src/filefilter.c, src/ipc_bf2bf.c, src/outputbox.c, src/plugin_about/Makefile.am, src/plugin_about/about.def, src/plugin_about/po/ko_KR.po, src/plugin_charmap/Makefile.am, src/plugin_charmap/charmap.c, src/plugin_charmap/charmap.def, src/plugin_charmap/charmap.h, src/plugin_entities/entities.def, src/plugin_entities/po/ko_KR.po, src/plugin_htmlbar/html.c, src/plugin_htmlbar/html2.c, src/plugin_htmlbar/htmlbar.def, src/plugin_htmlbar/po/ko_KR.po, src/plugin_infbrowser/infbrowser.def, src/plugin_infbrowser/po/ko_KR.po, src/plugin_rsync/rsync.def, src/plugin_snippets/po/ko_KR.po, src/plugin_snippets/snippets.def, src/plugin_snippets/snippets_load.c, src/rcfile.c, win32, win32/bluefish.ico, win32/bluefish.nsi: Merge the Windows branch back into trunk. 2009-09-07 21:04 Daniel Leidert * [r5146] AUTHORS, src/plugin_about/about.c: Status update of translaters, authors and package/port maintainers. 2009-09-07 19:19 Olivier Sessink * [r5145] src/filebrowser2.c: filebrowser improvements 2009-09-07 18:15 Olivier Sessink * [r5144] src/filebrowser2.c: improvements for the directory popdown. the treestoire doesn't look good, so reverted to liststore. added folder icons and removed duplicates 2009-09-07 14:39 Olivier Sessink * [r5143] src/filebrowser2.c: initial work to get volumes listed in the directory dropdown, and to make the dropdown look better with a treestore instead of a liststore and icons in there 2009-09-06 08:13 Olivier Sessink * [r5140] po/nl.po, src/plugin_about/po/nl.po, src/plugin_charmap/po/nl.po, src/plugin_entities/po/nl.po, src/plugin_htmlbar/po/nl.po, src/plugin_infbrowser/po/nl.po, src/plugin_snippets/po/nl.po: nl.po is now fully done 2009-09-06 07:51 Olivier Sessink * [r5139] po/nl.po: finished nl.po 2009-09-06 07:34 Olivier Sessink * [r5138] po/nl.po: small translation update 2009-09-06 07:14 Olivier Sessink * [r5137] src/preferences.c: fixed intial document settings pane 2009-09-05 19:25 Olivier Sessink * [r5136] data/bflang/nsis.bflang2: Got a little sidetracked this morning when I was going to do some more work on the uninstaller and wasted a bunch of time on this instead. Not quite sure what I was doing or if I did it right but since it's related to the installer... ftp://kernel86.muleslow.net/mingw/bluefish/bflang/nsis.bflang2 Shawn Novak 2009-09-03 13:55 Daniel Leidert * [r5135] po/da.po, po/de.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/it.po, po/ja.po, po/ko_KR.po, po/nb.po, po/nl.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sr.po, po/sv.po, po/ta.po, po/tr.po, po/zh_CN.po, po/zh_TW.po: Further update po files. Some translation changes have been forgotten in r5133. 2009-09-03 13:50 Olivier Sessink * [r5134] src/filebrowser2.c, src/filebrowser2.h: performance improvement for flat view 2009-09-03 13:05 Olivier Sessink * [r5133] po/da.po, po/de.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/it.po, po/ja.po, po/ko_KR.po, po/nb.po, po/nl.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sr.po, po/sv.po, po/ta.po, po/tr.po, po/zh_CN.po, po/zh_TW.po, src/plugin_about/po/da.po, src/plugin_about/po/de.po, src/plugin_about/po/es.po, src/plugin_about/po/eu.po, src/plugin_about/po/fi.po, src/plugin_about/po/fr.po, src/plugin_about/po/it.po, src/plugin_about/po/ja.po, src/plugin_about/po/ko_KR.po, src/plugin_about/po/nb.po, src/plugin_about/po/nl.po, src/plugin_about/po/pl.po, src/plugin_about/po/pt.po, src/plugin_about/po/pt_BR.po, src/plugin_about/po/ro.po, src/plugin_about/po/ru.po, src/plugin_about/po/sk.po, src/plugin_about/po/sr.po, src/plugin_about/po/sv.po, src/plugin_about/po/ta.po, src/plugin_about/po/tr.po, src/plugin_about/po/zh_CN.po, src/plugin_about/po/zh_TW.po, src/plugin_charmap/po/da.po, src/plugin_charmap/po/de.po, src/plugin_charmap/po/es.po, src/plugin_charmap/po/eu.po, src/plugin_charmap/po/fi.po, src/plugin_charmap/po/fr.po, src/plugin_charmap/po/it.po, src/plugin_charmap/po/ja.po, src/plugin_charmap/po/ko_KR.po, src/plugin_charmap/po/nb.po, src/plugin_charmap/po/nl.po, src/plugin_charmap/po/pl.po, src/plugin_charmap/po/pt.po, src/plugin_charmap/po/pt_BR.po, src/plugin_charmap/po/ro.po, src/plugin_charmap/po/ru.po, src/plugin_charmap/po/sk.po, src/plugin_charmap/po/sr.po, src/plugin_charmap/po/sv.po, src/plugin_charmap/po/ta.po, src/plugin_charmap/po/tr.po, src/plugin_charmap/po/zh_CN.po, src/plugin_charmap/po/zh_TW.po, src/plugin_entities/po/da.po, src/plugin_entities/po/de.po, src/plugin_entities/po/es.po, src/plugin_entities/po/eu.po, src/plugin_entities/po/fi.po, src/plugin_entities/po/fr.po, src/plugin_entities/po/it.po, src/plugin_entities/po/ja.po, src/plugin_entities/po/ko_KR.po, src/plugin_entities/po/nb.po, src/plugin_entities/po/nl.po, src/plugin_entities/po/pl.po, src/plugin_entities/po/pt.po, src/plugin_entities/po/pt_BR.po, src/plugin_entities/po/ro.po, src/plugin_entities/po/ru.po, src/plugin_entities/po/sk.po, src/plugin_entities/po/sr.po, src/plugin_entities/po/sv.po, src/plugin_entities/po/ta.po, src/plugin_entities/po/tr.po, src/plugin_entities/po/zh_CN.po, src/plugin_entities/po/zh_TW.po, src/plugin_htmlbar/po/da.po, src/plugin_htmlbar/po/de.po, src/plugin_htmlbar/po/es.po, src/plugin_htmlbar/po/eu.po, src/plugin_htmlbar/po/fi.po, src/plugin_htmlbar/po/fr.po, src/plugin_htmlbar/po/it.po, src/plugin_htmlbar/po/ja.po, src/plugin_htmlbar/po/ko_KR.po, src/plugin_htmlbar/po/nb.po, src/plugin_htmlbar/po/nl.po, src/plugin_htmlbar/po/pl.po, src/plugin_htmlbar/po/pt.po, src/plugin_htmlbar/po/pt_BR.po, src/plugin_htmlbar/po/ro.po, src/plugin_htmlbar/po/ru.po, src/plugin_htmlbar/po/sk.po, src/plugin_htmlbar/po/sr.po, src/plugin_htmlbar/po/sv.po, src/plugin_htmlbar/po/ta.po, src/plugin_htmlbar/po/tr.po, src/plugin_htmlbar/po/zh_CN.po, src/plugin_htmlbar/po/zh_TW.po, src/plugin_infbrowser/po/da.po, src/plugin_infbrowser/po/de.po, src/plugin_infbrowser/po/es.po, src/plugin_infbrowser/po/eu.po, src/plugin_infbrowser/po/fi.po, src/plugin_infbrowser/po/fr.po, src/plugin_infbrowser/po/it.po, src/plugin_infbrowser/po/ja.po, src/plugin_infbrowser/po/ko_KR.po, src/plugin_infbrowser/po/nb.po, src/plugin_infbrowser/po/nl.po, src/plugin_infbrowser/po/pl.po, src/plugin_infbrowser/po/pt.po, src/plugin_infbrowser/po/pt_BR.po, src/plugin_infbrowser/po/ro.po, src/plugin_infbrowser/po/ru.po, src/plugin_infbrowser/po/sk.po, src/plugin_infbrowser/po/sr.po, src/plugin_infbrowser/po/sv.po, src/plugin_infbrowser/po/ta.po, src/plugin_infbrowser/po/tr.po, src/plugin_infbrowser/po/zh_CN.po, src/plugin_infbrowser/po/zh_TW.po, src/plugin_snippets/po/da.po, src/plugin_snippets/po/de.po, src/plugin_snippets/po/es.po, src/plugin_snippets/po/eu.po, src/plugin_snippets/po/fi.po, src/plugin_snippets/po/fr.po, src/plugin_snippets/po/it.po, src/plugin_snippets/po/ja.po, src/plugin_snippets/po/ko_KR.po, src/plugin_snippets/po/nb.po, src/plugin_snippets/po/nl.po, src/plugin_snippets/po/pl.po, src/plugin_snippets/po/pt.po, src/plugin_snippets/po/pt_BR.po, src/plugin_snippets/po/ro.po, src/plugin_snippets/po/ru.po, src/plugin_snippets/po/sk.po, src/plugin_snippets/po/sr.po, src/plugin_snippets/po/sv.po, src/plugin_snippets/po/ta.po, src/plugin_snippets/po/tr.po, src/plugin_snippets/po/zh_CN.po, src/plugin_snippets/po/zh_TW.po, src/preferences.c, src/preferences.h, src/project.c: minor preferences gui update and translation updates 2009-09-02 13:11 Olivier Sessink * [r5128] src/file_dialogs.c, src/snr2.c, src/snr2.h: fixes http://bugzilla.gnome.org/show_bug.cgi?id=593794 2009-09-02 12:02 Olivier Sessink * [r5127] src/bftextview2.c, src/bftextview2.h, src/bftextview2_spell.c, src/bluefish.c, src/bluefish.h, src/document.c, src/gui.c, src/menu.c, src/preferences.c, src/project.c, src/rcfile.c: made spell check a per-document setting, with a session default that can be set in the preferences for regular files, or in the project menu for projects 2009-09-01 13:05 Daniel Leidert * [r5123] src/document.c: Use plural forms in the word-count tool. 2009-08-31 19:31 Olivier Sessink * [r5120] src/preferences.c, src/rcfile.c: minor gui improvements 2009-08-31 14:03 Olivier Sessink * [r5119] src/project.c: copy the default mime type in new projects 2009-08-31 14:00 Olivier Sessink * [r5118] src/bluefish.h, src/document.c, src/preferences.c, src/preferences.h, src/rcfile.c: moved the default mime type to the session options fixed http://bugzilla.gnome.org/show_bug.cgi?id=593649 2009-08-31 13:02 Olivier Sessink * [r5117] src/bluefish.c, src/bluefish.h, src/project.c: better session defaults 2009-08-30 20:38 Olivier Sessink * [r5115] src/bftextview2.c, src/bftextview2.h, src/bluefish.h, src/document.c, src/menu.c, src/preferences.c, src/preferences.h, src/rcfile.c: moved several options to Tsessionvars with the new GUI that is both in 'edit project' and in preferences 2009-08-30 11:19 Olivier Sessink * [r5103] src/bluefish.h, src/preferences.c, src/preferences.h, src/rcfile.c: add a spell check default option 2009-08-30 11:10 Olivier Sessink * [r5101] src/bluefish.h, src/document.c, src/preferences.c, src/project.c, src/rcfile.c: replace the old project wrap text option with the new generic session option 2009-08-30 10:59 Olivier Sessink * [r5100] src/bluefish.h, src/preferences.c, src/preferences.h, src/project.c, src/rcfile.c: adding an infrastructure to set session preferences. the same gui is used in the preferences dialog for the global session, and in the project edit dialog so you can have those settings different in a project 2009-08-28 00:05 Daniel Leidert * [r5082] src/file.c, src/file_dialogs.c: Missing translate-able strings have been gettextized. Thanks to clansco. 2009-08-26 06:37 Daniel Leidert * [r5079] src/bftextview2_langmgr.c: Typecast to fix compiler warning. 2009-08-25 21:42 Olivier Sessink * [r5078] po/fr.po, src/plugin_entities/po/fr.po, src/plugin_htmlbar/po/fr.po, src/plugin_infbrowser/po/fr.po, src/plugin_snippets/po/fr.po: updated translations from clansco 2009-08-25 15:45 Olivier Sessink * [r5077] src/bluefish.c, src/ipc_bf2bf.c, src/preferences.c, src/rcfile.c: some small cleanups to the new socket code 2009-08-25 13:42 Daniel Leidert * [r5076] src/plugin_snippets/snippetsmenu.c: Fix compiler warnings. However, by using GtkWidget directly, we don't need all those typecasts. Olivier? 2009-08-25 13:15 Daniel Leidert * [r5075] src/Makefile.am: Fix FTBFS. 2009-08-24 21:44 Olivier Sessink * [r5074] src/bluefish.c, src/ipc_bf2bf.c, src/ipc_bf2bf.h: add header file 2009-08-24 21:39 Olivier Sessink * [r5073] src/Makefile.am, src/bluefish.c, src/bluefish.h, src/ipc_bf2bf.c, src/preferences.c, src/rcfile.c: adding socket based IPC 2009-08-21 21:45 Olivier Sessink * [r5072] po/nl.po: some nl updates 2009-08-20 21:01 Christian Tellefsen * [r5071] po/nb.po, src/plugin_about/po/nb.po, src/plugin_charmap/po/nb.po, src/plugin_entities/po/nb.po, src/plugin_htmlbar/html2.c, src/plugin_htmlbar/po/nb.po, src/plugin_infbrowser/po/nb.po, src/plugin_snippets/po/nb.po: Updated nb translation. Fixed typo in plugin_htmlbar 2009-08-20 14:39 Olivier Sessink * [r5070] src/gui.c, src/menu.c, src/outputbox.c, src/outputbox.h, src/preferences.c, src/rcfile.c: did some %s to %f fixes in the preferences dialog removed an option from the outputbox preferences that is in the session nowadays 2009-08-18 19:58 Olivier Sessink * [r5069] src/msg_queue.c: some more fine tuning on a much faster system 2009-08-18 19:32 Olivier Sessink * [r5068] src/plugin_htmlbar/html.c: whoops, forgot to apply the attribute in the OK callback 2009-08-18 19:29 Olivier Sessink * [r5067] src/plugin_htmlbar/html.c: add attribute title to anchor dialog 2009-08-18 19:13 Olivier Sessink * [r5066] src/plugin_snippets/snippets.c, src/plugin_snippets/snippets.h, src/plugin_snippets/snippets_gui.c: fixes a segfault during the creation of the GUI if the left panel is disabled and the snippets menu is shown 2009-08-18 19:12 Olivier Sessink * [r5065] src/filebrowser2.c: if a directory open fails, remove the directory from the treestore 2009-08-18 19:11 Olivier Sessink * [r5064] src/msg_queue.c: fixes http://bugzilla.gnome.org/show_bug.cgi?id=592199 2009-08-18 01:29 Daniel Leidert * [r5062] po/da.po, po/de.po, po/es.po, po/eu.po, po/fi.po, po/fr.po, po/it.po, po/ja.po, po/ko_KR.po, po/nb.po, po/nl.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sr.po, po/sv.po, po/ta.po, po/tr.po, po/zh_CN.po, po/zh_TW.po: Update .po files after removing some unneccesary translation calls. 2009-08-18 01:23 Daniel Leidert * [r5061] src/menu.c: Don't translate the paths here. This should work untranslated. So we don't need to translate the same strings several times. 2009-08-17 17:25 Daniel Leidert * [r5056] src/plugin_snippets/po/de.po: Minor update. 2009-08-17 17:13 Daniel Leidert * [r5055] configure.ac: Partly revert the change from r5033. This fixes a minor issue (probably overquotation of "[bluefish_version]" in AC_INIT leads to VERSION="bluefish_version" (seen with recent Sid). Defining major, minor, micro is useful for libraries. We don't need this and don't use it atm. 2009-08-17 15:45 Olivier Sessink * [r5054] src/plugin_htmlbar/image_dialog.c: fixes http://bugzilla.gnome.org/show_bug.cgi?id=579409 2009-08-16 20:03 Olivier Sessink * [r5053] po/cs.po: fix the warning in cs.po 2009-08-16 16:40 Daniel Leidert * [r5052] po/de.po: First minor update of the German translation (still contains fuzzy and untranslated strings). 2009-08-16 15:57 Daniel Leidert * [r5051] configure.ac: Post-release version bump. 2009-08-16 14:53 Daniel Leidert * [r5050] src/plugin_snippets/po/de.po: Added missing translations. Removed some accelerators.