]> git.eshelyaron.com Git - emacs.git/commitdiff
\\{...} produces duplicate entries: seems fixed in 23.0.60
authorGlenn Morris <rgm@gnu.org>
Wed, 27 Aug 2008 07:22:16 +0000 (07:22 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 27 Aug 2008 07:22:16 +0000 (07:22 +0000)
Opened bug tracker items for:
menu indications of key bindings for remapped commands
skeleton bug?
move verilog-mode.el compile patterns

admin/FOR-RELEASE

index 629a926a0a1c5b970a91324e532b8ce73b4b4d98..ffcb6cbb79374bf6214134a8b5db465d0879a4a5 100644 (file)
@@ -65,12 +65,6 @@ http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01720.html
 This ought to work.
 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01005.html
 
-** \\{...} produces duplicate entries
-http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg00209.html
-
-** menu indications of key bindings for remapped commands
-http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg01339.html
-
 ** rms: gnus-dired.el is a mistake.  Those features should not
 be part of Gnus.  They should be moved to some other part of Emacs.
 rsteib: Gnus dependencies in `gnus-dired.el' (and `mailcap.el') have been
@@ -79,6 +73,14 @@ minimized.  I don't know what is left to do here.
 ** sdl.web@gmail.com, 30 Oct: ps-lpr-switches has no effect
 http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg02091.html
 
+Fixed by this change?
+
+2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * ps-print.el: [...]
+       (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
+
+
 ** multi-tty does not work correctly.
 If the server is started from a tty frame and emacsclient creates an
 X11 frame, the tty frame gets confused, it thinks it is an X11 frame
@@ -89,12 +91,6 @@ Also emacsclient does not work on Windows, it also worked with
 server.el version 1.136.
 http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg00710.html
 
-** skeleton bug? Or is it now working as documented?
-http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01335.html
-
-** move verilog-mode.el compile patterns into compile.el?
-http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg00234.html
-
 ** Mouse clicks on the menubar don't currently work with a console
 Following the direct use of Gpm, the menubar now needs to be
 considered a special part of the screen in Emacs on a console.