diff options
| author | Paul Eggert | 2017-10-01 19:53:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-10-01 19:59:01 -0700 |
| commit | 5172fa02cccaab2500ecf85aaf65b8deed54d42e (patch) | |
| tree | 6e3c39413eb2f1c039ba48626ccf7bc0df24c9f6 /etc/TODO | |
| parent | 8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e (diff) | |
| download | emacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.tar.gz emacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.zip | |
Prefer HTTPS to HTTP for gnu.org
This fixes some URLs I omitted from my previous pass,
notably those in lists.gnu.org. Although lists.gnu.org
does not yet support TLS 1.1, TLS 1.0 is better than nothing.
* lisp/erc/erc.el (erc-official-location):
* lisp/mail/emacsbug.el (report-emacs-bug):
Use https:, not http:.
Diffstat (limited to 'etc/TODO')
| -rw-r--r-- | etc/TODO | 46 |
1 files changed, 23 insertions, 23 deletions
| @@ -95,17 +95,17 @@ make it. | |||
| 95 | 95 | ||
| 96 | ** Move idlwave to elpa.gnu.org. | 96 | ** Move idlwave to elpa.gnu.org. |
| 97 | Need to sync up the Emacs and external versions. | 97 | Need to sync up the Emacs and external versions. |
| 98 | See <http://lists.gnu.org/archive/html/emacs-devel/2014-07/msg00008.html> | 98 | See <https://lists.gnu.org/archive/html/emacs-devel/2014-07/msg00008.html> |
| 99 | 99 | ||
| 100 | ** Move Org mode to elpa.gnu.org. | 100 | ** Move Org mode to elpa.gnu.org. |
| 101 | See <http://lists.gnu.org/archive/html/emacs-devel/2014-08/msg00300.html> | 101 | See <https://lists.gnu.org/archive/html/emacs-devel/2014-08/msg00300.html> |
| 102 | <http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00257.html> | 102 | <https://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00257.html> |
| 103 | 103 | ||
| 104 | ** Move verilog-mode to elpa.gnu.org. | 104 | ** Move verilog-mode to elpa.gnu.org. |
| 105 | See <http://lists.gnu.org/archive/html/emacs-devel/2015-02/msg01180.html> | 105 | See <https://lists.gnu.org/archive/html/emacs-devel/2015-02/msg01180.html> |
| 106 | 106 | ||
| 107 | ** Move vhdl-mode to elpa.gnu.org. | 107 | ** Move vhdl-mode to elpa.gnu.org. |
| 108 | See <http://lists.gnu.org/archive/html/emacs-devel/2015-02/msg01180.html> | 108 | See <https://lists.gnu.org/archive/html/emacs-devel/2015-02/msg01180.html> |
| 109 | 109 | ||
| 110 | * Simple tasks. These don't require much Emacs knowledge, they are | 110 | * Simple tasks. These don't require much Emacs knowledge, they are |
| 111 | suitable for anyone from beginners to experts. | 111 | suitable for anyone from beginners to experts. |
| @@ -157,7 +157,7 @@ for users to customize. | |||
| 157 | 157 | ||
| 158 | ** revert-buffer should eliminate overlays and the mark. | 158 | ** revert-buffer should eliminate overlays and the mark. |
| 159 | For related problems consult the thread starting with | 159 | For related problems consult the thread starting with |
| 160 | http://lists.gnu.org/archive/html/emacs-devel/2005-11/msg01346.html | 160 | https://lists.gnu.org/archive/html/emacs-devel/2005-11/msg01346.html |
| 161 | 161 | ||
| 162 | ** erase-buffer should perhaps disregard read-only properties of text. | 162 | ** erase-buffer should perhaps disregard read-only properties of text. |
| 163 | 163 | ||
| @@ -185,7 +185,7 @@ for users to customize. | |||
| 185 | 185 | ||
| 186 | ** Define recompute-arg and recompute-arg-if for fix_command to use. | 186 | ** Define recompute-arg and recompute-arg-if for fix_command to use. |
| 187 | See rms message of 11 Dec 05 in | 187 | See rms message of 11 Dec 05 in |
| 188 | http://lists.gnu.org/archive/html/emacs-pretest-bug/2005-12/msg00165.html, | 188 | https://lists.gnu.org/archive/html/emacs-pretest-bug/2005-12/msg00165.html, |
| 189 | and the rest of that discussion. | 189 | and the rest of that discussion. |
| 190 | 190 | ||
| 191 | ** In Emacs Info, examples of using Customize should be clickable | 191 | ** In Emacs Info, examples of using Customize should be clickable |
| @@ -202,10 +202,10 @@ for users to customize. | |||
| 202 | ** make back_comment use syntax-ppss or equivalent. | 202 | ** make back_comment use syntax-ppss or equivalent. |
| 203 | 203 | ||
| 204 | ** Consider improving src/sysdep.c's search for a fqdn. | 204 | ** Consider improving src/sysdep.c's search for a fqdn. |
| 205 | http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00782.html | 205 | https://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00782.html |
| 206 | 206 | ||
| 207 | ** Find a proper fix for rcirc multiline nick adding. | 207 | ** Find a proper fix for rcirc multiline nick adding. |
| 208 | http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00684.html | 208 | https://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00684.html |
| 209 | 209 | ||
| 210 | ** Check for any included packages that define obsolete bug-reporting commands. | 210 | ** Check for any included packages that define obsolete bug-reporting commands. |
| 211 | Change them to use report-emacs-bug. | 211 | Change them to use report-emacs-bug. |
| @@ -228,12 +228,12 @@ like make-backup-file-name-function for non-numeric backup files. | |||
| 228 | dired buffers and DTRT WRT 'auto-revert-mode'. | 228 | dired buffers and DTRT WRT 'auto-revert-mode'. |
| 229 | 229 | ||
| 230 | ** Check uses of prin1 for error-handling. | 230 | ** Check uses of prin1 for error-handling. |
| 231 | http://lists.gnu.org/archive/html/emacs-devel/2008-08/msg00456.html | 231 | https://lists.gnu.org/archive/html/emacs-devel/2008-08/msg00456.html |
| 232 | 232 | ||
| 233 | * Important features: | 233 | * Important features: |
| 234 | 234 | ||
| 235 | ** "Emacs as word processor" | 235 | ** "Emacs as word processor" |
| 236 | http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00515.html | 236 | https://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00515.html |
| 237 | rms writes: | 237 | rms writes: |
| 238 | 25 years ago I hoped we would extend Emacs to do WYSIWYG word | 238 | 25 years ago I hoped we would extend Emacs to do WYSIWYG word |
| 239 | processing. That is why we added text properties and variable | 239 | processing. That is why we added text properties and variable |
| @@ -311,15 +311,15 @@ never really made it work for this. | |||
| 311 | Perspectives also need to interact with the tabs. | 311 | Perspectives also need to interact with the tabs. |
| 312 | 312 | ||
| 313 | ** FFI (foreign function interface) | 313 | ** FFI (foreign function interface) |
| 314 | See eg http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00246.html | 314 | See eg https://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00246.html |
| 315 | 315 | ||
| 316 | One way of doing this is to start with fx's dynamic loading, and use it | 316 | One way of doing this is to start with fx's dynamic loading, and use it |
| 317 | to implement things like auto-loaded buffer parsers and database | 317 | to implement things like auto-loaded buffer parsers and database |
| 318 | access in cases which need more than Lisp. | 318 | access in cases which need more than Lisp. |
| 319 | 319 | ||
| 320 | ** Replace unexec with a more portable form of dumping | 320 | ** Replace unexec with a more portable form of dumping |
| 321 | See eg http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01034.html | 321 | See eg https://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01034.html |
| 322 | http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00452.html | 322 | https://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00452.html |
| 323 | 323 | ||
| 324 | One way is to provide portable undumping using mmap (per gerd design). | 324 | One way is to provide portable undumping using mmap (per gerd design). |
| 325 | 325 | ||
| @@ -399,8 +399,8 @@ familiar with GNUstep and Objective C. | |||
| 399 | ** A more modern printing interface. One that pops up a dialog that lets | 399 | ** A more modern printing interface. One that pops up a dialog that lets |
| 400 | you choose printer, page style, etc. | 400 | you choose printer, page style, etc. |
| 401 | Integration with the Gtk print dialog is apparently difficult. See eg: | 401 | Integration with the Gtk print dialog is apparently difficult. See eg: |
| 402 | http://lists.gnu.org/archive/html/emacs-devel/2009-03/msg00501.html | 402 | https://lists.gnu.org/archive/html/emacs-devel/2009-03/msg00501.html |
| 403 | http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00034.html | 403 | https://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00034.html |
| 404 | 404 | ||
| 405 | ** Allow frames(terminals) created by emacsclient to inherit their environment | 405 | ** Allow frames(terminals) created by emacsclient to inherit their environment |
| 406 | from the emacsclient process. | 406 | from the emacsclient process. |
| @@ -499,7 +499,7 @@ from the emacsclient process. | |||
| 499 | 499 | ||
| 500 | ** Get some major packages installed: W3 (development version needs | 500 | ** Get some major packages installed: W3 (development version needs |
| 501 | significant work), PSGML, _possibly_ ECB. | 501 | significant work), PSGML, _possibly_ ECB. |
| 502 | http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg01493.html | 502 | https://lists.gnu.org/archive/html/emacs-devel/2007-05/msg01493.html |
| 503 | Check the assignments file for other packages which might go in and | 503 | Check the assignments file for other packages which might go in and |
| 504 | have been missed. | 504 | have been missed. |
| 505 | 505 | ||
| @@ -645,17 +645,17 @@ from the emacsclient process. | |||
| 645 | 645 | ||
| 646 | ** Possibly make 'list-holidays' eval items in the calendar-holidays variable. | 646 | ** Possibly make 'list-holidays' eval items in the calendar-holidays variable. |
| 647 | See thread | 647 | See thread |
| 648 | <http://lists.gnu.org/archive/html/emacs-devel/2006-02/msg01034.html>. | 648 | <https://lists.gnu.org/archive/html/emacs-devel/2006-02/msg01034.html>. |
| 649 | [rgm@gnu.org will look at this after 22.1] | 649 | [rgm@gnu.org will look at this after 22.1] |
| 650 | 650 | ||
| 651 | ** Possibly make cal-dst use the system timezone database directly. | 651 | ** Possibly make cal-dst use the system timezone database directly. |
| 652 | See thread | 652 | See thread |
| 653 | <http://lists.gnu.org/archive/html/emacs-pretest-bug/2006-11/msg00060.html> | 653 | <https://lists.gnu.org/archive/html/emacs-pretest-bug/2006-11/msg00060.html> |
| 654 | 654 | ||
| 655 | ** Possibly add a "close" button to the modeline. | 655 | ** Possibly add a "close" button to the modeline. |
| 656 | The idea is to add an "X" of some kind, that when clicked deletes | 656 | The idea is to add an "X" of some kind, that when clicked deletes |
| 657 | the window associated with that modeline. | 657 | the window associated with that modeline. |
| 658 | http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg02416.html | 658 | https://lists.gnu.org/archive/html/emacs-devel/2007-09/msg02416.html |
| 659 | 659 | ||
| 660 | * Things to be done for specific packages or features | 660 | * Things to be done for specific packages or features |
| 661 | 661 | ||
| @@ -1492,7 +1492,7 @@ presence of multi-file documents. | |||
| 1492 | or just an extension of buff-menu.el. | 1492 | or just an extension of buff-menu.el. |
| 1493 | 1493 | ||
| 1494 | ** Replace linum.el with nlinum.el | 1494 | ** Replace linum.el with nlinum.el |
| 1495 | http://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00379.html | 1495 | https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00379.html |
| 1496 | 1496 | ||
| 1497 | ** Merge sendmail.el and messages.el. | 1497 | ** Merge sendmail.el and messages.el. |
| 1498 | Probably not a complete merge, but at least arrange for messages.el to be | 1498 | Probably not a complete merge, but at least arrange for messages.el to be |
| @@ -1507,7 +1507,7 @@ presence of multi-file documents. | |||
| 1507 | 1507 | ||
| 1508 | ** Rewrite make-docfile to be clean and maintainable. | 1508 | ** Rewrite make-docfile to be clean and maintainable. |
| 1509 | It might be better to replace it with Lisp, using the byte compiler. | 1509 | It might be better to replace it with Lisp, using the byte compiler. |
| 1510 | http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00037.html | 1510 | https://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00037.html |
| 1511 | 1511 | ||
| 1512 | ** Add an inferior-comint-minor-mode to capture the common set of operations | 1512 | ** Add an inferior-comint-minor-mode to capture the common set of operations |
| 1513 | offered by major modes that offer an associated inferior | 1513 | offered by major modes that offer an associated inferior |
| @@ -1523,7 +1523,7 @@ presence of multi-file documents. | |||
| 1523 | * Wishlist items: | 1523 | * Wishlist items: |
| 1524 | 1524 | ||
| 1525 | ** Maybe replace etags.c with a Lisp implementation. | 1525 | ** Maybe replace etags.c with a Lisp implementation. |
| 1526 | http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00354.html | 1526 | https://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00354.html |
| 1527 | 1527 | ||
| 1528 | ** Maybe replace lib-src/rcs2log with a Lisp implementation. | 1528 | ** Maybe replace lib-src/rcs2log with a Lisp implementation. |
| 1529 | It wouldn't have to be a complete replacement, just enough | 1529 | It wouldn't have to be a complete replacement, just enough |