2020-11-05 01:54:04 by David H. Gutteridge | Files touched by this commit (3) | |
Log message:
geany: update to 1.37
Geany 1.37 (October 25, 2020)
General
* Build with GTK3 by default.
* Add an option (enabled by default) to save main and project configuration
whenever documents are opened/closed to reduce accidental loss of current
session in the event of a crash.
* List Geany in the category TextEditor (Dominic Hopf, Issue#2460).
Bug Fixes
* Fix main window name as seen by accessibility tools (Issue#2421).
* Add missing include (Pino Toscano, PR#2402).
* Fix a possible crash when quitting (Hodong & Guido Falsi, Issue#2457,
PR#2634).
Interface
* Allow to cancel Open Project and New Project dialogs without closing the
current project.
* Don't ask whether to close current project when opening a recent project.
* Disable some items when they are not available.
* Provide a CSS name for most widgets (PR#2469).
* Adapt margins width to font size and zoom (Issue#1733, PR#1738).
* Show OS info in debug messages.
* Persist color picker palette (Issue#2595).
* Fix color of selected text in search entries with no match (foresto,
Issue#2332, PR#2333)
Editor
* Update Scintilla to version 3.21.1 (PR#2506).
Filetypes
* Add BibTeX filetype (Mirco Schoenfeld, PR#2212).
* Update JavaScript keywords (dmitryunruh, PR#2486).
* Update Lua block comment end (Filip Szymański, PR#2566).
* Update FreeBasic keywords (Issue#2583).
* Add Smalltalk filetype (Snowflake the Pony, PR#2399).
* Add a configuration option to select the default Python command.
Documentation
* Improve Build-related settings documentation.
* Added documentation for the Color Chooser (LarsGit223).
Windows
* Bundle the GLib GSpawn helper binaries with the installer for plugin that
use the related GLib API.
* Make IPC port number configurable, and move the default outside the
dynamic range used by Hyper-V (Issue#2101, PR#2585).
* Use the `py` launcher for Python filetype (Issue#2211).
* Support programming ligatures (like Fira Code font) (Issue#2535).
Internationalization
* New translations: ie
* Updated translations: da, de, el, es, fr, id, it, ja, lv, nl, pl, pt,
ru, sk, sv, zh_CN
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-08-17 22:20:41 by Leonardo Taccari | Files touched by this commit (2202) |
Log message:
*: revbump after fontconfig bl3 changes (libuuid removal)
|
2020-03-10 23:11:24 by Thomas Klausner | Files touched by this commit (1681) | |
Log message:
librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
|
2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message:
*: recursive bump for libffi
|
2020-02-04 02:53:20 by David H. Gutteridge | Files touched by this commit (3) | |
Log message:
geany: update to 1.36
Geany 1.36 (September 28, 2019)
General
* Give precedence to user-defined filetype extension mappings over default
ones (PR#2166).
* Give precedence to the longest matching filetype pattern (Issue#1499,
Issue#1921, PR#2167).
* Place the socket file in `$XDG_RUNTIME_DIR` when available
(Thomas Martitz, PR#2222).
Bug fixes
* Improve path ellipsising in Go To Tag filetype popup
(Thomas Martitz, PR#2262).
Interface
* Show group prefix for the Various preferences (PR#2176).
* Show the GTK/GLib versions in about dialog (PR#2163).
Editor
* Update Scintilla to version 3.10.4 (PR#2138).
* Add support for fractional font sizes (Pedro Henrique Antunes de Oliveira,
Issue#703, PR#2250).
Filetypes
* Add Apple Swift filetype (Ankit Pati, PR#1323).
* Add Nim filetype (Simon Krauter, Issue#1772, PR#2085).
* Update NSIS keywords (PR#2181).
* Update error matching for the CUDA filetype (Rajesh Pandian M,
Issue#2213, PR#2218).
* Add Kotlin custom filetype (Issue#1581, PR#2186).
* Add Groovy custom filetype (PR#2188).
* Add TypeScript custom filetype (Issue#1449, PR#2187).
* Small update of Django keywords (PR#2315).
* Don't suggest to override all settings through *Tools->Configuration
Files* (Issue#1552, PR#2168).
Windows
* Migrate the installer to NSIS 3 (Issue#1302, PR#2181).
* Fix build on recent MSYS2 (Issue#2261, PR#2263).
Internationalization
* New translations: ku
* Updated translations: da, de, es, fr, it, ja, lv, pt, sk, sv, zh_CN
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-07-22 00:26:08 by Thomas Klausner | Files touched by this commit (1256) |
Log message:
*: recursive bump for gdk-pixbuf2-2.38.1
|
2019-05-16 01:59:03 by David H. Gutteridge | Files touched by this commit (2) | |
Log message:
geany: update to 1.35
Geany 1.35 (April 28, 2019)
General
* Start synchronization with Universal-CTags (Jiří Techet, PR#1263,
PR#2018).
Bug fixes
* Improve IPC socket handling (Issue#641, PR#2111).
* Fix loading the default open encoding option (PR#1326).
* Fix VTE path following after reset (Issue#352, PR#2116).
Interface
* Show variable type in a tooltip in symbol tree (Jiří Techet, PR#2036).
Editor
* Update Scintilla to version 3.10.2 (Issue#971, Issue#1947, Issue#2076,
PR#2045).
* Drastically speed up huge bulk replacements (Issue#2092, PR#2097).
* Fix accessibility information reported upon deletion.
* Fix garbage data insertion when moving lines up or down (Issue#2066).
* Don't perform line breaking in rectangular selection mode (Issue#2051,
PR#2135).
Filetypes
* Allow stripping trailing spaces from custom filetypes based on the Diff
lexer (Cristian Ciocaltea, Issue#2041, PR#2043).
* Improve JavaScript symbols parsing (Issue#1329, Issue#1891, Issue#1933,
part of PR#2018).
* Improve HTML symbols parsing (part of PR#2018).
* Improve COBOL symbols parsing (PR#2128).
* Improve ActionScript symbols parsing (PR#2134).
Windows
* Installer: only install GTK translations if selected (Issue#2090).
Internationalization
* Updated translations: da, de, es, fr, ja, lv, pt, ru, sk, zh_CN
|
2019-04-04 06:13:51 by David H. Gutteridge | Files touched by this commit (2) |
Log message:
geany: note explicit dependency on adwaita-icon-theme
If GTK3 is selected (now the default), we must explicitly depend on
adwaita-icon-theme, otherwise various fundamental toolbar icons will be
missing (unless, of course, another package has already installed it,
which is why I didn't notice before). Bump PKGREVISION to note this
fix.
|