viernes, 27 de febrero de 2009

Switching to Gnome blog

From now on I will use my new blog

miércoles, 21 de enero de 2009

Member of the GNOME Foundation

From now on, I am a member of the GNOME Foundation so I wanna thank everyone who helped me to be around in the great Foundation.

jueves, 25 de diciembre de 2008

Gedit on window$ Part 2

After several days working on porting gedit to windows I am proud to say that currently it is working. I made an installer so you can test it in an easy way.

sábado, 6 de diciembre de 2008

Gedit on window$

I had to remove lots of things, the saver and the loader are
not working and the plugins aren't working either.
But at least I could make it run:

miércoles, 3 de diciembre de 2008

gedit-plugins 2.25.1 has been released

This is my first release and I hope not the last.

Changes since 2.22.5
=================

New features and fixes:
- Use vte api to set cursor shape and blink mode in terminal (Paolo Borelli)
- Ported to GIO and gtkbuilder (Ignacio Casal Quinteiro)
- New implementation of drawspaces plugin (Paolo Borelli, Ignacio Casal Quinteiro)
- Misc bugfixes.
New and updated translations:
- Daniel Nylander (sv)

- Jorge Gonzalez (es)
- Nickolay V. Shmyrev (ru)

Download:
==========

http://ftp.gnome.org/pub/GNOME/sources/gedit-plugins/2.25/gedit-plugins-2.25.1.tar.bz2
md5sum: 59e6bc3f75fc49e78a27113970c575

miércoles, 26 de noviembre de 2008

Working in gedit

  • Last week I worked in a new implementation for the drawspaces plugin of gedit. Now as you can see in the gedit-plugins repo, it was ported to c and now it is using the new drawing style implemented in gtksourceview 2.4.
  • Another thing I did is port, the missing plugins to gtkbuilder and the terminal plugin to gio, so gedit is not using libglade and gnome-vfs anymore in the gedit-plugins repo.
  • Finally, I added a new feature, so now you can write +N or -N in the jump to line widget and it is going to jump to the relative line at the current one.

    jueves, 25 de septiembre de 2008

    Git branch in svn

    I finally got git merged in subversion, it gaves me a lot of problems but finally it is in subversion. So from now on, you should use subversion instead of git.
    PS: Git is already awesome.