1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-20 01:54:46 +02:00

Compare commits

...

4 Commits

Author SHA1 Message Date
Sébastien Helleu eb81c4752b Version 1.1 2015-01-11 09:39:40 +01:00
Sébastien Helleu e95350a6b2 core: add version 1.0.1 in weechat.spec 2015-01-11 09:37:15 +01:00
Sébastien Helleu 2021e63cd6 irc: fix warning on cast of a pointer 2015-01-10 09:29:13 +01:00
Krzysztof Korościk 91b108e570 weechat_user.pl: update translations 2015-01-09 22:03:31 +01:00
7 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ endif()
# version
set(VERSION_MAJOR "1")
set(VERSION_MINOR "1-rc2")
set(VERSION_MINOR "1")
set(VERSION_PATCH "")
if(VERSION_PATCH STREQUAL "")
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
+1 -1
View File
@@ -13,7 +13,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
(file 'ReleaseNotes.asciidoc' in sources).
== Version 1.1 (under dev)
== Version 1.1 (2015-01-11)
=== New features
+1 -1
View File
@@ -15,7 +15,7 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
(file 'ChangeLog.asciidoc' in sources).
== Version 1.1 (under dev)
== Version 1.1 (2015-01-11)
=== New format for regex replacement in triggers
+1 -1
View File
@@ -24,7 +24,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.56)
AC_INIT(WeeChat, 1.1-rc2, flashcode@flashtux.org)
AC_INIT(WeeChat, 1.1, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([configure.ac])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([foreign])
+4 -5
View File
@@ -860,16 +860,15 @@ Przykłady wypełnień paska 'nicklist':
[[bar_conditions]]
==== Warunki
// TRANSLATION MISSING
The option 'conditions' is a string which is evaluated to know if the bar
must be displayed or not.
Opcja 'conditions' jest jest przetwarzana w celu sprawdzenia czy pasek ma być
wyświetlony czy nie.
Ciąg może być:
Dostępne opcje:
* 'active': okno musi być aktywne
* 'inactive': okno musi być nieaktywne
* 'nicklist': bufor wyświetlany w oknie musi mieć listę nicków
* wyrażenie: jest wykonywane jako logiczne (zobacz komendę
* wyrażenie: jest wykonywane jako wyrażenie logiczne (zobacz komendę
<<command_weechat_eval,/eval>>)
Dla wyrażeń dostępne są następujące zmienne:
+2 -2
View File
@@ -4422,12 +4422,12 @@ int
irc_server_auto_connect_timer_cb (void *data, int remaining_calls)
{
struct t_irc_server *ptr_server;
int auto_connect;
void *auto_connect;
/* make C compiler happy */
(void) remaining_calls;
auto_connect = (int)data;
auto_connect = data;
for (ptr_server = irc_servers; ptr_server;
ptr_server = ptr_server->next_server)
+5 -1
View File
@@ -23,7 +23,7 @@
#
%define name weechat
%define version 1.0
%define version 1.1
%define release 1
Name: %{name}
@@ -77,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/share/icons/hicolor/32x32/apps/weechat.png
%changelog
* Sun Jan 11 2015 Sébastien Helleu <flashcode@flashtux.org> 1.1-1
- Released version 1.1
* Sun Sep 28 2014 Sébastien Helleu <flashcode@flashtux.org> 1.0.1-1
- Released version 1.0.1
* Fri Aug 15 2014 Sébastien Helleu <flashcode@flashtux.org> 1.0-1
- Released version 1.0
* Sun Feb 09 2014 Sébastien Helleu <flashcode@flashtux.org> 0.4.3-1