Commit Graph

2107 Commits

Author SHA1 Message Date
Sung-Hyun Nam ff8060efbc Add Korean translation 2000-05-16 11:39:34 +00:00
Sung-Hyun Nam c8003422c5 updated 2000-05-16 11:21:23 +00:00
Kjartan Maraas 1461249380 2000-05-16 Kjartan Maraas <kmaraas@gnu.org>
* no.po: Updated Norwegian translation.
2000-05-16 09:12:34 +00:00
Yukihiro Nakai bb2ef762ae * ja.po: Update from Akira TAGOH. 2000-05-16 00:02:23 +00:00
Kenneth Christiansen d5a1ea692f Updated da for upcoming release 2000-05-15 23:52:58 +00:00
Miguel de Icaza a1505f4319 Prepare for next 2000-05-15 23:51:19 +00:00
Zbigniew Chyla ed85125946 Updated Polish translation 2000-05-15 21:05:24 +00:00
Richard Hult a99f229867 Updated Swedish translation. 2000-05-15 19:21:44 +00:00
Valek Filippov 02338e7438 Updated russian translation and update.sh. 2000-05-15 19:12:55 +00:00
Kenneth Christiansen fea9f6b847 Update for mig 2000-05-15 19:07:38 +00:00
Matthias Warkus 7093729334 Update for release 2000-05-15 18:42:15 +00:00
Miguel de Icaza 4f7b979572 2000-05-15 Andrew Post <apost@cbmi.upmc.edu>
* gdesktop.c (get_icon_snap_pos): Icons no longer count themselves
	in the slot count.

	* gdesktop.c (desktop_reload_icons): Icons are no longer
	auto-arranged every time the user logs in (or in IceWM, the weird
	icon focusing problems are fixed). An old and broken version of
	the snap-to-grid patch was committed to CVS, causing these
	problems.
2000-05-15 17:29:02 +00:00
Pablo Saratxaga 23f0dc5f8e Added Lithuanian strings 2000-05-15 00:12:47 +00:00
Pablo Saratxaga a7ef309b45 Added Lithuanian strings 2000-05-14 23:38:11 +00:00
Andreas Hyden 46dae4a8ef application.x-gnumeric.desktop: Added Swedish translation 2000-05-14 18:05:01 +00:00
Andreas Hyden 6efdedeb06 gimp.image.desktop: Added Swedish translation 2000-05-14 18:03:14 +00:00
Miguel de Icaza 892feeb26c Two bug fixes from Valery, check the ChangeLogs 2000-05-12 20:05:58 +00:00
Yuri Syrota 9f9e255a00 Updated Ukrainian translation 2000-05-12 08:52:42 +00:00
Yuri Syrota 275de438fb Updated Ukrainian translation 2000-05-12 07:58:15 +00:00
Yuri Syrota 70437268a1 Updated Ukrainian translation 2000-05-12 07:00:47 +00:00
Miguel de Icaza f8d5ed8919 4.5.46 2000-05-10 22:37:48 +00:00
Andreas Hyden be57aacc28 Updated update.sh 2000-05-10 20:03:08 +00:00
Miguel de Icaza 2f61d8dd31 Add edit-widget.h 2000-05-10 18:00:26 +00:00
Yukihiro Nakai 05c23dbba5 ja.po: Update from Japanese GNOME Users Group(translation@gnome.gr.jp). 2000-05-10 13:23:40 +00:00
Pavel Machek 7d50be2f1c Do not leave st_nlink uninitialized. 2000-05-10 10:19:00 +00:00
Andras Timar 511d225dd8 Szabolcs BAN <shooby@gnome.hu>
* Updated hungarian pos.
2000-05-09 14:25:36 +00:00
Martin Norbdck 023a5181ac Fixed some spelling errors 2000-05-09 09:46:04 +00:00
Kjartan Maraas afe37b57d1 2000-05-09 Kjartan Maraas <kmaraas@online.no>
*  no.po: Updated Norwegian translation.
2000-05-09 09:42:53 +00:00
Martin Norbdck e55792ab82 small semantic fix 2000-05-09 09:36:42 +00:00
Martin Norbdck cd82519a87 removed erroneous " 2000-05-09 09:01:54 +00:00
Martin Norbdck 397922fe04 Updated Swedish translation 2000-05-09 09:00:42 +00:00
Kenneth Christiansen 13c57078ec Update da.po 2000-05-09 03:20:51 +00:00
Miguel de Icaza b028900fdd 2000-05-04 Valery Kornienkov <vlk@dimavb.st.simbirsk.su>
* src/user.c: Add macro %k it is block file name
       Add macro %e it is error file name
       Add macro %i it is cursor column indent of spaces, only for edit
       Add macro %y, it is syntax of current file in editor, only for edit
       Add condition y , it is syntax pattern of current file in edit
       Add macro %x it is extension of current file
       Add macro %m it is current menu filename

2000-05-04  Valery Kornienkov  <vlk@dimavb.st.simbirsk.su>

	* gtkedit/editcmd.c: Modify External Formatter (was C indent formatter) .
	Autocreate a scripts in home, from templates /usr/lib/mc/edit.indent.rc,
	edit.ispell.rc, etc. Remove leading and trailing spaces into _(""),
	(the message of David H. Martin <dmartina@usa.net>)

2000-05-05  Valery Kornienkov  <vlk@dimavb.st.simbirsk.su>

	* src/user.c:	Add condition (x filename) into mc.menu .
			for "Open next a free console" and like.

2000-05-04  Valery Kornienkov  <vlk@dimavb.st.simbirsk.su>

	src/user.c: fix segfault in chunk_alloc of glibc, when into condition
	of .mnu we have quoted space. (~.mc/menu: + f \.\ test$).

2000-05-04  Valery Kornienkov  <vlk@dimavb.st.simbirsk.su>

	* gtkedit/edit.c:
       Add ability user edit menus: system: /usr/lib/mc/cedit.menu,
	* gtkedit/editmenu.c:        home: ~/.cedit.menu, local: .cedit.menu
	Marked block is access now from an user edit menu
	Access ~/.cedit/cooledit.block for insert to cursor place from
	user edit menu.
	Created system cedit.menu

2000-05-04  Valery Kornienkov  <vlk@dimavb.st.simbirsk.su>

    	* gtkedit/editdraw.c:
	Improved a status string of cool editor for best understand,
	and to add char,hex view.

2000-05-04 Richard Hestilow <hestgray@ionet.net>

	* gnome/gdesktop.c: Fixes snap to grid.
2000-05-09 01:18:27 +00:00
Kenneth Christiansen c4e33ce31a 2000-05-07 Kenneth Christiansen <kenneth@gnome.dk>
* update.sh: Updated update.sh to support
          merging, --help, easier porting to new
          packages, et al
2000-05-07 21:42:37 +00:00
Kenneth Christiansen 49bdb76186 Small changes
Kenneth
2000-05-07 15:20:50 +00:00
Kenneth Christiansen 50d70477ae Translations from Keld
mc/po/da.po gnomeicu/po/da.po
2000-05-07 15:12:44 +00:00
Valek Filippov 6a1f965aa4 Updated russian translation. 2000-05-07 10:35:31 +00:00
Sung-Hyun Nam d6473af56b updated 2000-05-07 05:13:30 +00:00
Kenneth Christiansen 0ff2755734 Fixed small errors, and made sure that correct Danish is used
Kenneth
2000-05-07 03:04:03 +00:00
Jacob Berkman 129ee42014 2000-05-06 Jacob Berkman <jacob@helixcode.com>
* gsession.c (session_set_restart): restart with priority 40 so we show
	up in the splash screen
2000-05-06 09:48:28 +00:00
Pavel Machek b0d9ff70fa 2000-05-05 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
* lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
        comment lines with # in last release
2000-05-05 14:27:14 +00:00
Pablo Saratxaga 1b704dd52a Updated ca.po (changed mantainer) 2000-05-04 13:06:33 +00:00
Kjartan Maraas 626ff3f252 Quiet 2000-05-03 22:58:20 +00:00
Pavel Machek 8542ae3328 Fixed problems with stating / of ftp archive; minor bugfix. 2000-05-03 19:10:52 +00:00
Pavel Machek 6f3d6c89c0 Fixes to mc.ext.in 2000-05-03 09:56:51 +00:00
Pablo Saratxaga 843a6bb756 updated Danish strings 2000-04-30 01:24:30 +00:00
Pablo Saratxaga 6e50a1ddff Updated wa.po 2000-04-30 00:29:04 +00:00
Pavel Machek d91a2b9a63 2000-04-28 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
* direntry.c (vfs_s_internal_stat): added ugly special case for /
        of archive to always exist. It seems I'm hiding some underlying
        problem :-(.
2000-04-28 07:56:30 +00:00
Pavel Machek d7bf5305b1 2000-04-26 Andrew V. Samoilov <sav@bcs.zp.ua>
* direntry.c (vfs_s_find_entry_tree): segfault fixed when root is NULL

        (vfs_s_new_inode, vfs_s_new_entry): g_new replaced by g_new0

        * ftpfs.c (dir_load): ent->name is free()d for "." and ".."

        (ftpfs_directory_timeout): default value changed to 900

        (netrc_next): "const char * const keywords" go to rodata and is shared
2000-04-28 07:43:13 +00:00
Pavel Machek 27ac13996e 2000-04-26 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
* lib/mc.ext.in: Changes from
rebel@atrey.karlin.mff.cuni.cz. They
        look more consistent than original.
2000-04-26 09:54:04 +00:00