From 54036a5f549bdc90bdb13893667017916f2a6bca Mon Sep 17 00:00:00 2001 From: mfeber Date: Tue, 13 Jul 2021 11:05:50 -0700 Subject: [PATCH] increment version number Increment to 4.3.5 --- Emacs+/META-INF/MANIFEST.MF | 2 +- Emacs+/about.properties | 2 +- Emacs+/src/com/mulgasoft/emacsplus/EmacsPlus.properties | 2 ++ Emacs+/src/com/mulgasoft/emacsplus/ModeLineFlasher.java | 3 +-- Emacs+/src/com/mulgasoft/emacsplus/preferences/PrefVars.java | 3 +-- Emacs+Feature/feature.xml | 4 ++-- Emacs+Update/site.xml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Emacs+/META-INF/MANIFEST.MF b/Emacs+/META-INF/MANIFEST.MF index d4764d1..ca68524 100755 --- a/Emacs+/META-INF/MANIFEST.MF +++ b/Emacs+/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Automatic-Module-name: com.mulgasoft.emacsplus Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name.0 Bundle-SymbolicName: com.mulgasoft.emacsplus;singleton:=true -Bundle-Version: 4.3.4 +Bundle-Version: 4.3.5 Bundle-Vendor: %Bundle-Vendor.0 Require-Bundle: org.eclipse.core.runtime;bundle-version="3.3.0", org.eclipse.ui;bundle-version="3.3.0", diff --git a/Emacs+/about.properties b/Emacs+/about.properties index 70dc0ff..d56551b 100755 --- a/Emacs+/about.properties +++ b/Emacs+/about.properties @@ -1,6 +1,6 @@ about_text=Emacs+\n\ \n\ -(c) Copyright Mark Feber. 2009, 2014. All rights reserved.\n\ +(c) Copyright Mark Feber. 2009, 2021. All rights reserved.\n\ Visit http://www.mulgasoft.com/emacsplus\n\ \n\ This offering is powered by Eclipse technology and includes\n\ diff --git a/Emacs+/src/com/mulgasoft/emacsplus/EmacsPlus.properties b/Emacs+/src/com/mulgasoft/emacsplus/EmacsPlus.properties index a4979e1..c7fb664 100755 --- a/Emacs+/src/com/mulgasoft/emacsplus/EmacsPlus.properties +++ b/Emacs+/src/com/mulgasoft/emacsplus/EmacsPlus.properties @@ -258,6 +258,8 @@ VISIBLE_BELL_DOC=If true, flash the editor frame to represent a bell # String to display on C-h n EmacsPlusChanges =Emacs+ history of user visible changes:\n\ +4.3.5:\n\ +- Fix issue 32/34\n\ 4.3.4:\n\ - Correct semantics of recenter (C-L) when called with C-U [arg]\n\ - Add scroll-margin\n\ diff --git a/Emacs+/src/com/mulgasoft/emacsplus/ModeLineFlasher.java b/Emacs+/src/com/mulgasoft/emacsplus/ModeLineFlasher.java index 8cd8042..2f5db01 100644 --- a/Emacs+/src/com/mulgasoft/emacsplus/ModeLineFlasher.java +++ b/Emacs+/src/com/mulgasoft/emacsplus/ModeLineFlasher.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2009-2020 Mark Feber, MulgaSoft + * Copyright (c) 2009-2021 Mark Feber, MulgaSoft * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -17,7 +17,6 @@ import org.eclipse.swt.custom.CLabel; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.graphics.GC; -import org.eclipse.swt.graphics.RGB; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Label; diff --git a/Emacs+/src/com/mulgasoft/emacsplus/preferences/PrefVars.java b/Emacs+/src/com/mulgasoft/emacsplus/preferences/PrefVars.java index 34b81db..2257593 100644 --- a/Emacs+/src/com/mulgasoft/emacsplus/preferences/PrefVars.java +++ b/Emacs+/src/com/mulgasoft/emacsplus/preferences/PrefVars.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2009-2020 Mark Feber, MulgaSoft + * Copyright (c) 2009-2021 Mark Feber, MulgaSoft * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -31,7 +31,6 @@ import com.mulgasoft.emacsplus.Beeper; import com.mulgasoft.emacsplus.EmacsPlusActivator; import com.mulgasoft.emacsplus.ModeLineFlasher; -import com.mulgasoft.emacsplus.ScreenFlasher; /** * Define selected internal/preference variables in an enum diff --git a/Emacs+Feature/feature.xml b/Emacs+Feature/feature.xml index 7282191..d64e6cd 100755 --- a/Emacs+Feature/feature.xml +++ b/Emacs+Feature/feature.xml @@ -2,7 +2,7 @@ @@ -59,7 +59,7 @@ have changed radically - Copyright (c) 2009-2014 Mark Feber All rights reserved. + Copyright (c) 2009-2021 Mark Feber All rights reserved. diff --git a/Emacs+Update/site.xml b/Emacs+Update/site.xml index 6288c64..0076914 100755 --- a/Emacs+Update/site.xml +++ b/Emacs+Update/site.xml @@ -12,7 +12,7 @@ - +