[jedit] branch master updated (afc167d -> 58070cc)

tony mancill tmancill at debian.org
Sun Apr 22 17:49:32 BST 2018


This is an automated email from the git hooks/post-receive script.

tmancill pushed a change to branch master
in repository jedit.

      from  afc167d   Update changelog
       new  034a047   Add repacksuffix to debian/watch
       new  aaecb9c   Drop get-orig-source target (Policy 4.1.4)
       new  fec2002   Bump Standards-Version to 4.1.4
      adds  6897ac1   New upstream version 5.5.0+dfsg
       new  83637fc   Update upstream source from tag 'upstream/5.5.0+dfsg'
       new  58070cc   prepare changelog for upload to unstable

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.xml                                          |   34 +-
 debian/changelog                                   |    9 +
 debian/control                                     |    2 +-
 debian/rules                                       |    9 -
 debian/watch                                       |    3 +-
 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 +-
 94 files changed, 4553 insertions(+), 2472 deletions(-)
 delete mode 100644 doc/stylesheet.css
 create mode 100644 modes/assembly-arm32.xml
 create mode 100644 modes/gherkin.xml
 create mode 100644 org/gjt/sp/jedit/gui/statusbar/LockedWidgetFactory.java
 create mode 100644 org/gjt/sp/jedit/print/PrintRangeType.java
 create mode 100644 org/gjt/sp/jedit/print/Reverse.java

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jedit.git



More information about the pkg-java-commits mailing list