From c011973178d860f280c6ce18b07ce4176aec5b35 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?=
Forbid multiple values in Core Erlang sequence arguments.
- Thanks to José Valim and Anthony Ramine.
Own Id: OTP-10818
@@ -195,7 +195,7 @@
Own Id: OTP-10150
@@ -307,7 +307,7 @@Fix typo in `compile' doc: unmatched parenthesis (Thanks - to Ricardo Catalinas Jiménez)
+ to Ricardo Catalinas Jiménez)Own Id: OTP-9919
Using filter expressions containing
Own Id: OTP-8054
diff --git a/lib/debugger/doc/src/notes.xml b/lib/debugger/doc/src/notes.xml index aef7ef8619..5f1d411db2 100644 --- a/lib/debugger/doc/src/notes.xml +++ b/lib/debugger/doc/src/notes.xml @@ -1,4 +1,4 @@ - +Fix Debugger settings dialog due to changed behavior in - wxFileDialog (Thanks to Håkan Mattsson)
+ wxFileDialog (Thanks to HÃ¥kan Mattsson)Own Id: OTP-10621
Fixed disappearing breakpoints bug, reported by Ricardo - Catalinas Jiménez.
+ Catalinas Jiménez.Own Id: OTP-9950
Own Id: OTP-9699
diff --git a/lib/edoc/doc/src/notes.xml b/lib/edoc/doc/src/notes.xml index 12f93ab400..d2ec82efc8 100644 --- a/lib/edoc/doc/src/notes.xml +++ b/lib/edoc/doc/src/notes.xml @@ -1,4 +1,4 @@ - +Add encoding when parsing Wiki text. EDoc used to - fail on strings such as "äåö". (Thanks to Richard + fail on strings such as "äåö". (Thanks to Richard Carlsson.)
Own Id: OTP-9109
diff --git a/lib/erl_docgen/doc/src/notes.xml b/lib/erl_docgen/doc/src/notes.xml index abd3a663bd..2ae5f93165 100644 --- a/lib/erl_docgen/doc/src/notes.xml +++ b/lib/erl_docgen/doc/src/notes.xml @@ -1,4 +1,4 @@ - +Also adds minor cosmetic changes to the CSS. (Thanks to - Ricardo Catalinas Jiménez)
+ Ricardo Catalinas Jiménez)Own Id: OTP-9918
Initialize
Own Id: OTP-9241
[httpd] Fix httpd directory traversal on Windows. Directory traversal was possible on Windows where backward slash is used as directory separator.
-András Veres-Szentkirályi.
+András Veres-Szentkirályi.
Own Id: OTP-9561
@@ -724,7 +724,7 @@[httpd] Improved error messages.
-Ricardo Catalinas Jiménez
+Ricardo Catalinas Jiménez
Own Id: OTP-9157
Fixed issue where using controlling_process/2 with self() as the second argument caused the port to leak if self() - crashes. (Thanks to Ricardo Catalinas Jiménez)
+ crashes. (Thanks to Ricardo Catalinas Jiménez)Own Id: OTP-10094
@@ -532,7 +532,7 @@ Various typographical errors corrected in documentation for the global, error_logger, etop, lists, ets and supervisor modules and in the c_portdriver and kernel_app - documentation. (Thanks to Ricardo Catalinas Jiménez) + documentation. (Thanks to Ricardo Catalinas Jiménez)Own Id: OTP-9987
@@ -727,7 +727,7 @@ Fixes net_kernel:get_net_ticktime() docAdds missing description when `ignored' is returned. - (Thanks to Ricardo Catalinas Jiménez )
+ (Thanks to Ricardo Catalinas Jiménez )Own Id: OTP-9713
@@ -913,7 +913,7 @@Fix typo in doc of rpc:pmap/3 (Thanks to Ricardo - Catalinas Jiménez)
+ Catalinas Jiménez)Own Id: OTP-9168
Remove support for the query keyword and query - expressions. Thanks to Loïc Hoguin.
+ expressions. Thanks to Loïc Hoguin.Own Id: OTP-10729
Own Id: OTP-9170
diff --git a/lib/observer/doc/src/notes.xml b/lib/observer/doc/src/notes.xml index 34e87374a2..998a4e4f9f 100644 --- a/lib/observer/doc/src/notes.xml +++ b/lib/observer/doc/src/notes.xml @@ -1,4 +1,4 @@ - +Start position was lost after a 'Found' -> 'Not found' search sequence leading an undefined position in the next - search. Thanks to Peti Gömori
+ search. Thanks to Peti GömoriOwn Id: OTP-10218
diff --git a/lib/odbc/doc/src/notes.xml b/lib/odbc/doc/src/notes.xml index ebbacb2327..a1c6f999e0 100644 --- a/lib/odbc/doc/src/notes.xml +++ b/lib/odbc/doc/src/notes.xml @@ -1,4 +1,4 @@ - +ODBC now handles the types SQL_WCHAR and SQL_WVARCHAR. - Thanks to Juhani Ränkimies. ODBC also has a new + Thanks to Juhani Ränkimies. ODBC also has a new connection option to return all strings as binaries and also expect strings to be binaries in the param_query function. These changes provides some unicode support.
@@ -282,7 +282,7 @@Now supports SQL_TYPE_TIMESTAMP on the format {{YY, MM, - DD}, {HH, MM, SS}}. Thanks to Juhani Ränkimies.
+ DD}, {HH, MM, SS}}. Thanks to Juhani Ränkimies.*** POTENTIAL INCOMPATIBILITY ***
diff --git a/lib/percept/doc/src/notes.xml b/lib/percept/doc/src/notes.xml
index 795dd98545..391f4d6d47 100644
--- a/lib/percept/doc/src/notes.xml
+++ b/lib/percept/doc/src/notes.xml
@@ -1,4 +1,4 @@
-
+
Performance enhancement for the egd render engine
- (Thanks to Magnus Thoäng).
Own Id: OTP-7616
Fix Table Viewer refresh crash on no more existing ets - tables (Thanks to Peti Gömori)
+ tables (Thanks to Peti Gömori)Own Id: OTP-10635
Fix link to documentation for ssh:connect/3,4. Thanks to - Martin Hässler.
+ Martin Hässler.Own Id: OTP-10862
- Optimizations to gen mechanism. Thanks to Loïc Hoguin.
+ Optimizations to gen mechanism. Thanks to Loïc Hoguin.Own Id: OTP-11025
- Optimizations to gen.erl. Thanks to Loïc Hoguin.
+ Optimizations to gen.erl. Thanks to Loïc Hoguin.Own Id: OTP-11035
Use erlang:demonitor(Ref, [flush]) where applicable. - Thanks to Loïc Hoguin.
+ Thanks to Loïc Hoguin.Own Id: OTP-11039
- Improve erl_lint performance. Thanks to José Valim.
+ Improve erl_lint performance. Thanks to José Valim.Own Id: OTP-11143
Two adjacent * used as a single pattern will match all files and zero or more directories and subdirectories. - (Thanks to José Valim)
+ (Thanks to José Valim)Own Id: OTP-10431
@@ -535,7 +535,7 @@ Fix filename:nativename/1 on Win32Don't choke on paths given as binary argument on Win32. - Thanks to Jan Klötzke
+ Thanks to Jan KlötzkeOwn Id: OTP-10188
@@ -644,7 +644,7 @@Fix the type spec from the doc of binary:part/3 (Thanks - to Ricardo Catalinas Jiménez)
+ to Ricardo Catalinas Jiménez)Own Id: OTP-9920
Fix a bug in cover when used with no_auto_import. Thanks - to José Valim.
+ to José Valim.Own Id: OTP-10778
Add separate face for exported functions (Thanks to - Thomas Järvstrand)
+ Thomas Järvstrand)Own Id: OTP-10637
- Documentation fixes (Thanks to Ricardo Catalinas Jiménez + Documentation fixes (Thanks to Ricardo Catalinas Jiménez )
Own Id: OTP-10121
diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index a6e89d32a9..6ecae3752b 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -1,4 +1,4 @@ - +Add {silent_start, boolean()} option to wx:new/1 in order to be able to suppress error messages during startup of - wx. (Thanks to Håkan Mattsson)
+ wx. (Thanks to HÃ¥kan Mattsson)Own Id: OTP-10585