]> git.ipfire.org Git - thirdparty/plymouth.git/log
thirdparty/plymouth.git
16 years agoUpdate flares on solar plugin to be more airy
Charlie Brej [Tue, 11 Nov 2008 18:13:00 +0000 (13:13 -0500)] 
Update flares on solar plugin to be more airy

16 years agoHide splash if init=/bin/bash is on command line
Ray Strode [Tue, 11 Nov 2008 15:01:08 +0000 (10:01 -0500)] 
Hide splash if init=/bin/bash is on command line

Previously, we were just showing detailed splash,
but that causes keystrokes to get eaten.

16 years agoAdd new ply_string_has_prefix function
Ray Strode [Tue, 11 Nov 2008 14:48:26 +0000 (09:48 -0500)] 
Add new ply_string_has_prefix function

New api to help with kernel command line parsing.

16 years agoDisable fdatasync on log flush
Ray Strode [Tue, 11 Nov 2008 14:24:41 +0000 (09:24 -0500)] 
Disable fdatasync on log flush

It was making boot up choppy

16 years agoDrop comet for now
Ray Strode [Mon, 10 Nov 2008 19:33:18 +0000 (14:33 -0500)] 
Drop comet for now

Due to popular demand, we're dropping the comet.
The tail direction wasn't accurate and fixing it
made the comet look unnatural.

16 years agoGenerate a dynamicly animated comet in solar plugin
Charles Brej [Wed, 5 Nov 2008 15:04:58 +0000 (15:04 +0000)] 
Generate a dynamicly animated comet in solar plugin

This removes the need for the comet1.png

16 years agoDon't clear screen when hiding details plugin
Ray Strode [Mon, 10 Nov 2008 18:15:10 +0000 (13:15 -0500)] 
Don't clear screen when hiding details plugin

16 years agoAdd some forward declarations
Ray Strode [Mon, 10 Nov 2008 18:14:31 +0000 (13:14 -0500)] 
Add some forward declarations

Fixes build warnings.

16 years agoRework how terminals are disconnected from tty
Ray Strode [Mon, 10 Nov 2008 18:12:20 +0000 (13:12 -0500)] 
Rework how terminals are disconnected from tty

It was causing some problems on hide-splash before
that should be better now.

16 years agoDon't abort if no splash when root is mounted
Ray Strode [Mon, 10 Nov 2008 16:52:59 +0000 (11:52 -0500)] 
Don't abort if no splash when root is mounted

16 years agoMake populate-initrd default plugin tweakable
Jeremy Katz [Mon, 10 Nov 2008 16:16:24 +0000 (11:16 -0500)] 
Make populate-initrd default plugin tweakable

It's occasionally useful to be able to specify
the which plugin to use with plymouth-populate-initrd.

16 years agoDon't log debug msgs to file with plymouth:debug
Ray Strode [Mon, 10 Nov 2008 16:09:35 +0000 (11:09 -0500)] 
Don't log debug msgs to file with plymouth:debug

It creates a feedback loop.  We'll need to cut
that first before we can log to boot.log.

What'd I'd like to do is have several log targets
plymouth:log=boot.log or plymouth:log=/dev/ttyS0,
or plymouth:log=/dev/tty0

16 years agoAdd more debugging statements
Ray Strode [Mon, 10 Nov 2008 16:08:32 +0000 (11:08 -0500)] 
Add more debugging statements

Will make it easier to catch problems.

16 years agoTrack "attached" versus "redirected" separately
Ray Strode [Mon, 10 Nov 2008 16:07:06 +0000 (11:07 -0500)] 
Track "attached" versus "redirected" separately

We only want to try to attach the terminal session
to a terminal if it's not already attached.  It may
be legitimately unredirected if plymouth:nolog is
passed.

16 years agoDon't make hang ups on terminal fd fatal
Ray Strode [Mon, 10 Nov 2008 16:00:24 +0000 (11:00 -0500)] 
Don't make hang ups on terminal fd fatal

We get them when redirecting the console, etc,
so let's just log them for now.

16 years agoRevert "Merge branch 'master' of ssh://git.freedesktop.org/git/plymouth"
Charles Brej [Sat, 8 Nov 2008 05:58:38 +0000 (05:58 +0000)] 
Revert "Merge branch 'master' of ssh://git.freedesktop.org/git/plymouth"

This reverts commit 65aae81e942f63f075e08910f2e8fb0a2b2c3230.

16 years agoRevert "Generate a dynamicly animated comet in solar plugin"
Charles Brej [Sat, 8 Nov 2008 05:56:33 +0000 (05:56 +0000)] 
Revert "Generate a dynamicly animated comet in solar plugin"

This reverts commit c9db5adf269dfee5276103cb11602532be5bc28a.

16 years agoMerge branch 'master' of ssh://git.freedesktop.org/git/plymouth
Charles Brej [Sat, 8 Nov 2008 05:50:53 +0000 (05:50 +0000)] 
Merge branch 'master' of ssh://git.freedesktop.org/git/plymouth

16 years agoAdd some function declarations to header
Ray Strode [Thu, 6 Nov 2008 15:47:27 +0000 (10:47 -0500)] 
Add some function declarations to header

Previously they were being used without a prototype,
which was causing a compile warning.

16 years agounredirect console messages terminal-session
Ray Strode [Thu, 6 Nov 2008 15:44:03 +0000 (10:44 -0500)] 
unredirect console messages terminal-session

Previously, we did it manually using the ioctl
straight from main.c.  Now, there's a
ply_terminal_session_detach call that does it
for us.  This allows us to detach from the terminal
during --hide-splash, and reattach during --show-splash

16 years agoDon't clear screen if in debugging mode
Ray Strode [Thu, 6 Nov 2008 15:42:00 +0000 (10:42 -0500)] 
Don't clear screen if in debugging mode

Otherwise, some of the debugging messages
get lost.

16 years agoActually hide text progress bar when it's hidden
Ray Strode [Wed, 5 Nov 2008 21:14:04 +0000 (16:14 -0500)] 
Actually hide text progress bar when it's hidden

16 years agoshow cursor and reset colors when hiding
Ray Strode [Wed, 5 Nov 2008 20:30:18 +0000 (15:30 -0500)] 
show cursor and reset colors when hiding

So we need to reset colors and show cursor when
quiting but not hiding, and we also need to reset colors
and show cursor when hiding but not quiting.

16 years agoignore hangups if terminal is not redirected
Ray Strode [Wed, 5 Nov 2008 20:28:59 +0000 (15:28 -0500)] 
ignore hangups if terminal is not redirected

16 years agoReset colors and show text cursor on remove_window
Ray Strode [Wed, 5 Nov 2008 19:09:26 +0000 (14:09 -0500)] 
Reset colors and show text cursor on remove_window

Now that we retain the splash on screen and don't
explicitly hide it on quit, we need to make sure
that we leave the window as we found it when we
remove the window from the splash.

16 years agoGenerate a dynamicly animated comet in solar plugin
Charles Brej [Wed, 5 Nov 2008 15:04:58 +0000 (15:04 +0000)] 
Generate a dynamicly animated comet in solar plugin

This removes the need for the comet1.png

17 years agoAdd 1 to replies from get width/height of control to allow for shading
Charles Brej [Thu, 30 Oct 2008 22:07:12 +0000 (22:07 +0000)] 
Add 1 to replies from get width/height of control to allow for shading

17 years agoAdd bevel to text so it's more readable
Ray Strode [Thu, 30 Oct 2008 20:42:45 +0000 (16:42 -0400)] 
Add bevel to text so it's more readable

Now it's black *and* white so should look
good on many different backgrounds.

17 years agoDon't try to start/stop animation twice in a row
Ray Strode [Thu, 30 Oct 2008 19:56:05 +0000 (15:56 -0400)] 
Don't try to start/stop animation twice in a row

Protect against multiple calls to start/stop animation.
This prevents crashes if the user presses escape when
the animation is already stopped, and prevents
super fast animations if --show-splash gets called twice
in a row.

17 years agoMake password prompt in "Solar" plugin prettier
Charlie Brej [Thu, 30 Oct 2008 18:03:29 +0000 (14:03 -0400)] 
Make password prompt in "Solar" plugin prettier

Previously it used the blank spinfinity password
dialog.  This one matches the rest of the solar
theme much better.

17 years agoReset window mode in splash plugins before drawing
Ray Strode [Thu, 30 Oct 2008 16:57:35 +0000 (12:57 -0400)] 
Reset window mode in splash plugins before drawing

At some point during boot up the terminal gets kicked
out of raw mode.  By resetting the window mode before
drawing we ensure it stays in raw mode, so things like
password characters draw correctly.

17 years agoForce windows to get closed on quit
Ray Strode [Thu, 30 Oct 2008 16:56:46 +0000 (12:56 -0400)] 
Force windows to get closed on quit

If plymouth was called with --retain-splash, the
window wasn't getting closed which caused the tty
to not get reset correctly.

17 years agoDon't require plymouth to set default plugin
Ray Strode [Thu, 30 Oct 2008 14:59:43 +0000 (10:59 -0400)] 
Don't require plymouth to set default plugin

Package ordering requires set-default-plugin
to get called early.

17 years agoUpdate solar graphics to F10 release versions.
Charles Brej [Thu, 30 Oct 2008 16:29:21 +0000 (16:29 +0000)] 
Update solar graphics to F10 release versions.

17 years agoAdd taper to the progress bar leading edge in the solar plugin.
Charles Brej [Tue, 28 Oct 2008 11:01:08 +0000 (11:01 +0000)] 
Add taper to the progress bar leading edge in the solar plugin.

17 years agoRemove progress_box.png and its halo option from solar plugin
Charles Brej [Tue, 28 Oct 2008 10:23:15 +0000 (10:23 +0000)] 
Remove progress_box.png and its halo option from solar plugin

17 years agoChange lock icon to match spinfinity
Ray Strode [Tue, 28 Oct 2008 02:17:55 +0000 (22:17 -0400)] 
Change lock icon to match spinfinity

The other lock icon was too big.

17 years agoDither colors in non-default low depth color path
Charlie Brej [Mon, 27 Oct 2008 16:49:06 +0000 (12:49 -0400)] 
Dither colors in non-default low depth color path

This patch modifies the low color mode (slow) path
to dither the colors before flushing them to the
scanout buffer.  This improves the output quality
in those corner cases.

17 years agoRework progress bar in solar plugin
Charlie Brej [Fri, 24 Oct 2008 17:30:53 +0000 (13:30 -0400)] 
Rework progress bar in solar plugin

17 years agoIf started with debug, log it to boot.log
Ray Strode [Fri, 24 Oct 2008 17:06:49 +0000 (13:06 -0400)] 
If started with debug, log it to boot.log

17 years agoignore sigpipe signal
Ray Strode [Fri, 24 Oct 2008 16:56:07 +0000 (12:56 -0400)] 
ignore sigpipe signal

17 years agoRemove halo from around the logo image
Charles Brej [Fri, 24 Oct 2008 15:20:19 +0000 (16:20 +0100)] 
Remove halo from around the logo image

17 years agobump so name
Ray Strode [Fri, 24 Oct 2008 03:27:23 +0000 (23:27 -0400)] 
bump so name

17 years agoMake sure set_buffered_input() works
Ray Strode [Thu, 23 Oct 2008 21:06:28 +0000 (17:06 -0400)] 
Make sure set_buffered_input() works

There are cases, it seems, where we end up stuck in
raw mode on exit.  This should make sure that won't happen.

17 years agoAdd recording and recalling of status event times to estimate progress
Charles Brej [Thu, 23 Oct 2008 20:33:35 +0000 (21:33 +0100)] 
Add recording and recalling of status event times to estimate progress

17 years agoForce disconnected epoll source removal
Ray Strode [Tue, 21 Oct 2008 16:50:29 +0000 (12:50 -0400)] 
Force disconnected epoll source removal

Rather than relying on disconnected sources to
get automatically removed from epoll, we
explicitly remove them on disconnection events.

17 years agoRevert "Don't free...unless dest... refcount is 0"
Ray Strode [Tue, 21 Oct 2008 13:10:07 +0000 (09:10 -0400)] 
Revert "Don't free...unless dest... refcount is 0"

This reverts commit
5c151fb52d5445352c04b24ac85964744ba00b37, because
the condition check is already enforced by an
assertion higher up in the code.

17 years agoAt exit do on_hide_splash not ply_boot_splash_hide
Ray Strode [Mon, 20 Oct 2008 20:51:35 +0000 (16:51 -0400)] 
At exit do on_hide_splash not ply_boot_splash_hide

Calling just ply_boot_splash_hide meant that the
terminal wasn't getting reset properly causing
tty1 to misbehave.

17 years agoAdd "closing windows" debug message
Ray Strode [Mon, 20 Oct 2008 20:47:10 +0000 (16:47 -0400)] 
Add "closing windows" debug message

17 years agoMove the progress data from boot_splash up a level.
Charles Brej [Sat, 18 Oct 2008 19:49:17 +0000 (20:49 +0100)] 
Move the progress data from boot_splash up a level.
This allows the progress to be retained between calls to splash plugins.

17 years agoGut plymouth-update-initrd
Ray Strode [Fri, 17 Oct 2008 19:49:31 +0000 (15:49 -0400)] 
Gut plymouth-update-initrd

It's broken and people keep using it, so change it so that it's
useful.

17 years agoClear screen in details plugin after boot up
Ray Strode [Fri, 17 Oct 2008 19:43:15 +0000 (15:43 -0400)] 
Clear screen in details plugin after boot up

17 years agoDon't free ply_event_source unless destinations refcount is 0
Charles Brej [Thu, 16 Oct 2008 10:44:40 +0000 (11:44 +0100)] 
Don't free ply_event_source unless destinations refcount is 0

17 years agoDon't free windows on --hide-splash
Jeremy Katz [Wed, 15 Oct 2008 21:30:36 +0000 (17:30 -0400)] 
Don't free windows on --hide-splash

We still need them to be around for subsequent
--show-splash calls.

17 years agoDon't frob text cursor in window for all plugins
Ray Strode [Wed, 15 Oct 2008 18:11:24 +0000 (14:11 -0400)] 
Don't frob text cursor in window for all plugins

Instead only set it to 0,0 for text plugin and
clear screen for others (except details where we
don't do anything).

17 years agowhitespace clean up in ply-logger.c
Ray Strode [Tue, 14 Oct 2008 17:26:26 +0000 (13:26 -0400)] 
whitespace clean up in ply-logger.c

17 years agoWhitespace clean up in ply-event-loop.c
Ray Strode [Tue, 14 Oct 2008 17:25:20 +0000 (13:25 -0400)] 
Whitespace clean up in ply-event-loop.c

17 years agowhitespace clean up in ply-logger.h
Ray Strode [Tue, 14 Oct 2008 17:20:53 +0000 (13:20 -0400)] 
whitespace clean up in ply-logger.h

17 years agoply_boot_splash_load_plugin -> ply_boot_splash_load
Saleem Abdulrasool [Tue, 14 Oct 2008 16:38:51 +0000 (12:38 -0400)] 
ply_boot_splash_load_plugin -> ply_boot_splash_load

17 years agoinsufficient parameters passed to ply_boot_splash_add_window
Saleem Abdulrasool [Tue, 14 Oct 2008 16:38:19 +0000 (12:38 -0400)] 
insufficient parameters passed to ply_boot_splash_add_window

17 years agoupdate for api changes
Saleem Abdulrasool [Tue, 14 Oct 2008 16:37:52 +0000 (12:37 -0400)] 
update for api changes

17 years agofix typo: spalsh -> splash
Saleem Abdulrasool [Tue, 14 Oct 2008 16:37:05 +0000 (12:37 -0400)] 
fix typo: spalsh -> splash

17 years agoSet appropreate wakeup_time to stop using 100% CPU.
Charles Brej [Sun, 12 Oct 2008 19:53:56 +0000 (20:53 +0100)] 
Set appropreate wakeup_time to stop using 100% CPU.

17 years agoAdd a highlighting halo effect arround the logo to stop it from blending with the...
Charles Brej [Thu, 9 Oct 2008 18:29:54 +0000 (19:29 +0100)] 
Add a highlighting halo effect arround the logo to stop it from blending with the background

17 years agoAdd progress bar and remove planets from solar plugin
Charles Brej [Thu, 9 Oct 2008 12:58:52 +0000 (13:58 +0100)] 
Add progress bar and remove planets from solar plugin

17 years agoMake window_open succeed more frequently
Ray Strode [Wed, 8 Oct 2008 17:39:00 +0000 (13:39 -0400)] 
Make window_open succeed more frequently

Serial devices can't do some of the things that
makes ply_window_open fail.  We make those failures
non-fatal now.

17 years agoAdd some logging messages to main.c
Ray Strode [Wed, 8 Oct 2008 17:36:45 +0000 (13:36 -0400)] 
Add some logging messages to main.c

17 years agoIf console=tty0 is asked for use tty1
Ray Strode [Wed, 8 Oct 2008 17:35:03 +0000 (13:35 -0400)] 
If console=tty0 is asked for use tty1

tty0 means "use current tty", which is tty1
for us.

17 years agoOnly set escape handler on window if it's open
Ray Strode [Wed, 8 Oct 2008 17:32:34 +0000 (13:32 -0400)] 
Only set escape handler on window if it's open

17 years agoNew nolog option to disable console redirection
Ray Strode [Tue, 7 Oct 2008 14:24:46 +0000 (10:24 -0400)] 
New nolog option to disable console redirection

It seems like there may be cases where it's better
to not do the whole TIOCCONS song and dance.  This
provides an escape hatch.

17 years agoMove details plugin to support n windows
Ray Strode [Fri, 3 Oct 2008 16:22:23 +0000 (12:22 -0400)] 
Move details plugin to support n windows

17 years agoCreate a separate window for each console
Ray Strode [Fri, 3 Oct 2008 14:40:14 +0000 (10:40 -0400)] 
Create a separate window for each console

Since we may end up with multiple outputs
(if using serial console), we need to have
multiple windows one for each console line.

17 years agoAdd new ply_window_is_open method
Ray Strode [Thu, 2 Oct 2008 20:54:55 +0000 (16:54 -0400)] 
Add new ply_window_is_open method

Will be useful for determing which windows are
available for the bootsplash to use.

17 years agochange ply_window_new to take a device instead of vt number
Ray Strode [Wed, 1 Oct 2008 19:09:07 +0000 (15:09 -0400)] 
change ply_window_new to take a device instead of vt number

We're going to wrap windows around serial devices, too.

17 years agofix boot-splash build
Ray Strode [Wed, 1 Oct 2008 18:55:02 +0000 (14:55 -0400)] 
fix boot-splash build

needed a define added to the makefile

17 years agodrop take_console/give_console functions
Ray Strode [Wed, 1 Oct 2008 18:54:27 +0000 (14:54 -0400)] 
drop take_console/give_console functions

We aren't really using them right now.

17 years agoupdate libdir detection to reflect to plymouth dir
Ray Strode [Mon, 6 Oct 2008 15:33:39 +0000 (11:33 -0400)] 
update libdir detection to reflect to plymouth dir

Previously, plymouth was installed in /usr/bin and
we'd look for it there to figure out if this is a
64-bit or 32-bit install. Now it's in /bin, so we
need to look in /bin instead.

17 years agoMove plymouth client/daemon/libply out of /usr
Ray Strode [Mon, 6 Oct 2008 06:29:19 +0000 (02:29 -0400)] 
Move plymouth client/daemon/libply out of /usr

Since we may be calling plymouth before /usr is
mounted we need to make sure it's not in /usr.

The daemon could technically stay in /usr/libexec,
but if we're moving the client, should move the
daemon, too, I guess.

17 years agoMove ply-image to libplybootsplash
Ray Strode [Mon, 6 Oct 2008 03:25:56 +0000 (23:25 -0400)] 
Move ply-image to libplybootsplash

We don't want libply linking against
libs in /usr since /usr might not be
separate than / and not be available
early in the boot process.

17 years agoRemove sun.png from makefile
Ray Strode [Mon, 6 Oct 2008 14:07:37 +0000 (10:07 -0400)] 
Remove sun.png from makefile

It doesn't seem to exist or get referenced anywhere.

17 years agoFix build when compiled --without-gdm-transition
Ray Strode [Mon, 6 Oct 2008 04:25:44 +0000 (00:25 -0400)] 
Fix build when compiled --without-gdm-transition

Forgot a missing #ifdef

17 years agoAdd pulser to list of plugins to build
Ray Strode [Mon, 6 Oct 2008 04:22:53 +0000 (00:22 -0400)] 
Add pulser to list of plugins to build

Woops, never got added to makefile

17 years agoClear screen when hiding splash in details plugin
Ray Strode [Fri, 3 Oct 2008 20:41:37 +0000 (16:41 -0400)] 
Clear screen when hiding splash in details plugin

17 years agoTell GDM to start on vt1 for every plugin
Ray Strode [Fri, 3 Oct 2008 20:39:01 +0000 (16:39 -0400)] 
Tell GDM to start on vt1 for every plugin

17 years agoUpdate artwork and add satellites to star
Charles Brej [Fri, 3 Oct 2008 16:52:29 +0000 (12:52 -0400)] 
Update artwork and add satellites to star

This update adds planets and a comet around
the star.  When all the planets align, boot
is finished.

17 years agoFix signedness issue in fb area_intersect code
Charles Brej [Fri, 3 Oct 2008 16:30:31 +0000 (12:30 -0400)] 
Fix signedness issue in fb area_intersect code

17 years agoAdd solar plugin to configure and Makefile
Ray Strode [Wed, 1 Oct 2008 20:20:24 +0000 (16:20 -0400)] 
Add solar plugin to configure and Makefile

Apparently, I forgot to do this before.

17 years agoAdd new "solar" plugin by Charlie Brej
Ray Strode [Mon, 29 Sep 2008 04:02:48 +0000 (00:02 -0400)] 
Add new "solar" plugin by Charlie Brej

This one is designed to fit in with the
F10 Solar theme.  It features a sun with
blue flares.

17 years agoremove some ply-answer cruft that lingered
Ray Strode [Fri, 26 Sep 2008 13:36:31 +0000 (09:36 -0400)] 
remove some ply-answer cruft that lingered

The tests Makefiles needed updating.

17 years agoMake 3 text progress bars have parabolic relation
Ray Strode [Thu, 25 Sep 2008 21:48:10 +0000 (17:48 -0400)] 
Make 3 text progress bars have parabolic relation

Assocate the 3 progress bars using parabolic
equations based on advice from Soeren.

17 years agoInterpolate stored boot time with default time
Ray Strode [Thu, 25 Sep 2008 21:45:30 +0000 (17:45 -0400)] 
Interpolate stored boot time with default time

This is so we get a smooth progress bar after
/var/lib/plymouth/boot-duration is read.

17 years agoRaise default boot duration to one minute
Ray Strode [Thu, 25 Sep 2008 20:45:18 +0000 (16:45 -0400)] 
Raise default boot duration to one minute

45 seconds is probably a little on the low
side for most machines.

17 years agoForce the Will(n) function to approach 1.0
Ray Strode [Thu, 25 Sep 2008 20:44:15 +0000 (16:44 -0400)] 
Force the Will(n) function to approach 1.0

It wasn't nearing 1.0 at the end of the boot
cycle.

17 years agoHide spinfinity progress bar when stopping animation
Ray Strode [Thu, 25 Sep 2008 20:10:33 +0000 (16:10 -0400)] 
Hide spinfinity progress bar when stopping animation

17 years agoModel text progress bar code after graphical one
Ray Strode [Thu, 25 Sep 2008 20:05:28 +0000 (16:05 -0400)] 
Model text progress bar code after graphical one

Since both the spinfinity progress bar and text
progress bar are very similiar, it makes sense
to export parallel api for them.  This just changes
things around a bit so that the two plugins and
controls more closely model each other.

This change also takes advantage of the on_boot_progress
plugin interface to get more reliable boot timing
information.

17 years agoFix format string in fprintf call
Ray Strode [Thu, 25 Sep 2008 20:04:02 +0000 (16:04 -0400)] 
Fix format string in fprintf call

When writing out boot duration,
we're passing in a double, not a
a float, but were using %f.

17 years agoUse clock_gettime instead of gettimeofday
Ray Strode [Thu, 25 Sep 2008 19:54:47 +0000 (15:54 -0400)] 
Use clock_gettime instead of gettimeofday

The latter gets all screwy during boot up.

17 years agoadd "pulser" to list of acceptable default plugins
Ray Strode [Thu, 25 Sep 2008 16:47:56 +0000 (12:47 -0400)] 
add "pulser" to list of acceptable default plugins

17 years agoAdd new "text" plugin from Adam Jackson
Ray Strode [Thu, 25 Sep 2008 16:38:44 +0000 (12:38 -0400)] 
Add new "text" plugin from Adam Jackson

This one is prettier than the previous
one that's been deemed "cylon" and "kit"
before.

17 years agoRename "text" plugin to "pulser"
Ray Strode [Thu, 25 Sep 2008 15:35:24 +0000 (11:35 -0400)] 
Rename "text" plugin to "pulser"

This is in preparation for merging ajax's new
text plugin.