comparison admin/FOR-RELEASE @ 97757:a19f7e903195

\\{...} produces duplicate entries: seems fixed in 23.0.60 Opened bug tracker items for: menu indications of key bindings for remapped commands skeleton bug? move verilog-mode.el compile patterns
author Glenn Morris <rgm@gnu.org>
date Wed, 27 Aug 2008 07:22:16 +0000
parents 7e52eba0b75f
children fe0432f437b6
comparison
equal deleted inserted replaced
97756:7e52eba0b75f 97757:a19f7e903195
63 63
64 ** herring@lanl.gov: find-func: can no longer find adviced subrs 64 ** herring@lanl.gov: find-func: can no longer find adviced subrs
65 This ought to work. 65 This ought to work.
66 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01005.html 66 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01005.html
67 67
68 ** \\{...} produces duplicate entries
69 http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg00209.html
70
71 ** menu indications of key bindings for remapped commands
72 http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg01339.html
73
74 ** rms: gnus-dired.el is a mistake. Those features should not 68 ** rms: gnus-dired.el is a mistake. Those features should not
75 be part of Gnus. They should be moved to some other part of Emacs. 69 be part of Gnus. They should be moved to some other part of Emacs.
76 rsteib: Gnus dependencies in `gnus-dired.el' (and `mailcap.el') have been 70 rsteib: Gnus dependencies in `gnus-dired.el' (and `mailcap.el') have been
77 minimized. I don't know what is left to do here. 71 minimized. I don't know what is left to do here.
78 72
79 ** sdl.web@gmail.com, 30 Oct: ps-lpr-switches has no effect 73 ** sdl.web@gmail.com, 30 Oct: ps-lpr-switches has no effect
80 http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg02091.html 74 http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg02091.html
75
76 Fixed by this change?
77
78 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
79
80 * ps-print.el: [...]
81 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
82
81 83
82 ** multi-tty does not work correctly. 84 ** multi-tty does not work correctly.
83 If the server is started from a tty frame and emacsclient creates an 85 If the server is started from a tty frame and emacsclient creates an
84 X11 frame, the tty frame gets confused, it thinks it is an X11 frame 86 X11 frame, the tty frame gets confused, it thinks it is an X11 frame
85 when trying to do a C-z. This worked with server.el version 1.136, it 87 when trying to do a C-z. This worked with server.el version 1.136, it
86 broke after that. 88 broke after that.
87 http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg00545.html 89 http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg00545.html
88 Also emacsclient does not work on Windows, it also worked with 90 Also emacsclient does not work on Windows, it also worked with
89 server.el version 1.136. 91 server.el version 1.136.
90 http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg00710.html 92 http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg00710.html
91
92 ** skeleton bug? Or is it now working as documented?
93 http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01335.html
94
95 ** move verilog-mode.el compile patterns into compile.el?
96 http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg00234.html
97 93
98 ** Mouse clicks on the menubar don't currently work with a console 94 ** Mouse clicks on the menubar don't currently work with a console
99 Following the direct use of Gpm, the menubar now needs to be 95 Following the direct use of Gpm, the menubar now needs to be
100 considered a special part of the screen in Emacs on a console. 96 considered a special part of the screen in Emacs on a console.
101 http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00277.html 97 http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00277.html