This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository jedit.
commit 83637fc5cee2d5fc04b7cf80c4108718320a6205 Merge: fec2002 6897ac1 Author: tony mancill <[email protected]> Date: Sun Apr 22 09:28:42 2018 -0700 Update upstream source from tag 'upstream/5.5.0+dfsg' Update to upstream version '5.5.0+dfsg' with Debian dir 0022395def16c8efe6a9d1a2aefb60556365e1c1 build.xml | 34 +- doc/CHANGES.txt | 176 ++- doc/FAQ/faq.xml | 2 +- doc/stylesheet.css | 473 ------- doc/users-guide/basics.xml | 54 +- doc/users-guide/customizing.xml | 202 +-- doc/users-guide/files.xml | 28 +- doc/users-guide/users-guide.xml | 6 +- doc/welcome.html | 2 +- doc/whatsnew/news.xml | 31 +- ivy.xml | 3 +- keymaps/Alan_keys.props | 6 +- macros/Clipboard/Cut_Lines.bsh | 5 +- macros/Misc/Display_Character_Code.bsh | 13 +- macros/Misc/Make_Bug_Report.bsh | 19 +- macros/Properties/Insert_Buffer_Properties.bsh | 14 +- modes/asp.xml | 48 +- modes/assembly-arm32.xml | 730 +++++++++++ modes/assembly-x86.xml | 6 + modes/c.xml | 27 +- modes/catalog | 8 +- modes/cplusplus.xml | 66 +- modes/css.xml | 3 +- modes/drawj2d.xml | 204 +-- modes/gherkin.xml | 52 + modes/groovy.xml | 2 + modes/html.xml | 2 + modes/java-module-info.xml | 16 +- modes/javascript.xml | 265 ++-- modes/mysql.xml | 3 + modes/nsis2.xml | 8 +- modes/perl.xml | 3 + modes/php.xml | 5 +- org/gjt/sp/jedit/ActionSet.java | 20 +- org/gjt/sp/jedit/Buffer.java | 203 ++- org/gjt/sp/jedit/EditAction.java | 13 +- org/gjt/sp/jedit/EditPane.java | 8 +- org/gjt/sp/jedit/MiscUtilities.java | 162 ++- org/gjt/sp/jedit/PerspectiveManager.java | 25 +- org/gjt/sp/jedit/View.java | 25 +- .../sp/jedit/browser/VFSDirectoryEntryTable.java | 222 +++- .../jedit/browser/VFSDirectoryEntryTableModel.java | 58 +- org/gjt/sp/jedit/buffer/JEditBuffer.java | 26 +- .../sp/jedit/bufferio/BufferAutosaveRequest.java | 9 +- org/gjt/sp/jedit/bufferio/BufferLoadRequest.java | 10 +- org/gjt/sp/jedit/bufferset/BufferSetManager.java | 11 +- org/gjt/sp/jedit/gui/BufferSwitcher.java | 132 +- org/gjt/sp/jedit/gui/CloseDialog.java | 5 +- org/gjt/sp/jedit/gui/GrabKeyDialog.java | 6 +- org/gjt/sp/jedit/gui/LogViewer.java | 99 +- org/gjt/sp/jedit/gui/RegisterViewer.java | 13 +- org/gjt/sp/jedit/gui/SplashScreen.java | 4 +- org/gjt/sp/jedit/gui/StatusBar.java | 7 +- org/gjt/sp/jedit/gui/StyleEditor.java | 8 +- .../jedit/gui/statusbar/LockedWidgetFactory.java | 104 ++ .../sp/jedit/gui/statusbar/WrapWidgetFactory.java | 2 +- org/gjt/sp/jedit/io/VFS.java | 9 +- org/gjt/sp/jedit/jEdit.java | 189 ++- org/gjt/sp/jedit/jedit.manifest | 1 + org/gjt/sp/jedit/jedit.props | 2 +- org/gjt/sp/jedit/jedit_gui.props | 2 +- org/gjt/sp/jedit/options/BufferOptionPane.java | 11 +- org/gjt/sp/jedit/options/LargeFilesOptionPane.java | 24 +- org/gjt/sp/jedit/options/SaveBackupOptionPane.java | 123 +- org/gjt/sp/jedit/options/ShortcutsOptionPane.java | 40 +- org/gjt/sp/jedit/options/TextAreaOptionPane.java | 5 +- org/gjt/sp/jedit/perspective.dtd | 3 +- org/gjt/sp/jedit/pluginmgr/InstallPanel.java | 4 +- org/gjt/sp/jedit/pluginmgr/PluginList.java | 8 +- .../sp/jedit/print/BasicPrintPreviewPaneUI.java | 1 + org/gjt/sp/jedit/print/BufferPrintable1_7.java | 104 +- org/gjt/sp/jedit/print/BufferPrinter1_7.java | 152 ++- org/gjt/sp/jedit/print/Margins.java | 21 + org/gjt/sp/jedit/print/PageBreakExtension.java | 10 +- org/gjt/sp/jedit/print/PrintPreview.java | 46 +- org/gjt/sp/jedit/print/PrintPreviewModel.java | 6 +- org/gjt/sp/jedit/print/PrintRangeType.java | 94 ++ org/gjt/sp/jedit/print/PrinterDialog.java | 580 +++++---- org/gjt/sp/jedit/print/Reverse.java | 57 + org/gjt/sp/jedit/services.xml | 5 + org/gjt/sp/jedit/syntax/Chunk.java | 111 +- org/gjt/sp/util/Log.java | 41 +- org/jedit/localization/jedit_cs.props | 38 +- org/jedit/localization/jedit_de.props | 130 +- org/jedit/localization/jedit_en.props | 64 +- org/jedit/localization/jedit_fr.props | 40 +- org/jedit/localization/jedit_ja.props | 39 +- org/jedit/localization/jedit_ko.props | 14 +- org/jedit/localization/jedit_ru.props | 1314 ++++++++++++-------- org/jedit/localization/jedit_zh.props | 26 +- 90 files changed, 4541 insertions(+), 2461 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jedit.git _______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

