87 Commits

Author SHA256 Message Date
56850e0bbe Accepting request 1298733 from GNOME:Apps
OBS-URL: https://build.opensuse.org/request/show/1298733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geany?expand=0&rev=46
2025-08-12 15:03:13 +00:00
ec0347b968 - Update to 2.1:
* Include themes from geany-themes.
  * Fix silently truncating files containing NUL bytes.
  * Improve compatibility focusing the editor window when opening
    a file externally.
  * Update placeholders for external printing command to use the
    same ones as build commands.
  * Improve corner-case encoding detection and conversion.
  * Fix losing session after opening several projects.
  * Fix emission of the "document-activate" signal, leading to
    glitches in UI and plugins.
  * Fix spurious CPU load after running a build command.
  * Use a more reliable method for saving preferences and other
    auxiliary files.
  * Fix focusing the symbol list through key binding.
  * Fix search entry after editing the toolbar.
  * Fix non-deterministic anonymous symbol names.
  * Fix displaying symbols declared out of order.
  * Fix possible invalid memory access when generating user
    initials on first startup.
  * Fix replacing placeholders in filenames in build commands.
  * Add support for searching the Messages and Compiler output.
  * Add support for modern platform-native file selection dialogs.
  * Regroup filetypes by letter.
  * Add filter for open documents sidebar.
  * Add filter for keybindings preferences.
  * Add various pref to skip "replace in session" confirmation
    dialog.
  * Make it easier to wrap search when the confirmation dialog is
    shown.
  * Fix spurious selection when clicking an externally-modified
    file.
  * Fix translation of the Various preferences tab.
  * Do not show redundant None encoding.
  * Do not display encodings not supported on the system.
  * Move "Virtual Spaces" preference to "Editor -> Features".
  * Various UI tweaks.
  * Allow pasting and autocompletion for multiple carets.
  * Increase minimal number margin width.
- Drop upstreamed reproducible.patch.
- Drop upstreamed geany-2.0-gcc15.patch.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=87
2025-08-11 07:07:49 +00:00
cacc778534 Accepting request 1280003 from GNOME:Apps
(forwarded request 1279627 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1280003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geany?expand=0&rev=45
2025-05-27 16:50:46 +00:00
25d847f85f OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=85 2025-05-26 08:01:33 +00:00
88ebfa44b9 Accepting request 1255575 from GNOME:Apps
- Add geany-2.0-gcc15.patch: Fix build with gcc 15 (patch lifted
  from gentoo). (forwarded request 1254849 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1255575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geany?expand=0&rev=44
2025-03-25 21:08:02 +00:00
6e45019fc5 Accepting request 1254849 from home:iznogood:factory
- Add geany-2.0-gcc15.patch: Fix build with gcc 15 (patch lifted
  from gentoo).

OBS-URL: https://build.opensuse.org/request/show/1254849
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=83
2025-03-24 10:20:25 +00:00
29b579458c Accepting request 1170052 from GNOME:Apps
OBS-URL: https://build.opensuse.org/request/show/1170052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geany?expand=0&rev=43
2024-04-25 18:47:44 +00:00
f4dae95017 Accepting request 1169977 from home:bmwiedemann:branches:GNOME:Apps
Add reproducible.patch to make glfw build deterministic

OBS-URL: https://build.opensuse.org/request/show/1169977
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=81
2024-04-24 14:15:26 +00:00
7d43c54b3b Accepting request 1119569 from GNOME:Apps
- Update to 2.0:
  * Split "session data" into session.conf, preferences are written to
    and read from geany.conf (PR#2776, PR#2779, PR#3014, PR#3125 and more).
  * Require GTK 3.24.
  * (Re-)Add ability to scroll over document tabs (PR#3134).
  * Fix keyword colorization on filetype change (PR#3553).
  * Fix startup files order when placing tabs next to the current one (PR#3611).
  * The document list in the sidebar has a new tree view. This mode is
    the new default and existing installations automatically use it (PR#1813).
  * Use dark-theme friendly colors for compiler messages (PR#3013).
  * Add a confirmation dialog on search & replace for the whole session (PR#3033).
  * Filter entry for symbol tree (PR#3055).
  * Simplify project creation from existing directories with sources (PR#3042).
  * Add option to show symbols in symbol tree without category groups (PR#3172).
  * Add option to only show line endings if they differ from file default (PR#3287).
  * Make tab label length and window title length configurable (Abdul Rafey, #3365).
  * Make Go to Symbol commands show signature list (PR#3475).
  * Sync many parsers from the Universal Ctags project, this leads to
    updated symbol parsers (PR#2990, PR#2991, PR#3032).
  * Improved support for the ctags file format, which is now the recommended
    format for tags files (PR#3049).  
  * Enable local variables and improve autocompletion for C/C++ and
    some other languages (PR#3185, PR#3275).
- Drop upstreamed geany-inttool.patch.
- Rebased geany-appstream.patch. (forwarded request 1119159 from polslinux)

OBS-URL: https://build.opensuse.org/request/show/1119569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geany?expand=0&rev=42
2023-10-24 18:06:49 +00:00
f3b8e111b3 Accepting request 1119159 from home:polslinux:branches:GNOME:Apps
- Update to 2.0:
  * Split "session data" into session.conf, preferences are written to
    and read from geany.conf (PR#2776, PR#2779, PR#3014, PR#3125 and more).
  * Require GTK 3.24.
  * (Re-)Add ability to scroll over document tabs (PR#3134).
  * Fix keyword colorization on filetype change (PR#3553).
  * Fix startup files order when placing tabs next to the current one (PR#3611).
  * The document list in the sidebar has a new tree view. This mode is
    the new default and existing installations automatically use it (PR#1813).
  * Use dark-theme friendly colors for compiler messages (PR#3013).
  * Add a confirmation dialog on search & replace for the whole session (PR#3033).
  * Filter entry for symbol tree (PR#3055).
  * Simplify project creation from existing directories with sources (PR#3042).
  * Add option to show symbols in symbol tree without category groups (PR#3172).
  * Add option to only show line endings if they differ from file default (PR#3287).
  * Make tab label length and window title length configurable (Abdul Rafey, #3365).
  * Make Go to Symbol commands show signature list (PR#3475).
  * Sync many parsers from the Universal Ctags project, this leads to
    updated symbol parsers (PR#2990, PR#2991, PR#3032).
  * Improved support for the ctags file format, which is now the recommended
    format for tags files (PR#3049).  
  * Enable local variables and improve autocompletion for C/C++ and
    some other languages (PR#3185, PR#3275).
- Drop upstreamed geany-inttool.patch.
- Rebased geany-appstream.patch.

OBS-URL: https://build.opensuse.org/request/show/1119159
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=79
2023-10-23 08:40:03 +00:00
e454b36614 Accepting request 966665 from GNOME:Apps
OBS-URL: https://build.opensuse.org/request/show/966665
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geany?expand=0&rev=41
2022-04-06 19:50:59 +00:00
f5967b51a7 Accepting request 966608 from home:coolo:branches:GNOME:Apps
- Add geany-inttool.patch and adopt geany-appstream.patch to fix
  for autoconf 2.71 - upstream moved away from broken intltool,
  so cherry picked that

OBS-URL: https://build.opensuse.org/request/show/966608
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=77
2022-04-03 14:03:54 +00:00
13092bde6d Accepting request 929709 from GNOME:Apps
- Require libgeany0 by -devel package: we install the .so symlink
  and are thus responsible for the link target too. (forwarded request 929646 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/929709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geany?expand=0&rev=40
2021-11-06 17:15:55 +00:00
3843d18f25 Accepting request 929646 from GNOME:Next
- Require libgeany0 by -devel package: we install the .so symlink
  and are thus responsible for the link target too.

OBS-URL: https://build.opensuse.org/request/show/929646
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=76
2021-11-05 16:11:58 +00:00
baacfcadf0 Accepting request 924749 from GNOME:Apps
Update to version 1.38 (forwarded request 924551 from stroeder)

OBS-URL: https://build.opensuse.org/request/show/924749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geany?expand=0&rev=39
2021-10-12 19:48:57 +00:00
03b7a99335 Accepting request 924551 from home:stroeder:branches:GNOME:Apps
Update to version 1.38

OBS-URL: https://build.opensuse.org/request/show/924551
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=75
2021-10-11 17:20:31 +00:00
5a9b2186ea Accepting request 857831 from GNOME:Apps
- Update to version 1.37.1:
  * Fix crash on first startup (forwarded request 856700 from polslinux)

OBS-URL: https://build.opensuse.org/request/show/857831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geany?expand=0&rev=38
2020-12-22 10:51:24 +00:00
d61cd23af0 Accepting request 856700 from home:polslinux:branches:GNOME:Apps
- Update to version 1.37.1:
  * Fix crash on first startup

OBS-URL: https://build.opensuse.org/request/show/856700
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=73
2020-12-21 10:21:51 +00:00
86f86ebea7 Accepting request 844558 from GNOME:Apps
- Update to version 1.37:
  * Save main and project configuration whenever documents are
    opened/closed to reduce accidental loss of current session in the
    event of a crash (can be disabled).
  * Fix a possible crash when quitting
  * Show OS info in debug messages which can and should be included
    in bug reports to ease support and debugging.
  * Update Scintilla to version 3.21.1.
  * Add BibTeX (Mirco Schoenfeld) and Smalltalk
  * Update FreeBasic, JavaScript, Lua, and Python filetypes.
- Remove geany-avoid-segfault-on-quit.patch (forwarded request 844555 from polslinux)

OBS-URL: https://build.opensuse.org/request/show/844558
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geany?expand=0&rev=37
2020-10-29 08:22:40 +00:00
a3d0d2f333 Accepting request 844555 from home:polslinux:branches:GNOME:Apps
- Update to version 1.37:
  * Save main and project configuration whenever documents are
    opened/closed to reduce accidental loss of current session in the
    event of a crash (can be disabled).
  * Fix a possible crash when quitting
  * Show OS info in debug messages which can and should be included
    in bug reports to ease support and debugging.
  * Update Scintilla to version 3.21.1.
  * Add BibTeX (Mirco Schoenfeld) and Smalltalk
  * Update FreeBasic, JavaScript, Lua, and Python filetypes.
- Remove geany-avoid-segfault-on-quit.patch

OBS-URL: https://build.opensuse.org/request/show/844555
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=71
2020-10-28 13:42:17 +00:00
3ead8f83d8 Accepting request 798371 from GNOME:Apps
- geany-avoid-segfault-on-quit.patch: Add patch. (boo#1166820)
- geany-appstream.patch: Refresh patch.
- geany.spec: Reference above new patch. (forwarded request 796769 from berny)

OBS-URL: https://build.opensuse.org/request/show/798371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geany?expand=0&rev=36
2020-04-27 21:43:09 +00:00
2b81130b0c Accepting request 796769 from home:berny:branches:GNOME:Apps
- geany-avoid-segfault-on-quit.patch: Add patch. (boo#1166820)
- geany-appstream.patch: Refresh patch.
- geany.spec: Reference above new patch.

OBS-URL: https://build.opensuse.org/request/show/796769
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=69
2020-04-27 18:25:05 +00:00
41a788972e Accepting request 767353 from GNOME:Apps
Scripted push from GNOME:Apps

OBS-URL: https://build.opensuse.org/request/show/767353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geany?expand=0&rev=35
2020-01-26 23:23:14 +00:00
78859b7d71 Accepting request 767060 from GNOME:Next
Eliminate the -lang recommends

OBS-URL: https://build.opensuse.org/request/show/767060
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=67
2020-01-26 00:01:59 +00:00
c66a5a43f1 Accepting request 734666 from GNOME:Apps
- Update to version 1.36:
  + Add support for fractional font sizes.
  + Improve matching filetype extensions.
  + Add Apple Swift, Nim, Kotlin, Groovy and TypeScript filetypes.
  + Update CUDA and NSIS filetypes.
  + Update Scintilla to version 3.10.4.
  + Fix build on recent MSYS2.
  + Updated translations.
- Update to version 1.35:
  + General: Start synchronization with Universal-CTags.
  + Bug fixes:
    - Improve IPC socket handling.
    - Fix loading the default open encoding option.
    - Fix VTE path following after reset.
  + Interface: Show variable type in a tooltip in symbol tree.
  + Editor:
    - Update Scintilla to version 3.10.2.
    - Drastically speed up huge bulk replacements.
    - Fix accessibility information reported upon deletion.
    - Fix garbage data insertion when moving lines up or down.
    - Don't perform line breaking in rectangular selection mode.
  + Filetypes:
    - Allow stripping trailing spaces from custom filetypes based
      on the Diff lexer.
    - Improve JavaScript symbols parsing.
    - Improve HTML symbols parsing.
    - Improve COBOL symbols parsing.
    - Improve ActionScript symbols parsing.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/734666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geany?expand=0&rev=34
2019-10-03 12:08:55 +00:00
01e6e4cd14 Tweak .changes x2
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=65
2019-10-02 17:34:15 +00:00
e8c4777d7a Fixup .changes
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=64
2019-10-02 17:16:52 +00:00
f7eabb2929 Accepting request 733865 from home:stroeder:branches:GNOME:Apps
Update to version 1.36

OBS-URL: https://build.opensuse.org/request/show/733865
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=63
2019-10-02 17:10:43 +00:00
87967f921a Accepting request 699434 from home:vinzv:branches:GNOME:Apps
- Update to version 1.35
  + General
      - Start synchronization with Universal-CTags (Jiří Techet, gh#geany/geany#1263, gh#geany/geany#2018).
  + Bug fixes
      - Improve IPC socket handling (gh#geany/geany#641, gh#geany/geany#2111).
      - Fix loading the default open encoding option (gh#geany/geany#1326).
      - Fix VTE path following after reset (gh#geany/geany#352, gh#geany/geany#2116).
  + Interface
      - Show variable type in a tooltip in symbol tree (Jiří Techet, gh#geany/geany#2036).
  + Editor
      - Update Scintilla to version 3.10.2 (gh#geany/geany#971, gh#geany/geany#1947, gh#geany/geany#2076, gh#geany/geany#2045).
      - Drastically speed up huge bulk replacements (gh#geany/geany#2092, gh#geany/geany#2097).
      - Fix accessibility information reported upon deletion.
      - Fix garbage data insertion when moving lines up or down (gh#geany/geany#2066).
      - Don't perform line breaking in rectangular selection mode (gh#geany/geany#2051, gh#geany/geany#2135).
  + Filetypes
      - Allow stripping trailing spaces from custom filetypes based on the Diff lexer (Cristian Ciocaltea, gh#geany/geany#2041, gh#geany/geany#2043).
      - Improve JavaScript symbols parsing (gh#geany/geany#1329, gh#geany/geany#1891, gh#geany/geany#1933, part of gh#geany/geany#2018).
      - Improve HTML symbols parsing (part of gh#geany/geany#2018).
      - Improve COBOL symbols parsing (gh#geany/geany#2128).
      - Improve ActionScript symbols parsing (gh#geany/geany#2134).
  + Windows
      - Installer: only install GTK translations if selected (gh#geany/geany#2090).
  + Internationalization
      - Updated translations: da, de, es, fr, ja, lv, pt, ru, sk, zh_CN

OBS-URL: https://build.opensuse.org/request/show/699434
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=62
2019-04-30 09:53:12 +00:00
0e7372a246 Accepting request 663168 from GNOME:Apps
- Update to version 1.34.1:
  + Fix line breaking on existing lines.
  + Fix displaying filenames containing XML control chars inside
    infobars.
  + Updated translations.
- Update to version 1.34:
  + GTK version to build against is now automatically detected.
  + Show part of the file path to show unique items in the go to
    symbol popup.
  + Fix high CPU usage with the Scope plugin.
  + Update Scintilla to version 3.10.0.
  + Fix display issues on Windows with HiDPI displays.
  + Fix line breaking with multi-byte characters.
  + Update Python 3.7 keywords and PHP 7.2 tags.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/663168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geany?expand=0&rev=33
2019-01-21 09:46:48 +00:00
d350032356 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=60 2019-01-06 11:25:59 +00:00
5900013294 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=59 2019-01-06 11:24:04 +00:00
2b10ff6434 Accepting request 663105 from home:seanlew:branches:GNOME:Apps
update geany

OBS-URL: https://build.opensuse.org/request/show/663105
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=58
2019-01-06 11:22:47 +00:00
23b7e53a8b Accepting request 658788 from home:stroeder:branches:GNOME:Apps
Update to version 1.34 (successfully tested on Tumbleweed x86_64)

OBS-URL: https://build.opensuse.org/request/show/658788
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=57
2018-12-18 09:55:51 +00:00
075915fbcc Accepting request 581648 from GNOME:Apps
- Update to version 1.33:
  + Bug fixes: Fix the symbols tree hierarchy when several tags
    have the same name (gh#geany/geany#1598).
  + Interface:
    - Add a tooltip showing the full path on menu items
      representing documents (gh#geany/geany#1706).
    - Add a note for applying the indent settings in the project
      preferences (gh#geany/geany#1650).
    - Enable popup menu on sidebar and message window notebooks
      (gh#geany/geany#1726).
    - Show status message on attempt to execute empty context
      action (gh#geany/geany#1642).
    - GTK3 theming improvements and documentation
      (gh#geany/geany#1382).
  + Filetypes: CSS: Update Grid properties (gh#geany/geany#1705).
  * Updated translations. (forwarded request 580974 from badshah400)

OBS-URL: https://build.opensuse.org/request/show/581648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geany?expand=0&rev=32
2018-03-04 11:50:48 +00:00
04b5b3e231 Accepting request 580974 from home:badshah400:branches:GNOME:Apps
- Update to version 1.33:
  + Bug fixes: Fix the symbols tree hierarchy when several tags
    have the same name (gh#geany/geany#1598).
  + Interface:
    - Add a tooltip showing the full path on menu items
      representing documents (gh#geany/geany#1706).
    - Add a note for applying the indent settings in the project
      preferences (gh#geany/geany#1650).
    - Enable popup menu on sidebar and message window notebooks
      (gh#geany/geany#1726).
    - Show status message on attempt to execute empty context
      action (gh#geany/geany#1642).
    - GTK3 theming improvements and documentation
      (gh#geany/geany#1382).
  + Filetypes: CSS: Update Grid properties (gh#geany/geany#1705).
  * Updated translations.

OBS-URL: https://build.opensuse.org/request/show/580974
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=55
2018-03-01 11:13:48 +00:00
519b23cffe Accepting request 560580 from GNOME:Apps
- Update to version 1.32
  + General:
    - Improve CLI argument help (gh#geany/geany#1644).
    - Keep the current tab when closing documents to the right of
      another tab.
    - Re-enable SIGTERM handling (gh#geany/geany#1255).
    - Create correct path for filetype config files.
    - Add an option to enable IME's candidate window display
      inline.
    - Add an option to automatically reload files changed on disk
  + Bug fixes:
    - Fix backward compatibility of the geometry saving setting.
    - Close "Deleted from Disk" Infobar on Reload.
    - Make sure GDK_MOD2_MASK is cleared when getting modifiers
    - Use non-symlinked VTE libraries on MacOS X.
    - Fix crash if plugin manager is opened more than once.
    - Fix incorrect variable reference.
  + Interface:
    - Add "Close Documents to the Right" feature.
    - Add an option to save/reload either window position or size,
      but optionally not both (gh#geany/geany#1456).
  + Editor
    - Update Scintilla to version 3.7.5 (gh#geany/geany#1503).
    - Improve snippet support (visual indicators and more)
      (gh#geany/geany#1470).
    - Push current position to navqueue before navigating back
      (gh#geany/geany#1537).
  + Filetypes:
    - Add GNU assembler filetype extensions (gh#geany/geany#904).
    - Make Python comment hash space (gh#geany/geany#1682).

OBS-URL: https://build.opensuse.org/request/show/560580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geany?expand=0&rev=31
2018-01-01 21:30:35 +00:00
fa6dbb7dd1 tweakchanges
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=53
2017-12-29 15:00:19 +00:00
444c0f1300 Accepting request 557632 from home:Mailaender:branches:GNOME:Apps
new upstream release

OBS-URL: https://build.opensuse.org/request/show/557632
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=52
2017-12-29 14:55:42 +00:00
e196ceff89 Accepting request 519104 from GNOME:Apps
1

OBS-URL: https://build.opensuse.org/request/show/519104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geany?expand=0&rev=30
2017-08-28 13:33:37 +00:00
Bjørn Lie
a13c2f4c04 Accepting request 518894 from home:jengelh:branches:GNOME:Apps
- Update description: say more about what geany does.

OBS-URL: https://build.opensuse.org/request/show/518894
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=50
2017-08-28 11:28:26 +00:00
f33eecf757 Accepting request 517812 from GNOME:Apps
- Update description.
- Update to version 1.31
  + Bug fixes:
    - Update statusbar after applying indentation detection.
    - Fix converting color to hex for insertion in the Color
      Chooser dialog.
  + Filetypes:
    - Add `parfor` to the Matlab keyword list.
    - C: fix line continuation handling.
    - Add `require_relative` to the Ruby keyword list.
    - Update Haxe keywords.
    - Fix Arduino comment toggling.
    - Update CMake keywords.
    - Update C# keywords.
    - Update HTML keywords.
  + API: Fix crash when calling plugin_set_key_group() more than
    once.
  + Updated translations.
- Refresh spec-file, run spec-cleaner.

OBS-URL: https://build.opensuse.org/request/show/517812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geany?expand=0&rev=29
2017-08-21 09:38:00 +00:00
Bjørn Lie
881d4c28d0 Tweak2
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=48
2017-08-21 01:11:14 +00:00
Bjørn Lie
dfdc2e39f9 Fix missing 'top bar' in .changes
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=47
2017-08-21 01:09:11 +00:00
Bjørn Lie
77cd0b0f76 Tweak previous sub/checkin
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=46
2017-08-21 01:06:11 +00:00
Bjørn Lie
946e6084e4 Accepting request 517431 from home:13ilya:branches:GNOME:Apps
1.31

OBS-URL: https://build.opensuse.org/request/show/517431
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=45
2017-08-21 01:00:14 +00:00
cd05b1680e Accepting request 509993 from GNOME:Apps
- Drop easily-togglable support for building against gtk2 -- it
  leads to assumptions that we want to officially support gtk2,
  where we don't. Remove the %%{prefer_gtk2} macro.
- Switch gtk3-devel BuildRequires to pkgconfig(gtk+-3.0). (forwarded request 509417 from badshah400)

OBS-URL: https://build.opensuse.org/request/show/509993
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geany?expand=0&rev=28
2017-07-17 07:10:11 +00:00
861cb29756 Accepting request 509417 from home:badshah400:branches:GNOME:Apps
- Drop easily-togglable support for building against gtk2 -- it
  leads to assumptions that we want to officially support gtk2,
  where we don't. Remove the %%{prefer_gtk2} macro.
- Switch gtk3-devel BuildRequires to pkgconfig(gtk+-3.0).

OBS-URL: https://build.opensuse.org/request/show/509417
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=43
2017-07-13 07:13:20 +00:00
6662af8e6c Accepting request 497346 from GNOME:Apps
- Update to version 1.30.1
  + Editor: fix auto-completion and calltip popup position on
    multi-monitor setups (gh#geany/geany#1422).
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/497346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geany?expand=0&rev=27
2017-07-05 21:56:54 +00:00
fff568821e + Editor: fix auto-completion and calltip popup position on
multi-monitor setups (gh#geany/geany#1422).
  + Updated translations.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geany?expand=0&rev=41
2017-05-22 16:04:14 +00:00