]> code.delx.au - gnu-emacs/commitdiff
Merged from emacs@sv.gnu.org
authorKaroly Lorentey <lorentey@elte.hu>
Wed, 24 May 2006 09:13:31 +0000 (09:13 +0000)
committerKaroly Lorentey <lorentey@elte.hu>
Wed, 24 May 2006 09:13:31 +0000 (09:13 +0000)
Patches applied:

 * emacs@sv.gnu.org/emacs--devo--0--patch-289
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-290
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-291
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-292
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-293
   Update from CVS

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-567

14 files changed:
1  2 
lisp/emulation/cua-base.el
lisp/menu-bar.el
lisp/simple.el
lisp/term/mac-win.el
lisp/x-dnd.el
lispref/elisp.texi
lwlib/xlwmenu.c
man/emacs.texi
src/buffer.c
src/coding.h
src/macterm.c
src/xfaces.c
src/xterm.c
src/xterm.h

Simple merge
Simple merge
diff --cc lisp/simple.el
Simple merge
Simple merge
diff --cc lisp/x-dnd.el
Simple merge
Simple merge
diff --cc lwlib/xlwmenu.c
Simple merge
diff --cc man/emacs.texi
Simple merge
diff --cc src/buffer.c
Simple merge
diff --cc src/coding.h
Simple merge
diff --cc src/macterm.c
Simple merge
diff --cc src/xfaces.c
index 0a77a24189f097796fe7e485bfae9c4c61f0fc31,df303e401fd75b4d8049b665aac45087dc8fbbc3..1b9a9c079f1449f9dbf259b0a677a30f188cf3b0
@@@ -7091,8 -7073,8 +7091,8 @@@ realize_default_face (f
    face = realize_face (c, attrs, 0, NULL, DEFAULT_FACE_ID);
  
  #ifdef HAVE_WINDOW_SYSTEM
- #ifdef HAVE_X_WINDOWS  
+ #ifdef HAVE_X_WINDOWS
 -  if (face->font != FRAME_FONT (f))
 +  if (FRAME_X_P (f) && face->font != FRAME_FONT (f))
      /* As the font specified for the frame was not acceptable as a
         font for the default face (perhaps because auto-scaled fonts
         are rejected), we must adjust the frame font.  */
diff --cc src/xterm.c
index 356ee3b963b278bce9475e7b13d10d90c7b02de4,f14f281a6349a1adae095ab7572fd6e04e9915b4..cc06c48df3307b2283558468a6e168bcba30eab5
@@@ -324,22 -321,8 +324,10 @@@ static int x_alloc_nearest_color_1 P_ (
  static void x_set_window_size_1 P_ ((struct frame *, int, int, int));
  static const XColor *x_color_cells P_ ((Display *, int *));
  static void x_update_window_end P_ ((struct window *, int, int));
- void x_delete_display P_ ((struct x_display_info *));
  
  static int x_io_error_quitter P_ ((Display *));
- void x_catch_errors P_ ((Display *));
- void x_uncatch_errors P_ ((void));
- void x_lower_frame P_ ((struct frame *));
- void x_scroll_bar_clear P_ ((struct frame *));
- int x_had_errors_p P_ ((Display *));
- void x_wm_set_size_hint P_ ((struct frame *, long, int));
- void x_raise_frame P_ ((struct frame *));
- void x_set_window_size P_ ((struct frame *, int, int, int));
- void x_wm_set_window_state P_ ((struct frame *, int));
- void x_wm_set_icon_pixmap P_ ((struct frame *, int));
 +static struct terminal *x_create_terminal P_ ((struct x_display_info *));
 +void x_delete_terminal P_ ((struct terminal *));
- void x_initialize P_ ((void));
  static void x_font_min_bounds P_ ((XFontStruct *, int *, int *));
  static int x_compute_min_glyph_bounds P_ ((struct frame *));
  static void x_update_end P_ ((struct frame *));
diff --cc src/xterm.h
Simple merge