]> granicus.if.org Git - vim/commitdiff
updated for version 7.0030
authorBram Moolenaar <Bram@vim.org>
Tue, 4 Jan 2005 21:31:43 +0000 (21:31 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 4 Jan 2005 21:31:43 +0000 (21:31 +0000)
runtime/doc/version6.txt
runtime/lang/menu_pl_pl.iso_8859-2.vim
runtime/lang/menu_polish_poland.1250.vim
src/configure.in
src/po/pl.cp1250.po
src/screen.c
src/testdir/test30.ok

index 611a782875f9a51dc428bab39be881e58fa9fcf9..bb04a6b4be81730f93cd149f490dda7fa017f6bc 100644 (file)
@@ -1703,7 +1703,7 @@ GUI:
   is used.  Required for dead key support (and multi-byte input).
 - After a file selection dialog, check that the edited files were not changed
   or deleted.  The Win32 dialog allows deleting and renaming files.
-- Motif and Athena: Added support for "editres". (Martin Dalecki)
+- Motif and Athena: Added support for "editres". (Marcin Dalecki)
 - Motif and Athena: Added "menuFont" to be able to specify a font or fontset
   for the menus.  Can also be set with the "Menu" highlight group.  Useful
   when the locale is different from 'encoding'. (David Harrison)
@@ -1756,7 +1756,7 @@ GTK GUI: (partly by Marcin Dalecki)
 - When dropping a file on Vim, remove extra slashes from the start of the
   path.  Also shorten the file name if possible.
 
-Motif: (Martin Dalecki)
+Motif: (Marcin Dalecki)
 - Made the dialog layout better.
 - Added find and find/replace dialogs.
 - For the menus, change "iso-8859" to "iso_8859", Linux appears to need this.
@@ -3050,7 +3050,7 @@ Win32: Without scrollbars present, the MS mouse scroll wheel didn't work.
 Also handle the scrollbars when they are not visible.
 
 Motif: When there is no right scrollbar, the bottom scrollbar would still
-leave room for it.  (Martin Dalecki)
+leave room for it.  (Marcin Dalecki)
 
 When changing 'guicursor' and the value is invalid, some of the effects would
 still take place.  Now first check for errors and only make the new value
@@ -3136,7 +3136,7 @@ would crash.
 When doing ":view file" and it fails, the current buffer was made read-only.
 
 Motif: For some people the separators in the toolbar disappeared when resizing
-the Vim window. (Martin Dalecki)
+the Vim window. (Marcin Dalecki)
 
 Win32 GUI: when setting 'lines' to a huge number, would not compute the
 available space correctly.  Was counting the menu height twice.
@@ -3187,7 +3187,7 @@ second time it replaced all matches.  Removed the use of ":s///c".
 GTK: Similar problems with the find/replace dialog, moved the code to a common
 function.
 
-X11: Use shared GC's for text. (Martin Dalecki)
+X11: Use shared GC's for text. (Marcin Dalecki)
 
 "]i" found the match under the cursor, instead of the first one below it.
 Same for "]I", "] CTRL-I", "]d", "]D" and "] CTRL-D".
index 6ade1d7d943659a971f024bc92a733728cb867aa..ac1b99f7cfbf838785d4fc319974e12795e65c8c 100644 (file)
@@ -1,6 +1,6 @@
 " Menu Translations:   Polish
 " Maintainer:          Rafal M. Sulejman <rms@poczta.onet.pl>
-" Initial Translation: Marcin Dalecki <dalecki@cs.net.pl>
+" Initial Translation: Marcin Dalecki <martin@dalecki.de>
 " Last Change: 5 May  2004
 
 " Quit when menu translations have already been done.
index 18944526981231f055399393d5fb383936866dca..6e66cf3f7700da2530ee186d8e08f8c2a0ef0f70 100644 (file)
@@ -1,6 +1,6 @@
 " Menu Translations:   Polish
 " Maintainer:          Rafal M. Sulejman <rms@poczta.onet.pl>
-" Initial Translation: Marcin Dalecki <dalecki@cs.net.pl>
+" Initial Translation: Marcin Dalecki <martin@dalecki.de>
 " Last Change: 06 Sep 2001
 
 " Quit when menu translations have already been done.
index 16bbf1328c230334e9e5be22347e79ff8e93f285..c3176df880f6600139008bfd1f07e6ee49da05cc 100644 (file)
@@ -1091,23 +1091,10 @@ SKIP_MOTIF=YES
 SKIP_ATHENA=YES
 SKIP_NEXTAW=YES
 SKIP_PHOTON=YES
-SKIP_BEOS=YES
 SKIP_CARBON=YES
 GUITYPE=NONE
 
-if test "x$BEOS" = "xyes"; then
-  SKIP_BEOS=
-  case "$enable_gui_canon" in
-    no)                AC_MSG_RESULT(no GUI support)
-               SKIP_BEOS=YES ;;
-    yes|"")    AC_MSG_RESULT(yes - automatic GUI support) ;;
-    auto)      AC_MSG_RESULT(auto - automatic GUI support) ;;
-    beos)      AC_MSG_RESULT(BeOS GUI support) ;;
-    *)         AC_MSG_RESULT([Sorry, $enable_gui GUI is not supported])
-               SKIP_BEOS=YES ;;
-  esac
-
-elif test "x$QNX" = "xyes" -a "x$with_x" = "xno" ; then
+if test "x$QNX" = "xyes" -a "x$with_x" = "xno" ; then
   SKIP_PHOTON=
   case "$enable_gui_canon" in
     no)                AC_MSG_RESULT(no GUI support)
@@ -1574,7 +1561,6 @@ if test "x$MACOSX" = "xyes" -a -z "$SKIP_CARBON" -a "x$CARBON" = "xyes"; then
   SKIP_ATHENA=YES;
   SKIP_NEXTAW=YES;
   SKIP_PHOTON=YES;
-  SKIP_BEOS=YES;
   SKIP_CARBON=YES
 fi
 
@@ -2158,11 +2144,6 @@ if test "x$GUITYPE:$enable_fontset" = "xKDE:yes"; then
   enable_fontset="no"
 fi
 
-dnl There is no test for the BeOS GUI, if it's selected it's used
-if test -z "$SKIP_BEOS"; then
-  GUITYPE=BEOSGUI
-fi
-
 if test -z "$SKIP_PHOTON"; then
   GUITYPE=PHOTONGUI
 fi
index f569ae6bbe7263864173b41fe3529d40cd696a9b..ccc1ea35406d1c6321dbb3598135c09264bb182c 100644 (file)
@@ -2,7 +2,7 @@
 # Polish Translation for Vim
 #
 # updated 2001 for vim-6.0
-# FIRST AUTHOR Marcin Dalecki <dalecki@cyber.cs.net.pl>, 2000.
+# FIRST AUTHOR Marcin Dalecki <martin@dalecki.de>, 2000.
 # Mikolaj Machowski <mikmach@wp.pl>, 2004.
 #
 msgid ""
index 11b4dcc5fad8b39147a678b2597de322ddd24bb8..ef7a87f9d73d27990092cb4e48482f78645b3794 100644 (file)
@@ -6475,10 +6475,6 @@ screenalloc(clear)
 
     win_new_shellsize();    /* fit the windows in the new sized shell */
 
-#ifdef FEAT_GUI_BEOS
-    vim_lock_screen();  /* be safe, put it here */
-#endif
-
     comp_col();                /* recompute columns for shown command and ruler */
 
     /*
@@ -6692,9 +6688,6 @@ screenalloc(clear)
     }
 #endif
 
-#ifdef FEAT_GUI_BEOS
-    vim_unlock_screen();
-#endif
     entered = FALSE;
 }
 
@@ -7526,9 +7519,6 @@ screen_ins_lines(off, row, line_count, end, wp)
        clip_scroll_selection(-line_count);
 #endif
 
-#ifdef FEAT_GUI_BEOS
-    vim_lock_screen();
-#endif
 #ifdef FEAT_GUI
     /* Don't update the GUI cursor here, ScreenLines[] is invalid until the
      * scrolling is actually carried out. */
@@ -7580,9 +7570,6 @@ screen_ins_lines(off, row, line_count, end, wp)
                lineinvalid(temp, (int)Columns);
        }
     }
-#ifdef FEAT_GUI_BEOS
-    vim_unlock_screen();
-#endif
 
     screen_stop_highlight();
     windgoto(cursor_row, 0);
@@ -7754,9 +7741,6 @@ screen_del_lines(off, row, line_count, end, force, wp)
        clip_scroll_selection(line_count);
 #endif
 
-#ifdef FEAT_GUI_BEOS
-    vim_lock_screen();
-#endif
 #ifdef FEAT_GUI
     /* Don't update the GUI cursor here, ScreenLines[] is invalid until the
      * scrolling is actually carried out. */
@@ -7815,9 +7799,6 @@ screen_del_lines(off, row, line_count, end, force, wp)
                lineinvalid(temp, (int)Columns);
        }
     }
-#ifdef FEAT_GUI_BEOS
-    vim_unlock_screen();
-#endif
 
     screen_stop_highlight();
 
index c294483bdd7ebc7da89b901d6491569456aa7ac5..380ce670613ec3f46d43cd1e646618a3bfb16143 100644 (file)
@@ -2,95 +2,120 @@ unix
 unix
 dos\r
 dos\r
+END
 mac\rmac\r
+END
 1
 unix\r
 unix\r
+END
 dos\r
 dos\r
+END
 mac\rmac\r\r
+END
 2
 unix
 unix
-\rdos\r
+\rEND
 dos\r
-\rmac\rmac\r3
+dos\r
+\rEND
+mac\rmac\rEND
+3
 unix
 unix
 dos\r
 dos\r
 mac\rmac\r
+END
 unix\r
 unix\r
 dos\r
 dos\r
 mac\rmac\r\r
+END
 unix
 unix
 dos\r
 dos\r
-mac\rmac\r4
+mac\rmac\rEND
+4
 unix
 unix
 dos\r
 dos\r
 mac\rmac\r
+END
 unix
 unix
 mac\rmac\r
+END
 dos\r
 dos\r
 mac\rmac\r\r
+END
 5
 unix
 unix
 dos\r
 dos\r
+END
 unix
 unix
 dos\r
 dos\r
 mac\rmac\r
+END
 dos\r
 dos\r
-mac\rmac\r6
+mac\rmac\rEND
+6
 unix\r
 unix\r
 dos\r
 dos\r
+END
 unix\r
 unix\r
 mac\rmac\r\r
+END
 unix\r
 unix\r
 dos\r
 dos\r
 mac\rmac\r\r
+END
 7
 unix
 unix
 dos\r
 dos\r
 mac\rmac\r
+END
 8
 unix
 unix
 dos\r
 dos\r
 mac\rmac\r
+END
 9
 unix
 unix
 dos\r
 dos\r
-mac\rmac\runix
+mac\rmac\rEND
+unix
 unix
 dos\r
 dos\r
-mac\rmac\runix
+mac\rmac\rEND
+unix
 unix
 dos\r
 dos\r
-mac\rmac\r10
+mac\rmac\rEND
+10
 unix
 unix