Geany 2.1 is out!
[ANN] Geany 2.0 is out!
Geany 1.38 is out!
Geany 1.38 is out!
Geany 1.38 is out!
Post release version bump
Update making-a-release a little
Update Scintilla to version 3.10.4
scintilla: Fix GCC 4.8 support wrt noexcept move constructors
Merge pull request #2138 from b4n/scintilla/update-3-10-4
Add support for Apple Swift language
Update of Swedish translation
Comment out copied contents opening `Tools->Configuration Files`
Add Nim filetype (#2085)
[doc] Add tip to put commonly used filetypes in the None group (#2175)
Kill filetypes_find(), rename static function
Always allow user filetype extensions to override system config file
Merge pull request #2166 from ntrel/user-ft-ext
Windows installer: Migrate to NSIS 3.x
Merge pull request #2181 from eht16/nsis_upgrade
Fix configure to show "default=auto" for --enable-api-docs (#2190)
Updated error_regex in filetypes.CUDA.conf
Let longest filename pattern win
Use more usual build command labels
Show Various pref group prefixes
Add Kotlin custom filetype from github.com/esotericpig
create "ku" po file (#2221)
prefer XDG_RUNTIME_DIR over /tmp for the socket (#2222)
Update ja.po: "Appearance" "外観"→"出現" (#2255)
Add support for fractional font sizes
Show the GTK/GLib versions in about dialog (#2163)
build.c: Replace ASSIGNIF inline macro with assign_cmd function
[docs] Move error_regex section to [build-menu]; add filetype example
Add Groovy custom filetype (#2188)
TypeScript syntax highlighting
build.h: Move GBO_TO_* macros to build.c
build.c: Remove g_ptr_array_foreach with gpointer user_data & update HACKING (#2270)
Move GEANY_GBO_COMPILE etc to build.c
Fix broken markup in HACKING
tests: unit test for some util strv functions
utils: fix suboptimal elipsis substitution by utils_strv_shorten_file_list()
utils: refactor utils_strv_shorten_file_list() and friends
utils: move utils_strv_shorten_file_list() out of GEANY_PRIVATE
Merge pull request #2262 from kugel-/fix-1445
configure: check for realpath function now MSYS2 has it (#2263)
Update po files for string freeze of 1.36
Small update of the French translation
Update version info for French translation
Small update of German translation
Update of NEWS for translation updates since 1.35
Update of Japanese translation
Update of Portuguese translation
Update danish translation to 1.36 (#2313)
it.po for 1.36 (#2311)
Updated Danish and Italian translation
Update of Spanish translation
Update of Latvian translation (#2319)
Update of Slovak translation (#2318)
Add updated sk and lv translation to NEWS
Django highlighting in templates.
Merge pull request #2315 from djbaldey/django-syntax
Update zh_CN.po (#2324)
Add updated zh_CN to NEWS
Fix static build
Small update of German translation
Add "Nim" to the Programming file types group
Update NEWS for upcoming 1.36 release
Set release date
Post release version bump
Small update of making-a-release
Small update of German translation
Make New Project dialog cancellable without closing existing session
Make Open Project dialog cancellable without closing existing session
Opening recent projects: Don't ask whether to close current project
Add missing HAVE_SOCKET guard on in main_lib()
Rename superseded "Build menu commands" command to "Set Build Commands"
docs: Clarify that "filetype & independent commands" mean build commands
Tweak build docs
Clarify editing build commands from preferences
Break long lines
review tweaks
g_print handler: Don't add newline
g_printerr handler: Don't add newline
Wrap joined paragraphs
Save main and project configuration whenever documents are opened/closed
Add setting, defaulting to TRUE, to disable automatic configuration save
Merge pull request #2114 from eht16/save_config_on_doclist_change
build_menu_update: Only enable next/prev error items when errors found
build.c: Only set next/prev error menu items sensitive on first error
doc: added documentation for the Color Chooser
Small update of Latvian translation (#2383)
Fix gcc warning: "/*" within comment
added a bibtex parser that extracts identifiers of entries in bib-files and makes them accessible on the sidebar
Copied BibTeX-parser from https://github.com/universal-ctags/ctags/pull/2137
added filetypes.bibtex to relevant Makefile plus made lookup of bibtex keywords case insensitive
Merge remote-tracking branch 'upstream/master' into bibtex-parser
added lexer-settings for comments to be highlighted
Include <unistd.h> for pathconf() (#2402)
moved bibtex definition to the end of filetypes and parser definitions
Merge pull request #2212 from TwlyY29/bibtex-parser