From afb632d2028fdc4a37e10e41e1929264ff59f52e Mon Sep 17 00:00:00 2001
From: Hans Bolinder
Fix typo in supervisor behaviour doc (Thanks to Ricardo
- Catalinas Jiménez)
Own Id: OTP-9924
@@ -1862,7 +1862,7 @@Fixes module erlang doc style: option description (Thanks - to Ricardo Catalinas Jiménez)
+ to Ricardo Catalinas Jiménez)Own Id: OTP-9697
Fix typos in the epmd documentation (Thanks to Holger - Weiß )
+ Weiß )Own Id: OTP-9387
Fix non-existing function (erlang:disconnect/1) in - distributed reference manual (Thanks to Fabian Król)
+ distributed reference manual (Thanks to Fabian Król)Own Id: OTP-9504
The same applies to epmd's -address option.(Thanks to - Holger Weiß)
+ Holger Weiß)Own Id: OTP-9525
@@ -2588,7 +2588,7 @@Add support for querying the number of configured and online processors on SGI systems running IRIX.(Thanks to - Holger Weiß)
+ Holger Weiß)Own Id: OTP-9531
@@ -2698,7 +2698,7 @@ using a comma-separated list. If the loopback address is not in this list, it will be added implicitly, so that the daemon can be queried by an interactive epmd - process.(Thanks to Holger Weiß) + process.(Thanks to Holger Weiß)Own Id: OTP-9213
@@ -2733,7 +2733,7 @@ value over to dbg_gen_printf(). This fixes the problem that errno had been reset to zero by the time it was used (to print the corresponding error message) in the - dbg_gen_printf() function. (Thanks to Holger Weiß) + dbg_gen_printf() function. (Thanks to Holger Weiß)Own Id: OTP-9223
@@ -3119,7 +3119,7 @@ Mention that "-detached" implies "-noinput"Clarify that specifying "-noinput" is unnecessary if the - "-detached" flag is given. (thanks to Holger Weiß)
+ "-detached" flag is given. (thanks to Holger Weiß)Own Id: OTP-9086
@@ -4625,7 +4625,7 @@ failed to detect gcc C compilers with other command line names than gcc. `configure' now substitute GCC into the makefiles. If CC is a gcc C compiler, GCC will have the - value yes. (Thanks to Jean-Sébastien Pédron) + value yes. (Thanks to Jean-Sébastien Pédron)Own Id: OTP-8373
@@ -6995,7 +6995,7 @@IPv6 name resolving has now been fixed to use getaddrinfo() patch (thoroughly reworked) courtesy of Love - Hörnquist-Åstrand submitted by Fredrik Thulin. It also + Hörnquist-Ã…strand submitted by Fredrik Thulin. It also can use gethostname2() patch (also reworked) courtesy of Mikael Magnusson for debian submitted by Sergei Golovan.
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml
index 94fea84557..ea78372606 100644
--- a/lib/compiler/doc/src/notes.xml
+++ b/lib/compiler/doc/src/notes.xml
@@ -1,4 +1,4 @@
-
+
Forbid multiple values in Core Erlang sequence arguments.
- Thanks to José Valim and Anthony Ramine.
Own Id: OTP-10818
@@ -144,7 +144,7 @@
Own Id: OTP-10150
@@ -256,7 +256,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 d5eef5d6a2..529886940a 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..37c917b65a 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
- Fix typo in ET doc (Thanks to Ricardo Catalinas Jiménez)
+ Fix typo in ET doc (Thanks to Ricardo Catalinas Jiménez)Own Id: OTP-10119
Fix bug in hipe compiled code related to the handling of
Own Id: OTP-10897
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 525beecd31..f1702aa00d 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -1,4 +1,4 @@ - +[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
@@ -643,7 +643,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
@@ -447,7 +447,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
@@ -642,7 +642,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
@@ -828,7 +828,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 ddf3b3fe37..40e3e09e48 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 792dc3fddd..137cc2d9bc 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.
@@ -253,7 +253,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/book.xml b/lib/percept/doc/src/book.xml
index 4de6bc4eb1..cb7a0990b5 100644
--- a/lib/percept/doc/src/book.xml
+++ b/lib/percept/doc/src/book.xml
@@ -1,11 +1,11 @@
-
+
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
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
Don't choke on paths given as binary argument on Win32. - Thanks to Jan Klötzke
+ Thanks to Jan KlötzkeOwn Id: OTP-10188
@@ -471,7 +471,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..6ed7d6cf8d 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
Add missing spaces in xmerl doc (Thanks to Ricardo - Catalinas Jiménez)
+ Catalinas Jiménez)Own Id: OTP-9873