From 37605ff27a6989efee6696af91d72065d3058522 Mon Sep 17 00:00:00 2001 From: Nick Treleaven Date: Wed, 2 Dec 2009 16:34:25 +0000 Subject: [PATCH] Warn about not using BOM for configuration files (confuses GKeyFile parser, at least on my system). git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4463 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- ChangeLog | 11 +- doc/geany.html | 1522 ++++++++++++++++++++++++------------------------ doc/geany.txt | 2 + 3 files changed, 774 insertions(+), 761 deletions(-) diff --git a/ChangeLog b/ChangeLog index 797905e0..65e9c59f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-12-02 Nick Treleaven + + * doc/geany.txt, doc/geany.html: + Warn about not using BOM for configuration files (confuses GKeyFile + parser, at least on my system). + + 2009-11-30 Frank Lanitz * data/latex.tags: @@ -9,7 +16,7 @@ * plugins/filebrowser.c: Add an in-entry clear icon to the filebrowser plugin's filter entry (patch by Dominic Hopf, thanks). - * src/prefs.c, src/ui_uitls.c: + * src/prefs.c, src/ui_utils.c: Fix two compiler warnings about possibly uninitialised variables. @@ -22,7 +29,7 @@ Update partly outdated and wrong doc comment. * src/main.c, src/main.h, src/socket.c: Allow opening Geany projects remotely. - * doc/geany.txt, doc/geany.html, src/bte.c, src/vte.h, src/keyfile.c: + * doc/geany.txt, doc/geany.html, src/vte.c, src/vte.h, src/keyfile.c: Add a hidden pref to allow executing text which was sent to the terminal directly, i.e. do not strip trailing newline characters. Also fix the stripping of trailing newline characters if there was diff --git a/doc/geany.html b/doc/geany.html index 1d162dd6..ec240cb8 100644 --- a/doc/geany.html +++ b/doc/geany.html @@ -3,10 +3,10 @@ - + Geany - +