File: NEWS

package info (click to toggle)
pluma-plugins 1.28.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,528 kB
  • sloc: ansic: 1,633; python: 1,555; makefile: 336; sh: 20; xml: 13
file content (77 lines) | stat: -rw-r--r-- 2,754 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
### pluma-plugins 1.28.0

  * update translations

### pluma-plugins 1.27.0

  * configure.ac: The macro 'AC_HELP_STRING' is obsolete (#38)
  * update translations
  * tx: migrate config file
  * travis: disable cppcheck deployment to fix fedora build
  * travis: fix building broken by previous commit
  * Fix synctex plugin dependency detection
  * ci: drop -Wunused-parameter compiler cflag from debian build
  * ci: build pluma dependency from debian testing repo
  * sourcecodebrowser: Add full BSD-3-Clause legal notice
  * bookmarks: remove an unnecessary assignment g_string_free (string, free_segment) returns NULL if free_segment is TRUE
  * add quickhighlight plugin
  * wordcompletion: use a blank line at most
  * Update Readme
  * syntex: remove shebang in atril_dbus.py
  * synctex-plugin: Delete unused imports
  * codecomment-plugin: Delete unused imports
  * terminal-plugin: Delete unused imports

### pluma-plugins 1.26.0

  * update translations
  * tx: sync with transifex
  * update copyright to 2021
  * update help
  * add synctex help
  * travis: fix repo name for gh-pages
  * synctex: remove double import
  * synctex: use gi.require_version()

### pluma-plugins 1.25.0

  * update translations
  * add sourcecodebrowser plugin
  * rename "PlumaTerminalPanel" to "Terminal"
  * add wordcompletion plugin
  * readme: list bracketcompletion plugin
  * help: write Code Comment in title case
  * Port all plugins to use the window-construct property
  * help: show help guide in all guides page
  * synctex-plugin: atril_dbus.py: minor fixes
  * add bracketcompletion plugin
  * build: port to gtksourceview-4
  * add smartpaces plugin
  * configure: bump required version of pluma to 1.25.2
  * terminal: missing GETTEXT_PACKAGE variable in gschema.xml.in file
  * build: cannot locate ITS rules for pluma-bookmarks.metainfo.xml.in
  * travis: add config for this repo
  * update issue template
  * Add bug report template
  * Delete custom.md
  * Update issue templates
  * add config for transifex server
  * build: Use PACKAGE_URL and PACKAGE_BUGREPORT variables
  * configure: build list for help files using plugin list
  * configure: conditional AC_CONFIG_FILES
  * add bookmarks plugin
  * build: drop win32 platform support
  * synctex plugin: fix icon displayed on about synctex plugin dialog
  * configure: fix `test ! -z "$disabled_plugins"`
  * build: GEN ChangeLog
  * build: Add makepot script
  * build: Remove ChangeLog-20090414 from Makefile.am
  * terminal: Fix coding comment
  * build: use only gettext
  * Update README.md file
  * temporarily disable po in Makefile
  * po: fix linguas and potfiles
  * remove help/LINGUAS and help/Makefile.in
  * update readme
  * delete help/Makefile
  * initial commit