]> git.eshelyaron.com Git - emacs.git/commitdiff
(vga_stdcolor_name): Remove.
authorJason Rumney <jasonr@gnu.org>
Fri, 30 Nov 2007 13:57:57 +0000 (13:57 +0000)
committerJason Rumney <jasonr@gnu.org>
Fri, 30 Nov 2007 13:57:57 +0000 (13:57 +0000)
src/ChangeLog
src/w32term.h

index c44fdba9200b9d3ee0457afc5f3b5c8a479ea4c8..0c9f035e30a6b415fbe54ddbd6552296a6a6b3c4 100644 (file)
@@ -1,3 +1,13 @@
+2007-11-30  Jason Rumney  <jasonr@gnu.org>
+
+       * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
+       (w32con_reset_terminal_modes): Clear screen buffer.
+
+       * xfaces.c (map_tty_color, tty_color_name): Remove special case for
+       WINDOWSNT.
+
+       * w32console.c, w32term.h (vga_stdcolor_name): Remove.
+
 2007-11-29  Jason Rumney  <jasonr@gnu.org>
 
        * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
index f7b8efad9544bc984098dc2fe250e82f591ca544..d331772dce9c5ead1056fbec7fd44c8e0aacaf92 100644 (file)
@@ -752,7 +752,6 @@ struct face;
 
 XGCValues *XCreateGC (void *, Window, unsigned long, XGCValues *);
 struct frame * check_x_frame (Lisp_Object);
-Lisp_Object vga_stdcolor_name (int);
 
 EXFUN (Fx_display_color_p, 1);
 EXFUN (Fx_display_grayscale_p, 1);