aboutsummaryrefslogtreecommitdiffstats
path: root/etc/TODO
diff options
context:
space:
mode:
authorPaul Eggert2017-10-01 19:53:56 -0700
committerPaul Eggert2017-10-01 19:59:01 -0700
commit5172fa02cccaab2500ecf85aaf65b8deed54d42e (patch)
tree6e3c39413eb2f1c039ba48626ccf7bc0df24c9f6 /etc/TODO
parent8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e (diff)
downloademacs-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/TODO46
1 files changed, 23 insertions, 23 deletions
diff --git a/etc/TODO b/etc/TODO
index 278c0b5036b..07772d5f4f4 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -95,17 +95,17 @@ make it.
95 95
96** Move idlwave to elpa.gnu.org. 96** Move idlwave to elpa.gnu.org.
97Need to sync up the Emacs and external versions. 97Need to sync up the Emacs and external versions.
98See <http://lists.gnu.org/archive/html/emacs-devel/2014-07/msg00008.html> 98See <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.
101See <http://lists.gnu.org/archive/html/emacs-devel/2014-08/msg00300.html> 101See <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.
105See <http://lists.gnu.org/archive/html/emacs-devel/2015-02/msg01180.html> 105See <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.
108See <http://lists.gnu.org/archive/html/emacs-devel/2015-02/msg01180.html> 108See <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
111suitable for anyone from beginners to experts. 111suitable 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.
205http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00782.html 205https://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.
208http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00684.html 208https://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.
211Change them to use report-emacs-bug. 211Change them to use report-emacs-bug.
@@ -228,12 +228,12 @@ like make-backup-file-name-function for non-numeric backup files.
228dired buffers and DTRT WRT 'auto-revert-mode'. 228dired 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.
231http://lists.gnu.org/archive/html/emacs-devel/2008-08/msg00456.html 231https://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"
236http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00515.html 236https://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.
311Perspectives also need to interact with the tabs. 311Perspectives also need to interact with the tabs.
312 312
313** FFI (foreign function interface) 313** FFI (foreign function interface)
314See eg http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00246.html 314See eg https://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00246.html
315 315
316One way of doing this is to start with fx's dynamic loading, and use it 316One way of doing this is to start with fx's dynamic loading, and use it
317to implement things like auto-loaded buffer parsers and database 317to implement things like auto-loaded buffer parsers and database
318access in cases which need more than Lisp. 318access 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
321See eg http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01034.html 321See 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
324One way is to provide portable undumping using mmap (per gerd design). 324One 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
400you choose printer, page style, etc. 400you choose printer, page style, etc.
401Integration with the Gtk print dialog is apparently difficult. See eg: 401Integration with the Gtk print dialog is apparently difficult. See eg:
402http://lists.gnu.org/archive/html/emacs-devel/2009-03/msg00501.html 402https://lists.gnu.org/archive/html/emacs-devel/2009-03/msg00501.html
403http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00034.html 403https://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
406from the emacsclient process. 406from 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.
1526http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00354.html 1526https://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.
1529It wouldn't have to be a complete replacement, just enough 1529It wouldn't have to be a complete replacement, just enough