Skip to content

Commit

Permalink
release 1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Sep 23, 2019
1 parent 65ff009 commit f33a3ad
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### mate-netbook 1.22.2

tx: sync with transifex
Use the same variable name for return value than elsewhere
Remove cppcheck warnings with better variables scope
Remove unused variable declaration in applet.c and task-list.c
Add an option to disable the bold face of the window title in applet
Make the 'show-home-title' feature work again
Fix several compilation warnings
Refactor the on_active_window_changed function
Remove a runtime error due to event->time sending buggy values
Change preference label for the window picker applet, and add a tooltip
Cleanup whitespaces

### mate-netbook 1.22.1

tx: sync with transifex
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
AC_INIT(mate-netbook, 1.22.1, [])
AC_INIT(mate-netbook, 1.22.2, [])
AM_INIT_AUTOMAKE([1.9 foreign tar-ustar no-dist-gzip dist-xz check-news])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_SRCDIR(maximus/main.c)
Expand Down

0 comments on commit f33a3ad

Please sign in to comment.