[Gambas-Notification] [Git][gambas/gambas][stable] 17 commits: Depend on gb.util for RFC822 date conversions

Benoît Minisini gitlab at mg.gitlab.com
Sat Jan 12 15:47:35 CET 2019


Benoît Minisini pushed to branch stable at Gambas / gambas


Commits:
360b46f4 by Tobias Boege at 2019-01-05T20:53:28Z
Depend on gb.util for RFC822 date conversions

[GB.WEB.FEED]
* OPT: Depend on gb.util for RFC822 date conversions.

- - - - -
e6ceee06 by Tobias Boege at 2019-01-05T20:53:28Z
RssGuid: do not set IsPermaLink by default when parsing

[GB.WEB.FEED]
* BUG: RssGuid: do not set IsPermaLink by default when parsing.

- - - - -
69c2ec06 by Tobias Boege at 2019-01-05T20:53:28Z
Introduce RssDate for date+timezone handling

[GB.WEB.FEED]
* NEW: Introduce RssDate class for date+timezone handling and update documentation.
* NEW: Mark component as "Stable".

- - - - -
a1819017 by gambas at 2019-01-06T19:26:59Z
Set version back to 3.12.90.

- - - - -
790412c0 by gambas at 2019-01-06T19:27:27Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
9a77f14b by gambas at 2019-01-07T21:44:03Z
Do not propagate mouse wheel events of ComboBox, TextArea, Slider and ScrollBar, as in Qt components.

[GB.GTK]
* BUG: Do not propagate mouse wheel events of ComboBox, TextArea, Slider and ScrollBar, as in Qt components.

[GB.GTK3]
* BUG: Do not propagate mouse wheel events of ComboBox, TextArea, Slider and ScrollBar, as in Qt components.

- - - - -
26448880 by gambas at 2019-01-08T00:53:38Z
Support for 'tcc' compiler.

[GB.JIT]
* NEW: Support for 'tcc' compiler.

- - - - -
802349aa by gambas at 2019-01-08T01:44:26Z
TerminalView: Implement "ESC <N> b" sequence.

[GB.FORM.TERMINAL]
* NEW: TerminalView: Implement "ESC <N> b" sequence.

- - - - -
3c75cea5 by gambas at 2019-01-09T15:52:10Z
Font[] now assumes a default size of 10 points, so that you don't have to specify the font size when creating the Font object.

[GB.SDL2]
* NEW: Font[] now assumes a default size of 10 points, so that you don't have to specify the font size when creating the Font object.

- - - - -
ed8864ce by gambas at 2019-01-10T17:03:10Z
Fix badly committed files.

[GB.MAP]
* BUG: Fix badly committed files.

- - - - -
dd551e9b by gambas at 2019-01-11T00:11:46Z
Fix loop optimization that didn't work on loops calling themselves recursively.

[INTERPRETER]
* BUG: Fix loop optimization that didn't work on loops calling themselves recursively.

- - - - -
634b5c41 by gambas at 2019-01-11T00:14:42Z
Really fix the loop optimization.

[INTERPRETER]
* BUG: Really fix the loop optimization.

- - - - -
5c3ce53f by gambas at 2019-01-11T00:46:13Z
Fix Debug instruction and support for the new Assert instruction.

[GB.JIT]
* BUG: Fix Debug instruction.
* BUG: Support for the new Assert instruction.

- - - - -
ced45945 by gambas at 2019-01-11T14:23:50Z
Take care of components that modifiy the 'environ' variable. Using 'gb.httpd' does not crash anymore.

[INTERPRETER]
* BUG: Take care of components that modifiy the 'environ' variable. Using 'gb.httpd' does not crash anymore.

- - - - -
b97b8213 by gambas at 2019-01-11T15:02:02Z
Make the "./" path equivalent to "." as before, and not a prefix for a component with a null name.

[INTERPRETER]
* BUG: Make the "./" path equivalent to "." as before, and not a prefix for a component with a null name.

- - - - -
5ae26eac by gambas at 2019-01-12T14:37:29Z
Merge branch 'master' into stable

- - - - -
cc61d92c by gambas at 2019-01-12T14:47:15Z
Switch to 3.12.2 version.

- - - - -


29 changed files:

- VERSION
- comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class
- comp/src/gb.web.feed/.component
- comp/src/gb.web.feed/.icon.png
- comp/src/gb.web.feed/.project
- comp/src/gb.web.feed/.src/Main.module
- comp/src/gb.web.feed/.src/Rss.class
- + comp/src/gb.web.feed/.src/RssDate.class
- comp/src/gb.web.feed/.src/RssGuid.class
- comp/src/gb.web.feed/.src/RssItem.class
- gb.gtk/src/gapplication.cpp
- gb.gtk/src/gcombobox.cpp
- gb.gtk/src/gcontrol.cpp
- gb.gtk/src/gcontrol.h
- gb.gtk/src/gslider.cpp
- gb.gtk/src/gtextarea.cpp
- gb.httpd/src/libhttpd.c
- gb.httpd/src/main.c
- gb.httpd/src/thttpd.h
- gb.sdl2/src/c_font.c
- main/gbx/gbx_api.c
- main/gbx/gbx_archive.c
- main/gbx/gbx_exec_loop.c
- main/gbx/gbx_local.c
- main/gbx/gbx_value.h
- main/lib/jit/gb.jit/jit.h
- main/lib/jit/jit_body.c
- main/share/gambas.h
- version.m4


View it on GitLab: https://gitlab.com/gambas/gambas/compare/cc4461d12fe09987a7f8bd18468f1ab1d431ebb6...cc61d92c3862a3422977593b956f80452d57d19e

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/compare/cc4461d12fe09987a7f8bd18468f1ab1d431ebb6...cc61d92c3862a3422977593b956f80452d57d19e
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/notification/attachments/20190112/5e855cfa/attachment.html>


More information about the Notification mailing list