Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
- 
8907cb3c
by Raymond Toy at 2024-12-30T17:11:16+00:00
 - 
5d83f135
by Raymond Toy at 2024-12-30T17:11:16+00:00
 
3 changed files:
Changes:
| ... | ... | @@ -445,7 +445,8 @@ | 
| 445 | 445 | |
| 446 | 446 |  (setf (getf *herald-items* :bugs)
 | 
| 447 | 447 |        `(,#'(lambda (stream)
 | 
| 448 | -	     (write-string (intl:gettext "See <http://www.cmucl.org/> for support information.") stream))
 | 
|
| 448 | +	     (write-string (intl:gettext "Please visit https://cmucl.org/bugs to report bugs and ask questions.")
 | 
|
| 449 | +			   stream))
 | 
|
| 449 | 450 |  	terpri
 | 
| 450 | 451 |  	,#'(lambda (stream)
 | 
| 451 | 452 |  	     (write-string (intl:gettext "Loaded subsystems:") stream))))
 | 
| ... | ... | @@ -87,6 +87,7 @@ public domain. | 
| 87 | 87 |      * ~~#330~~ Fix typos in unicode.lisp
 | 
| 88 | 88 |      * ~~#333~~ `load` doesn't accept generalized boolean for
 | 
| 89 | 89 |        `:if-does-not-exist` arg
 | 
| 90 | +    * ~~#361~~ Add herald item to mention where to report issues
 | 
|
| 90 | 91 |    * Other changes:
 | 
| 91 | 92 |    * Improvements to the PCL implementation of CLOS:
 | 
| 92 | 93 |    * Changes to building procedure:
 | 
| ... | ... | @@ -6898,7 +6898,7 @@ msgid " on " | 
| 6898 | 6898 |  msgstr ""
 | 
| 6899 | 6899 | |
| 6900 | 6900 |  #: src/code/save.lisp
 | 
| 6901 | -msgid "See <http://www.cmucl.org/> for support information."
 | 
|
| 6901 | +msgid "Please visit https://cmucl.org/bugs to report bugs and ask questions."
 | 
|
| 6902 | 6902 |  msgstr ""
 | 
| 6903 | 6903 | |
| 6904 | 6904 |  #: src/code/save.lisp
 |