Commit Graph

2528 Commits

Author SHA1 Message Date
Yuri Syrota
474a6fe7d2 Updated Ukrainian translation 2000-11-29 09:03:30 +00:00
Yuri Syrota
815506c1d0 Updated Ukrainian translation 2000-11-29 08:35:56 +00:00
Marco Ciampa
7ec9da5952 just some minor changes in docs... 2000-11-27 01:41:56 +00:00
Tomasz Kłoczko
89498f5e64 added pl hint file (by arkadiusz Mikiewicz <misiek@pld.org.pl>). 2000-11-25 11:24:24 +00:00
Andrew V. Samoilov
540c532680 * view.c: Fixed long existed bugs in internal viewer. When search is
doing in binary file it ignore skipped zero(es), so cursor is before
searched expression and next search find the same string. Also regexp
search could return wrong results for '^ ?' expressions.

(get_line_at): skipped: new parameter for number of skipped zero(es)

(search): new features of get_line_at used.
2000-11-20 17:25:43 +00:00
Andrew V. Samoilov
0b8fd41ca9 * view.c: Fixed long existed bugs in internal viewer. When search is
doing in binary file it ignore skipped zero(es), so cursor is before
searched expression and next search find the same string. Also regexp
search could return wrong results for '^ ?' expressions.

(get_line_at): skipped: new parameter for number of skipped zero(es)

(search): new features of get_line_at used.
2000-11-20 17:13:21 +00:00
Yuri Syrota
a3a2d5dfcb Updated Ukrainian translation 2000-11-20 12:33:41 +00:00
Andrew V. Samoilov
1cc4f6be7a * cons.saver.c (check_file): close fd on error. There was a bug, which
allowed luser to write '\0' char to any symlinkable file in Linux
system which don't ensure that fd's 0, 1, and 2 are open on startup
of a SUID/SGID binary.

Based on patch from bugtrack by Maurycy Prodeus <z33d@ETH-SECURITY.NET>.
2000-11-16 17:09:08 +00:00
Zbigniew Chyla
1e575f7011 Updated Polish translation 2000-11-16 15:41:10 +00:00
Jing-Jong Shyue
7722a22cc4 Triditional Chinese PO File 2000/11/16 2000-11-16 11:46:28 +00:00
Marco Ciampa
c19ed4377b done last 2 untraslated messages... 2000-11-15 16:21:56 +00:00
Andrew V. Samoilov
62329f26d0 * layout.c (print_vfs_message): format string vulnerability fixed 2000-11-14 14:00:53 +00:00
Andras Timar
e3b9315cd8 Updated 2000-11-13 17:26:01 +00:00
jjranta
3d946fa372 Added or updated fi-entry to about all .desktop-files. Updated fi.po 2000-11-11 13:01:33 +00:00
Robert Brady
f670350508 Add Tamil translation. 2000-11-10 19:35:49 +00:00
Jorge Godoy
8b31b274cb Automatically updating some pt_BR and Spanish translatios (sendpos.sh script)
any problem: ricardo@conectiva.com.br

thanks.
2000-11-08 12:37:43 +00:00
Yuri Syrota
754f1c063b Updated Ukrainian translation 2000-11-08 10:57:01 +00:00
Yuri Syrota
d7a88d0c7c Updated Ukrainian translation 2000-11-08 10:46:02 +00:00
Kjartan Maraas
d186b6a5a7 2000-11-07 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian translation.
2000-11-07 11:34:58 +00:00
Kenneth Christiansen
c4d124bb6c Translations from Keld
gconf/po/da.po gedit/po/da.po glade/po/da.po
gnome-chess/po/da.po gnome-core/po/da.po gnome-pilot/po/da.po
gnome-vfs/po/da.po gnorpm/po/da.po gtkhtml/po/da.po
mc/po/da.po nautilus/po/da.po
2000-11-04 14:46:10 +00:00
Valek Filippov
c042ae2468 Updated russian translation. 2000-11-04 10:30:39 +00:00
Christian Rose
dcc075be1a Updated Swedish translation. 2000-11-04 00:44:27 +00:00
Andraz Tori
629249a729 Updated Slovenian translation 2000-11-03 21:50:54 +00:00
Andrew V. Samoilov
119406157c * main.c (CmdMenu): don't include edit_user_menu_cmd ()
if USE_INTERNAL_EDIT is not defined
	(main): call edit_init_file () if USE_INTERNAL_EDIT is defined only
	(listmode_cmd): messages are localized
2000-11-02 23:35:11 +00:00
Pavel Roskin
3a70604f25 * layout.c [PORT_NEEDS_CHANGE_SCREEN_SIZE]: Declare
low_level_change_screen_size().
        (flag_winch) [PORT_NEEDS_CHANGE_SCREEN_SIZE]: Call
        low_level_change_screen_size(). From Andrew V. Samoilov.
2000-11-02 18:45:31 +00:00
Andrew V. Samoilov
9959ac39fb * editcmd.c (canonicalize_pathname) [GTK]: memory leaking fixed 2000-11-02 12:03:56 +00:00
Andrew V. Samoilov
6e9fc426e3 * editcmd.c (canonicalize_pathname) [GTK]: memory leaking fixed 2000-11-01 19:53:30 +00:00
Andraz Tori
46f5b1a04b Updated Slovenian translation 2000-11-01 17:23:44 +00:00
Pavel Roskin
739edc1780 * editcmd.c (canonicalize_pathname) [GTK]: Make the argument
constant.
        (edit_split_filename) [GTK]: Make the second argument constant
        to match the declaration.
2000-10-31 19:24:52 +00:00
Andrew V. Samoilov
85e1a9472d key_map, cooledit_key_map, emacs_key_map, key_pad_map are constified 2000-10-31 17:49:47 +00:00
Pavel Machek
55e56a1426 Fixes from Roland: we may not g_free() strdup-ed text. 2000-10-31 15:43:49 +00:00
Andrew V. Samoilov
2b8546dc21 2000-10-30 Andrew V. Samoilov <sav@bcs.zp.ua>
* editcmd.c (edit_save_file): better error handling on writting

	(edit_sort_cmd): saved sort options proposed in dialog

	edit.h, editcmd.c: declaration for edit_save_block () added

	(edit_split_filename): f constified

	* edit.c (edit_init) [ENABLE_NLS]: option_whole_chars_search
	expanded by national letters using current locale on first call

	(edit_file_is_open) [MIDNIGHT]: all occurences and related code
	are commented

	(edit_execute_cmd): typo in error message fixed
2000-10-30 18:07:19 +00:00
Andrew V. Samoilov
5aac944afe :) 2000-10-30 18:06:10 +00:00
Jorge Godoy
948d792c93 Updating some pt_BR translations. (Update-Gnome.sh script)
any problem ricardo@conectiva.com.br please
2000-10-30 13:07:41 +00:00
Christian Rose
ed84b661ba Updated Swedish translation. 2000-10-29 20:44:47 +00:00
Zbigniew Chyla
4abe95c413 Updated Polish translation 2000-10-29 14:04:57 +00:00
Kai Lahmann
a4b6380122 Updated German translation 2000-10-28 15:57:36 +00:00
Marco Ciampa
68443a745c added bpp file support 2000-10-27 02:30:36 +00:00
Marco Ciampa
5d94e04e8b added bpp file 2000-10-27 02:29:23 +00:00
Marco Ciampa
e58e4acb2e New distro package - first version 2000-10-27 02:28:42 +00:00
Marco Ciampa
62641de3ee some fixes ... 2000-10-26 22:44:30 +00:00
Jorge Godoy
360965a3f2 updating some pt_BR <ricardo@conectiva.com.br>
any problem, just tell me, and i reverse the commit.
2000-10-26 20:08:30 +00:00
Marco Ciampa
74d32915a0 :aaa 2000-10-26 14:00:24 +00:00
Marco Ciampa
160248c7af some corrections ... 2000-10-26 13:46:25 +00:00
Dan Damian
61b19a30ee Updated Romanian translation. 2000-10-25 22:55:23 +00:00
Kjartan Maraas
653a472c09 2000-10-25 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian translation.
2000-10-24 22:43:45 +00:00
Jorge Godoy
23406f3bce updating pt_BR translations 2000-10-24 19:17:24 +00:00
Pavel Roskin
eb5386cabf * mc.spec.in: Allow mcserv.8 to be gzipped. 2000-10-23 20:24:58 +00:00
Pavel Roskin
e562710560 * doc-gnome/C/Makefile.am: Workaround for buggy db2html
that cannot deal with "./gmc.sgml".
2000-10-23 20:00:19 +00:00
Andrew V. Samoilov
49afc747d1 nmb_header_opcode_names constified, lookup_opcode_names rewritten to avoid warnings 2000-10-22 15:37:33 +00:00