Mercurial > emacs
comparison admin/FOR-RELEASE @ 84946:635c3d8f3903
Add URLs.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 27 Sep 2007 07:27:23 +0000 |
parents | 13a057bb5491 |
children | a92aa9f0c3e7 |
comparison
equal
deleted
inserted
replaced
84945:28a13973d035 | 84946:635c3d8f3903 |
---|---|
50 ** Does deleting frames run Lisp code? If so, can we get rid of that? | 50 ** Does deleting frames run Lisp code? If so, can we get rid of that? |
51 It is a dangerous design. | 51 It is a dangerous design. |
52 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01330.html | 52 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01330.html |
53 | 53 |
54 ** Why were the calls to x_fully_uncatch_errors commented out in eval.c? | 54 ** Why were the calls to x_fully_uncatch_errors commented out in eval.c? |
55 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01987.html | |
55 | 56 |
56 ** raman@users.sf.net, sep 7: Emacs 23.0.50: Segfaults in alloc.c (batch process) | 57 ** raman@users.sf.net, sep 7: Emacs 23.0.50: Segfaults in alloc.c (batch process) |
57 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00690.html | 58 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00690.html |
58 | 59 |
59 ** grep et al should use font-lock to do highlighting, so that they respect font-lock-mode. | 60 ** grep et al should use font-lock to do highlighting, so that they respect font-lock-mode. |
60 "can't turn off font-lock" | 61 "can't turn off font-lock" |
61 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00548.html | 62 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00548.html |
62 | 63 |
63 ** mah@everybody.org, Sep 18: erc causes emacs to hang with multi-tty | 64 ** mah@everybody.org, Sep 18: erc causes emacs to hang with multi-tty |
65 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01765.html | |
64 | 66 |
65 ** jbw@macs.hw.ac.uk, Sep 18: before-string property has no effect if display property is empty | 67 ** jbw@macs.hw.ac.uk, Sep 18: before-string property has no effect if display property is empty |
68 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00094.html | |
69 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01816.html | |
66 | 70 |
67 ** sdl.web@gmail.com, Sep 24: TLS infinite loop. | 71 ** sdl.web@gmail.com, Sep 24: TLS infinite loop. |
72 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01720.html | |
73 | |
74 ** frames vs. weak hash tables and garbage collection | |
75 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-08/msg00213.html | |
68 | 76 |
69 * DOCUMENTATION | 77 * DOCUMENTATION |
70 | 78 |
71 ** Check the Emacs Tutorial. | 79 ** Check the Emacs Tutorial. |
72 | 80 |