Subversion Repositories pub

Compare Revisions

No changes between revisions

Ignore whitespace Rev 28 → Rev 29

/nautilus-follow-symlink/trunk/Makefile.am
Property changes:
Added: svn:keywords
+Rev Id Date
\ No newline at end of property
/nautilus-follow-symlink/trunk/debian/changelog
1,64 → 1,5
nautilus-follow-symlink (0.10.0-out.1) unstable; urgency=low
nautilus-follow-symlink (1.0.0-out.1) unstable; urgency=low
 
* New upstream release
 
-- Toni Corvera <outlyer@outlyer.net> Mon, 30 Oct 2006 14:01:58 +0100
 
nautilus-follow-symlink (0.9.0-out.1) unstable; urgency=low
 
* New upstream release
 
-- Toni Corvera <outlyer@outlyer.net> Mon, 30 Oct 2006 06:16:26 +0100
 
nautilus-follow-symlink (0.8.0-out.1) unstable; urgency=low
 
* New upstream release
 
-- Toni Corvera <outlyer@outlyer.net> Wed, 25 Oct 2006 05:03:23 +0200
 
nautilus-follow-symlink (0.7.9-out.1) unstable; urgency=low
 
* New upstream release
 
-- Toni Corvera <outlyer@outlyer.net> Tue, 24 Oct 2006 23:00:48 +0200
 
nautilus-follow-symlink (0.7.0-out.1) unstable; urgency=low
 
* New upstream release
 
-- Toni Corvera <outlyer@outlyer.net> Tue, 24 Oct 2006 21:30:10 +0200
 
nautilus-follow-symlink (0.6.0-out.1) experimental; urgency=low
 
* New upstream release
* debian/control:
- Added intltool and gettext (new requirements of 0.6)
- Corrected Build-Depends
 
-- Toni Corvera <outlyer@outlyer.net> Tue, 24 Oct 2006 20:25:12 +0200
 
nautilus-follow-symlink (0.5.2-out.2) unstable; urgency=low
 
* debian/rules: Install upstream ChangeLog
* debian/docs: Install upstream BUILD instructions
 
-- Toni Corvera <outlyer@outlyer.net> Tue, 24 Oct 2006 18:32:54 +0200
 
nautilus-follow-symlink (0.5.2-out.1) unstable; urgency=low
 
* New upstream release
 
-- Toni Corvera <outlyer@outlyer.net> Tue, 24 Oct 2006 18:24:52 +0200
 
nautilus-follow-symlink (0.5.1-out.1) experimental; urgency=low
 
* New upstream release
 
-- Toni Corvera <outlyer@outlyer.net> Mon, 23 Oct 2006 01:20:15 +0200
 
nautilus-follow-symlink (0.5-out.1) experimental; urgency=low
 
* Initial release
 
-- Toni Corvera <outlyer@outlyer.net> Sun, 22 Oct 2006 04:11:50 +0200
 
-- Toni Corvera <outlyer@outlyer.net> Wed, 1 Nov 2006 21:21:48 +0100
/nautilus-follow-symlink/trunk/debian/copyright
1,8 → 1,7
This package was debianized by Toni Corvera <outlyer@outlyer.net> on
Sat, 21 Oct 2006 23:46:12 +0200.
 
It can be officially downloaded right now, contact the autor to
get a copy or more information.
It can be downloaded right now from <http://proyectos.outlyer.net/nautilus-follow-symlink>.
 
Copyright Holder: Toni Corvera <outlyer@outlyer.net>
 
/nautilus-follow-symlink/trunk/dist
1,6 → 1,9
#!/usr/bin/make -f
 
# $Id$
 
UPSTREAM_URL=http://proyectos.outlyer.net/nautilus-follow-symlink
 
dist: gen
 
# aclocal won't find libtool's m4, at least in debian, unless an
74,3 → 77,15
# Undo intltoolize
rm -f intltool*
rm -f po/Makefile.in.in
 
package-source: clean
if [ -d .svn ]; then echo "WARNING: Using SVN working copy" >&2 && sleep 2s ; fi
cd ../ && tar zcvf `basename $$OLDPWD`.tar.gz \
--label 'nautilus-follow-symlink <$(UPSTREAM_URL)>' \
--totals \
--group 0 \
--owner 0 \
--exclude='.svn' \
--exclude='devel_docs' \
--exclude='.*' \
`basename $$OLDPWD`/
Property changes:
Added: svn:keywords
+Rev Id Date
\ No newline at end of property
/nautilus-follow-symlink/trunk/configure.in
1,11 → 1,11
 
AC_INIT(src/follow-symlink.c)
AM_INIT_AUTOMAKE(libnautilus-follow-symlink, "0.10.0")
AM_INIT_AUTOMAKE(libnautilus-follow-symlink, "1.0.0")
AC_CONFIG_HEADER(src/config.h)
 
dnl default FLAGS
CPPFLAGS="$CPPFLAGS -std=gnu99 -pedantic-errors -Wall"
CFLAGS="$CFLAGS -O -Wall -Werror"
CFLAGS="$CFLAGS -O -Wall -Werror -Winline"
LDFLAGS="$LDFLAGS -Wl,--as-needed"
 
# FIXME: Make this better
Property changes:
Added: svn:keywords
+Rev Id Date
\ No newline at end of property
/nautilus-follow-symlink/trunk/ChangeLog
1,58 → 1,2
Iterim milestones
These private versions, the version numbering bumps just denote
that a development milestone is achieved
1.0: Initial public release
 
0.10.0:
* BUGFIX/INTERNAL: Try not to throw nautilus on allocation errors
* INTERNAL: Inherit CWD from parent nautilus
* INTERNAL: Adjusted allocation for printf upper_bounds
* INTERNAL: Display a simpler menu entry if allocation fails, won't work
selections
 
0.9.0 (30 oct 2006):
* INTERNAL: function tagging for optimization/semantics with GCC's C
extensions
* INTERNAL: stricter parameter attributes
* INTERNAL: Use of inlined variadic functions for debugging instead of macros
* FEATURE: Display icon in the menu entry/entries
* INTERNAL: Debugging macros/functions cleanup
* FEATURE: Support for different verbosity levels on debug
* LEGAL: Relicensed as LGPL, added license to all source files
 
0.8.0 (25 oct 2006):
* INTERNAL: Changed the use of lstat() and realpath() to GnomeVFS versions
* BUGFIX: Resolve realpaths correctly for paths with non-ascii characters
or spaces
* FEATURE: Support for multiple file selections, entries for the symbolic
links in the selected set are added to the context menu
* BUGFIX: Don't use urlencoded urls for the working dir of the spawned
nautilus
* INTERNAL: Use '.' as cwd of the spawned nautilus
 
0.7.9 (24 oct 2006):
* FEATURE: Show the symbolic link's name (unresolved) in context menu and
description
 
0.7.0 (24 oct 2006):
* FEATURE: Added support for background items (context menu on opened symlinks)
* BUGFIX: Corrected translation typos
* BUGFIX: Corrected includes only working in DEBUG/NON-DEBUG mode
 
0.6.0 (24 oct 2006):
* FEATURE: Added support for i18n, updated build-dependancies accordingly
 
0.5.2 (24 oct 2006):
* INTERNAL: Corrected includes and function declarations
* INTERNAL: Switched to the autotools build system
* BUGFIX: Retrieve libnautilus-extension's directory for installation
* BUGFIX: Fixed mistakenly using relative paths for link resolution
* BUGFIX: Fixed incorrect memory allocation (crashed nautilus sometimes)
 
0.5.1 (23 oct 2006):
* BUGFIX: Correctly check error in realpath() call
* INTERNAL: Rearrangement in multiple files, applied static where
appropiate
* INTERNAL: Added extra-verbosity, switchable on compile time
 
0.5 (22 oct 2006):
* Initial release
Property changes:
Added: svn:keywords
+Rev Id Date
\ No newline at end of property
/nautilus-follow-symlink/trunk/src/common.h
1,3 → 1,28
/* $Id$
*
* common.h
* nautilus-follow-symlink: Nautilus extension which allows opening the real
* path of symbolic links
*
* Copyright (C) 2006 Toni Corvera
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* Author: Toni Corvera <outlyer@outlyer.net>
*/
 
#ifndef FOLLOW_SYMLINK_COMMON_H
#define FOLLOW_SYMLINK_COMMON_H
 
Property changes:
Added: svn:keywords
+Rev Id Date
\ No newline at end of property
/nautilus-follow-symlink/trunk/src/follow-symlink.c
1,4 → 1,5
/*
/* $Id$
*
* follow-symlink.h
* nautilus-follow-symlink: Nautilus extension which allows opening the real
* path of symbolic links
Property changes:
Added: svn:keywords
+Rev Id Date
\ No newline at end of property
/nautilus-follow-symlink/trunk/src/nautilus-ext-follow-symlink.c
1,4 → 1,5
/*
/* $Id$
*
* follow-symlink.h
* nautilus-follow-symlink: Nautilus extension which allows opening the real
* path of symbolic links
Property changes:
Added: svn:keywords
+Rev Id Date
\ No newline at end of property
/nautilus-follow-symlink/trunk/src/Makefile.am
1,3 → 1,5
# $Id$ #
#
 
# Required to correctly install the locale files
CPPFLAGS+=-DGNOMELOCALEDIR=\""$(datadir)/locale"\"
Property changes:
Added: svn:keywords
+Rev Id Date
\ No newline at end of property
/nautilus-follow-symlink/trunk/src/follow-symlink.h
1,4 → 1,5
/*
/* $Id$
*
* follow-symlink.h
* nautilus-follow-symlink: Nautilus extension which allows opening the real
* path of symbolic links
Property changes:
Added: svn:keywords
+Rev Id Date
\ No newline at end of property
/nautilus-follow-symlink/trunk/src/nautilus-ext-follow-symlink.h
1,4 → 1,5
/*
/* $Id$
*
* follow-symlink.h
* nautilus-follow-symlink: Nautilus extension which allows opening the real
* path of symbolic links
Property changes:
Added: svn:keywords
+Rev Id Date
\ No newline at end of property
/nautilus-follow-symlink/trunk/.
Property changes:
Modified: svn:mergeinfo
Merged /nautilus-follow-symlink/branches/1.0.0:r28