From b53c174e5d2eba47d82b05cb5787b183a0aadf84 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 19:44:13 +0200 Subject: Adding debian version 3:4.8.29-2. Signed-off-by: Daniel Baumann --- debian/patches/mcedit_group_undo.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 debian/patches/mcedit_group_undo.patch (limited to 'debian/patches/mcedit_group_undo.patch') diff --git a/debian/patches/mcedit_group_undo.patch b/debian/patches/mcedit_group_undo.patch new file mode 100644 index 0000000..a9f429d --- /dev/null +++ b/debian/patches/mcedit_group_undo.patch @@ -0,0 +1,19 @@ +Last-Update: 2017-06-29 +Forwarded: not-needed +Author: Dmitry Smirnov +Updated-by: Denis Briand +Description: enable "Group undo" by default (mcedit) + +--- a/src/editor/edit.c ++++ b/src/editor/edit.c +@@ -96,9 +96,9 @@ + gboolean option_state_full_filename = TRUE; + + gboolean enable_show_tabs_tws = TRUE; + gboolean option_check_nl_at_eof = FALSE; +-gboolean option_group_undo = FALSE; ++gboolean option_group_undo = TRUE; + gboolean show_right_margin = FALSE; + + char *option_backup_ext = NULL; + char *option_filesize_threshold = NULL; -- cgit v1.2.3