Revision: 4044 http://geany.svn.sourceforge.net/geany/?rev=4044&view=rev Author: ntrel Date: 2009-07-30 10:52:04 +0000 (Thu, 30 Jul 2009)
Log Message: ----------- Rename 'Reflow lines/paragraph' to 'Reflow lines/block' because in future using an indent block is more useful e.g. for ChangeLog files.
Modified Paths: -------------- trunk/ChangeLog trunk/src/keybindings.c
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2009-07-30 02:04:08 UTC (rev 4043) +++ trunk/ChangeLog 2009-07-30 10:52:04 UTC (rev 4044) @@ -1,3 +1,11 @@ +2009-07-30 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com> + + * src/keybindings.c: + Rename 'Reflow lines/paragraph' to 'Reflow lines/block' because in + future using an indent block is more useful e.g. for ChangeLog + files. + + 2009-07-29 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* src/pluginprivate.h, src/utils.h, src/plugindata.h, @@ -24,7 +32,7 @@
* src/pluginprivate.h, src/makefile.win32, src/plugindata.h, src/pluginutils.c, src/plugins.c, src/pluginutils.h, - src/Makefile.am, ChangeLog, wscript: + src/Makefile.am, wscript: Move plugin_* utility functions to pluginutils.c. Add pluginprivate.h. * src/editor.c:
Modified: trunk/src/keybindings.c =================================================================== --- trunk/src/keybindings.c 2009-07-30 02:04:08 UTC (rev 4043) +++ trunk/src/keybindings.c 2009-07-30 10:52:04 UTC (rev 4044) @@ -321,7 +321,7 @@ keybindings_set_item(group, GEANY_KEYS_FORMAT_SENDTOVTE, cb_func_format_action, 0, 0, "edit_sendtovte", _("Send Selection to Terminal"), LW(send_selection_to_vte1)); keybindings_set_item(group, GEANY_KEYS_FORMAT_REFLOWPARAGRAPH, cb_func_format_action, - GDK_j, GDK_CONTROL_MASK, "format_reflowparagraph", _("Reflow lines/paragraph"), NULL); + GDK_j, GDK_CONTROL_MASK, "format_reflowparagraph", _("Reflow lines/block"), NULL);
group = ADD_KB_GROUP(INSERT, _("Insert"));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.