[geany/geany] 5fa4aa: Early NEWS update

Colomban Wendling git-noreply at geany.org
Thu Jan 31 17:07:14 UTC 2013


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Thu, 31 Jan 2013 17:07:14 UTC
Commit:      5fa4aa5d64695f919e3028ff75b4a1e55e119fd1
             https://github.com/geany/geany/commit/5fa4aa5d64695f919e3028ff75b4a1e55e119fd1

Log Message:
-----------
Early NEWS update


Modified Paths:
--------------
    NEWS

Modified: NEWS
101 files changed, 100 insertions(+), 1 deletions(-)
===================================================================
@@ -2,16 +2,115 @@ Geany 1.23 (unreleased)
 
     General
     * Scope detection now finds classes and namespaces (#1996778).
+    * Various fixes to language theming.
+    * Various Windows makefile fixes.
+    * Rewrite printing code (#2629121, #2804000, #3475444, #3580268,
+      #3580269).
+    * Use the Geany icon from the theme.
+    * Make Geany-specific icons themeable.
 
     Bug fixes
     * Fix too aggressive scope caching (#2142789, #2667917, #2868850).
+    * Fix showing project name in the Documents sidebar.
+    * Fix opening filenames with leading or trailing space from the
+      command line into a running instance.
+    * Fix re-opening files with unknown but detected encoding.
+    * Fix crash when loading a broken or incompatible VTE library.
+    * Report scope including classes, namespaces and alike (#1996778).
+    * Fix cancelling Project Close when showing the unsaved changes
+      dialog.
+    * Only use "allow_always_save" setting for direct user interaction
+      (Quentin Glidic).
+
+    Interface
+    * Control-click on the symbols sidebar don't focus the editor.
+    * Add an option to place message window on the right.
+    * Fix display of non-ASCII tags in the symbols tree for non-UTF-8
+      files.
+    * Replace 'Open file in a new tab' save dialog option with new
+      'Document->Clone' menu item.
+    * Fix clashing button mnemonic in detect/reload dialog (#3587465).
+    * Grab focus in the embedded terminal upon middle click.
+    * Add support for embedded terminal background image (Mislav
+      Blažević).
 
     Editor
     * Update Scintilla to version 3.2.3 (#2808638, #2909124, #3094431,
       #3233160, #3540469).
+    * Properly indent even if the indenting character isn't the last
+      one.
+    * Always display text in LTR direction.
+    * Improve collapsing fold behavior when start point is offscreen.
+    * Faster squiggle underlining.
+    * Fix multiline comments at end of file (#3026691).
+    * Keep caret and anchor position upon indent and unindent
+      (#3167355).
+    * Complete on dash (-) too in CSS.
+    * Make wordchars have precedence over whitespacechars (#3429368).
+    * Fix cursor position after comment toggling with no selection
+      (#3576431).
+    * Fix reshowing calltip after autocompletion list closed.
+    * Fix uncommenting multiline comments when cursor is on a delimiter.
+    * Clear search markers on Mark All keybinding when already set.
+    * Never strip trailing spaces for Diff documents.
+    * Reduce unnecessary redraws when typing (Evandro Borracini).
 
     Search
-    * 'Mark All' now also uses the fully-featured PCRE engine (#3564132).
+    * 'Mark All' now also uses the fully-featured PCRE engine
+      (#3564132).
+    * Only set Find in Files directory once per-document.
+    * Fix a crash when a matching the very last character of the
+      document.
+    * Fix search and replacement of empty matches.
+    * Fix a possible crash when searching on a range.
+
+    Keybindings
+    * Add keybinding for 'Go to Start of Display Line' (#3182425)
+
+    Filetypes
+    * Parse '!' char in D parameter lists.
+    * Fix parsing of Haskell comments inside a type (#3552129).
+    * Fix Cython auto indentation.
+    * Add more keywords to Forth (Oco).
+    * Add some missing Haxe keywords (#3448664).
+    * Add some missing CSS3 keywords (Trong Thanh Tran).
+    * Fix a crash parsing some C macros (#3556536).
+    * Update some Python keywords.
+    * Update Python global tags file.
+    * Show VHDL blocks in the symbol list.
+    * Fix ruby scope after "do".
+    * Fix parsing of ruby keywords when followed by a semicolon
+      (#2130612).
+    * Lots of JavaScript symbols parsing improvements (#2992393,
+      #3036476, #3398636, #3470609, #3568542, #3570192).
+    * Use "scala" extension for Scala (#3574723).
+    * Fix parsing of reStructuredText titles containing UTF-8
+      characters (#3578050).
+    * Parse C++11 final classes (#3577559).
+    * Parse C++11 enums with type specifier and classed enums
+      (#3578557).
+    * Fix highlighting of C++11 raw strings (#3578557).
+    * Fix parsing of colons in D (#3577788).
+    * Fix parsing D 'static assert' (#3582833).
+    * Parse scope for D nested template blocks (#3582833).
+    * Ignore D angle brackets.
+    * Fix reStructuredText comment marker (#3585377).
+    * Add Asciidoc filetype.
+    * Fix parsing of Python keywords followed by a tab (\t).
+    * Add more HTML5 self-closing tags (Duncan de Wet).
+
+    Plugins
+    * Export: Fix missing linking on libm (Chow Loong Jin)
+    * File Browser: Backspace now moves to parent directory.
+
+    Windows
+    * Fix spawning synchronous commands on Windows.
+    * Show Find in Files status summary.
+
+    Internationalization
+    * Add translations: et, eu, he
+    * Update translations: cs, it, nl, ru, sv, tr
+    * Fix a crash when using the Turkish translation.
 
 
 Geany 1.22 (June 18, 2012)



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list