[gnome-panel/features/merge-gnome-applets] (11672 commits) ...Merge gnome-applet's branch 'master' into features/merge-gnome-applets



Summary of changes:

  135e972... Initial revision (*)
  27d0283... gnome (*)
  891bb7c... Added myself to the AUTHORS file, and put Tim Janik in alph (*)
  d82eb19... More work on netwatch.  Still doesn't show up on the panel, (*)
  5e38977... Works for me!  As soon as miguel makes automake do what he  (*)
  61a48fa... Various fixes to panel Makefile.am:   * Don't distribute pa (*)
  0919890... include panelrc.in in distribution (*)
  01aba5f... naming discrepency -mkj&quartic (*)
  e761c5b... obsoleted by panel -mkj & quartic (*)
  956fdaf... Fixes for removal of module_test (*)
  17be233... misc mods - ask me please if you have questions (*)
  2ae53fb... More session changes: * Changed function names to include ` (*)
  de239eb... More session code: - Enriched API a bit - "Log out" in pane (*)
  7e9f0b9... A bad hack :-(  I am using explicit coordinates for the def (*)
  5a6c90c... added $(GTK_LIBS) or LDADD (*)
  5c721af... implemented applet positioning so they don't overlap. doesn (*)
  db0410c... fixed the code that checks for widgets in the way (*)
  a72d448... the "colision avoidance" of applets now works, even when ad (*)
  46b161e... Fixed the flip-flop condition by adding a timer that is res (*)
  38429c7... put the free place finding in one routine and now it will h (*)
  76a338e... will now handle all four positions for the geometry stuff,  (*)
  42b14ef... reversed x and y loading for vertical panel. the initial lo (*)
  eae06ab... the fixed is now inside a table widget, this makes it easy  (*)
  8409726... Added Files: config.c - GUI Code for configuration of panel (*)
  9cbb6aa... Ian <slow intergate bc ca> (*)
  53076c5... Ian Main <slow intergate bc ca> (*)
  f0b2f5f... took out a bit of old stuff that crept back in:) (*)
  7b0b9df... updated to include reconfigure (*)
  b6bc9ea... updated to include reconfigure - George (*)
  c0ffa78... apply stuff added (*)
  258e426... small update (*)
  3892fc6... A few bug fixes in config.c and panel.c.  Make the menu go  (*)
  ce9824b... changed the hidebutton strategy ... can hide on both sides  (*)
  c53b7f8... Internationalization to gnomine.c Listed more of the Gnome  (*)
  bc06a46... detect -lintl for libc5 systems. added a few autogenerated  (*)
  bff61a0... added panel arrows for "hide" buttons (*)
  6f21fc8... better geometry when swicthing from to horizontal and back. (*)
  49b653a... default applets loaded all from, left. Configuration now sa (*)
  b9a97a5... minor geometry fixes (*)
  c09c7b9... changed the way free spots are found yet once more, this sh (*)
  7f83f11... Renamed config.c and config.h to panel_config.c and panel_c (*)
  45c6a1c... minor changes, pixmaps made transparent (*)
  6a4ece5... geometry fix (*)
  f9ceda8... Added more config options (minimize delay, and animiation s (*)
  67f33b0... Added 'minimized size' config options.  More rearranging.   (*)
  60af032... the config file stuff revised, can now load launcher applet (*)
  7d0211c... added orientation change notify command. fixed several bugs (*)
  5f9201b... tehre will allways be one menu, (last one can't get deleted (*)
  c1450fd... slightly optimized the geometry routines though I don't get (*)
  a2955d5... gnome_string_array_free() added - very simple utility funct (*)
  895b3bb... added exit() to panel_quit(). Fixes SEGV when we try to ret (*)
  503c364... reworked the geometry stuff once more (*)
  47831b2... menu now takes screen size into account. took out the toolt (*)
  ef2dc6c... made "stays put" as the default mode as it's less confusing (*)
  2f2a5b1... added gnome-menu-*.xpm's (*)
  722e37f... gettexedted ... (*)
  48a9074... cursor is now an arrow (it was a bug that it was not) and w (*)
  e6f5b35... fixed a warring in applet_files.c - George (*)
  94aa8e7... now actually captures teh expose event and redraws itself (*)
  d92880c... fixed panel menu behaviour - George (*)
  ccf0c88... fixed a segfault - George (*)
  d8f4cde... Made `error' const. (get_dl_func): Likewise. (*)
  585874f... small mistake, took out a line by accident - George (*)
  8637aa8... for now set the absolute size of the menu button; (*)
  c323955... General cleanup: (*)
  8590084... panel is now a table instead of a fixed. This gives us far  (*)
  74363ef... disabled raising when obscured sinceit was messing up with  (*)
  51f695b... improved move performace, saner move position calculation. (*)
  4c9e2fe... removed some unused code, fixed a bug when removing applets (*)
  9db6351... more "drawers" framework done, removed traces of visibility (*)
  23228d3... added .libs to .cvsignore - George (*)
  3262679... eliminated jerky movement by using an idle function for mov (*)
  bfe1e8b... even more drawer code added. drawers aren't fully implement (*)
  d013b01... a bit of work on drawers - George (*)
  7bdda2f... fixed orientation changes affecting only one menu (*)
  a4a6334... Change the panel to use the gnome_dl* interface. (*)
  b51b24e... can load drawers now (*)
  d1535ca... added orientation property to Panel (*)
  8e8ddf3... fix build. missing '{' (*)
  9487bc0... updated - George (*)
  3fbf726... Changed void *dl_handle to GnomeLibHandle *dl_handle. (*)
  84d2659... Removed #include "gnome-dl.h". (*)
  be3e343... fixed a bunch of orientation bugs, make applet resize only  (*)
  1505334... Now directories are named according to the Name field in th (*)
  5515f28... Include <config.h>. (main): Added textdomain(). (*)
  2d65f29... Include <config.h>. And remove any `#ifdef HAVE_LIBINTL ... (*)
  6d13868... Added stub. (*)
  3cf4940... very incomplete panel widget, it's not yet usable - George (*)
  407043c... updated panel-widget .. it's theoretically complete now (fo (*)
  e3226cf... tehpanel widget seems to kind of work ... now to make use o (*)
  b8ad449... Gnome now builds on alpha-dec-osf3.2 dont build gsm if no l (*)
  eb38d48... more changes ... doesn't work! - George (*)
  5a9a4f7... work in progress on the panel-widget .... - George (*)
  8aecb94... should make the panel compile again (sorry about that), it  (*)
  b622a51... More panel widget work ... missing a lot still - George (*)
  0bf76b4... actually compiles now - George (*)
  0288b84... more work on the panel-widget - George (*)
  f9b2d1f... Ching Hui's cdplayer applet (*)
  25112db... Quick and dirty port of `panel/cdplayer' to Solaris. (*)
  183060d... ported more panel.c code into panel-widget, partial move su (*)
  1c58add... Moved top-dir ChangeLog entries to subdir ChangeLogs (*)
  0dec713... remove EXTRA_libpanel_cdplayer_la_SOURCES line, it caused t (*)
  925754e... But still distribute cdrom-{linux,solaris}.c. (*)
  df42bb1... yet some more panel-widget work - George (*)
  ceceb91... YES! panel-widget is working, at least in some basic functi (*)
  61ebc57... switched to using panel-widget. it kind of works, and shoul (*)
  7ba3de4... worked a bit on config saving, and multiple panel support,  (*)
  bf61323... added panel menu, fixed some "the_panel" stuff. (*)
  c142fdc... added session saving, fixed moving, fixed a couple of warni (*)
  562b195... fixed some warnings stupidities - George (*)
  b915c1e... fixed applet menu to mostly work (no moving yet) (*)
  7b2463d... move applet menuitem fixed (*)
  38ed4bb... popup menu now properly disappears (*)
  d4f584b... more geometry work, orientation changes work better, can pu (*)
  d35c27d... Gnome CORE module is ready (*)
  d1848b3... Gnome Core updates (*)
  d9eedd8... Misc setup changes (*)
  42c873d... gnome-core potfiles (*)
  b9b0564... More GnomeCore (*)
  af9d453... GnomeCore -- more fixes (*)
  72eb7a1... misc fixes (*)
  8cbe0d4... Use AM_ACLOCAL_INCLUDE (*)
  1667e7c... added, but not yet fully pruned yet from the applet code (*)
  e136286... some preparations for menu integration, and internal vs. ex (*)
  d03d504... more work towards menu/panel integration (*)
  236ee06... Added the help-browser directory to master list of SUBDIRS (*)
  a2444df... Added rule to make help-browser Makefile (*)
  b05d91d... Added $(GNOME_LIBDIR) to panel_LDADD (*)
  9173706... g_string_* stuff fixed - George (*)
  a4bd26a... Add new check. (AC_OUTPUT): Also generate `macros/Makefile' (*)
  b921a6c... Add $(X_CFLAGS). (*)
  0c1ca6d... update .cvsignore. (*)
  6d67edf... added window reparenting, only rudimentary stuff - George (*)
  b590890... Use tab in rule, not space. (*)
  75d73c6... ripped out all the stuff that was for the shared lib type a (*)
  6256048... Don't include DL_LIB. Do include INTLLIBS. (clock_applet_LD (*)
  f61ff82... internal menu somewhat integrated (*)
  7c61745... (init_session_management): Changed to use new SM support. (*)
  97dc6d2... Added new session managment support. (*)
  f9ac383... (panel_quit): Changed to use new SM support. (panel_session (*)
  818e362... Added new session management support. (*)
  0dcdb1a... split up configuration, integrated menu more closely with p (*)
  7fef940... tried to make menu popup-like, but it doesn't work! - Georg (*)
  93f232f... menubutton is now an eventbox and works liek a popup menu,  (*)
  2f59e85... adjusted some strings - George (*)
  fed9518... minor changes - George (*)
  f521f68... fixed a with applet placement. debugging info left in for t (*)
  f12a1e5... Added Korean translations. And some ".cvsignore"'s. (*)
  6cea7d2... state preservation, identified 3 different hidden states (*)
  ac637e1... Added bindtextdomain(). (*)
  ac4303c... started work on drawer panels (*)
  762ac34... Remove traces of `ac_gnome.m4' (*)
  356d3a4... check is_shutdown, but still doesn't do multiple sessions.  (*)
  e7c6f8c... more drawer code (*)
  659f3a6... drawerlike panels are starting to work (*)
  4538ba7... now saves drop zone position, plus a couple of FIXME's addr (*)
  0c92144... new files, for drawers (not finished yet) (*)
  bdfdf02... drawers kind of work now (well you have to edit the config  (*)
  bbbd089... gnome_init app_id parameter changes - Federico (*)
  c3c17bc... Panel goes CORBA. -mig (*)
  81ce45a... fixed a small geometry problem - George (*)
  f1e980f... Simple size fix for the clock (*)
  b8b9bff... Added help-browser/gnome-man2html to dirs to get built (*)
  54c2dc5... Slightly better Makefile.am, we need a way to detect the ve (*)
  64a6ef2... gtk_tooltips_set_tips -> gtk_tooltips_set_tip conversion -t (*)
  2208178... simple applet widget with a window and an event box so that (*)
  91147a3... implemented corba events, but it now dies with an error ... (*)
  c8c19c2... updated .cvsignore - George (*)
  804a243... quick commit .... nothing really too new - George (*)
  990b1b1... Simple stub routine that demostrates calling a CORBA functi (*)
  ac70a01... external (corba) applets will move now (*)
  b7405d0... made default panel width 48, and added a second frame to th (*)
  46f3c38... took out the debugging button (*)
  dfe1cd2... reparenting mess hopefully cleaned up. (there are two separ (*)
  34a8ce3... Added French translations... (*)
  6f29288... add support for statesaving of applets though this does not (*)
  a26a435... New macro. (gnome-panel.cc): Find gnome-panel.idl in srcdir (*)
  b0ec5ef... Italian texts - Tristan Tarrant <ttarrant suntlc etnoteam i (*)
  a4a1b42... Added gnome-info2html entry (*)
  fe65d07... Modified CXXCOMPILE so that it does not run with -O2, since (*)
  fa2db78... Make it use gdk_imlib. (*)
  5270a74... changed the way applets are destroyed a bit. cannot test an (*)
  adf253e... Tue, 24 Feb 1998 20:04:09 +0100  Vincent Renardias  <vincen (*)
  c7b18b9... Make it use gdk_imlib. (*)
  d212643... fixed typo (*)
  9333c25... don't compile the dl style applets (since they need to be p (*)
  ea58a6c... added signals. it compiles, but I can't really test it righ (*)
  6a1950d... yeppers, initial gemvt import, finally! this is much a work (*)
  e5538c5... Wed, 25 Feb 1998 20:26:22 +0100  [Vincent] (*)
  2730da5... Remove duplicated entry for `panel/batmon/Makefile'. (*)
  444e893... Misc. fixes  -- Hari (*)
  77465cb... added the id parameter to panel->applet calls so one progra (*)
  c86dfaa... Check for X11/SM/SMlib.h. (*)
  74fa1b4... Make the check for SMlib.h work better with the checks that (*)
  e5e1173... pixmap_name is now item_info->icon, as the format for deskt (*)
  cf82209... Old brain-dead icon scheme was replaced by nice PNG files.  (*)
  303762a... Icons are now PNG files. (create_panel_menu): Likewise. (*)
  86b7969... Sat, 28 Feb 1998 20:07:19 +0100  [Vincent] (*)
  1e38960... Pass explicit --name to idl. (*)
  2c30f2d... Removed check for SMlib.h; now comes from gnome-x-checks.m4 (*)
  bd26a6a... quickly ported some stuff ... no checking - George (*)
  3d7e4ce... Use /* */ comment. (*)
  7dacd6f... still does not compile ... could somebody with some automak (*)
  4e6f271... Moved file to subdir --Hari (*)
  b1d3c95... Move gnome-panel.idl and applet-{lib,widget}.* to libapplet (*)
  6d0020a... Add `panel/libapplet/Makefile'. (*)
  4b77fb8... libapplet changes (*)
  72ac98f... Added. (*)
  99f6e16... few cleanups, made orientation change work for menus (*)
  dcc00e2... Removed old files (DL stuff) and the clock applet is in clo (*)
  c6d9626... Committing in a vain attempt to get things synced up... (*)
  abba6da... hit undo button, hit undo button (*)
  67eaa11... remove libapplet dir from makefile.am (*)
  894228f... OK, libpanel_applet builds, clock_applet builds, panel buil (*)
  de511fc... remove a few extra makefile listings (*)
  7d01cd8... made signals work better, drawers hide when their parent hi (*)
  3fffb29... updates to reflect the current panel tree - George (*)
  8f8becf... why were not these things put in, doh doh doh (*)
  da1d449... we now know how to make gnome-panel.h (*)
  590f1ce... updated .cvsignore for libpanel_applet (*)
  c588f9e... orientation set sanely for everything. size of drawers rese (*)
  5c88be2... new panel-widget signal "applet_move" and got rid of restor (*)
  c06e30f... external applets are now started (*)
  effb8cc... Added gsm/main.c and gsm/save-session.c. (*)
  53ae7e9... Include GNOME_INCLUDEDIR. (*)
  4b363a3... Forgot to cvs add mico-parse.cc   -tromey cygnus com (*)
  57411f5... Removed. Don't create version.h. (*)
  8a97b7e... MICO now takes "--" arguments. (*)
  086bea9... Attempts to get the Panel compiling after the argp changes  (*)
  4f8e796... Get the panel to compile, link and work; Wonder who put the (*)
  c848cd7... Added mico-parse.h. Include "mico-parse.h". Include "mico-p (*)
  6d609dd... Define. (*)
  02a143a... Removed. Don't create stamp.h. (*)
  0152281... external applets now get restarted nicely. teh session savi (*)
  4aa17fa... New macro. (*)
  c9ffe80... session save is now passed a cfg path to allow elaborate se (*)
  54360a1... fixed a cpl of warnings (*)
  86f3544... implemented the callbacks, right now menu is built on the a (*)
  ab3171d... made the menu work on the panel side, and removed the menu  (*)
  72ae056... Logout applet CORBAized. Someone needs to fill in the logou (*)
  5fb6946... New check for `inet_aton'. (*)
  54cb9c3... Include $(srcdir) too. (*)
  c153807... fixed a race when starting applets, by having two states fo (*)
  5de76bb... New file. (*)
  8364842... Added German translation. (*)
  0060171... Removed the definition of the '_' macro. Uses definition in (*)
  6cb5ec3... Added 'logout_applet'. (*)
  78d53cb... clock bugfix: find myinvoc variable the "right" way (now wo (*)
  4b77649... fixed some FIXME's and added some sanity checks (*)
  691b3de... added menu positioning to popup menus so they appear beside (*)
  b9cd0e7... added a Launcher interface, but didn't do anything with it  (*)
  7b04b2e... added a way to call new Launchers (*)
  910d018... port to corba, acts like mc should, needs to be started aft (*)
  ac58ff5... Initial spec file checkin. (*)
  7f2275a... a few fixes, dumped the params field (*)
  85111f6... launcher_applet added (*)
  15bed4b... implemented abort_applet_id corba call. (*)
  cc758d8... added the plug-socket colde v0.1 (that's the newest I found (*)
  464f6da... fixed include -George (*)
  403f514... Updated translation. (*)
  6e21c00... quite obscolete old menu code ... removed ... - George (*)
  ad7cd37... fixed the files after the applets move (*)
  2d3632b... updated teh Makefiles being created (*)
  f2eeafe... applets directory added to the Add to panel dir, read from  (*)
  16569be... create a Makefile in applets/applets-dirs - George (*)
  c25fee7... ..... forgot to remove it .... -George (*)
  ff1d263... forgot this one .... (*)
  248ed3a... updated .cvsignore's -George (*)
  bc3d74f... impelmented restart all applets on the launcher side. (*)
  239430c... yet again .... why do I allways forget to compile before a  (*)
  10ce4c5... small cleanup -George (*)
  5af33c7... added unimplemented tooltip calls. (*)
  0970bb6... redid the way applets are initially read in (*)
  3e544b0... Allocate two arguments for every argument in initial vector (*)
  f3746f4... forgot to commit this :) just starts clock as well on first (*)
  0c8cd0f... ported to corba, indented to kernel conding style to be com (*)
  cb2090e... implemented a way for applets to find their absolute execut (*)
  915b1bd... minor updates -George (*)
  8aa2372... few fixes now actually saves pixmap name, but doesn't swap  (*)
  7679a27... general cleanup after a -Wall compilation (*)
  e39469d... loads but looks bad (*)
  8b04ef5... now compiles (*)
  7ec7506... fixed the bug of submenu's activating ... if a dentry has n (*)
  89814ae... added a script to start the panel, and laucnher now identif (*)
  6de5e9a... install panel.sh launcher.c actually compiles -George (*)
  102052f... small fix to the script -George (*)
  d1a5a3a... implemented drop support (no drag yet:) (*)
  8062ead... mico in CVS is version 2.0.5 - we should use version 2.0.5  (*)
  c5298c8... dnd code in, but it doesn't work, needs a bit of work I gue (*)
  384681f... riped out get_which_output from applet-lib and put it in th (*)
  500d69d... updated to use gtk_full_path instead of get_which_output (*)
  38f6ba0... don't do get_full_path on params starting with # which is n (*)
  529b02c... a small comment in panel.sh -George (*)
  bc133c3... Rewrite using `popen'. (*)
  c329d32... get rid of trailing '\n' in popen implementation (*)
  83dd342... fixed the annoying flicker of the panel at pos 0,0, by usin (*)
  7ec4e82... took out an obscolete FIXME -George (*)
  6964e0e... played around with dnd and didn't get anywhere -George (*)
  9da67d2... New macro. (*)
  7363c3d... playing around with dnd, but can't get it to do anything us (*)
  7862255... transfered drag to panel.c, now works at least partially, o (*)
  110850d... now defines panels GList so that we can do interpanel movem (*)
  e4a1c5b... small fix to corect for temporaries problems (never had thi (*)
  a1682d7... added two new signals. (*)
  d9e5d6e... pack widgets on remove (for drawers) -George (*)
  f5bfec9... New macro. (*)
  1cb4284... Use this to specify a C++ link rather than including `-lstd (*)
  8005af5... Trick automake into defining $(CXXLINK). (*)
  b738a17... cleanup function to clean up the gnome-config hack to spitt (*)
  7c8a733... timeout fix -George (*)
  9920e8c... set size when packing, fix warning in size_allocate (*)
  68ddbbf... drawers can't add themselves to themselves, and interpanel  (*)
  3d5cb01... use gtk_widget_reparent to move the applet on interpanel mo (*)
  3e4d1b5... minor comment change - George (*)
  d3f0528... beginnings of a swallow applet. (*)
  65ec0d5... more swallow applet work (*)
  1b1d2a2... fixed crashing by doing orientation in an idle handler afte (*)
  1fa873d... orientation actually works (*)
  b619797... Make panel produce less warnings. (*)
  2a41945... fix menu geometry (*)
  3b29f14... messing around with Xlib -George (*)
  b3cbdea... Updated Italian texts - Tristan Tarrant <ttarrant suntlc et (*)
  d65e218... made resizing panels work, thx owen (*)
  bc747b1... made swallowing to work!!! right now you have to hand edit  (*)
  67550ce... make slide open and close animations smoother by adding acc (*)
  14f31c9... make stepsizes work again, use log curve for starts and sto (*)
  9772f10... made some parameters global since they were used this way a (*)
  f145973... added smooth drawer animation (*)
  21db609... cleanups, fixed grab problem (*)
  3a8707b... made the swallow app stuff work better, waits for teh windo (*)
  cf828db... now actually sends orientation changes to new EXTERN applet (*)
  8c79329... fixed the display (*)
  f6355b3... cast to silence compiler (*)
  2981de1... queue loading of applets until everything is done, but I st (*)
  5ba06fd... I must be dumb ... 1 is not the same thing as -1 :) This fi (*)
  33f7af1... start up launcher_applet in main and kill it on exit (*)
  41add0d... added properties callback (*)
  c11525a... use tooltips (*)
  afc0f38... minor FIXME removal :) -George (*)
  bb65088... implemented session managment, seems to work without a sess (*)
  1e95a8d... get current session_id when saving, exit when save session  (*)
  4384964... no more shutdown_applet mess. now it's handeled by the dest (*)
  fa388a9... removed shutdown corba call and added handler for destroy s (*)
  295e50f... write 1000x on the blackboard: "compile before commit" -Geo (*)
  c90e640... slightly more informative debug message -George (*)
  b0df6de... Spanish translation for gnome core + (*)
  79959e7... if addition to panel fails, it is now handeled gracefully (*)
  979e599... I think someone left out the po/es.po file, right now gnome (*)
  5598edb... Missing file. (*)
  5de0446... Added es.po back (*)
  047a443... Fix a memory leak in the menu;  Fix compiler warnings -mig (*)
  6590d08... fixed anoterh minor leak -George (*)
  14b6617... recover gracefully from errors when creating widget, if you (*)
  cb6674f... small cleanups, now becomes slimmer when the orientation ch (*)
  dbecebc... fixes for size changes, performance improvements (*)
  ac2c963... fixed double g_free that was causing some very weird stuff  (*)
  0deaa4d... updated applets to return TRUE on save_session (*)
  5efe9d8... Fri, 17 Apr 1998 23:48:12 +0200  [Vincent] (*)
  614c90a... move from menu now works (*)
  3b0e7dd... remove applets that die (only those started on startup) (*)
  dd2af3e... I do hate typos (plus I made minor cleanups) -George (*)
  2a780a7... minor fixes to the remove code, sanity checks (*)
  c553023... launch appets with load_applet so that we can trap the SIGC (*)
  9633e70... made applets an array and make the whole thing pass applet_ (*)
  5a37888... added a couple of macros that do the casting of integers to (*)
  2426d94... updated to ignore generated files. (*)
  0980f0f... cookies. (*)
  92db4cb... made cookies create unpredictable directory names (add a ra (*)
  4f094fb... use g_snprintf (*)
  657f3df... Added applets/cpuload/Makefile to configure.in (*)
  027414a... Added cpuload to build dirs. (*)
  845d26b... *** empty log message *** (*)
  c3230d9... Some feeble attempts to get this to build. it still don't b (*)
  c6c7768... added this file to keep cvs happy :) (*)
  875c537... actually set orientations of drawer's panel (*)
  4df7cd2... catch "destroy" event on plug and do gtk_exit, to avoid seg (*)
  13964d9... fixed popup menu segfault, few sanity checks in menu_pos co (*)
  d008654... checks for info!=NULL (*)
  9f70f24... removed debugging macro -George (*)
  924fc5d... added change_drop_zone_pos function (*)
  14dc8e0... quick hack to have procbars from gtop available on panel (*)
  75faaf5... added cpumemusage (*)
  1d48764... 1. Added backing pixmap support to the panel. 2. Simplify c (*)
  3aeeaf5... Add a property page to edit the backing pixmap image. (*)
  362641a... Non-expandiness is the mother of all problems -mig (*)
  210cc89... fix reentrant bug in panel_clean, removed unused code on sh (*)
  da1e8f3... Use sigaction instead of signal -mig (*)
  faafec0... raise on enter_notify on button, and center drawers (*)
  2e18cdf... using SHADOW_IN instead of ETCHED_IN since it looks nicer (*)
  97ca72d... geometry fixes (*)
  5b4fe03... configuration save fixes, cleanups (*)
  12712dc... add a workaround around gtk_socket destroy bug (*)
  b004dce... removed the socket bug workaround as that is now in libgnom (*)
  aaa6398... fixed warnings on exit when applets were removed (*)
  67b66ac... Mailcheck applet fixes: you can change the theme again. Pan (*)
  24a4a38... Cookies go in Makefile (*)
  bddb186... Cookies required more oven time -mig (*)
  066230b... Use the PNG files we have, not the old xpms that we removed (*)
  3b6e828... fix several geometry problems, most notably the "applet mov (*)
  5f00f7d... interpanel moving bugs fixed and add/reparent flicker reduc (*)
  6ccdd45... added, includes the CHECK_COOKIE macros and create_cookie d (*)
  9012fc8... use crypt call for cookies (*)
  28513c7... added -lcrypt (*)
  64a31f8... Configure for -lcrypt library. (*)
  a721ee2... Norwegian translation (*)
  27780bf... Sat, 25 Apr 1998 03:02:30 +0200  [Vincent] (*)
  8588d27... add a way to add main menu to a panel (*)
  1acecf0... feeble attempts to make the drawer not flash at 0,0 on star (*)
  297ed79... fixed the find_new pos and reparenting to full panels, tehr (*)
  9710322... changed the AC_PROG_LEX -> AM_PROG_LEX though I couldn't fi (*)
  0cf6212... Unconditionally look for crypt.h. (*)
  50db75a... Only include <crypt.h> if HAVE_CRYPT_H defined. (*)
  27d15e1... Added '#include <config.h>' so we build correctly on RH 5.0 (*)
  8ff3dea... Added '#include <config.h' so we build on RH 5.0/glibc corr (*)
  2150456... Added '#include <config.h> so we build correctly on RH 5.0/ (*)
  446dd7f... Don't include -lcrypt; configure finds it if it is needed. (*)
  7311750... small fix on panel_widget_move (*)
  65192c3... Set discard command for session manager. Set restart and cl (*)
  6547124... New macro. Added --with-window-manager option. (*)
  7fad43d... Fixed typo. (*)
  764e8db... This is a simple Master Volume mixer with a mute button. (*)
  ce937c8... Added configuration for the new mixer applet (*)
  5797c05... few fixes, now actually pushing widgets apart when adding,  (*)
  81278e0... fixed some lines to 80 columns (*)
  09874f3... fixed the "move closed drawer" bug (*)
  618f37c... minor move fix (*)
  2cf84e7... more fun with the geometry/push_left bug or whatever it is (*)
  0c04c43... more tinkering, no it don't work yet but I'm just tinkering (*)
  6953b10... changed a couple of <icon>.xpm to <icon.png> as the xpm fil (*)
  8aef572... My first attempt at using the Zvt widget for the full-fledg (*)
  795a7a1... fixed several bugs, especially with size allocation of appl (*)
  4d1b1b5... fixed some more weirdness, and I can't make it mess up just (*)
  8def186... gnome_pixmap doesn't enjoy null filenames, this fixes teh d (*)
  6e4ad50... Italian texts update - Tristan Tarrant (*)
  48f5312... Dropped the crypt code as it was not protecting anything (o (*)
  783d294... Oops, minor typo (*)
  12fda0d... added frame to the panel widget struct, made drawer movemen (*)
  4f01dfb... some more weirdness fixed, hopefully, this is the last pane (*)
  78298d0... Wed 29 Apr 14:22:00 1998 Kjartan Maraas <kmaraas fib hl no> (*)
  790a6e9... Updated Changelog to reflect updated no.po <kmaraas fib hl  (*)
  190b89b... store position of drawers in the panel structure (*)
  fbe5271... a new call for checking if an applet is in drag (*)
  ca66d53... removed the grab functions and the fleur cursor var, since  (*)
  87a6d45... fixed size_allocate optimization bug (*)
  5b34770... Added support for dropping images directly on the panel wid (*)
  d536e6b... Added gnome-terminal.dekstop file Various little fixes for  (*)
  a8f7246... add handle pixmaps to drawers, right now using "panel-menu- (*)
  6724d8c... Display the current animation on the mailcheck applet inste (*)
  1396ca1... if adjust applet detects corruption it dumps the panel befo (*)
  d92b303... use a linked list for the list of with positions etc, shoul (*)
  a26f745... take out swallows and drawers from the menu (they still wor (*)
  5a58ce1... fixed shaking of applets, applet_put is now more heavy weig (*)
  782ee5b... starting of general cleanup of the widget, more corruption  (*)
  fc2b136... minor cleanups (*)
  3bfab48... fixed the mess with currently_dragged _applet and drag bloc (*)
  e840be8... fixed launcher, now sets the right size when applying prope (*)
  1331977... added the right sticking, if the panel size increases, the  (*)
  11e738f... made it possible to disable background pic once added (*)
  8f3287f... minor fix .... oh yeah .. it starts xlock now instead of gn (*)
  c0c174e... implement a new simple movement type (free movement, sort o (*)
  eb65481... keep the list sorted by position, plus various fixes (*)
  fc20d21... minor fix for reparent (*)
  de5d832... minor cleanup, fix get_pos (*)
  fb20a2e... removed includes of panel.h and mico-parse.h, panel.h is no (*)
  cd9c236... added necessary declarations to remove the need for applets (*)
  32f6b5d... slow de-arrayifying of the widget begins, the list implemen (*)
  41135d7... finished dearrayification, the array is still in, I'll remo (*)
  bfd53c8... dearrayizification is now officially complete and the code  (*)
  b71b994... decorbaized (*)
  ba13d33... minor fixup -George (*)
  e6c4f8e... clean section before saving applet info (*)
  000179c... minor fixes, remove blocking as it is not needed (*)
  8513ff6... added beginnings of a gnome-intro manual (*)
  4ccb172... add a "BAD HACK(tm)" to work around the colormap problem as (*)
  a6c6cda... minor update to the BAD HACK, to make it not crash when exi (*)
  5c7e680... Mini-fix (*)
  0be4518... new interface to the corba stuff makes it all much nicer (*)
  91dea5f... ported all appelts to applet-widget (even those that don't  (*)
  4d29fdf... New macro. Include UTIL_LIB check from gnome-libs. (*)
  6d050ff... We dont use libutil anymore -mig (*)
  bd3c5af... a bit of reshuffling and cleanups and more also added most  (*)
  3a57baf... updated for the new callback function (minor change) (*)
  5e50969... Updated the translation (no) in gnome-core (*)
  7c8a487... added the signal return stuff (*)
  042b91a... updated the signal (*)
  0c5b3a8... fixed an ugly bug in make_empty_pos (*)
  14b2bf0... minor comment update -George (*)
  4bc5161... maintain a list of forbidden panels for drawers and make pa (*)
  d423623... Made launcher use the gnomepropertybox widget. (*)
  483d108... Actually, semantically, we only want this -mig (*)
  30ca53c... added main menu count and added a way for the remove item t (*)
  92e5b8d... cast added -George (*)
  eefc8d9... fixed the properties dialog, so it now closes, and there wa (*)
  a70bd2e... added an about box (*)
  861ff51... use some gnome-stock pixmaps (*)
  899762a... minor fix to UGLY HACK(tm) -George (*)
  1666df0... completed the GNOME intro; there are many omissions, but it (*)
  c8e4f1f... fixed little bug in installing help files. (*)
  6ce653b... several fixes to config handeling, now saves config in the  (*)
  11700cf... Makefile includes printer (*)
  c44016e... added a bit more to the panel; that's it for the Red Hat 5. (*)
  3fdf97e... added the printer makefile so that the whole thing will bui (*)
  b33c42d... Fixed order we setup cb's for radio buttons for panel posit (*)
  1ce8bdc... Ok, dropped all of the nonsense code from last night and pu (*)
  5355d74... we set state BEFORE we connect the toggled signal so that i (*)
  0db9e42... updated comment for change_orient -George (*)
  d7ce5fe... minor fix to the forbidden handeling (*)
  5f58138... set drawer animation speed. (*)
  2f30b08... logout finally added as an internal applet type, since we n (*)
  d90ec40... More Irish (*)
  153780c... George, I hope you don't mind me playing with your fish. No (*)
  3df4100... switched some incldue files -George (*)
  f250e2a... ok .. try two of the commit .... fish applet going to apple (*)
  d61e03c... cvsingores -George (*)
  41ffccb... Added netload. (*)
  8e10164... disable animations option, for slow displays (*)
  4400807... fixes for free movement handeling (*)
  b8b427c... move applet_move code over and use size_allocate on drawer  (*)
  a692fde... remove BAD HACK(tm) (since it's after the release and teh n (*)
  24bbc71... Added ability to name your GNOME Fish. (*)
  dc6fe5b... added per applet configurability as per the applet standard (*)
  e831b99... use imlib to create gdkpixmaps, which makes start up instan (*)
  1a7aa64... Make the code visual-correct. (*)
  6a64133... add gui to swallow adding (*)
  b69d59b... start applets witha shell and get the pid in a slightly rou (*)
  d26defe... removed the query call as multiple applets will be handeled (*)
  7455086... netload was not building properly, removed from Makefile.am (*)
  6d1021a... Wed, 13 May 1998 22:59:15 +0200  [Vincent] (*)
  55af1dc... Add the bussign to the build list. (*)
  f072087... Add the bussign to the list of applets to build. (*)
  f9ad1b3... Put netload back in since it compiles again. (*)
  7ff1163... use fork again to start applets so that we don't swallow st (*)
  98a16e7... create the start_new_applet signal, so that it is now most  (*)
  296edae... the mulapp queue will now deal properly with removed applet (*)
  d52e359... Thu, 14 May 1998 15:33:07 +0200  [Vincent] (*)
  d7fa131... Wanda must look for /usr/games/fortune. (*)
  b3c76a3... Use a more correct comment notation (/**/ instead of #). (*)
  556cd6a... Panel now does the bgcolor dance ;-) (*)
  2021919... Really truly do background colors. (*)
  09175b8... i18n changes to bussign (*)
  c2bd93e... Disable GemVt configuration -mig (*)
  97f9287... Added German translation. (*)
  44a7ec2... killed the "panel likes the top position" bug, it was not t (*)
  2ea7904... made clock not use global variables in preparation for it b (*)
  45f3710... no position page for drawers (*)
  76c2160... Removed. (add_applet): Treat `exec' item as a vector, not a (*)
  f2068fd... show only one properties box (*)
  6774dbd... Removed auto-generated file netload/Makefile.in (*)
  896f283... handle path==NULL etc from the exec vector gracefully, stil (*)
  dcc36f2... fix segfault (*)
  3fb57b1... implement run queue, this will start up applets in a row, r (*)
  fdc837f... fixed some stupidity induced by the older way of starting a (*)
  3111d92... better new function names and using defines now (*)
  8d7150a... fixed up a lot of the old mess with applets, and fixed hope (*)
  a453f32... clock is now a multi applet, meaning if it's already starte (*)
  1724955... rearranged soem stuff to make more sense, global type stuff (*)
  d1c2886... changed to compile and work with the new applet-widget stuf (*)
  6e243b7... Very basic and very dumb, readme type document for applet w (*)
  1f1e5c8... fixed up properties, the current ones wouldn't work, if you (*)
  e00eb84... two more sections fleshed out -George (*)
  3db9bb3... bugfix for multiple applets (*)
  b0ea6e7... *** empty log message *** (*)
  c67afaf... Included 'config.h'. Added i18n of some strings. (main): Ad (*)
  f3836f4... Added initialization of i18n stuff. (computer_clock_update_ (*)
  0261bd7... Updated German translation. (*)
  6c17b1b... Added 'applets/fish/fish.c' and 'applets/clock/clock.c'. (*)
  87bae52... Added 'applets/fish/fish.c' and 'applets/clock/clock.c'. (*)
  ab07634... New macros. (*)
  e64856d... added GNOME_FILEUTILS_CHECKS (*)
  65161c5... Add diskusage. (*)
  dffd559... Why do we need that file? (*)
  0f41b4a... *** empty log message *** (*)
  c0ef1e0... *** empty log message *** (*)
  ec5d66c... figured i'd commit a *working* configure.in (*)
  d0546e5... updated the applet writing document with multiapplets (or w (*)
  d293586... Updated German translation. (*)
  d5ef8ff... Added 'applets/netload/netload.c' and 'applets/netload/prop (*)
  8958b00... Added 'applets/netload/netload.c' and 'applets/netload/prop (*)
  bcfa927... Added i18n of some strings. Added initialization of the i18 (*)
  710ebb9... adding gen_util applet (clock,mailcheck,printer) -George (*)
  32cb3f7... cvsingore (*)
  3246729... Makefile.am add gen_util, and remove clock printer and mail (*)
  e422e48... panel-widget.c attempt to fix move applet menu (*)
  7992137... only build makefile in gen_util, not clock, printer nor mai (*)
  939816d... changed the applet files stuff -George (*)
  888bff7... update the multiapplet stuff -George (*)
  38297f9... make move applet menu behave saner, but it still has the "l (*)
  f8688e2... fixed a lot of drawer geometry weirdness, drawers should no (*)
  4b142b9... fixed some segfaults, by inhibiting positioning and geometr (*)
  270a274... clean up the ORIENT_ mess and use only PanelOrientType inst (*)
  0da069b... load the email.xpm by default (*)
  886e60b... if there is no config file, pass a dummy path to the applet (*)
  6bc922e... wow, i feel special... my first work on a panel applet ;) (*)
  ecb142f... Changes to build icewm-pager dir (*)
  f035f30... Added line to build applets/icewm-pager/Makefile (*)
  20418e8... fixed up the property box stuff, and got rid of that annoyi (*)
  4f63ead... added que_pop_down and a way to inhibit the pop_down. (*)
  9314237... set titles of property dialogs (*)
  9064876... WHOOPS, I need to add these as well :) ... soooory ... that (*)
  ddba349... write 1000x on the board .. "check to see if it compiles" - (*)
  6b96d57... More Norwegification. (*)
  7bee605... updated the .desktop from the printer directory -George (*)
  58f9be5... this is why the directory wasn't going away ... -George (*)
  81a29b7... drivemount and clockmail (*)
  0816a94... Use gtk_main_quit, not gtk_exit. (*)
  666d03b... fix to exit for the times when we aren't connected to a ses (*)
  c6184d5... added PROGRAMS_PANEL_MODEMLIGHTS net/ppp_defs.h does not se (*)
  61c6f05... added the makefile from John Ellis to compile applets outsi (*)
  9b9d8cc... Make Makefile notice Dialer (*)
  279ab38... woo! Dialer should compile now :) (*)
  1e8ff30... *** empty log message *** (*)
  b61d5c0... i18n stuff for '12/24 hour'-dialog. (*)
  66e2a77... Changed "properties" to "properties...". (*)
  e395874... Changed "properties" to "properties... (*)
  fd254a6... Changed "properties" to "properties...". (*)
  12055a1... More translations etc. in gnome-core (*)
  47d48d0... Added fit_pixmap_bg field. (*)
  dcb229f... added a applet to control netscape with the remote interfac (*)
  881741f... Provide better sensitizing of background image controls. (*)
  90dfaec... Started panel dragging stuff. (*)
  4eb1179... Panel drag works. (*)
  71e357b... Cleaned up Automake hack not to generate those pesky `dummy (*)
  b28e98f... Split into ... (always_built_SUBDIRS): ... this, and ... (*)
  33eef0a... Fixed mask so panel doesn't move when you don't want it to. (*)
  823bf31... Fixed panel move to keep pixmap. (*)
  d00f689... Automake conditional that always fails. This is used in som (*)
  47fcb1c... added more configurability (*)
  00202f7... Changed "Panel Configuration" text into "panel properties"  (*)
  be3bd70... Added declaration for 'panel_session_die'. (*)
  bc4dd5c... Removed the 'if (is_shutdown)'-clause. The is_shutdown para (*)
  565ae34... Connect 'panel_session_die' to the client's die signal. (*)
  d1f198d... Removed the 'if (is_shutdown)'-clause. The is_shutdown para (*)
  63da5b9... Added Korean translations into *.desktop Updated Korean tra (*)
  c1388a3... Sun, 31 May 1998 21:57:08 +0200  [Vincent] (*)
  0284517... Added missing quote. (*)
  c2a4795... oops: forgot to commit at this level to include the ChangeL (*)
  f3c9014... pack applets in drawer on shrinkwrap, there is still an err (*)
  330abb2... Pick up includes in devel package. (*)
  8a93bda... now requires: xscreensaver (*)
  d3bdd67... fixed up the fit to panel selection (*)
  7457da8... fix #9 (*)
  eb4bd2d... fix for multi-applets (*)
  320895b... slimmer vertical mode in 12 hour mode -George (*)
  6d6370c... minor fixes -George (*)
  ee8688e... Now the top/bottom/left/right radio buttons are inside a ta (*)
  aec5c6e... Use the event's time to make the menu popup work correctly. (*)
  784f850... Destroy the pixmap in the widget style before setting the n (*)
  2d72773... fixed some braindamages, switch between, color, pixmap and  (*)
  04881c4... update the changelog -George (*)
  31baea2... fix session saving, so that it now works correctly this fix (*)
  b4e52ea... Bump up version of v0.20 (*)
  1996d27... 0.13 -> 0.20 (*)
  71ba2e1... Fix Monitor -> Monitors typo. (*)
  78c55b0... Removed netwatch as it is not being compiled. (*)
  5125d02... More fixups - Federico (*)
  c3f1344... Added gnome-panel.idl here. (*)
  44f5235... Typo fix - Federico (*)
  f9f7919... cookie.h was missing. (*)
  f0c52c8... More missing header files  - Federico (*)
  aac5126... More missing header files.  Yeech.  - Federico (*)
  87154d4... Quite a few Makefile.am's had missing header files in the s (*)
  d963338... Missing xpm's, too.  this sucks - Federico (*)
  9df512a... fixed it so that "make dist" will generate a reasonable dis (*)
  0f6d314... the pixmap resizing now doesn't read the file over and over (*)
  a55f43b... Replaced 'gtk_exit' with 'gtk_main_quit' call. (*)
  053e23b... implemented background switching and added an event box beh (*)
  bf7c5a0... cleaned up compilation with -Wall (*)
  f31a8be... Sun,  7 Jun 1998 19:57:57 +0200  [Vincent] (*)
  88325a7... guess we might as well make gnome-core work with gtk 1.1 as (*)
  6771bc4... Permit stock menu items on the applet menus (*)
  39e73a7... user setup_menuitem function for applet menus to be consist (*)
  2f0304b... made menu items use stock icons (*)
  83e4d94... minor updates -George (*)
  cb4eda4... changed panel_move to not change edges if you're within the (*)
  434a129... Added Debian packaging dir. (*)
  bfcb341... .cvsignore updates (*)
  f640081... Fixed problem with panel menus (*)
  8a534cd... store ctime info about menu's entries and stat when showing (*)
  2092b5e... Add HAVE_DEVGTK to acconfig.h (*)
  e69b335... Italian texts update. (*)
  e3f688e... Check for installed MICO version, and the libs it requires  (*)
  6e2f061... More gtk 1.1 + gtk 1.0.x stuff.. (*)
  3ad3608... Make the panel compile again by including additional mico l (*)
  9ea251b... added -lbsd to the unwanted mico lib list since it doesn't  (*)
  5924b4b... rightstick now works between sessions as well, and minor fi (*)
  1ee392f... include math.h ... (*)
  c8561ae... minor cleanup -George (*)
  5998c03... Checked in a gmenu, the GNOME menu editor, still needs a Ma (*)
  6291762... removed in favor of Makefile.am could someone check Makefil (*)
  4cf4173... Removed spurious \n. (*)
  49bed10... Look for mico-setup.sh in $mico_prefix/doc. Also, handle MI (*)
  bae5ba3... Ignore mkdir failures. (*)
  febfd80... add string_is_in_list function from panel.c (*)
  0cdf92e... fix up the .order stuff ... it seems to work now .... just  (*)
  910c3ec... Disable master connection if --discard given. (*)
  6b3ce98... polish translations from Pawe� Grajewski -George (*)
  6dcf31c... fixed a crash on closing properties, took out the functions (*)
  a520b81... minor update to shield dumb applets -George (*)
  605841b... made the children list a list of all registered external ex (*)
  1deffce... minor details -George (*)
  5462bf4... cosmetic updates -George (*)
  82fb504... other cosmetic changes -George (*)
  f6883a3... minor cosmetic update -George (*)
  524180d... minor cosmetic changes -George (*)
  4b8f807... Mon, 22 Jun 1998 12:38:50 +0200  [Vincent] (*)
  5ef7a35... Swedish translations (*)
  2a37823... Fix a couple of typos (*)
  0707d59... Fix typo (*)
  3e03eb9... add authors file with all the authors .... if you did somet (*)
  ca610fe... HA! I'm the only author .... (*)
  c7338af... add logo -George (*)
  4a68bde... panel logo .... a gegl .... (*)
  b70c34b... yes I am weird and I do weird mistakes (*)
  e4f1152... Added another email animation this one is that animation th (*)
  599972e... add config.h.in to ingnored files. (*)
  1e13506... Added 'gnome-terminal/gnome-terminal.c'. (*)
  e67585d... Check the return value from create_launcher (*)
  4109b0c... Files required to get gnome-config to provide support for a (*)
  5da1046... One line change to properly set the $mico_prefix (*)
  f179ecc... Updated. (*)
  dbb9dd7... Don't sed in INTLLIBS. Remove @INTLLIBS   (*)
  bec2c49... Added Portuguese translations to .desktop and .directory fi (*)
  def6272... the former panel-widget has been split up into three differ (*)
  d139873... reflect new API changes, read the Changes section in the fi (*)
  e8ccab0... handle NULLs correctly for all built-in types, and fix the  (*)
  60d454e... ported to the new save_session signal and using privcfgpath (*)
  36d5f3d... added a way to write applets for this and 0.20 -George (*)
  87196b6... optimize sending of the applet_move signal and of the apple (*)
  b0da1cc... add a way to add edge (snapped) panels (*)
  3e128db... Now uses stock menus icons. (*)
  6848449... Now uses stock menu icons. (*)
  0f35fd2... prevent flashes during moving (*)
  793a4f0... Revert silent change. (*)
  8452921... make hidebuttons behave a little bit more sanely, you can f (*)
  0e8812a... removing panels now possible, fixed autohide and drawer int (*)
  c6df356... fixed the segfaults on exit when drawers were present (*)
  f00be94... minor fix for drawers .... and removed some debug stuff -Ge (*)
  90203e6... Fixed memory leak. (*)
  e56fa2f... Include <stdlib.h>, not <malloc.h>. (*)
  6551a18... fixed removing of applets if the process dies (*)
  df9f9be... initial coding of corner-widget, it seemed way too easy to  (*)
  c6974f1... add support for corner widget, so it kind of works, though  (*)
  77834fe... use set_fixed_Font for the less widget -George (*)
  7e19bc7... fix the mose glaring bugs with corner widgets (*)
  6b72f4f... full support for the corner widget, plus a lot of bugfixes, (*)
  d39dcc3... fix the broken way the drawer monitoring worked (*)
  f77494a... Fix shell syntax bug in case when MICO is not found. (*)
  9d0f134... Changed Log (*)
  abb32f8... George has made it all to easy to create panel applets.  To (*)
  344a2e5... fixed drawer oddities and cleanup some code (*)
  25f9312... apply Neil Vachharajani's patch to fix session saving (*)
  88af89f... fixed reparenting, for some reason the applet still "feels" (*)
  993d2fd... made below changes compile ... still does not work for me t (*)
  91f3736... update .cvsignore -George (*)
  0c73bb3... general cleanup, I thought that after adding code, I need t (*)
  c8e3ee5... cleanups, plus we no longer refer to panels by their count  (*)
  39195f2... got rid of the ugly inhibit allocates hack. (*)
  60ecfd8... Fixed sigchld_handler I think.  Panel would crash when remo (*)
  c737ab7... much smarter menu rereading, will only reread the current m (*)
  86adb54... make it possible to have _add which only binds the eents of (*)
  598b66c... make the exit though mico calls, not with gtk_exit (*)
  af4a523... remove applets from their eventboxes thus destroying the so (*)
  15c37f6... Build the new battery applet too. (*)
  61f4beb... Added applets/battery/Makefile (*)
  0323013... one needs to add section/key to the privcfgpath, not just k (*)
  b0084d5... Stop searching as soon as a `mico-ld' is found. From Michae (*)
  85c20e2... extend swallows to make them far more usable then they were (*)
  7cb38b7... fixed a segfault, there needs to be an entry in the applets (*)
  eb388eb... Give a parameter to orb->shutdown(). Likewise. (*)
  7aee9ea... Remove defines. `glib' provides the same thing as GINT_TO_P (*)
  2f47ae4... Thu, 16 Jul 1998 14:52:19 +0200  [Vincent] (*)
  9bdbd2f... Backward compatibility defines for people using gtk+ 1.0. (*)
  131005e... Added smproxy. Create smproxy/Makefile. (*)
  5f56bd9... made configuration syncing do partial saves instead of alwa (*)
  66062a7... minor cosmetic changes -George (*)
  ceb88e8... Provide fallback values for non linux/FreeBSD m/cs. (*)
  d282f13... New check, based on AC_PATH_X11. Needed to get defines used (*)
  b280a43... make use of gnome-dentry-edit, plus some cleanup (*)
  24f496b... Changes needed to get the panel to use ORBit. (*)
  aafdb97... take out ugly hack ... (*)
  5019897... took out the _SWALLOW_ define, swallows could now be in a r (*)
  e402a0f... Use `STD_DEFINES' rather than `STD_CPP_DEFINES'. (ORB_LIBS) (*)
  c70bfed... (panel_LINK): Define to $(LINK) or $(CXXLINK) depending on  (*)
  dd5ab6a... variable PROGRAM_GMENU with a check for gtk/gtkctree.h whic (*)
  26e08f2... add #include <string.h> to make gcc happy (*)
  0764723... cleanups, better multiple dir menu support, more autoreread (*)
  67e0533... cleaned up the load_applet function mess a bit, having one  (*)
  4481771... Added session-properties.c. (*)
  acf6940... got rid of destrocy_callback which wasn't usefull any more (*)
  7440f08... Panel needs a major rework/rewrite: (*)
  a71e83a... Fixed: The "main menu applet" was not saving/restoring stat (*)
  0cf6232... A little more debugging code. It _should_ now g_assert() ou (*)
  f653980... cleanups in panel core, plus a whole bunch of fixes (*)
  2778290... Attempt more reliability. Still segv's if we remove applets (*)
  21f2e8a... Removed. Don't define WINDOW_MANAGER, AC_SUBST it. (*)
  f507c08... major moving of code from one file to another, no bugs fixe (*)
  7e6d19e... whoops forgot these -George (*)
  23e0c22... Removed generated files. (*)
  1ab8078... Updated Portuguese translations. (*)
  663680a... i18n'ed string in about dialog. Added panel/applet.c to POT (*)
  d388a80... added applet_widget_sync_config to the end of the propertie (*)
  bc1e8bc... added better support for case by case session saving, if an (*)
  309a0c3... update for the config_sync stuff -George (*)
  6d64e8a... moved panel menu creation to panel.c (*)
  e87dfb2... Internationalization work and Portuguese updates. (*)
  7870de7... Added `panel/session.c' to POTFILES.in . Updated Portuguese (*)
  8c72353... unified the "Panel" submenu in root menu and the right clic (*)
  6a9982d... add .directory files to the checked file list as well (*)
  cbb702b... Add CORBA_SRCLIST to be cleaned in a maintainer-clean (*)
  b0fd93e... regenerated the HTML using the latest DocBook tools; some f (*)
  e84af4f... fixed a compile warning. (create_drive_widget): use (*)
  3cb3fb6... Add ORBit generated files (*)
  40f8d3e... very large cleanups in panel-widget, effectively getting ri (*)
  36e0bf0... fixed size_allocate to allow applets all the way to the rig (*)
  1c40409... fixed up the size_alloc and size_request, it's now using a  (*)
  127bc83... more cleanups, no need to the pushing functions, we get tha (*)
  1782844... Changes for latest ORBit (i.e. we need to tell the POAManag (*)
  74ac06e... Setting static pointer back to NULL after CORBA_free()ing. (*)
  6e6bac1... Added Japanese translation. (*)
  8f386b2... added drawer pixmaps for the panel -George (*)
  c4ed07f... minor fixes and added the new drawer icons from John Ellis (*)
  cd947ac... minor cleanups after -Wall compilation (*)
  6f31e84... Sat,  1 Aug 1998 05:24:40 +0200  [Vincent waw com] (*)
  d8781dd... added support for no_window widgets, not fully but it's som (*)
  66bdfd9... instead of a button for each menu item action there is now  (*)
  cadff88... Move mico-glue.h ... (panel_SOURCES): ... here. (*)
  4861e61... Use INSTALL_DATA in a for loop, don't install all at once. (*)
  d656921... Merged with `gnome-core.pot'. Likewise. Likewise. Likewise. (*)
  614a561... a bunch of cleanups in _remove _add, to be more gtkish (*)
  cab1061... fixed main menu addition segfault (*)
  8c963e4... Session-saving information about selected filesystem. (*)
  036fc31... Increased maximal device name length from 4 to 5 to make `i (*)
  0a3afd5... Toplevel: 1998-08-02  Raja R Harinath  <harinath cs umn edu (*)
  ca79891... Remove `applets/winlist/winlist.c', and `gemvt/getopt.c'. A (*)
  91fb139... Remove applets/winlist/winlist.c, gemvt/getopt.c, help-brow (*)
  0aea0f9... Add `gnome-intro.html'. (INTRO_EXTRA_DIST): Merge with EXTR (*)
  bea16f6... fixed memory leaks concerning remove_link (*)
  5638128... Updated. (*)
  9e4dd18... does this fix the flicker? -George (*)
  091868e... GNOME 0.25 -- drooling macaque (*)
  75bed0e... Remove smproxy until it does build properly (*)
  2f170b0... Updated/added spanish menu descriptions and spanish languag (*)
  68fa5b3... Updated Portuguese translation. Not finished (yet). (*)
  63759ff... forgotten '\n' again ... (*)
  0482896... fixed a few warnings (*)
  b91036d... minor cleanups in function params (*)
  89844ff... fixed interaction of applet_padding and insertion of applet (*)
  6c4949d... implemented properties of menu buttons (*)
  0145620... removed a leak when launchers were destroyed and made confi (*)
  d73f57e... added the beginnings of the control center.  This shouldn't (*)
  3ab032a... merged panel configuration with the applet configuration in (*)
  3baa771... minor -Wall induced cleanups (*)
  597dce1... Account for buffers when computing totals. (*)
  ff783ed... Reverted accidental change to Makefile.am (*)
  11c380b... Fix warnings, deactivate object upon shutdown, etc. (*)
  449b728... fix autohide panel/drawer interaction (*)
  0288365... offload some drawer functionality from drawer.c to drawer-w (*)
  e665bb7... check for cases of allocation being 0x0, and don't draw in  (*)
  c3b91f8... fixed a memory leak (*)
  fceffb8... Updated sv.po (*)
  3346ba9... show even closed drawers, they flicker during startup anywa (*)
  b401aa9... *** empty log message *** (*)
  c918f68... Fixes, blah. (*)
  9ee470a... *sv.po: Removed spurious \n. (*)
  d004136... Removed spurious `--2fHTh5uZTiUOsy+g--' - has this file bee (*)
  f39453c... Added gnome-core.spec to EXTRA_DIST (*)
  f8a85af... Fixes for 0.28 - Federico (*)
  cd40d16... Updated Portuguese translation. (*)
  1263ae0... Updated spanish language file (*)
  f87352c... updated spanish language file (*)
  88e3686... fix menu positioning to use requisition allocation was Bad( (*)
  ee350db... added slightly ugly optimisation to the drawer placement co (*)
  caf61c3... Re-enabled commented out DIST_SUBDIRS and added `winlist' t (*)
  0972049... Added `applets/winlist/Makefile' to the list of created Mak (*)
  b78cfa9... Added some explicit dependencies to make it work for people (*)
  9bbf9c2... Bumped version number to 0.28 to make it the same like in ` (*)
  3bbf665... Added explicit dependencies for mico stuff. (*)
  46dc44c... Using $(always_built_SUBDIRS), $(sometimes_built_SUBDIRS) a (*)
  c45d74f... Merged with `gnome-core.pot'. Likewise. Likewise. Likewise. (*)
  7ebc047... Merged with `gnome-core.pot'. (*)
  9293418... Conditionally compiling `control-center' if we have ORBit. (*)
  f4d1713... Fixed typo. (*)
  678a41e... Actually compile `control-center' if it is enabled. (*)
  0abd377... Add `winlist' to the set of distributed subdirs. (*)
  cf36ac8... Added rule so that the orbit idl stubs are cleaned as well (*)
  c322a31... Added `-I$(top_srcdir)/intl -I$(top_builddir)/intl' to `INC (*)
  19775bf... Added DIST_SUBDIRS again. (*)
  39d2b9c... added a new version.  Cleaned up the code a lot.  The contr (*)
  f561e48... just some more \n fixes (*)
  05dc21d... *** empty log message *** (*)
  0081613... Removed all smproxy code. Don't mention non-existent direct (*)
  f06fae8... Don't CORBA_free () the ior since it is needed when a new i (*)
  ae9b96e... Until there is actually a 'gkb' directory to do things in,  (*)
  d7961aa... Make rule even more friendlier to a build without `DocBook' (*)
  fdfc789... If 'guname' is on the path, use it for an "About GNOME..."  (*)
  d619717... Added gkb. (*)
  f4e92dd... fixed the flickering by using drawing area instead of gtkpi (*)
  3beae64... very very very minor typo fix -George (*)
  e8342cd... Added Portuguese translations. (*)
  6835c75... Got caplets working finally... not all that interesting yet (*)
  281779a... Removed. Removed. We now use libgtop to get the fsusage and (*)
  d33269d... Removed this autogen'ed file. (*)
  98273ee... New check. Added libgtop stuff. (*)
  8184f0d... Removed. This check is no longer necessary since we now use (*)
  017dd05... This applet now requires libgtop. Likewise. (*)
  4a477ac... Disable the bussign build for a while. I'm using it as a te (*)
  814648e... added "themability", so that you can load up a different an (*)
  b9dbab9... Bah didnt realize CVS would make a commit message for each  (*)
  d7a0f7e... renamed caplet* to capplet* added working corba support too (*)
  69b1741... added a capplets directory. These are used with the control (*)
  8fcde3e... Updated Portuguese translation. (*)
  2d7528f... redid the icon stuff, now icons are windowless widgets whic (*)
  d765eae... Add ../../panel to the include path, link to the applet lib (*)
  587292e... fixes, made pressed return bool (*)
  e4dfc38... Add conditional bussign build if you have libghttp installe (*)
  fd65595... Add checks for seeing if libghttp is installed. (*)
  810c333... removed support for no_window clicking since it's not neede (*)
  a8b50d6... fixed up the position calculation (*)
  05eee17... uset the logo-icon image for the main menu, this however do (*)
  524afa5... don't resize the pixmap when we don't need to (*)
  3aa39ad... use the new transparent gnome icon image (*)
  690e6f7... Fixed a bug, that occured, when the panel connects the sess (*)
  0869f04... cleanup of orient stuff (*)
  a3e493c... clean up menu positioning code, so that there is only one f (*)
  48dd638... accept and properly launch .desktop files (*)
  f45fb9c... fix initial position (*)
  74baeff... made icon settings configurable (*)
  40ac9a2... fixed undefined deps with applets by putting the menu posit (*)
  dfc371f... Added some LibGTop stuff. (*)
  19daa77... more czech translations by Adam Buble (*)
  97e2822... Cleaned up widget/applet_widget division (*)
  2155d7d... fixed a bunch of list/memory related problems (*)
  5bc068c... fix a minor memory leak (*)
  3c9b288... commented out debug info (*)
  41cdfe1... Pass the sync_applets list by reference so that the list ca (*)
  fe7a904... Fix a couple of warnings in the Panel.  We need to fix all  (*)
  8f02782... got rid of an obscolete argument (*)
  dfe2952... Some ref-counting fixups. Ref the widgets we are going to l (*)
  ac2d0ec... fixed include file typos (*)
  2c45583... Fixes for new GArray interface (*)
  dd8577a... install tiles into a separate directory, we will want to br (*)
  443320c... clear the list of applets after do_session_save default til (*)
  d809287... Check for NULL _before_ cast to avoid warnings. (*)
  d28c8bc... typos fixed, now correctly loads tiles (*)
  d4ab463... removed support for mico and related sources (*)
  50cb0a0... fix a whole bunch of warnings (*)
  d89e11e... added argument checking to functions, fixed a bug or two, a (*)
  4902dc1... much saner now. Can now write real capplets... (*)
  d162a72... added properties to menus (*)
  cfe13a9... use color_picker (*)
  84207eb... fix drawing after color/pixmap drop (*)
  65dcada... fixed a possible cause of the applet multiplication bug, bu (*)
  39a84b8... spell errors fixed (*)
  30a026a... - Updated some POTFILES.in's. - Updated fr.po's accordingly (*)
  f485a00... added a way to make ... buttons optional (*)
  fec17c6... fixup socket destruction (*)
  225be72... Toplevel: New check. (*)
  af44ef0... Complete removal of CXXLINK hack (*)
  ef402ce... Remove unneeded variable. (*)
  753f7af... closedir() what was opendir()'d. (*)
  6f04cc3... bunch of minor fixes (*)
  cd1eb53... removed some dead code (*)
  31e8104... got rid of the children list and we are no longer trapping  (*)
  3e3865c... correctly trap the destroy signal and correctly destroy the (*)
  98def27... actually destroy sockets on exit, don't just remove them fr (*)
  3a0c4cf... very minor fixup (*)
  7dd76f1... fixed brandamage with the request_id, it used to sleep one  (*)
  e511348... Added `HAVE_LIBGTOP_SMP'. (*)
  07a2cd8... Fix warnings -mig (*)
  c62e465... Warning fixes -miguel (*)
  04e17cf... Added applets/charpick (*)
  f3296ff... Added Character Picker applet Added charpick subdir. (*)
  e7ecfd1... Changelog entry for new Character Picker Aapplet addition (*)
  10916ac... entry for adding charpick stuff to configure.in (*)
  22e66f5... fix zombies (*)
  82c0820... Small translation update. Suggestions by Mika Ritola <foxtr (*)
  ea0f66b... Moved .idl files into a top idl/ directory. (*)
  3acf74a... And the crusade against XPMs begins... (*)
  ad8f9c1... changed xpm references to png. (*)
  ba857ef... Removed conditional build of gmenu since gtk+-1.1 is now a  (*)
  a91ec5f... Added option to run gmix from right click menu. (*)
  93a8e7b... Remove capplet/background-properties/Makefile from configur (*)
  c663b8f... add entry after applet_widget_add to allow pasting (*)
  e67a680... generate capplets/keyboard-properties/Makefile (*)
  168a234... fix drawer open/close code when animations are disabled (*)
  c98072c... follow the show_dot_buttons on creation, so that they don't (*)
  2bbb3fd... An afternoon lost in make distchecking.  Ah well.  Life goe (*)
  cdc370c... fvwm-pager added. See applets/fvwm-pager/README for details (*)
  f00f989... Added Changelog entries for fvwm-pager. (*)
  9fc9b2d... quoted $FVWM_PAGER in test ! -z "$FVWM_PAGER" (*)
  1aba363... configure.in: Add 'capplets/screensaver-properties/Makefile (*)
  19c4930... Sigh, more updates for 0.30 - Federico (*)
  7955358... Added some .cvsignores. (*)
  65d2531... updated spanish file (*)
  bc9cb06... Updated for 0.30 release (*)
  285bf02... replaced gnome_pixmap_new_from_file_at_size with (*)
  1b85600... Reworked the whole pager application. Now it uses a gnome_c (*)
  1e45c6b... Warn if some of the applets will not be built. (*)
  c127682... Add applets/slashapp/Makefile (*)
  beb0a9b... Port of background properties config tool into a capplet (*)
  0453704... More warnings if `libgtop' isn't found. (*)
  c9272b1... Added option to disable hidebutton pixmaps. New functions f (*)
  c8489e8... Use '?' to separate the sed commands as ',' is used when pe (*)
  8560514... color set callbacks use guint8 instead of int. (I think the (*)
  79997a9... Cosmetic trivialness. (*)
  65cc8db... Yet another desperate attempt at trying to translate at the (*)
  04be361... More Norwegification (*)
  9e19a9f... applied patch from Michael O'Reilly <michael metal iinet ne (*)
  82dfee5... Removed the `gnome-core-libgtop.patch' - this was used to m (*)
  4a181d7... Makefile.am(always_built_SUBDIRS): add slashapp (*)
  8486d30... Updated spanish descriptions, added some french description (*)
  11ef1af... Start on sound properties capplet (*)
  c4c4a3f... updated spanish language files (*)
  2a1b98b... Die annoying question marks (*)
  ef2d5f4... enable user to configure the mail checking interval and an  (*)
  10e1ebc... adding gnome-pager (*)
  76d16f3... adding...... (*)
  1b70734... adding..... (*)
  8f833df... session save MUST return FALSE, otherwise applet is NOT res (*)
  d9acb72... Updated. Thanks to Yukihiro Nakai for the patches. (*)
  4d9c1c7... Updated norwegian translation. (*)
  c247750... panel will, if it detects a gnome-compliant wm be a client  (*)
  ce2d149... fix minor warnings (*)
  1b68ee5... grrr... forgot this file (*)
  f591879... changed xlock to xscreensaver. (*)
  cbe24e2... Install the idl files (*)
  9a84aaf... Added Portuguese translations. (*)
  b05f01b... updated spanish language file (*)
  d101701... Use the new DND api. (*)
  15b3e76... Use the new DND API. (*)
  cc81d89... Matching braces help. (*)
  745487b... Danish translations from Wandy (*)
  5b1b623... Update ORBit checks to use new gnome-orbit-checks.m4. accon (*)
  21c3021... Added `da'. (*)
  55f4189... Added the ability to drag launchers applets and directories (*)
  68d692b... Updated translation (*)
  4f935ea... It's nicer when it compiles as well...... (*)
  cd056ea... Added configurable hidebuttons for drawers much like for sn (*)
  dee2b2e... put a nasty FIXME comment in, nothing actually changed -Geo (*)
  59d22bb... Small Cleanup (*)
  49d74d0... This is not a void function. (*)
  d0270e0... Updated Portuguese translation. (*)
  3adb2a1... esd manager applet added (*)
  effaa2e... esd manager! here we come... (*)
  d72e11e... esdmanager builds conditionally on finding esd... (*)
  abdcf78... needed to add HAVE_LIBESD... :) (*)
  35defe9... conditionals here too... :) (*)
  150583d... now its optional.. yaya! (*)
  293dfbf... 1998-10-28 The Rasterman <raster redhat co< added this.. go (*)
  9690b82... add warning if old siugnal is used (*)
  4650377... fixed minor buglet if you don't have xscreensaver installed (*)
  f51bb4c... grr... lets _save_ the file before we check it in... (*)
  e3db05f... Append esd.m4 (*)
  4d5f751... I wanted to give the blue whale a little rest. check out ne (*)
  fd0e755... *** empty log message *** (*)
  332dcfa... fixed Makefile.am to install oldwanda.png (which was added  (*)
  939fc4d... small fixes (*)
  30cefee... forgot Changelog :-) (*)
  155dca6... poptimization (*)
  b0fcc6a... set return type to gint and return FALSE, so that the prope (*)
  3d0e896... Actually define the HAVE_LIBESD conditional. (*)
  426aa9f... include confdefs.h to get VERSION. (*)
  8cbabc8... `confdefs.h isn't a nice name for a header file. Since no o (*)
  16e1731... Updated Korean translation. (*)
  05882ba... handle boxes for swallowed applets (*)
  7ba5eb4... floating swalloeds take2 (*)
  e45f81e... updated spanish language file (*)
  44f9636... Apply patches forwarded by Justin Maurer <justin openprojec (*)
  b647b87... Migrated to GnomeColorPicker vs GnomeColorSelector to clear (*)
  b2a9785... tile_enabled toggle button for each button type (*)
  e617ae0... the merge ... (*)
  0c9cfb5... Small patch from Richard Hult <rhult hem2 passagen se> (*)
  3ee815a... connected "changed" signal of mc->spin spinbutton to proper (*)
  0f6dacb... Remove HAVE_ORBIT, HAVE_MICO_ORB_RUN. HAVE_ORBIT is now imp (*)
  476ebc6... Forgot on last commit. (*)
  1edf6a6... fix my email address in log (*)
  819b158... added catalan language file (*)
  eb9dbe0... Fri, 13 Nov 1998 21:07:25 +0100  [Vincent] (*)
  1ec8dea... connected "changed" signal of spin buttons to code that ena (*)
  4431b22... updated catalan language file (*)
  d9abf0e... updated spanish language file (*)
  bc277a7... setup the config structure properly for corner hidebutton o (*)
  0fb0c4f... just cosmetic touch up (*)
  52605ec... Updated translation. (*)
  25aac27... updated translation gnome-terminal/gnome-terminal.c: fixed  (*)
  aa6084f... Updates to fi.po (*)
  57aaeca... Added fr & es language descriptions to *.desktop files Adde (*)
  a9a7faf... make fi.po compile, patch from Richard Hult (*)
  99ceec8... fixed some bugs with user menus and non-both configuration  (*)
  1ec6b37... fixed the apps directory creation, now rereads when a file/ (*)
  df468e6... updated spanish language file (*)
  76514de... updated *.spec file (*)
  a4012bc... i18n work. (*)
  fbb2568... More i18n work. (*)
  28a5927... Updated translation. (*)
  e43989a... updated ca & es language files (*)
  64b0593... Added warning message that the `netload' applet will not be (*)
  32e5159... ... oops, only committed the ChangeLog but not the file its (*)
  b6e6701... Nice the process. Also, fixed compiler warnings. (*)
  a01a08e... Comment out gtk_clist_set_policy(). This should compile now (*)
  d829e97... Use gtk_scrolled_window_add_with_viewport instead of gtk_co (*)
  0415629... Seems I really forgot to commit this file ... (*)
  385247f... Removed include of gtk-socket.h, which now is in GTK+. (*)
  a37fa91... added a .gnorba file.  I don't know if this is the right pl (*)
  bf1f6ae... Actually exit when --discard-session is passed to us (*)
  8af60f9... fi.po update (*)
  38bc2ec... Some more fi.po updates (*)
  46f31f7... Oops (*)
  45829cc... Started translation of gnome-core.pot to Russian (*)
  1e36647... Strings that have numbers in them are translated differentl (*)
  83fe5d1... use the new dentry-edit new function (*)
  5605737... got rid of ugly entry changed disconnect by using while_ali (*)
  1262504... only get an existing filename for menu path, and use direct (*)
  ed129d5... translation (*)
  404fa18... got rid of some ugliness (*)
  4ba868f... sync ChangeLog 1998-09-09  Miguel de Icaza  <miguel nuclecu (*)
  90c18db... Time to break everything - redid panel CORBA interface for  (*)
  22573ea... Further goadizing - store goad_id's in params, and activate (*)
  87492bf... how the hell did that crap get in there. remove stuff that  (*)
  8931e4d... this /should/ fix most of the stuff. sorry about that, ever (*)
  51a6e2d... replaced gnome_color_selector() with gnome_color_picker().  (*)
  e469d35... GOADizing complete and working. (*)
  c383124... translated (*)
  b54bedc... Remove some deprecated functions from gnome-dialog (*)
  1795d23... Added required app id arg to applet_widget_new (goadizing b (*)
  4443fc1... applet api changes. Lord only knows if it will work, but th (*)
  a095a37... Compilation fixes. (*)
  48b2abe... s/gtk_container_border_width/gtk_container_set_border_width (*)
  8cab236... Updated translation. (*)
  5ae3155... fi.po update (*)
  429811b... Added a configuration option to hide the date. (*)
  53129fc... Also list `-lpanel_applet'. (*)
  7dcff3f... Panel makes noises when expanded/collapsed ;-) (*)
  a95c52f... Added bell properties capplet. (*)
  c3831f4... Added "Look&Feel" properties capplet. (*)
  f225ffa... Removed `desktop-properties' - we have capplets for all of  (*)
  e5a3055... Use gettext 0.10.35 Removed `sed POTFILES...'. Removed gett (*)
  b8dcb25... updated catalan language file (*)
  04b0584... updated catalan language file (*)
  24a7af0... Add a closing brace. (*)
  40f44cb... removed the params stiff from extern applets and use goad_i (*)
  8b4f36b... replaced applet_widget_new_with_param, and changed all mult (*)
  8262259... changed the interface not to pass params but goad_id's (*)
  4ca9901... fixed a small problem of a clist not initialized (*)
  77d4375... do grabs on the panel side again and fix the grab problems  (*)
  33c8db0... Change ``object'' in applet_register to ``Object'' since th (*)
  3fb0995... Updated Portuguese translations. (*)
  5dbe2c9... Polish translation from Zbigniew Chyla <cyba t19 ml org> (*)
  63330db... ..and the Changelog too - someday I learn to use cvs :) /ti (*)
  db2c086... Added hungarian (magyarszkij) support... (Not complete) (*)
  bb4a4a0... hu added to ALL_LANGUES... (*)
  4cf3fa9... launch applets so that always a new instance comes up, also (*)
  6543b0a... remove request_globcfg (*)
  bf1b76c... Updated translation. (*)
  e9e2ce8... GNOME-standard autogen.sh scripts automatically run 'automa (*)
  11c4fdc... use abort_load applet widget call instead of a call which w (*)
  b1b17b2... added an abort_load call to abort loading of the applet if  (*)
  86757dc... make a lot of the calls oneway which should improve perform (*)
  8ba7a56... fixed up includes, removed applet-lib.h and added applet-wi (*)
  80c70a8... the last changelog message was supposed to be in applets no (*)
  a6f2038... updated translation. (*)
  2c1ccfc... Fix memleaks and free's of memory that isn't ours. (*)
  9537780... scratchpad thoughts for george, ignore (*)
  e3dd862... Fix for new goad_server_activate_* API. (*)
  d72bdab... a new applet to configure the behaviour of the gnome_url_sh (*)
  9e6e6c0... Fixed the word for "GNU GPL". (*)
  9cb9e99... Made fvwmpager module self contained. It does not need the  (*)
  4ec605b... More params for server activation. (*)
  0ee382d... Moved control center out of gnome-core (*)
  3989f96... Updated to reflect move of control-center and capplets (*)
  28c5870... Removed control-center idl files (*)
  e152b30... Noted move of control-center and capplets (*)
  c762651... I think I made the fvwm-pager check work as intended... (*)
  ebf8016... Ran `make update-po' to eliminate messages from control-cen (*)
  d4348aa... I just made a make update-po... (I hope it was good) (*)
  0a1231d... Test the branch. (*)
  2bc8810... Revert commits that were supposed to go into the branch. (*)
  9db88f3... removed %{prefix}/share/control-center from %files list sin (*)
  df4c3cd... Fixed (for me, at least). (*)
  d106cc2... test A == B is not standard (use test A = B) (*)
  d2cdabc... Update from Eiichiro Itani. (*)
  f8f0a0e... Updated some... (*)
  9fa7791... Updated translation (*)
  bdc3bbf... Always use LibGTop to get the data. (*)
  58143bf... Following a suggestion from Richard Hult it is confusing us (*)
  a9a13f5... should fix segfaults when clicking on non-swallow applets - (*)
  d739cf8... Don't free the data of the goad_ids_list to avoid a core du (*)
  54917dd... updated spanish language file (*)
  43d96a0... "mini-commander" added (*)
  992515e... the goad revolution is over ... old panel is dead .. long l (*)
  ccd3f47... the goad revolution for applets changes are fairly minimal  (*)
  4283275... the completely new and improved panel interface -George (*)
  0ace1f1... remove this file since it's obscolete -George (*)
  6fbf13f... quick note in the changelog about the absence of changelogs (*)
  caf1701... Disable the bussign. Doesn't work. Shouldn't really be part (*)
  56ccee3... Updated Korean translations. (*)
  797df40... added the following files: applets/mini-commander/mini-comm (*)
  34740a2... Updated. (*)
  9458de9... Translate, translate, translate, translate............. (*)
  1be1d67... start up clock and three launchers (help,control center and (*)
  1cc3ce1... No C++ comments! (*)
  9cf8ccb... no c++ comments (*)
  450eeea... applet-widget.c: Misc changes to try and find out what is m (*)
  3099670... We're going for 1.0 baby! (*)
  d35eac1... minor sanity checks added (*)
  6310c18... Turn off factories for now - everything seems to work excep (*)
  dbc7997... Added Japanese translation to the desktop entry with our sp (*)
  c9895d6... Added Japanese translations for desktop entries with our sp (*)
  eec7136... Fix AC_INIT, it was testing for an obsolete file. (*)
  87d2542... fixed some problems with events so that clicks work again o (*)
  2f16b18... Lots of *CRAP* to make gnome-core make distcheck successful (*)
  c3fc769... changed the event setup a bit to be less expensive and smal (*)
  1ebbb96... Fix "About GNOME..." menu item. (*)
  0d301ee... let's do the correct xscreensaver command (*)
  a704f95... *** empty log message *** (*)
  78403ff... Updated translation (*)
  5b3a8d2... Updated norwegian translations (*)
  817f3f9... Removed. Use the GnomeProcBar from libgnomeui. (*)
  3a37975... Sat, 19 Dec 1998 17:25:48 +0100  [Vincent] (*)
  e3c6eb8... Merge panel changes in from GNOME_STABLE branch (*)
  af0050e... Use factories, again. (*)
  1356c8e... fixed little syntax error (*)
  1e894f8... 'make distcheck' now succeeds across all of these. (*)
  5a476a1... Merge more changes from GNOME_STABLE. (*)
  4d6be6a... *** empty log message *** (*)
  c1e0714... Multiload applet changes. (*)
  5bd3b3b... Build fvwm-pager applet unconditionally. (*)
  1782449... Removed logic to check if the user passed --with-window-mag (*)
  c22fcf1... "applets/mini-commander/docs/Makefile" added (*)
  e415e0f... Only draw if the tile is non NULL. (*)
  5cb68d8... merge changes from GNOME_STABLE -George (*)
  698e40c... merged changes from GNOME_STABLE -George (*)
  08ff0a9... an attempt to fix the clock applet's excessive cpu useage.  (*)
  a8ce8b5... close opened files! (*)
  f7c53b5... s/g_copy_strings/g_strconcat (*)
  21d85e8... Wed, 30 Dec 1998 23:04:25 +0100  [Vincent] * Major translat (*)
  3cdeb91... cleaned up some weird stuff, and use g_string where possibl (*)
  eae1d6e... remove unneeded glist (*)
  61dde8c... got rid of the pop_first routines (*)
  d81631f... Merge from STABLE (*)
  ce78fd9... remove applets/cpuload/cpuload.c since it doesn't exist any (*)
  b5276cc... updated spanish language file (*)
  d638259... updates spanish language file (*)
  7cf4a26... Updated translation (*)
  37b73e2... set layer to AboveDock for autohide snapped panel (*)
  f3cd496... Updated Translation (*)
  9f5df14... Shooby Ban <bansz szif hu> (*)
  6394dbd... Corrected PO format (*)
  87246d8... removed applets/gkb/properties.c, as it seems the file has  (*)
  a685c93... reverse redhat check for menu properties, fix properties se (*)
  a16de53... Shooby Ban <bansz szif hu> (*)
  f181f71... Shooby Ban <bansz szif hu> (*)
  e8bd26e... Do not compile fvwm module if fvwm is not installed. (*)
  e0ebc19... - addded missing Makefile.in.in with correct using $DESTDIR (*)
  168a5d2... Fix (*)
  05d3948... - auch .. missing some $DESTRIR. (*)
  c0b7213... add a tooltip and use button-widget and a tile for logout (*)
  56bc298... add blue tiles that will be used in logout buttons (you kno (*)
  1fa3c51... "applets/mini-commander/src/Makefile" added (*)
  1635178... "applets/mini-commander/" replaced by "applets/mini-command (*)
  11c86e1... moved *.html help files to a subdirectory, one per language (*)
  dd11531... show/hide the convert items when creating the menu when the (*)
  b2a5459... some possible leak fixes (I don't think they were real), an (*)
  08092ea... merge check_and_reread into submenu_to_display to make it a (*)
  c8143a0... some memory savings, and some cleanup (*)
  9f01de2... very minor mem leak caught, use alloca macros, cleanup crea (*)
  d8ce3c7... fix possible segfault (*)
  c38df19... Removed everything that was left over from the cpuload appl (*)
  6149409... test if the read line is not empty some non-standard wmconf (*)
  8d1403d... ooops. This commit should be OK. (*)
  8c6b78e... As discussed on the list a couple months ago. (*)
  187ba16... Updated the Danish translation from daleak freeside dk (*)
  5285c2e... No warnings. No mercy. (*)
  accd504... Grr. My last fix was even more broken then the first one. N (*)
  54d302b... some cleanup, and queue the applets on startup to avoid som (*)
  9ed75e9... hmmm figured out why the swallow is quirky, it hate's being (*)
  2dc7547... Updated translation. (*)
  be01afb... Added nl to the translations, courtesy of Dirk-Jan C. Binne (*)
  8e26460... New icon for mouse-properties... /tigert (*)
  bffc79f... Replaced the netscape launcher icon /tigert (*)
  6240516... Updated. Not yet finished. (*)
  69219ec... the bussign is dead. long live the bussign. (*)
  1ce4765... remove alloca() type functions since they aren't in glib an (*)
  98ddcd5... No clue how the redhat menu stuff ever worked.  Must have b (*)
  7ee9a31... Bump release number (*)
  589622b... s/gtk_toggle_button_set_state/gtk_toggle_button_set_active/ (*)
  3400d61... added *.desktop and pixmap for vietnamese xterm, added _( ) (*)
  438e956... Remove removed files (*)
  c3fcd07... updated (*)
  8bd5878... add "Keep menus in memory option" for systems with slow dis (*)
  8bfdee7... implemented "Add to personal menu" for launchers (*)
  89f9308... fixes for the strconcat stuff (*)
  e84a03c... updated translation (*)
  e277832... fixed edit bug where canceling the dialog would remove the  (*)
  2069628... Made autoraise optional (*)
  5fa4fa2... allow adding of whole directories to the personal menu from (*)
  50fb8b9... make a better guess for the name of the app based on the fi (*)
  c27eade... Set version number to 0.99.3.2. (*)
  1eb02fd... Reflect new sources directory on ftp.gnome.org. (*)
  a05ab3e... Sun, 17 Jan 1999 00:07:41 +0100  [Vincent] (*)
  9483210... updated (*)
  6518e10... cleaned up the submenu_to_display thing, now doesn't destro (*)
  78872f1... don't show the entry if the entry load failed, and do more  (*)
  aec4df0... Changed the description. Fixed a typo in the location_info. (*)
  13b3126... Connect to the help signal of the GnomePropertyBox to (*)
  4ee42b5... Connected the help button of the GnomePropertyBox to (*)
  e13cfce... Connect to the help signal of the GnomePropertyBox to (*)
  9e740b9... There really should be an "applet_id" or something like tha (*)
  0b2dfbd... applets/gnome-pager/gnomepager_applet.c: 64-bit casts every (*)
  8efb512... don't show the frame when using a background pixmap (*)
  4c1e5c2... Renamed deprecated Gtk+ functions. (*)
  bdae0dc... new files, combining some of the functionality of all the w (*)
  411f431... updating translations in ru.po (*)
  bd2ea05... "gsm/manager.c" added. (*)
  d7ae5d6... Updated translation (*)
  c55cb4f... More updates. (*)
  6cd2981... Can someone please tell me why `applets/cpuload/properties. (*)
  bb1c5a4... Removed `desktop-properties/*'. (*)
  188f3ab... Updated translation (*)
  69dcd95... Connect the help signal of the GnomePropertyBox to (*)
  7feef3f... add DND for internal applets as well (*)
  efd5f2d... accept netscape URL drags and add them as gnome-moz-remote  (*)
  4189534... addes Russian translation (*)
  fc877e7... removed icewm-pager from build, removed esdmanager from bui (*)
  00b270b... handle more url drops and fix a minor memleak (*)
  b4f2405... updated (*)
  55efee7... Add check for sys/soundcard.h - BSDI hides it there. (*)
  5d98b8b... Add conditional #include for {linux,machine,sys}/ soundcard (*)
  e0dba5c... Added gnome-terminal/C/Makefile to the list of files to gen (*)
  6fa1913... Fixed a bug with the task list arrow and a vertical panel. (*)
  3a0e0c4... Shooby Ban <bansz szif hu> (*)
  f74c12d... Updated translation. (*)
  166168d... Apparently ru.po was broken for a while (a lot of duplicate (*)
  f95bc93... If you are going to touch the Makefile.am, make sure it pas (*)
  7ecec82... gnome-terminal/C/Makefile.am: Try to not bomb out if no doc (*)
  36f619e... Fix indentation (*)
  93919c2... Compile fix (missing var). (*)
  05ecfb1... launcher.c: If a launcher doesn't have a command specified, (*)
  d9574e4... Patch from Mike Bond to avoid warning - move assignment bef (*)
  ea41e04... ok changed behaviour slightly to avoid crashes when a pixma (*)
  3d5b43b... configure.in update (*)
  d6f212e... spell fixes (*)
  8967df7... for all toplevel windows set the correct wmclass (*)
  6df6a05... Updates and fixes (*)
  fe12f5c... Update es.po (*)
  70d7a8c... Updates and fixes (*)
  26a9bdd... Corrected shamefull spelling errors. (*)
  4192f91... Changed gnome-edit to pay attention to the settings from th (*)
  52c5890... typos in .desktop and nl.po (*)
  bde8a10... Again, removed a bunch of files that ARE NOT DISTRIBUTED. I (*)
  fcee17b... now we no longer draw the trough, and let mixer.c handle th (*)
  02bf1b8... on all dialogs, when just trying to "redisplay" an existing (*)
  b038230... fix drawer flash (*)
  3d0a9df... Updated translation (*)
  843e4e3... Forgot this (*)
  839832a... Updated translation (*)
  b83e368... Oops, emacs forgot this. (*)
  6ca5a5f... use set_icon for icon entries (*)
  d5d58bf... Updated Korean translations. (*)
  1908151... Added Korean translations. (*)
  1301062... destroy the fake when the main window is destroyed (*)
  85fe530... keep drawers mapped but offscreen, never hide them, just mo (*)
  bbf9fb8... partially fix the problems with compliant WMs, seems like i (*)
  a1b09a8... Shooby Ban <bansz szif hu> (*)
  76381d0... fix compliant WM's by a bunch of hacks, the animation code  (*)
  fea2792... Shooby Ban <bansz szif hu> (*)
  21f6f4a... cleanup of the fake window stuff for animations, should fix (*)
  413d3f4... optimizations and some display bugs fixed (*)
  fabf032... #include <stdio.h> please... (*)
  a56cdc9... fix drawer positioning under compliant WM's, reduce the num (*)
  5067ddc... fix disappearing drawer bug (*)
  3cd67be... removing gticker. it does not belong in 1.0 (*)
  31b5396... disable the reparenting fake window hack (*)
  7a8b091... Invoke the properties for the correct part of the applet. (*)
  5e18358... set allocation to the size of window that we request, put s (*)
  5504b0f... remove dead code, really change allocation, remove reparent (*)
  0b27c47... Now this is the timeout handler. (load_graph_draw): Do not  (*)
  1b86226... Prepare for 0.99.7 - Federico (*)
  93084aa... 0.99.7 - Federico (*)
  09e6142... remove redundant queue_resizes, fix initial drawer flashing (*)
  f01aa03... set client priority to 40 so that the panel gets started be (*)
  9c76171... Shooby Ban <bansz szif hu> (*)
  0ef2c89... Shooby Ban <bansz szif hu> (*)
  1aced9d... changed layering to be below normal app window layer unless (*)
  598a8ce... -lgnorba missed.. Mon Feb  8 20:03:53 1999  Timur Bakeyev < (*)
  ba9ba9a... 0.99.7, take two - Federico (*)
  191d2fc... set up the session manager to restart the panel when it die (*)
  9f4fd52... Minor corrections (*)
  5888d8b... revert raster's changes to layers, DOCK layers are for thin (*)
  60c1042... Updated no.po (*)
  cb6af19... fix allocation problems with hidden panels (*)
  9e739aa... Make dist loves to change these - Federico (*)
  9f98da0... don't do the corba init (which registers the goad server) u (*)
  87be05a... added "keep on bottom" option for the weird raster type lay (*)
  01e5ec8... remove panel2.idl as it's old and not used -George (*)
  a545f0d... only apply on page == -1 to avoid multiple property applyin (*)
  10871d3... Nuked this directory. (*)
  26e1629... Replaced gnome-core.spec with gnome-core.spec.in, so gnome- (*)
  9fc4075... *** empty log message *** (*)
  a199de0... Make it work with the generated gnome-core.spec. (*)
  97c45db... applied patch from Felix Bellaby <felix pooh u-net com>, an (*)
  35ede11... updated spanish language file, minor i18n diffs in gnome-he (*)
  6973f3f... fix state restoration for side hidden panels (*)
  2448446... added WIN_HINTS_DO_NOT_COVER to hint mask. fixed exec initi (*)
  edb5703... Minor fixes -- leftovers from the last time. (*)
  1173135... 0.99.8 - Federico (*)
  60f9511... remove our own dentry save routine (*)
  801d3ed... add "auto close" to drawers, when a launcher or a logout bu (*)
  352102a... Updated Korean translations. (*)
  ea2f3ae... Added these files. (*)
  04c0737... cleanup of code (*)
  e1cfd99... protect against running multiple panels by asking user to c (*)
  c84cd93... Use @VERSION@ here instead of the version number. (*)
  dee6339... Update es.po and es_MX.po (*)
  9335b46... revised libgnorba test for whether an existing panel is run (*)
  16c9a25... Updated no.po (*)
  7dac339... fixed "hyperactive beeping autohide panel" bug (*)
  6a15523... finally fixed the annoying "badwindow when changing backgro (*)
  fed6577... updated spanish language file and POTFILES.in (*)
  4f40706... Shooby Ban <bansz szif hu> (*)
  1651234... updated spanish language file (*)
  f5e178d... More Portuguese updates. (*)
  9ef1ef3... when the allocation on the socket is larger then it's requi (*)
  a1a6223... remove C++ style comments -George (*)
  c78531d... fix bugs with extraneous menu separators, when a menu is em (*)
  f4b14a3... set the background style in a correct fashion hopefully (*)
  b238a34... 0.99.8.1 - Federico (*)
  6fb69d6... Shooby Ban <bansz szif hu> (*)
  0b57a0d... Shooby Ban <bansz szif hu> (*)
  c9d8bf6... Shooby Ban <bansz szif hu> (*)
  1c314dc... updated danish language file (*)
  7a1f0de... Look for system menus in $datadir/gnome/apps instead of $da (*)
  9777e1a... install .desktop files in $datadir/gnome/apps. (*)
  a66b0f6... Shooby Ban <bansz szif hu> (*)
  67e14b8... Shooby Ban <bansz szif hu> (*)
  6a19050... use GNOME_PAD* defines for padding (*)
  33b9594... fix auto_close drawer vs. autohide snapped bug (*)
  8a8dcba...  ru.po: almost final update (*)
  8cdd999... Remove a superflous "msgid" (*)
  699ea87... fr.po: update. (*)
  69642a6... fix hiding when animations are disabled (*)
  fdd606a... Sed in @GNOMEGNORBA_LIBS   From, among others, Ian Campbell (*)
  6a15eaa... Define to `gnome-config --libs zvt`. (*)
  83e49cf... Updated translation (*)
  d77a769... Do the real gettext translations from the N_() marked strin (*)
  8cd7111... Small spec file tweaks (*)
  02ae3cf... Get desktop files from gnome/apps not apps (*)
  42850bf... Shooby Ban <bansz szif hu> (*)
  7254a09... Shooby Ban <bansz szif hu> (*)
  81bd19f... fixes for the new size_request handeling (*)
  ff17555... Applied the patch from Jacob Berkman that makes the multilo (*)
  6082317... Resize the widget after changing the size in the properties (*)
  09a4bf0... <badhack>No double noises on (un)collapse. (*)
  5405591... Updated Portuguese translation. (*)
  73cb63b... add unix time option for people that want their time in the (*)
  e9e8b00... add a non constant movement option that is closer to what t (*)
  54bd898... remove some dead code (*)
  1e1727c... Shooby Ban <bansz szif hu> (*)
  8ab44f0... ahhh ... correct the location of drawers so that they are n (*)
  88f74cd... Add jbc applet to the bunch. Tested. (*)
  f2f94f4... use set_rc_style widget method. This should fix the errors  (*)
  6545966... added a small usleep in the animation loop to help with smo (*)
  18121bf... edit by Red Hat staff (*)
  86c5b48... Updated translation (*)
  9b40a78... updated translation (*)
  5f7c43a... updated german language file (*)
  df2b4d9... Made gnome-edit acknowledge both the EDITOR environment var (*)
  cbf9b16... Prepare for 1.0.0 (*)
  dddd69e... Updated translation for 1.0.0 (*)
  ab8b232... Shooby Ban <bansz szif hu> (*)
  ff1e122... Fix broken %build section. (*)
  54f3957... Shooby Ban <bansz szif hu> (*)
  940e325... add "Only terminate panel" button to the logout dialog (*)
  9280217... Shooby Ban <bansz szif hu> (*)
  ec92c5e... Added Korean translations. (*)
  c3e7e00... 1.0.0.1 (*)
  9af80b1... Updated translation (*)
  fd48df2... updated spanish language file, and added support for multi- (*)
  970b9f8... Last-minute fix for 1.0.1: (*)
  e552845... Stuff for mmarker's 1.0.1. (*)
  3194746... Shooby Ban <bansz szif hu> (*)
  9f780ae... Bah.. I'm sick of seeing the debug output. IF you MUST look (*)
  8a61d31... Spec file updates (*)
  8725bda... Updated translation. (*)
  7ea2baa... Updated translation (*)
  29fddc9... Pressing help button on configuration dialogs will load app (*)
  9560620... add a timeout to prevent double clicks from pressing the bu (*)
  07be2fb... Made the timeout actually be bat->graph_interval seconds. (*)
  4c60749... fix flicker with hidden panels, by getting size_request of  (*)
  23acce8... changed double-click-ignore timeout to 400ms (*)
  3f29313... don't store the background pixmap, just make it for drawing (*)
  68b5d80... use set_rc_style instead of restore_default_style this shou (*)
  1557354... export show_x_on_panels and use it directly, avoid warning  (*)
  ee8076f... stole menu positioning function from gtk as gtk_menu_reposi (*)
  edbfb52... Updated translation (*)
  05f71ce... Norwegian translation of gnome-terminal help. (*)
  119bef9... Small update. (*)
  d85fd32... remove old code (*)
  4cbc15d... remove gdkextra two files from compilation (*)
  57949ca... implelemented getting the tooltip text back (*)
  fd752a2... optimize applet moving, now moving an applet only affects t (*)
  9588276... Updated. (*)
  c538f4b... 1.0.3 - Federico (*)
  af80371... Shooby Ban <bansz szif hu> (*)
  61788d0... Updated translation (*)
  4a3f351... applied patch from Jacob Berkman <jberkman andrew cmu edu>  (*)
  1e44f3f... fixed a bug where a autohide panel didn't stay side hidden  (*)
  90a83e8... add dragging capability to launchers, now you can drag laun (*)
  c9980c4... remove another possible crash when panel is removed while s (*)
  c702092... Translation updated and completed by the new Finnish transl (*)
  f035602... ChangeLog entry for last fi.po-commit. (*)
  6f5e232... Consistency check. (*)
  3074e15... Finnish translations of applet .desktop files. (*)
  1f6318f... add \r\n at the end of a uri_list line (*)
  ca756f8... removed incremental applet saving stuff, now saves them all (*)
  d5c5583... when an applet is removed don't recount all drawers, just s (*)
  80ee648... very small comment update -George (*)
  6c4dd34... Begin to make gnome-core usable in Italian. (*)
  4ef721c... add libpanel_applet.la to LDADD for the panel, so that shar (*)
  031d07d... Renamed Red Hat Menus to AnotherLevel menus now we use GNOM (*)
  2fab92f... updated catalan language file (*)
  40b8a2c... default launchers were screwed up and didn't load with the  (*)
  be71fec... Set the close_hides property on the window. (*)
  6d2b46d... Updated translation (*)
  6ab58b3... updated translation (*)
  cfa8d54... Add test for zvt_term_reset. Preparing for new feature in g (*)
  93f5510... Add HAVE_ZVT_TERM_RESET (*)
  e303f74... the path passed from the panel already contains the '/' so  (*)
  3c3c6f2... fixed the "incredible disappearing launcher" bug, and furth (*)
  9e32ca5... Remove references to gmenu/{dialogs.c, dnd.c, gmenu.c} adde (*)
  438eef2... updated translation (*)
  4ef2c2f... generate help-browser/help/ko/Makefile (*)
  1147f34... themes... (*)
  dd5fc91... Use gnome-wm instead of icewm as default. See gsm/ChangeLog (*)
  8b7d713... Set the state of the graph-direction radio buttons correctl (*)
  7364b24... gnome-libs will now confirm before logout. (*)
  5092bc7... Small bug fix. (*)
  2105883... Added the About box. (about_cb): New function. (destroy_abo (*)
  e429698... I didn't feel like hacking anything so I coded an utterly u (*)
  74d1a20... Added another_clock applet. (*)
  b132f7f... *** empty log message *** (*)
  7a6ab3b... Changed the default height to 48. (*)
  557c2b1... Lots of small improvements. (*)
  85403ac... Set the size before allowing the update function to run. (*)
  e83abcd... Updated translation. (*)
  ef47f44... New file. Thanks to Will LaShell <wlashell cland net> for t (*)
  76e05d9... Put the theme data files in EXTRA_DIST. WILL PEOPLE *PLEASE (*)
  2ca6962... Sigh, another missing file. Added bolt.xpm to EXTRA_DIST. (*)
  44f3324... Updated Portuguese translations. (*)
  1941b94... 1.0.4 - Federico (*)
  13f60f4... updated spanish language file (*)
  ceed350... remove the prompt for logout option as it no longer worked (*)
  c9ab7c1... after extensive pestering by Jens Lautenbacher <jens tellux (*)
  504dd61... for the previous change not to look funky with drawers, I m (*)
  0663bbd... updated translation (*)
  80a1128... hardcode 48 instead of PANEL_MINIMUM_WIDTH since we want a  (*)
  b898b80... some icons.. /tigert (*)
  666c35f... Added the icon for Eterm.desktop /tigert (*)
  3bc8041... add #include <limits.h> (*)
  71dafd4... applied menu reorganization patch from Ettore Perazzoli (*)
  74e75bc... allow middle button to start drags as well (*)
  2fa6f9d... applied patch from Nick Lamb <njl98r ecs soton ac uk> and s (*)
  6f456f4... Use ZVT when autodetecthing the Zvt features. (*)
  d0ac2dd... sort of reverted the patch for the eject/load, I left the f (*)
  556a5b7... doh. Changed also the changelog :) /tig (*)
  287cc62... don't check for tray position if that ioctl is not defined (*)
  a000ebd... check for if we actually did get the panel_client and put a (*)
  8acbceb... Updated spanish language file, added walloon language file, (*)
  25fdfaa... updated walloon language file (*)
  99caab0... Updates and a few fixes. (*)
  9bff067... set the gnome-less text thingie thing to at least 80x24 cha (*)
  33f746c... Shooby Ban <bansz szif hu> (*)
  6803c8f... bind drag_motion on the panel to make an autohidden panel p (*)
  8d7734c... Include gnome-factory.h explicitly. (*)
  8e0556c... Add this one too. (*)
  f1cd9e5... updated translation. (*)
  afcbe66... Removed excess trailing comma (*)
  aecf271... new tiles--drc (*)
  02a50b6... Shooby Ban <bansz szif hu> (*)
  852577d... Fixes crash of wanda when fortune is not installed. (*)
  726b7f0... Set the minimum values for update time and width to avoid l (*)
  5242338... Close the directory in the correct spot. Fixes crash. (*)
  a5db657... Create the temporary file with O_CREAT|O_EXCL and tell xear (*)
  8168279... Add a --with-kde-datadir flag so you can point at KDE menus (*)
  81c4cc2... Add a KDE menus directory to parallel the AnotherLevel and  (*)
  eb13699... Changed Log (*)
  1de37e0... updated translation (*)
  fd6a6db... just a sanity fix not to draw on NULL gc's (*)
  5b5cb9b... added basque language to GNOME menus (translations by Joseb (*)
  b794fd7... 1.0.5 - Federico (*)
  49d4999... clear the pixmaps after creating to avoid ugly garbage (*)
  64b87f4... load desktops as unconditional to skip tryexec and empty ex (*)
  55ee9d2... few fixes and additions in translation of Gnome Pager apple (*)
  c7d7582... - modifications for "make install DESTDIR=</install/prefix> (*)
  cf5fc81... Use gtk_widget_destroyed - to fix problem where ->pb was ze (*)
  ce4310c... New mailcheck theme (*)
  5c08bf1... Updated de.po. (*)
  d59e271... Added German translations. Added hyphens in already existin (*)
  3ed993b... updated spanish language file, updated walon language file, (*)
  f028d1d... Lots and lots and lots and lots of misc German l10n. Detail (*)
  fbd594a... updated catalan language file, and added catalan to GNOME m (*)
  293bc43... ja.po update from Yasuyuki Furukawa. (*)
  215a040... Added a missing ';' after the i++ in the author table looku (*)
  1a4b19c... Added help-browser/help/wa/Makefile to include building of  (*)
  8f35b87... standard fr.po update. (*)
  5312dde... Further German l10n for *.directory (*)
  ef78894... Hum di dum.. got in a sweet mood today and decided to draw  (*)
  a619ccb... Updated. (*)
  182f129... Updated ko translation (*)
  30c4d47... Updated translation. (*)
  7e6d7c3... added catalan to various menus and *.soundlist (now they sh (*)
  09dcc50... added function to run gtop (gnome bug #1025) (*)
  eb03902... Fixed \n typo. (*)
  da620bc... routines to check for mail status on POP3 and IMAP mail ser (*)
  4078f73... Updated (*)
  09b0804... Add fish guy (*)
  059bde7... made a little change for an author name (*)
  b244d0b... fix problem with right clicking on a user-writable menu tit (*)
  3cdeece... removed these files; they are in the control center module (*)
  a8642c1... Ass missing file (*)
  83aa7b7... Updated de.po. (*)
  39ba501... Updates for the Italian translations. (*)
  accf431... Applied patch from esr to add the netload thingie to multil (*)
  103bb78... Updated + resolved CVS conflict with my copy. (*)
  bd05039... Added some icons for gnomecc.. /tigert (*)
  d1e589f... Added applets/life/life.c . (*)
  7a95d79... Added an icon.. /tigert (*)
  a78a00a... updated walon language files (*)
  128ab6d... updated spanish language file (*)
  78c85d0... added two new functions, applet_widget_add_full and (*)
  8eead5e... added euskara language file (it has still lots to be transl (*)
  390444f... fixes and updates (*)
  21ddaca... added a little comment to explain a chekcbox in slashapp; i (*)
  90c99e9... Dum di dum.. um. icons da hum!     /tig (*)
  f5491b1... Icon for Dialog settings .. /tig (*)
  3111b49... Added a missing makefile. (*)
  5dab028... updated spanish language file (*)
  02152f2... added sk (*)
  7b8d793... Add Japanize entry. (*)
  7ba0074... Shooby Ban <bansz szif hu> (*)
  21b883b... updated catalan language file (*)
  f94cbe7... added gnome-xterm.png and gnome-terminal.png to pixmaps (*)
  4e7b85b... added .cvsignore for asclock's default theme (*)
  5f2e51d... added ability to execute a command when new mail arrives (*)
  056c969... gen_util/mailcheck.c: made check mail configurable by minut (*)
  853115d... gen_util/popcheck.[ch]: C++ style comments -> C style (*)
  018e871... save clicked command in session setting (fix typo/bug) (*)
  48598bc... make seconds minimum 0 (so people can do n minutes, 0 secon (*)
  4984086... English for Great Britain translation from Robert (*)
  3162cd3... revert the sizing thing that I accidentally (sorry) committ (*)
  253cf78... Japanese translation update from ITANI EIICHIRO. (*)
  9f57ad8... gen_util/mailcheck.c: cosmetic changes to the properties di (*)
  1acda1a... removed some commented out code from the last commit (*)
  bede970... translation update (*)
  a7a3dd8... fixed a leak (*)
  0c367fb... updated spec file (*)
  049c1b1... Removed dialer. x (*)
  95ebf87... *** empty log message *** (*)
  cf93a68... Removed dialer/Makefile (*)
  ff1c320... Remove applets/dialer/dialer.c from POTFILES.in, doesn't se (*)
  bda0086... Added a Clocks applet folder, moved the *5* clocks into thi (*)
  0a93a0c... added hal applet for gnome 2001 (*)
  dc97b05... Fi.po update (*)
  d49fc02... modified the lock to use the same tile as logout, and make  (*)
  39cbb74... applied patch from Jacob Berkman <jberk+ cmu edu>, to allow (*)
  51f9dfc... removed file Also install to Network folder (*)
  4870eae... implement the size hints and correct the bind events functi (*)
  0acc572... add the size hints (*)
  e06aa82... enabled the size setting (*)
  9aa9dd7... updated version of my menu patch. Adds "remove item" and fi (*)
  bfca92a... WRT remove item patch: check for the item_loc as the mf str (*)
  9943625... forgot to implement a get_parent_size call, this fixes segf (*)
  93f5cd8... make this work in SIZE_TINY mode (*)
  e9bfa2a... forgot to delete stuff when cut-and-pasting from change_ori (*)
  a3fdef6... update for the current applet interface state (*)
  ae0b504... make this support the SIZE_TINY panel size in a way (*)
  336b0bd... fully support panel sizing (*)
  c014768... support full sizing of the panel (*)
  68e9e8d... add support for tiny size and rotation on vertical panels,  (*)
  142ac9c... minor fix to send initial size_change's (*)
  9bfe81c... Fixed a problem with RPM change log ordering. (*)
  ff19fbf... Make the default.session and default.wm files %config files (*)
  fb4f89b... deal with hanging applets, by implementing a callback like  (*)
  493f9b8... added the done_session_save call for returning values from  (*)
  7917f32... updated walloon language file (*)
  2dd43b9... updated walloon file (*)
  261d6dc... revamp the applet saving stuff, gets rid of races and other (*)
  11ad3c5... added cookies so that we may do race-free session saves (*)
  74c2b80... on exit, we timeout after 1.5 sec, and then put up a dialog (*)
  0425499... took out debugging printf's and make extern applet be empty (*)
  99eb2aa... minor changes/fixes thanks to: Sven Neumann <neumanns uni-d (*)
  a0a4f65... implement the waiting for window to swallow correctly by se (*)
  8ef29bd... only select events on the root if we actually will need the (*)
  609fd45... implement a free_space attribute on the panel spot, so that (*)
  6252ce8... added the free_space attribute (*)
  725f91b... check for a NULL pd->menu, this gets rid of GTK warnings (*)
  0191bb0... Guys, this is a recurrent problem.  Only use g_return_if_fa (*)
  6533737... Updated translation. (*)
  8368571... Updated gnome-core Korean trans (*)
  7da18e5... check to see if drawer->drawer is NULL, to avoid crash when (*)
  7d985cf... if we can't create menu, complain and make it a main menu (*)
  54196e2... Polish translation update (*)
  0a7421c... updated spanish language file (*)
  b9cf4fa... don't check mail when applet is first created. This is done (*)
  fc17c1e... Continued translation. (*)
  e7fea67... updated for version 1.0.6 (*)
  015526e... update dutch translation (*)
  a165046... Completed translation. (*)
  5610a05... Added Portuguese translations. (*)
  8e4bc90... Updated German translation. (*)
  90c05f3... Removed multiple inclusions of <config.h>. (*)
  af71c4d... Add maintainers list (*)
  b879c5a... updated walloon entries on menus (*)
  486e5ef... implement a push mode and swwitching of applet movement mod (*)
  cf32f7e... updated walloon language file (*)
  69034df... added position hints (*)
  0159f06... added position hint sending if selected (*)
  e695942... add support for playing sounds when new mail arrives. based (*)
  8e02e11... updated walloon descriptions (*)
  add9f02... updated walloon language file (*)
  1dba856... Swap an order of includes, to allow some defenitions for sy (*)
  b928157... updated spanish language file (*)
  56fcf85... Updated translation. (*)
  ef42008... create applets/desk-guide/Makefile (*)
  114e769... add me (*)
  ae0f6b0... zh_TW.Big5.po: New big5 chinese translation from platin (*)
  0ec30f1... added zh_TW.Big5 (*)
  9b24fde... Added big5 chinese translation po file (*)
  2b4b66a... Updated finnish translations. (*)
  8dcbd14... This should fix movement a little; under certain circumstan (*)
  16f30fd... don't do a stock_callback, just a normal one (fixes a crash (*)
  a05156a... added an enum for mailbox types; fixed indentation; added (*)
  21655ad... really fix the don't-check-at-startup thing (*)
  420ed0f... fix an oops in the properties dialog (*)
  1abb80e... missed a gtk_toggle_set_active() (*)
  c12a72a... added a tooltip (fixes gnome bug 1436 by putting in patches (*)
  53d3b23... CS translation contributed by David Sauer <davids orfinet c (*)
  f5c1b36... properly check for unread mail on remote servers. fix troub (*)
  d8f8c35... fix problems with applet submenus (*)
  486fae5... Adding tasklist applet (*)
  e7cf59d... fix reentrancy problem with get_orient and get_size, by jus (*)
  ae3d978... Updated translation. (*)
  68446b8... updated es & wa files (*)
  5946a42... Shooby Ban <ban szabolcs synergon hu> (*)
  34b0574... updated eu.po file (*)
  86d7510... forgot the translators' name... (*)
  0f4f629... updated es.po file (*)
  c22fa63... Added Norwegian translation. (*)
  1c11986... Some fixes (*)
  5f3cec6... do not generate Makefiles for applets which are now in ngom (*)
  1f2050b... more reasonable maxes (*)
  c5ecb41... pass 'app_version' to gnome_CORBA_init_with_popt_table(), n (*)
  c54fc05... Removing obsolete files that now reside in gnome-applets (*)
  f78d203... Fixed "Another Level" from Akira Higuchi. (*)
  72126ba... Updated translation (*)
  2d6b3b6... another_clock asclock batmon battery bussign cdplayer charp (*)
  dce012b... Updating translation (*)
  e38c861... (finish doing this) (*)
  b033979... die icewm-pager and life, die (*)
  4334a25... Shooby Ban <bansz szif hu> (*)
  ae225e7... Fix bad formatting. (*)
  281167c... Just stripped out all the obsolete messages. (*)
  61bf3ee... Added gnome-panel-skelimpl.c (*)
  b25e329... Update translation. (*)
  3659a23... Updated translation. (*)
  89fa720... - Added Greek (el) locale. (*)
  736141c... - Minor fixes. (*)
  e07dab6... - Bug fix (couple of quotes missing). (*)
  ae6eed6... - Added Greek (el) locale. (*)
  a9f3a6c... ru.po: Updated translations (*)
  060505b... only queue a resize in case our allocation is bigger than t (*)
  c5e2f16... Fixed a small problem. (*)
  2e07f06... applied patch from "Dennis M. Cranston" <dcransto slip net> (*)
  15a8a34... sync old CVS dir before moving to new office. (*)
  d8e2dbc... generate help-browser/help/ja/Makefile (*)
  76e9988... Updated translation. (*)
  5df403d... updated wa file (*)
  f63fd01... List all appropriate gsm files. (*)
  55ec434... use the stock remove icon in the remove menu (*)
  404d651... Updated Swedish translation (*)
  ce39aa2... use the multimedia icon (*)
  8985794... file bad-applet.goad was initially added on branch gnome-co (*)
  8933e18... file bad-applet.desktop was initially added on branch gnome (*)
  2d7fc34... finished moving the gnome-info files to each language its d (*)
  414b9ca... added a catalan welcome page for the help browser. removed  (*)
  efe420c... get the GtkStyle from the label. This almost certainly fixe (*)
  f8e06ad... fix typos (*)
  92f28f8... removed unused functions and variables (*)
  ae05989... gnome-core-1-0 branch:         * applet-widget.c (applet_wi (*)
  07424cb... updated (*)
  6eca28e... added timj gtk org (*)
  68c9c37... updated wa file (*)
  ed4ad26... Updated finnish translations. (*)
  0fc0793... Whoops. fi.po correction. (*)
  6c3b96d... Assigned mc/i-printer.png as icon. (*)
  4a02d74... Added pixmaps. (*)
  30b8cb2... Updated translation. (*)
  35840de... Assigned an icon (by Ben Frantzdale). (*)
  9db7d89... don't allow closing the window with a window manager (*)
  3dedb3b... Updated penguin (*)
  bb75140... do garbage when the pixmap can't be loaded for some reason (*)
  3699a92... minor typo -George (*)
  3650559... Merge from gnome-core-panel-1-1 (*)
  eb05947... don't need this file any more (*)
  74d6a08... #undef KDE_ICONDIR, KDE_MINI_ICONDIR (*)
  0aa67d9... use imlib_copy instead of imlib_move to get around weird im (*)
  3a9470c... add a default menu applet for programs (*)
  58f4494... show hints on startup (*)
  30c9da6... add hints files from the panel here -George (*)
  9e80308... add set_sensitive call to the callbacks interface for the a (*)
  a012aa1... added a set_sensitive call for the callbacks (*)
  7b62ab5... I believe gnome_dialog_new () takes a NULL terminated list. (*)
  731189a... fixup the style setting, since get_rc_style can return NULL (*)
  ca78ccb... check before passing a NULL params to strcmp (*)
  8ac4826... hide the types and modes menu if the panel is a drawer (sho (*)
  46e3b2f... completely new default setup, now the default launchers are (*)
  bdc55c3... don't send the orientation, size and back changes from an i (*)
  b552cbd... Shooby Ban <bansz szif hu> (*)
  d195ab8... changed the library version to 0:1:0 since we are actually  (*)
  32c1479... Make pixmaps for the new menu entries smoother (*)
  5918449... Typo fix and improved strings a bit. (*)
  4b6edb8... Updated transalation. (*)
  132c202... cleanup when the menu is destroyed (esdpecially by the age  (*)
  8645f4b... added floating-widget.[ch] (*)
  98785d5... fixed moving-while-right-hidden (*)
  d1aae0f... translation update (*)
  fe6304c... add DND a sorta hack, it will accept file drops over launch (*)
  886573f... accept drops over the basep widget so that we can drop over (*)
  5bb382c... add the applet correctly at the front if dropped before the (*)
  7509957... add a hint about right click menus on the main menu (*)
  b54b579... A whole lot of updates. (*)
  e161a14... german messages (only a few). (*)
  1105acc... a bit of support for tearoff menus, but it seems it will ne (*)
  ffaed9c... Updated translation. (*)
  8e10c4a... added support for maildirs. thanx for the patch go to Balaz (*)
  018f32d... added myself for purposes of panel bug reporting (*)
  117cab3... Adding myself to MAINTAINERS since I want to get panel bug  (*)
  2dd5313... Updates and fixes. (*)
  835c066... start work on a custom menu tearoff item for the panel menu (*)
  75678a4... add some new logic for making a tearoff menu, it's still di (*)
  1a94d05... deleted po/es_*.po, no longer needed updated with new da.po (*)
  e7c7778... split up the menu into several parts, the filereading, redh (*)
  771024b... Fixed 3 typos found by Genevi�ve. (*)
  2441ee1... ja.po update from ITANI Eiichiro (*)
  9216214... Make the thing display a message to the user. There is litt (*)
  6c66cdc... tearoff's seem to work now, so I enabled them (*)
  bdd4638... updating es & wa files (*)
  ebb98fe... add the squeaky gnome to the panel (*)
  236560b... don't g_free file - g_filename_pointer() doesn't allocate m (*)
  e123017... Updated polish translation (*)
  3a5ba22... Added Polish translations (*)
  902a57d... Added Polish translations. (*)
  a88096f... check fr and fr->name for NULLness before strcmp()... this  (*)
  13e84e5... put in some asserts (*)
  aee753c... Updated translation. (*)
  5766d83... updated da es wa files (*)
  389b6d1... Shooby Ban <Shooby Synergon hu> (*)
  b9ae49f... Moved the "About" entry to the Panel menu (*)
  f2f9cdc... ja Update from ITANI Eiichoro (*)
  336a3ea... Fixed typo. (*)
  2be69f4... use gtk_widget_destroyed (*)
  834dbb2... Updated translation (*)
  015f477... added estonian file (*)
  c06b4fa... added some Estonian descriptions (*)
  b4a3802... Added some code so menu entries use appropriate pixmaps and (*)
  8275398... sorted alphabetically and corrected spanish description (*)
  abd888b... Added tasklist files for translation (*)
  280ff3f... Added missing comma (*)
  7c5b5de... added walloon and spanish descriptions (*)
  a1821f6... generate help-browser/help/et/Makefile (*)
  046490f... move About item out of here, remove #if 0'd section (add_sp (*)
  328b86c... Added or fixed a lot of German translations. (*)
  d972d62... made the applet comply to the well-known fact that a minute (*)
  0372e07... german translation (*)
  056376b... Updated translation. (*)
  50e44a9... Update (*)
  fd05bd4... add sys/types.h for OS/2 (*)
  a1b0ca7... Updated Danish translation from Kenneth Christiansen <kenne (*)
  9060c34... remove the back type enum (*)
  a51f88f... add panel-types.h to base_panel_SOURCES (*)
  2f33046... i guess this file never got added... (*)
  ae8a5cb... add gnome-panel.png (*)
  5a16980... g_free() some strings (*)
  90e0c73... don't null the tag for the autohide timeout if we in fact c (*)
  d905093... make non-static so we can pass a dentry to this (*)
  7ec0837... just a cleanup of the get_hide_size (*)
  fa97a5f... Realigned the pic a bit (*)
  bb7ab99... fix problems with updating property dialog box where huge w (*)
  d1eee19... Updated ca.po for gnome-terminal changes. (*)
  8a92219... Updated cs.po and el.po after changes to gnome-terminal. (*)
  03abcf9... Updated after gnome-terminal changes. (*)
  12e050a... Updated some more translations after the gnome-terminal cha (*)
  cce1f47... add a dash so that the --modversion looks like miguel wants (*)
  d5c9b91... make the applet menus behave more similiar like the normal  (*)
  aa88495... 1999-09-20  Tomas Ogren  <stric ing umu se (*)
  8a0f79c... add floating panels to base_panels (*)
  32e3f46... add gnome-squeak.png here (*)
  7475359... correctly initialize pos->orient. Now drawers get added cor (*)
  d4697b7... cvs is acting weird -George (*)
  c05155c... Update from Andreas Persenius <ndap swipnet se> (*)
  c2f269e... quieting the cvs beast (*)
  532fac1... ja.po: Japanese Translation Upload and Update from ITANI Ei (*)
  c35c72f... only put the favorites in once (fixes gnome bug #2360) (*)
  a88efad... Added Brazilian Portuguese (pt_BR) support and translations (*)
  9373496... make hungry_menus TRUE by default (keep menus in memory) (*)
  7ed8c87... fixed \n things (*)
  a0a8545... return a box, not a frame (set_anim_button_value): only 2 t (*)
  67a5e28... a note about how to obtain the stable branch (*)
  1469313... add a add_status call to Panel and a StatusSpot interface w (*)
  1f629a8... add skeletons for the new Status applet, not yet implemente (*)
  5d817bd... i thought i committed this yesterday (*)
  ef36d41... We do not have C++ code in gnome-core, remove C++ compiler  (*)
  32741be... Updated. (*)
  fc1766a... implement the status applet at least in theory, it doesn't  (*)
  867cb4c... Updated Danish translation from Kenneth Christiansen <kenne (*)
  407199a... add gnome-favorite.png (*)
  ca7866f... use gnome-favorites.png (*)
  20ae8b3... Add a TODO, I think it's better to keep it with the sources (*)
  142a1c1... make panel_client a static so that it doesn't pollute names (*)
  c52e98d... update todo and .cvsingore, also remove a bunch of things f (*)
  0aeb4c8... bump the libpanel_applet version back up as this was causin (*)
  44c7007... add sys/types.h (*)
  1d10b66... remove all docklets on exit and fix some errors in the code (*)
  ff18110... don't allow back_pixmap to be NULL (*)
  d998482... resize an auto-hidden panel when the autohide size changes (*)
  81ea5d3... deactivate the object before calling __fini on it (*)
  908eb29... use the logout button (add_special_entries): ditto (*)
  b121974... fix all the remaining issues with the status applet, there  (*)
  62e9e4f... update the TODO -George (*)
  a6f441a... removed (*)
  fd3f6d9... a gnome hint dialog, to be launched on startup (*)
  60a5fd3... add applets to the default menu applet (*)
  9fe50e9... remove the first hint as that's now the actual default hint (*)
  fc0c350... add status dock applet to the default startup (*)
  75119d8... Added an entry for gnome-monitor.png. (*)
  b6dbc3e... Assigned an icon (*)
  e2691cd... fix a minor memleak with the fortune command checking (*)
  73fbd86... allow dragging the applets by the handle with the first but (*)
  c93b056... add gnome-hints-properties.c (*)
  c75dcb4... just update TODO -George (*)
  fe2b0ba... add dubious support for tearoff menus for the hardcoded men (*)
  276a1c0... don't show the tearoff item on torn off menus (*)
  25b8675... correctly find the current panel. We set a "menu_panel" dat (*)
  8e5d9b0... one less line in todo -George (*)
  b8c5793... fix a small and rare memory leak (*)
  682b08a... Add gnome-about to subdirs (*)
  ecfcddb... Add gnome-about.c and authors.h (*)
  aecffe8... And the ChangeLog (*)
  028282f... *** empty log message *** (*)
  c6f550c... fix a crash (see bug #2542) (*)
  1e89c31... a couple of things off the top of my head (*)
  001c39d... Galician translation of unstable branch of gnome-core (*)
  cd7e3ed... Updated Galician .po file (*)
  202378c... check ii being null as a precondition rather then silently  (*)
  f1017de... fix a bug where a menu could only be torn off once (*)
  77dd799... update .cvsignore -George (*)
  7b02e64... a new call to allow a crapplet notify the panel that the co (*)
  281b394... take out the CORBA_SOURCES from the panel sources as they a (*)
  2357fd1... protect panel_count when converting from old panel confings (*)
  ed4c0fa... fix warning when menu_panel data not found (*)
  db097fe... remove panel_config_global.c I'll add the new files later (*)
  be62e7b... remove the crapplet thing as it's been done -George (*)
  883c352... reserve gdk-pixbuf conversion for myself :) -George (*)
  b132054... get rid of the PANEL_PARENT data and instead use a field in (*)
  fe3335c... use gdk-pixbuf for panel backgrounds, first step in extermi (*)
  d658be5... check for gdk-pixbuf and use it for panel (*)
  e6de4ad... add gnome-panel-properties.c -George (*)
  16c6f0d... Revert gdk-pixbuf usage (*)
  51734d0... unrevert the gdk-pixbuf change (*)
  a275a7b... stick gdk-pixbuf check back in (*)
  664eaf0... If you want to use gdk-pixbuf, help finish gdk-pixbuf and g (*)
  2b0c2f0... Unreunreverting the gdk-pixbuf patch, It doesn't even make  (*)
  acd366e... Added mailcheck icon. (*)
  ce0c032... Assignd an icon to the mailcheck applet. (*)
  990d99c... Assigned an icon to the Panel Properties (*)
  fa4209a... use gdk-pixbuf for everything, and use alpha channel for co (*)
  a869b6b... whoops, I forgot to add these, these are the rgb tickling r (*)
  28d72c8... put myself second (add_special_entries): run gnome-about in (*)
  f36b165... Updated cs.po (*)
  36d53b7... Update to Czech translations in most *.desktop (*)
  7f465a4... just remove some obscolete code (*)
  6f38d3d... Updated translation. (*)
  3693420... implement change notification freezing and thawing for appl (*)
  2005c8e... add freeze_changes and thaw_changes call (*)
  63884b5... bump version to 1.1.0-pre1 (*)
  63acdbd... add applet_widget_send_position implementation, I dunno why (*)
  41bd764... remove the aa/pixbuf icons item from the TODO -George (*)
  1b659a4... add an item -George (*)
  53ca2f5... Check for TCP Wrappers Use TCP Wrappers if available. Also  (*)
  abab817... add _() around warning string (*)
  f4573aa... Add corba menu service to the TODO -George (*)
  683fa32... merge from 1-0 to enable old config location to new one aut (*)
  9a1355b... revert george's merge of elliot's commit adding gnome-termi (*)
  12e20b0... make sure we work with the new gdk-pixbuf (*)
  cf481d4... remove some unused code and set ss_timeout_dlg to NULL when (*)
  9cc92a5... when we are using opaque tiles, it makes no sense to redraw (*)
  436aee8... remove the SETUP_EDITTABLE for the icon entry in the setup  (*)
  c3d2b9d... merge from stable (*)
  e4d0e90... Merge from stable. (*)
  ef52bf1... move the config sync out of add_full and use it only if add (*)
  251c5a6... remove some old code that would cause segfaults when we app (*)
  7f07105... fix warning (*)
  c99d497... added gl to ALL_LINGUAS (*)
  89a06ef... remove some old code which caused warnings after the old co (*)
  c440ae8... change GDK_RGB_DITHER_NONE to GDK_RGB_DITHER_NORMAL (*)
  27155eb... kill pixmap caches on transparent icons when the background (*)
  38d13d9... Updates of czech .po (*)
  931519e... Updates of czech .po (*)
  17681ba... notebook page for the floating widget (*)
  85685ff... Some updates of cs.po (*)
  79fd14a... floating config sync stuff (*)
  7f86940... bump to 1.1.0 (*)
  4a9974d... kill icon pixmap cache when we reparent (*)
  378a144... merges from 1-0: bad-applet, and -j Makefile fix (*)
  5dda0cd... add warning to configure.in about this being a devel versio (*)
  6903f06... make gnome-terminal/es/Makefile (*)
  b111694... Updated Galician translation (*)
  f3365a6... Updated Galician translation (*)
  e8cad0b... remove the hack that quit when it wasn't connected to SM, i (*)
  6ece718... changed sizes to be pixel based, and added pixel_size stuff (*)
  c3a442c... changed the size to a short (*)
  ff28945... use the new pixel size size stuff from applet-widget (*)
  3e5d23f... Modified Files: balsa/po/ChangeLog balsa/po/da.po gedit/po/ (*)
  9ddd7a6... correctly read old configs wrt size (*)
  0d4d464... Repeat 100 times, "compile before commit" -George (*)
  cf0b5ca... correctly size when size is STANDARD exactly (*)
  6bbcc40... gnome-core/po/da.po (*)
  181ef29... translated menu entry for zh_TW.Big5 and zh_CN.GB2312... :) (*)
  c91a093... drawer.c,menu.c,rgb-stuff.[ch],session.c,panel_config.[ch]: (*)
  08e1c75... don't do that weird queing of resizes as we now resize on d (*)
  2738b08... fix movement of hidden horizontal floating panels (*)
  1697769... add URL and PanelApplet types to the .desktop entries that  (*)
  97809ad... set applet flag properly on the sim structure so that we do (*)
  ff7b6b1... stop using g_filename_index and g_filename_pointer as they  (*)
  913f631... update TODO with more useless crap to add to the already bl (*)
  eb9196c... get rid of another useles get/set_data usage and use the Dr (*)
  719d727... make panel-widgets at least 12 pixels wide/high (*)
  943fddf... know about floating widgets (drawer_widget_change_params):  (*)
  e0c1c8c... I don't think we need to queue_resize() here. (*)
  abf0d1a... Merge translations from gnome-core-1-0 (*)
  e1680bc... remove the two unused rgb methods and add two new unused rg (*)
  bdd8fe5... implement a get_hide_size so that we hide the hidebutton in (*)
  f9d4859... remove the homegrown rotating, and fix panel_widget resize  (*)
  ab83b57... updated translation (*)
  ab3de04... create a do_draw signal on the applet-widget which can be o (*)
  d243258... changes for the draw signal and the rgb background getting (*)
  f6bbe6c... Updated pt_BR translations (*)
  02fe4af... disable animation stuff on sync when instead of relying on  (*)
  3550d0e... fixed a bug where extern was cleaned twice if we couldn't a (*)
  26c49cf... maybe this will work updates and patch from Ned Rhudy <nrhu (*)
  83fddc5... add this file (*)
  3aa5bc5... I guess specs don't like emacs/cvs style changelog dates (*)
  781e02e... oh, nothing ... -George (*)
  11c1a93... support sending only a color pixel with rgb data and make t (*)
  4fdc40d... support sending a single pixel for a solid background rgb (*)
  d84893c... remove item from TODO -George (*)
  3a0e104... /me whistles innocently -George (*)
  a5a35fd... Updated the emacs icon, added myself onto the authors file  (*)
  b9efa4d... do a little bit of cleanup and make it non-shlib because sh (*)
  74f2e34... reenable compilation as shlib applet as I have a gtksocket  (*)
  5a3178e... don't link panel-util.c to libpanel_applet, it's no longer  (*)
  c095b04... Updated Galician .po file Added/Updated Galician translatio (*)
  8544f62... Added Ukrainian translations (*)
  988129c... Added Ukrainian translation (*)
  5b3e28b... initialize the size and orient right after getting the pane (*)
  495bff4... Updated Norwegian translation. (*)
  218dcce... revert adding uk to help-browser, add to ALL_LINGUAS (*)
  6d53546... Modified Files: gnome-core/po/da.po (*)
  bb54970... Updated Galician translation (*)
  9c652a0... Make sure we free the GdkImage we decode from. (*)
  ddab6db... Removed gnome-ee.png. (*)
  206ea72... Modified Files: bug-buddy/configure.in gnome-core/po/Change (*)
  c0cf3a2... center icons on buttons if they are not square (*)
  3b11148... Modified Files: bug-buddy/po/da.po gnome-core/po/da.po (*)
  bdda251... Updated pt_BR translations (*)
  d932741... added greek descriptions to *.desktop files (*)
  5c38e53... add strech hint to TODO -George (*)
  a8f49b2... generate help-browser/help/el/Makefile (*)
  90270f5... add a mode to desaturate and darken the icons when the mous (*)
  eb9c636... when we drop a launcher on itself, don't do anything. There (*)
  92ef052... A separate constructor for applet_widget to be used by lang (*)
  48595e9... The assertion macros are fixed (*)
  29821d5... Added a comment regarding the new applet_widget_construct f (*)
  04fdd56... The good news is, after 3 commits it may finally compile... (*)
  ad8e6ac... don't make a new widget here... we are passed one already. (*)
  e82dd6d... Shooby Ban <bansz szif hu> (*)
  0574a85... update el.po (*)
  49a4b4b... Modified Files: balsa/po/da.po gnome-core/configure.in gnom (*)
  55d44ab... Added an icon. (*)
  3a09eaa... Assigned an icon. (*)
  c187cc6... apply a patch from Chris Siebenmann <cks cquest utoronto ca (*)
  9564eb1... Updated pt_BR translations (*)
  dab8036... Modified Files: gedit/po/da.po gnome-core/po/ChangeLog gnom (*)
  7dc080a... Modified Files: balsa/po/da.po bonobo/po/ChangeLog bonobo/p (*)
  53bfa6f... Changed char*'s in arguments to const char*'s where appropr (*)
  06f7e96... add SIZE_SMALL (36 pixels) for dcm (*)
  773a303... add SIZE_SMALL (36 pixels) for dcm (*)
  e0965d3... remove small from the deprecated stuff as it shouldn't be t (*)
  4c008bb... remove small from the enum, as the enum is deprecated and i (*)
  0ffe92b... Assigned an icon. (*)
  0a1ca7f... put in the size_allocate/size_request hacks to make socket  (*)
  fe036aa... chenge the detection of the Debian menu to how the other fi (*)
  00b9731... Modified Files: balsa/po/da.po bug-buddy/po/da.po (*)
  184fea1... Added Ukrainian Translation (*)
  3e90185... make it make (*)
  cc975e9... reset current_panel if we destroy the current panel (panel_ (*)
  52efbb4... call the internal gnome-run instead of the external one (*)
  fd0810e... update the todo -George (*)
  5b1ca8c... Changed the laptop icon in System menu into a computer icon (*)
  4f9e91e... new games icon - also from Anaconda /tigert (*)
  4fac3bd... Modified Files: control-center/po/da.po gnome-core/po/da.po (*)
  7ebbc20... store remote username and password in private config file. (*)
  364000c... read the remote server config from private config. this was (*)
  c1965bf... init keystuff here (load_up_globals): load up keystuff conf (*)
  b89e4da... only make the menu, don't pop it up (panel_event): popup me (*)
  88f5084... fix warnings (*)
  5af3efd... icons update.. I think the new graphics icon scales down be (*)
  246b36b... Make the `gen_util_applet' a shared library. (*)
  aba890c... Changed time format string (*)
  18269c0... Added multimedia icon by Eduardo Silva (*)
  fd3f1c2... Added applications icon by Eduardo (*)
  65f39e9... apply patch from Robert Mibus <mibus bigpond com>, to optio (*)
  ff890d1... Right now floating a panel menu doesn't work. I will fix th (*)
  0d3d31e... add new GEGL and splash images (*)
  8d3cde0... use a new config file variable to discover old files and co (*)
  ef7983d... Updated Galician translation (*)
  dbd9357... get rid of warnings, and fix panel submenu tearoff (*)
  13cce2c... send orientation changes to children on size allocate of dr (*)
  7dc203a... add second frame of gimping gegl (*)
  0739d52... oh, nothing -George (*)
  743c313... Updated Swedish translation. (*)
  1d7a2ca... Updated Norwegian translation. (*)
  b03c020... Added comment to please msgfmt. (*)
  958233b... Updated Galician translation (*)
  38fc39c... For the man pages -miguel (*)
  d8e969e... set the FileRec type to FILE_REC_DIR so that we free it cor (*)
  dc02388... moved a lot of xrelated stuff to xstuff, and implement supp (*)
  2713655... destroy docklets on the _REMOVE message from kwm. (*)
  abc28d4... remove the kde docklet thing from the todo as it has been d (*)
  c35bd73... A little script that lets people update the .pot file witho (*)
  011b88e... Save the dynamic menus that are torn off in the state file. (*)
  1c31368... make the desktop correctly use the PanelApplet dentry type  (*)
  40b7a20... use PanelApplet dentry type (*)
  19530b0... add saving/loading of torn off special menus (*)
  a5705dc... TODO update, remove the "save tornoff menus" item -George (*)
  04de989... don't assume rowstride of a newly created gdk-pixbuf in mak (*)
  8f233d5... Added a list of files containing translatable strings. (*)
  16aabac... Slightly improved icon. (*)
  0a933f0... Slightly improved icon. (*)
  68f8c41... new file, GNOME::Terminal and GNOME::TerminalFactory interf (*)
  ef62b37... when menu_flags changes destroy all of the panel's menus (*)
  c57f073... set the menu_panel data correctly (*)
  72c4b4d... update the border toggle thingies when their panel gets mov (*)
  9647c3b... Updated Ukrainian translation (*)
  d8caeef... Updated Ukrainian translation (*)
  f904075... Updated Ukrainian translation (*)
  a959150... remove the radio buttons for the background type and stick  (*)
  47fc74a... Updated Norwegian translation. (*)
  97b32ad... Shooby Ban <bansz szif hu> (*)
  f679a98... adapt to the new idl, which means HEAD applets need to most (*)
  5a871aa... 1.0 compatibility changes, you session_save renamed to save (*)
  e26b4cd... add Terminal.idl (*)
  de53a9a... Modified Files: balsa/po/da.po (*)
  b519d03... implement our own routines for finding out if we are in a g (*)
  3c41962... remove the radio buttons for the background type and stick  (*)
  1fb9069... implement our own routines for finding out if we are in a g (*)
  48fe587... updated list of source files and French translation. (*)
  7a94579... Updated Norwegian translation. (*)
  9c20d6b... *** empty log message *** (*)
  01a1de7... include all .c and .h files updated French translations (*)
  049a5a2... Fixed typo (missing ending parentheses) in menu.h (*)
  05220c6... use radio items in the option menus, use Standard instead o (*)
  b83246a... add strtok_with_escape function that works like strtok but  (*)
  dac58a1... cosmetic code changes, and add _() around some g_warning st (*)
  a001368... always look for an empty spot first unless insert_at_pos is (*)
  a4d0e2d... Removed some generated files that were preventing compilati (*)
  ceec1f9... shut up cvs -George (*)
  6e6d4c3... use KDEDIR to try to find kde, only then use what was passe (*)
  82335f3... save large menu setting (load_up_globals): load large menu  (*)
  81c2509... updated po's, fixed a couple of conflicts (*)
  0da5e48... Updated Ukrainian translation (*)
  716a6c7... Shooby Ban <bansz szif hu> (*)
  1d32182... do tornoff menu saving in a nicer way. The old tornoff menu (*)
  a1be6fe... set menu_panel for each menu when shown. Also correctly get (*)
  56505e2... 1.1.1 release (*)
  d62e415... when types are changed change the type notebook of the pane (*)
  e98978a... use the internal menu structure to properly activate the ri (*)
  0a2ef16... work around a GTK+ bug by binding deactivate and activating (*)
  8149726... Updated Norwegian translation. (*)
  619c910... move xstuff_init above gnome_win_hints_init. Thanks to John (*)
  e7ccbfa... fixed a right click segfault on items (*)
  c2a514e... pedantic warning fixes (*)
  9b5e8d0... don't use g_return.*_if_fail stuff for error returning and  (*)
  37b089c... Updated Ukrainian translation (*)
  e52faef... Add help-browser/help/uk/Makefile to configure.in to fix bu (*)
  cf82476... ChangeLog entry for last fix (*)
  9a55f5d... Don't use the GNUC extention ({ }) as it's absolutely not n (*)
  bff021d... forgot these files :( (*)
  b9fee0a... Updated Swedish translation (*)
  2d0bd2c... Large update (*)
  39fec93... Updated Galician translation (*)
  0f36c7d... ja.po: Update. (*)
  88650c8... Removed a trailing \n from a msgstr. It was halting compila (*)
  66336bf... Fix a couple of mistakes here -George (*)
  4d2d61f... Updated Norwegian translation. (*)
  0d2859b... show the frame border on color backgrounds as well (only tu (*)
  16a42cb... AM_GNU_GETTEXT changed to AM_GNOME_GETTEXT - that makes pro (*)
  680d0c6... don't load icons if they are turned off, and if we won't us (*)
  f536fa2... remove global menus stuff (*)
  58cec5e... fix some menu pixmap stuff (*)
  dce1ab4... default to 2 minute interval (*)
  5b3afb3... move the drag_motion out of here (*)
  e586ebf... Added po file from TurboLinux Chinese Develop Team. (*)
  e1e58e5... forgot to commit this (*)
  09008af... flag this as cvs (*)
  dc5bff2... Updated English (British) translation. (*)
  39638a9... Updated Dutch translation (*)
  4cff05e... updated el.po, es.po & wa.po (*)
  19b3918... Mon, 31 Jan 2000 22:35:20 +0100 Fellmann Joaquim <joaquim h (*)
  a184936... *** empty log message *** (*)
  711c5a8... Fixed trailing '\n's and a couple of "end-of-line within st (*)
  44fe9d2... check for NULLness of the tiles before looking into them. F (*)
  5faa237... use gnome_execute_async, somewhat follow size hints, very m (*)
  854a6e3... forgot to commit this (*)
  2b90cea... minor cleanups and added inline API docs for about half the (*)
  12b7dd2... lots of cleanup, make the menu string constants be translat (*)
  4feedfc... Modified Files: glade/po/da.po (*)
  c95c035... Get rid of the current_panel global. Use the "menu_panel" d (*)
  57021ab... somewhat cleanup the main menu handeling and the menu path  (*)
  9177199... fixed loading tearoff menus so that the tearoff item isn't  (*)
  1a6afd4... don't regrab window on end of drag if the menu is torn off (*)
  15e370c... remove this seperator (*)
  b1a34d7... Updated Norwegian translation. (*)
  57d1dd0...         (remove_panel): remove the g_return_if_fail() since (*)
  8ae7944... ..the debian menu in panel, if found, should sport a nifty  (*)
  becf7e0... Rename debian.png to gnome-debian.png (*)
  468926e... updated ca.po (*)
  c775931... Updated Ukrainian translation (*)
  7a32763... change one int to gboolean (*)
  8b05af0... fix two warnings, and fix removing of panels (*)
  93ecb94... foo! (it is getting late) -George (*)
  5eb9582... play with default config again, now on smaller screens we m (*)
  0e27540... for small screens default to no date (*)
  18907b2... fixed the reshuffeling of applets on restart by inserting a (*)
  e8bb352... gnome-core/po/da.po (*)
  11ce218... Fix the exciting promintent typo for Telsa (*)
  5b11944... remove old size stuff (*)
  e534fda... remove the old size enum (*)
  5105d1d... kill the properties when the applet is destroyed (*)
  4ff0f21... hackarounds around broken gtkplug/gtkwidget. If in the same (*)
  2d90279... bah! forgot the changelog for gen_util is in applets not ap (*)
  52ea50a... add a new call, applet_widget_queue_resize which can queue  (*)
  1eac44c... use applet_widget_queue_resize when we update so that size  (*)
  5990a3c... make the session saving check for non existent call and fal (*)
  b0c3efe... Modified Files: gconf/po/da.po ggv/po/da.po gnome-applets/p (*)
  b7a6375... the autoraise is no longer a non-gnome-wm option only (*)
  0b43e8f... the event window is now made on the basep of the panel and  (*)
  9e77212... don't count the applet padding towards the width of the las (*)
  02dada6... Small fixes (*)
  23713a0... Modified Files: balsa/po/da.po bug-buddy/po/da.po (*)
  3221a78... when in hungry_menus mode ("keep menus in memory") then kee (*)
  5f8ebcd... - Updated Greek (el) translation (from Simos Xenitellis <si (*)
  ee8d562... - desktop file and icon pixmap moved from gnome-core to bal (*)
  8e54dfe... make the printer a separate extern applet. Due to gtkplug/s (*)
  fb08030... make drawers on sliding and aligned widgets also nicely fol (*)
  820364b... Argh! ... belongs to previous commit -George (*)
  8f980ba... when new drawer is open, autoshow the parent basep, use the (*)
  b019363... Added the Turkish translation (*)
  1b93dbf... Added tr to ALL_LINGUAS (*)
  6189348... 1.1.3 release action (*)
  b94b413... minor UI fixes (*)
  8b7f39b... just some boring changes (*)
  d17ac73... Updated Swedish translation. (*)
  74514ef... implement a dialog for asking to remove non empty panels an (*)
  6cf5041... Improved an icon. (*)
  a1ec01b... Modified Files: control-center/control-center/gnomecc.deskt (*)
  a18bf3c... some spelling/message text fixes from telsa (*)
  ea240e3... fix many races and applet dragging issues, drags will no lo (*)
  aa236a7... instead of adding gtkplug to a gtksocket do a slight hack.  (*)
  9b8a16f... build the printer applet as shlib again since it will now w (*)
  af023bc... Eeeek, how come I forgot to do this here -George (*)
  10cfae9... added doc directory and panel doc - this doc is not ready f (*)
  147da80... new changlog entry (*)
  fd7073a... Updated Galician translation (*)
  891f1e7... Updated a pair of messages of Galician translation (*)
  eed854e... fix reading of old style menus so that users get their corr (*)
  3bb55ef... switch the Color and Pixmap labels as they were wrong (*)
  f53617a... add doc and help dirs (note: this won't build, please wait  (*)
  782c9ae... generate panel.sgml from panel.sgml.* and install images co (*)
  f7c5b9d... generate some doc Makefiles (*)
  8f51d84... this didn't seem to get committed i guess (*)
  7127a26... Updated Ukrainian translation (*)
  8787b35... Updated Ukrainian translation (*)
  d4fed65... add a menu item to show some help (*)
  190aa5c... fix the button freezing bug, the event windows were on the  (*)
  913beeb... 100% complete. (*)
  31140c1... Adding early draft of panel documentation. (*)
  78a8b07... Adding figures/figs directory. (*)
  79c1fdf... Adding figures/newfigs. (*)
  ba85128... Adding figures/newtest. (*)
  9cc9942... Adding figures/old. (*)
  48132c2... Documentation fixes and enhancments. Plus a small type in t (*)
  9b0eba8... remove these unneeded files (*)
  4b2545c... dist index.html (*)
  eb63a00... Updated Swedish translation (*)
  710fdec... bleh (*)
  2ac4325... moved some sections around, include signals in docs. (*)
  5d6c41b... make the text more consistent (*)
  94b7517... fix tyops (*)
  66ff534... eek (*)
  75c65f7... add StatusDocklet docs (*)
  ce1bfa4... Updated Norwegian translation. (*)
  5b59773... it wants to remove some blank lines. I'm not going to say n (*)
  a359271... oops (*)
  ccbe765... Updated Ukrainian translation (*)
  b6c84d9... Updated Ukrainian translation (*)
  eb1b884... Updated Estonian translation (*)
  2aaa3fe... Polished translations for release. (*)
  f3b8b48... Cleaned markup - no more undefined <xref>s. Worked on the " (*)
  43c8fba... *** empty log message *** (*)
  6e9570f... - Updated Greek (el) translation (S Xenitellis rhbnc ac uk) (*)
  773280d... Worked on Drawers and Special Objects documentation.  Added (*)
  7658640... correctly setup the orientation toggles for floating panels (*)
  ecbedac... get correct defaults when converting from old config (*)
  955a133... EEK!, this was not supposed to get committed -George (*)
  b30839e... Added CANVAS_PIXBUF_CFLAGS and CANVAS_PIXBUF_LIBS to config (*)
  f9e5f82... Many updates, in particular to "adding to the panel" and "c (*)
  e9edd6f... Modified Files: balsa/balsa.desktop gnome-applets/po/da.po (*)
  0216f42... fix a bug when no status was added on startup, running an a (*)
  e88c29a... Worked on panel objects docs.  Added screenshots. (*)
  99e0701... Worked on the menus sections; added "bugs and limitations"  (*)
  024e063... New screenshot. (*)
  543b640... Updated Galician translation (*)
  68a8190... use keysyms and not keycodes to handle the global key combi (*)
  f2eb15b... Added screenshots.  Added Launcher info and screensaver qui (*)
  031a6ae... fix grabing of all keys when the keycode was not found (*)
  aa43c42... cleanup the filter function and remove dead code (*)
  8eaa6ee... fix usability issues, browse now adds to the command line i (*)
  70cc309... do loading of icons on the fly and unload them when the ico (*)
  5046ee7... use an alignment instead of "X" label (*)
  ac25e02... Updated Swedish translation (*)
  4d0b8e3... Modified Files: gnome-applets/po/da.po gnome-core/po/da.po (*)
  51bae5b... Updated Norwegian translation. (*)
  999f015... Use gdk-pixbuf and GtkPixmap for icons. Also create all men (*)
  27e6f3f... Added panel.hints (*)
  5ea55cf... find out if an icon exists before loading it (*)
  87968f4... create an event box for the sole purpose of catching events (*)
  49294ca... propagate button_press_events even if we don't display a me (*)
  4a0a368... use gdk_error_trap_push/pop (*)
  47f629e... use parent->state rather then fake->fake->state as the fake (*)
  792366f... put the file selection into the above dock as well and rais (*)
  16b0079... fix drops onto panels after redo_window (*)
  225997a... Updated Swedish translation (*)
  9fa0b69... do a g_warning instead of g_assert_not_reached() (*)
  1b404df... should have compiled/run first (*)
  802380d... remove an uneeded border (floating_notebook_page): make the (*)
  e1a897d... don't let button clicks through to the panel. DOH! (*)
  c0bf4bb... put in the Desktop section (*)
  1910dc4... Modified various sections, including Basics, Menus, and Mai (*)
  31de120... 1.1.4 woop (*)
  adf6010... Updated Galician translation (*)
  6ace35f... Updated cs translation (*)
  1edc617... Rewrote example Panel section New example Panel screenshot (*)
  4c523ce... Shooby Ban <bansz szif hu> (*)
  74db1bf... Shooby Ban <bansz szif hu> (*)
  c7a21fe... Updated Swedish translation (*)
  1b0b3b4... Rewrote "Global panel preferences" section + minor updates (*)
  44641a6... *** empty log message *** (*)
  a282874... Fix bug #6417: renaming two instances of "add this to perso (*)
  4568a4c... Modified Files: gnome-core/gsm/save-session.desktop gnome-c (*)
  dba1762... Stopped mailcheck about box from showing up multiple times  (*)
  f122121... bind click to the ebox and not the applet widget (*)
  69deea7... sigh (*)
  5c0cf72... Updated Norwegian translation. (*)
  6c4a138... almost all new screenshots with E instead of fvwm2, which h (*)
  3f74e88... Removing old figures. (*)
  5257727... Removing old screenshots. (*)
  14b4933... Added screenshot I left out before. (*)
  64a1c03... Adding screenshot I left out before. (*)
  c4c8739... Had this screenshot in wrong path. (*)
  2fee26a... Updated Ukrainian translation (*)
  6a0dd7d... Reduced clock padding for small sizes of the panel. (*)
  8d06233... ja.po: Update from Yuusuke Tahara. (*)
  53a8e0f... Minor clean-up; added info on removing panels and "run..."  (*)
  a4563a8... *** empty log message *** (*)
  a340e10... More small changes... added reference to www.gegl.org and c (*)
  7fde5e1... when displaying the applet menu, setup the "menu_panel" on  (*)
  140d969... Updated Swedish translation (*)
  2ab5fdd... use an etched border (*)
  e95b1c8... Updated Polish translation (*)
  ba4d488... added section on launcher properties dialog (*)
  6c27044...  added section on appl. launcher properties (*)
  d0076bd... Updated italian translation (*)
  a80596f... Updated/added italian translation (*)
  fb456ae... Added italian translation (*)
  e8efb24... Added preliminary (not yet finished) italian translation of (*)
  26eed3d... Forgot this. Uops.. (*)
  7c6ccf3... Clean up of first couple sections (*)
  3665307... border-widget.c: Commented out an assert which was regularl (*)
  7ad45be... Updated yet again. (*)
  56d1c3f... updated (*)
  bb8aee6... Updated Polish translation (*)
  6846694... ignore hidebutton clicks in weird states completely as they (*)
  43c0d95... New and improved (tm) spec file. -- Greg (*)
  4d89e84... Updated Swedish translation (*)
  0e7b555... do the set_events right after creating the eventbox as it n (*)
  42a9f73... add a couple of new pixmaps (*)
  5d9c78a... implement george's idea of a panel with menu items on it (*)
  9c382b8... reverting blankinizing commit -George (*)
  baa43d3... pass around a "title" boolean, also setup the prototypes co (*)
  9c996ab... Updated Swedish translation (*)
  6a19c82... Minor clean-up; some missing things in "Global Panel prefs" (*)
  47d8b43... use the kde like defaults for the menu and the run key. (*)
  15bf6a7... fix orient freezing so that orient gets properly updated (*)
  68c853d... change "Move applet" to "Move" since we're not moving just  (*)
  178b503... reverted unwanted makefile change -George (*)
  add606c... maybe fix the makefile (*)
  4301bbb... port the redo_window to foobar, and make it handle WM switc (*)
  4c9f1bf... add (www) next to the web links in the menu and display an  (*)
  3c6d090... added a monkey (*)
  3f52007... telsadocs (*)
  5805833... fix mouse button labeling (*)
  8b93809... forgot the changelog (*)
  1b04db9... 1.1.5 (*)
  c4015f8... it's gnome-pim not gnome-pimp ... whoops (*)
  7cda84d... Added corrections from drake (*)
  fcdf417... Updated italian translation (*)
  4dbddf7... Added TODO file for panel docs (*)
  52c4c8b... added TODO file for panel docs (*)
  72f6677... Modified Files: balsa/po/da.po gedit/po/da.po gnome-applets (*)
  c3a2e54... Updated Galician translation (*)
  e39b286... Updated Swedish translation (*)
  f6abdd8...  - made some correction suggested by drake (part 2) and tel (*)
  0186235... *** empty log message *** (*)
  0108205... after a widget is remove, queue_resize all the panels, fixe (*)
  e1e8119... make main menu tearoffable and fix a problem on apply with  (*)
  21d3fb5... fix bug #6767 and add a couple czech translations (*)
  88f28f5... added a bunch of preconditions and did s/int/gboolean/ in a (*)
  29a0b3a... updated a couple translations (*)
  34d8e1b... put favorites before settings (*)
  5588b6e... applied patch from Pavel Cholakov <pavel linux home bg> to  (*)
  ab3be3b... Modified Files: balsa/po/da.po gnome-core/po/da.po (*)
  55a4ffb... updated bulgarian translation from "Pavel Cholakov" <pavel@ (*)
  61840b1... Modified Files: balsa/po/da.po bug-buddy/po/da.po ee/ee.des (*)
  06d2be8... s/Doctype/DOCTYPE/ (*)
  6452425... Removed old empty directories (*)
  c2db7e6... Fixed typo in cs.po which stopped gnome-core from building. (*)
  8bf8f20... Editted through Panel Basics (*)
  1bf684d... Updated French translation (*)
  f9b7504... - Updated Greek (el) translation (from Simos Xenitellis, si (*)
  7f12503... - Added Greek (el) to panel and mailcheck soundlists (from  (*)
  8afa61c... - Fixed really stupid commit mistake (overwrote it and wa t (*)
  45adee2... Editted up to Configuring the main menu (*)
  8bf1496... don't lookup _("") as that will get the .po file header whi (*)
  0d42bd3... use height for the height (spotted by John Ellis <johne bel (*)
  21e6d42... Irish translations (*)
  1533f4b... read/save the remove confirm flag fixes #7018 (*)
  2131665... Added lt.po Updated es.po, wa.po (*)
  cfd34e7... more, better, translations (*)
  207f868... set default tile path to "tiles" so that when there are no  (*)
  d7539dd... Fixed bug reported by Rob Brown-Bayliss <rob ZOOstation cc> (*)
  5f0e508... fix some /n issues (*)
  4495e81... remove ugly system() hack and replace it with gnome_exec_as (*)
  b379131... Modified Files: balsa/po/da.po Tag: control-center-1-0 (*)
  b8f9547... Added About dialog, bug #7296 (*)
  6d2e8d6... Modified Files: Tag: control-center-1-0 (*)
  8a4be4c... if remote server is to be polled and no password has been s (*)
  0f8e84f... Fix build with builddir != srcdir. (*)
  7d257e9... autohide towards the nearer edge of the screen (*)
  67b1dd6... be a bit more quiet (*)
  75934d6... apply patch from John Ellis <johne bellatlantic net> to fix (*)
  8e810a7... Added Lithuanian file (*)
  c292b2f... Updated my e-mail address (*)
  453ebba... catch more corba exceptions and give warnings (*)
  22c4a95... don't use g_error, we're now all shlib, and g_error is very (*)
  4d7cc28... accept kde link files as well (*)
  ba39b8e... Replaced screenshots with new ones using sawmill/microgui (*)
  1cc1c65... Minor editing; added "menu panel" to the list of panel type (*)
  973df0f... fix leaks and use gdk-pixbuf for all image loading (*)
  2c05874... the do_draw applet signal is now sent only when it is very  (*)
  d023553... Added more Menu Panel stuff Added FDL (*)
  1b52240... Editted through Panel on The Main Menu (*)
  63e4fdf... Modified Files: balsa/po/da.po gnome-core/po/da.po (*)
  b061bf2... Removed detailed FDL Corrected license and added URL for FD (*)
  2122af9... updated Lithuanian file (*)
  d349b66... panel/help/C/panel.sgml: editing; removed reference to "Run (*)
  9cc3ecd... add utility functions for setting dialog layers and doing e (*)
  e74386b... Just added/corrected a bunch of copyright notices, not all, (*)
  b71b8cf... Updated Norwegian translation. (*)
  71c0af0... Small update (*)
  ebf370a... don't clean *.signals so that "make clean;make" works (*)
  130bf4c... Make the Italian translation for "foot in the lower left co (*)
  a744978... Updated Italian translation. (*)
  d3b5484... flush so that errors are not handled later (*)
  ebc42ad... add gdk_flush before poping the errorhandler and rearrange  (*)
  44743a5... docs from the doc team (*)
  8d8ad47... convenience function for help showage (*)
  ef2f9b8... temporary update (*)
  67e7986... Updated Norwegian translation. (*)
  c908f13... Added Norwegian translations. (*)
  70d3890... Updated Norwegian translations. (*)
  582a380... Updated British translation. (*)
  a4b12bf... Added italian translations. (*)
  843f1e5... 1.1.6 (*)
  503f593... Modified Files: balsa/po/da.po gnome-applets/po/da.po gnome (*)
  3c60a6a... Updated Swedish translation (*)
  39ea32a... Rewrote the part about Main Menu; now uses the name "Global (*)
  db7a5f7... updated lt.po (*)
  2bc0094... Updated translations for 1.2. (*)
  7e0ceb3... Added German translation (*)
  79edf85... new screenshot new screenshot new screenshot updated Change (*)
  5744afd... More updates (*)
  7ba449d... updated (*)
  27ae699... add fixes from <it li org> (*)
  17779d1... add gnome-run.png (*)
  d40fe33... move some stuff around and install the stylesheet images (*)
  54365af... fixes..... (*)
  638d0b1... Removed pb->artpixbuf junk and replaced them with the prope (*)
  00d3f13... Updated Galician translation (*)
  a88524e... Call me crazy, call me stupid ... oh, I don't promise anyth (*)
  74a258a... Die ersten 200 Zeilen sind geschafft :) (*)
  554dd21... Updated Russian translation from Valek Filippov <frob df ru (*)
  c9a8a83... update the translations a bit (*)
  0689135... Add cs translations -George (*)
  847c84c... About 18% done. Oh, I was too lazy and typed german umlauts (*)
  5a80308... Time to start a bigger find&replace job, so I better commit (*)
  155b8c9... *** empty log message *** (*)
  7246a77... 32% done. (*)
  99e662e... Oh, yes, I know - this'll get me into Havoc's score-o-matic (*)
  831e3a7... We're half-way there .... 52% done ! (*)
  e485e59... Reverting changes. (*)
  18f3904... Szabolcs Ban <shooby gnome hu> (*)
  8692a48... prevent control-center from getting confused by setting cha (*)
  d9890dc... fix a very bad segfault from reading the client list, I'm n (*)
  d11014c... Another ~250 lines of translation work are done :) (*)
  9bc472e... *** empty log message *** (*)
  a9bbae4... About > ~70% done. (*)
  bfc23ea... 87% done ... time for the last part of it :) (*)
  565a582... It's done ! (*)
  dedcfc6... Added panel/help/de. (*)
  d7e2312... Added german translation of the GNOME Panel Manual. (*)
  96dead2... Copied here from `C' locale. (*)
  e6c4a62... Updated some Galician *.desktop/*.directory/*.soundlist ent (*)
  05ff4e7... Updated Galician translation (*)
  2c37982... Since I don't see any reason why the locale subdirectories  (*)
  52b4702... Fix, fix. (*)
  c183a90... Moved $(figs_DATA) stuff here. This was necessary to fix in (*)
  bccac60... *** empty log message *** (*)
  ce0c18d... added one more special applet icon for the gnome-run thing. (*)
  b8f1385... <!-- Deutsche �bersetzung 2.-3. April 2000 von Martin Bauli (*)
  34a2f22... small update (*)
  fa246e8... *** empty log message *** (*)
  61a3ba5... It checks every 2 minutes, not every 2 seconds. (*)
  dfd8809... Added german translation of the mailcheck applet. (*)
  64bb76d... added a note about using gnome_CORBA_init rather then gnome (*)
  444e58c... Updated Swedish translation (*)
  a43a13d... Updated. (*)
  ae69034... Updated Galician translation (*)
  d681528... Irish translations (*)
  c648f52... 1.1.8 release (*)
  1b72bf7... missed a couple of files (*)
  adfd487... Added german translation of the desk-guide applet. (*)
  e788c39... Whoever touched this file last, please commit a working one (*)
  7f36199... add help buttons and link them (*)
  1cc0a3d... Updated Ukrainian translation (*)
  e336d8f... Added Norwegian translation of the documentation. (*)
  2ae77b1... Added Norwegian translation of the documentation. (*)
  506f5b6... more 1.1.8 stuff... fixing of doc linking, use TCP in gsm a (*)
  8e69f18... Changed version # of the panel to 1.1.7 (*)
  4b61f7f... Small localisation updates, made panel use gnome-about-gnom (*)
  7c70c1a... Updated Swedish translation (*)
  a71dad4... Updated Polish translation (*)
  aa5801f... Updated Norwegian translation. Fixed header. Removed a load (*)
  26f2169... Removed fuzzy at the beginning. (*)
  57dba9b... revert last commit, no patch was mailed to me (*)
  025b802... revert last commit, no patch was mailed to me (*)
  ad28154... fix a crash (*)
  74a1a87... point to the correct part of the docs for the help button (*)
  2501048... Updated discussion of keybindings point to correct part of  (*)
  dcd39de... - Minor update. (*)
  051c99b... Updated Galician translation (*)
  49a572b... Fix errors caused by update; further translations necessary (*)
  e65e30c... Updated italian translation (*)
  f883b86... Finnish update, still more work to do. (*)
  ffa5a58... Small update (*)
  8e9815a... Remove \n's that cause build failure. (*)
  3e98e92... updated lt.po (*)
  74c12cc... Update of the tr.po (*)
  2f74d1c... balsa/po/da.po gnome-core/po/da.po gnome-utils/po/da.po gto (*)
  e82f206... Added Lithuanian strings to desktop files (*)
  0cc468f... added Lithuanian strings to desktop files (*)
  1e080a9... end the pain. /tigert (*)
  65abeee... Updated Ukrainian translation (*)
  20d0297... Added/Updated russian translation. (*)
  bb223c0... Modified Files: gnome-core/applets/fish/help/Makefile.am (*)
  a124550... Added Files: applets/fish/help/da/Makefile.am (*)
  875ee70... Fixed Makefile.am which broke "make dist" Fixed Makefile.am (*)
  87f8479... Add de. (*)
  72b40d4... Add de. (*)
  d81009f... Fixes to allow use with NEW gdk-pixbuf (*)
  c8e0437... Updated DAnis hfile (*)
  9d542a1... Fix Wanda for the new GdkPixbuf. (*)
  d2fef32... Update. (*)
  e794d18... add makefiles for help docs (*)
  be0ac9d... in tile_rgb handle images with alpha channel appropriately (*)
  0b68d17... Pauli Virtanen updated fi.po and .desktop entries (*)
  306b3c0... Forgot Changelog entry. Woohoo, this is an easy way to get  (*)
  87cbbdf... 100% complete... (*)
  366a16f... Added the Turkish entries to hints&soundlist (*)
  471621b... Updated / added Turkish entries to the desktop & soundlist  (*)
  3bbfb0b... Updated Norwegian translation. (*)
  46911ce... Updated Danish file (*)
  242f05e... Always setup the visuals here. (*)
  cde6df4... Added [tr] sections (*)
  2e54af9... Added some [tr] things to gen_util (*)
  e5144c3... Updated British translation. (*)
  bed3225... Updated docs to new template and added figures. (*)
  dff2f85... Changed preferences help link to point to new tag name (*)
  4835ef9... update the translations a bit (*)
  888f7ec... A few small doc-related fixes (*)
  03ca203... General cleanup. Add shortcuts. (*)
  01b963c... re-added the subdirs that got deleted somehow (*)
  8e0ae79... Updated russian translation. (*)
  ce6ec5f... Add de and ru entries from revision 1.18. (*)
  04f185f... Fixed bad screenshots (*)
  0388035... fix ian main's email -George (*)
  2495dc6... Added help to all 3 applets. (*)
  c75909e... cleaned up directory. (*)
  2e1b67d... Add some requirements. (*)
  2318df7... Improve. (*)
  602fcdd... Cleanup. (*)
  711685f... Small update (*)
  912b9d8... Corrections. (*)
  7b78dd6... Check for GdkPixbuf library >= 0.7.0. (*)
  f881741... More cleanup and corrections. (*)
  9f08be2... Fixed docs. (*)
  11e1d63... Fixing the docs, again. (*)
  cd42bf1... Small fix to copyright. (*)
  8d89241... Fixed docs linking. (*)
  1fe5ad3... if we find a gnomepager applet and gnomepager_applet is not (*)
  885e6d1... create_root_menu can work on an existing menu, there is a (*)
  f4a245f... shut up cvs -George (*)
  1788fbd... de.po: Typo (*)
  7da98f8... Added initial translation for panel italian documentation ( (*)
  1e01aa9... Added italian panel doc makefile (*)
  a2ae96a... Fixed stupid typo (*)
  804fb40... Fixed screenshot. (*)
  27efb9f... 2000-04-20  Jacob Berkman  <jacob helixcode com> (*)
  de9dbeb... "I hate hippies." -- Eric Cartman (*)
  fb4a188... id fix and name fix (*)
  700eee6... updtes (*)
  2a624aa... Updated Catalan file (*)
  5e13fe9... authors.h -> contributors.h (*)
  b3ae413... Added Lithuanian strings (*)
  93adce2... Changed my email address (baulig suse de). (*)
  486955b... Is it really so hard to add .cvsignore files to your stuff  (*)
  805d19e... *** empty log message *** (*)
  e8a981f... More translation (puff, It's my birthday tomorrow!!) (*)
  8e67b03... Updated italian translation (*)
  a2d962e... Added SuSE logo. Added gnome-suse.png. (*)
  8541de5... Fixed some Galician strings. (*)
  e6b3482... updated nl translation (*)
  cfa7869... Corrected some [tr] entries in the desktop files (*)
  8800035... Updated Norwegian translation. (*)
  417bc05... fix fatal errors (\n not matching between msgid and msgstr) (*)
  ab97d17... Fixed typo that display an it hint for english users (*)
  76fd342... Updated Ukrainian translation (*)
  554713c... Updated the Turkish translation (*)
  8cad411... changed the 'example-applets text to actually match the scr (*)
  da7ca1d... new panel docs changelog (*)
  e2a1642... *** empty log message *** (*)
  dd4b479... Added german translation of the clockapplet. (*)
  afa4b56... Make keep_bottom the default (*)
  408c52d... added a new animation for tiny panel (by Ian Campbell <ijc2 (*)
  512bd85... *printer.sgml: Small fixes in markup. (*)
  7be941f... updated. (*)
  db9b91c... Added Polish translations. (*)
  534d1de... Updated Polish translation (*)
  d14fe4a... call xstuff_set_no_group when realized (*)
  43ead7a... apply a patch from Miguel "Rodr�guez" <migrasesp netscape n (*)
  24091ee... Apply modified patch from Peter Wainwright <peter.wainwrigh (*)
  a6c6117... if the dentry is kde, then try a really simple conversion b (*)
  fa18532... Updated wa.po (*)
  0121f9b... accept _MOVE drops also, but never pass the del flag to dra (*)
  3e348a6... Modified default hint Modified some hints and added some ne (*)
  e24ff53... fix scaling to different panel sizes. (*)
  1c86d1a... de.po: Update. (*)
  5ed0e8b... Fixed broken PNG images which Netscape can't render. Fixed  (*)
  5367ca9... Fixed broken screenshot which I didn't quite fix last time. (*)
  04ee936... Updated Galician translation (*)
  fbea4d8... Updated Norwegian translation. (*)
  3627d03... de.po: Update. (*)
  10b688a... Updated Norwegian translation. (*)
  4d60269... set wmclass to Panel/run_dialog set wmclass to Panel/about_ (*)
  512f6a8... la la la la la -George (*)
  d33352d... Updated Swedish translation (*)
  857c3ee... Translations from Keld gnome-core/po/da.po (*)
  9c794ed... Updated Galician translation (*)
  16769f4... add tearoffs for the non-dentry generated menus (*)
  428418f... cleanup, minor memleak fix. Also the font for no icon scena (*)
  e723c4e... use G_MAXINT rather then INT_MAX (*)
  f58f35c... updated. (*)
  e8f8994... Add Japanese translation. (*)
  3c51d7a... use the main tooltips for date tooltip (*)
  6948216... Updated Norwegian translation. (*)
  51777bd... Updated Lithuanian file (*)
  fedfca5... Updated Swedish translation (*)
  e3a9c9c... Updated russian translation. (*)
  8cfa401... Updated russian translation. (*)
  1626238... de.po: Update. (*)
  7621a8f... Translations from Keld balsa/po/da.po evolution/po/da.po gl (*)
  e9ed81e... turn it inside out (*)
  5cfa9c7... Updated Greek file (*)
  42285f1... icon stuff and what not (*)
  a0018c7... Updated ca.po (changed mantainer) (*)
  6059c42... Updated Norwegian translation. (*)
  600b58f... Updated Galician translation (*)
  219cbd2... bleh (*)
  4e4d13d... another try (*)
  0cd834d... s/authors/contributors/ for gnome-about (*)
  db4262e... remove a collision remnant (*)
  49ccd1b... Updated Galician translation (*)
  8f32afb... add a link from the about box (*)
  62f2d6f... de.po: Update. (*)
  7ee056e... make the high color icons as well. The high color icon are  (*)
  fad8b10... Update. (*)
  398a19e... Forgot this (*)
  f73a267... do what nautilus does for prelighting, that is a colorshift (*)
  8b65b57... de.po: Update. (*)
  c3e7801... check for NULL pixbufs (*)
  22c64c0... forgot to commit this (*)
  7f3851d... Updated Swedish translation (*)
  3cce22b... Updated Galician translation (*)
  700c9a7... de.po: Update. (*)
  6b8ff02... Fixed some strings (*)
  01ab62e... add panel/foobar-widget.c (*)
  2cb5f9e... Major revision of Gnome-core for the pre-release monday (*)
  166dc65... Updated Swedish translation (*)
  66cd43e... Updated Galician translation (*)
  f3b4ba1... updated italian translation (*)
  580c10c... mark the URLs for i18n, and use the new mailing list page (*)
  bacd5aa... updated italian translation for new menu panel urls. (*)
  84947bb... Update because of boc last changes ;-) (*)
  d9320d9... Updated Swedish translation (*)
  c783324... de.po: Update. (*)
  e35a0f0... Updated Galician translation (*)
  d941e34... Updated Norwegian translation. (*)
  54f2fcf... Updated Polish translation (*)
  f2d3a62... Updated Lithuanian file (*)
  054da5c... New update.sh (*)
  9915c72... Fixed somethings for portability Thanks to Mathieu for the  (*)
  59fbd17... Now with help (*)
  bf3da5e... New Changelog entry, forgot (*)
  a8ca63e... Fixed some strings (*)
  25289b4... Sometimes I'm just plain stupid... (*)
  9c4d354... an oopsie (*)
  963924a... Szabolcs BAN <shooby gnome hu> (*)
  095e5c6... forgot (*)
  02e8f2a... add subdir argument to create_icon, and properly load up ic (*)
  d139fd6... Updated italian translation (*)
  e20b935... Second take on Wanda translation (*)
  ae32149... second take (*)
  897b4e8... First take on Danish translation, since big change (*)
  6ef5d71... First take on Danish trans (*)
  c26e215... First take on Danish (*)
  bb14bc7... We start from new - too much changed (*)
  8c68998... Oopsie... (*)
  880472f... Last for today (*)
  213b968... New trans (*)
  1138b47... minor updates (*)
  53fd8d6... Small updates... (*)
  6d4338d... removed old files (*)
  0ba0c64... new filew (*)
  487d1c1... more filew (*)
  1de5a71... more files (*)
  75e2c6f... New file (*)
  08f6687... Fixing configure.in for da translation of gen_util applet R (*)
  8b52dad... update czech translations (*)
  54206a4... Updated Swedish translation (*)
  ff56d79... Update from Takayuki KUSANO. (*)
  8020ede... Update (*)
  384b39f... Updated Norwegian translation (*)
  dbeb135... de.po: Update. (*)
  b3adafd... Some fixes (*)
  1296716... Updated Galician translation (*)
  937b434... don't accept color and background image drops on the foobar (*)
  50743b5... updated italian translation (*)
  4a325b0... Szabolcs BAN <shooby gnome hu> (*)
  119a53e... Updated Lithuanian file (*)
  74c5fbb... Added Swedish translation. (*)
  a76ff59... Fixed Galician translation (*)
  d9ddbeb... Add galician (*)
  fc5cd3e... use -lock for xscreensaver always (*)
  e121b7a... updated screenshot updated screenshot (*)
  bc79e5f... Edited Launchers section. (*)
  a8bf2c3... setup a dnd proxy for the swallowed KDE docklets (*)
  86d8cb9... Shh (*)
  3da8551... updated by Young-Ho Cha <ganadist daocme co kr> merge and m (*)
  0fb6879... de.po: Update. (*)
  3970029... de.po: Fix. (*)
  fda53b9... an extra sanity check for shlib applets, and minor doc upda (*)
  d6074e3... de.po: Update. (*)
  926c1d1... gen_util/mailcheck.soundlist (description): Add de. (*)
  bf7a304... gnome-panel-properties.desktop (Name): Sort alphabetically. (*)
  8d00888... Updated Galician translation (*)
  d25ed18... Updated Swedish translation (*)
  ecb3ad6... Better update.sh script (*)
  19dad77... Corrected spelling errors, oops :-) (*)
  2d1ebb7... Updated GReek file (*)
  d2658f1... Updated Walloon file (*)
  48754e1... Rename this file (*)
  623c2ce... Edited Applets, Drawers, and part of Special Panel Objects  (*)
  e0c79e2... Added Lithuanian strings (*)
  dd64bb1... Added some walloon strings (*)
  34f93cf... Edited Special Panel Objects and Adding, Moving, and Removi (*)
  0086282... Translations from Keld gnome-core/po/da.po gnome-media/po/d (*)
  a807d32... updated trademark info, version number; added reference to  (*)
  50b750c... Spanish translation (*)
  17cbcde... Better trans (*)
  87b6614... Updated italian translation (*)
  85119f1... Made the script a little better - frob please use this one  (*)
  0317ef6... Updated Norwegian translation. (*)
  7d6c42f... update.sh 1.2.4 (*)
  6f698bb... Updated Norwegian translation. (*)
  9ce3bea... *** empty log message *** (*)
  1eee45e... Updated Ukrainian translation (*)
  3d9fb68... Updated Ukrainian translation (*)
  223c1b9... panel.hints: Add some German translations and do sorting... (*)
  8c1ec21... Spanish translation (*)
  151e8da... *** empty log message *** (*)
  ebfb424... Updated translation of hints (*)
  8b9544e... Forgot this (*)
  d46b793... Updated Spanish and Walloon files Fixed syntax errors on Ba (*)
  dc962bf... Did the needed changes to have the list of contributors be  (*)
  4776d8d... More sorting. Remove a doublette. Add german... (*)
  5a8fbd2... de.po: Update. (*)
  7f94612... panel.hints: Improve de entries. (*)
  159d283... Updated Ukrainian translation (*)
  48c3a7c... s/free/g_free/ (applet_change_pixel_size): clean up stuff a (*)
  771cca6... free the filename (*)
  e6c7c1c... Korean translation from Young-Ho Cha <ganadist dacome co kr (*)
  270805a... remove ref/sing from register_toy. It should really not be  (*)
  5061639... Translations from Keld gdict/po/da.po gimp/po/da.po gimp/po (*)
  fd98fa6... Updated Norwegian translation. (*)
  f39315f... Updated Galician translation (*)
  b6cb0e5... panel.hints: Replace one da by fi.  Tweak de again. (*)
  8a374e0... Update (*)
  7530430... gnome-libs-1.0.59 (*)
  0ee669d... panel.hints: Remove the comment at the start (*)
  bd8f5c4... use the checking cast AFTER preconditions. (*)
  d98c502... on "destroy" of gnome-dentry-edit, unref it, on _new sink/r (*)
  1e6f837... s/warning/message/ (*)
  700a13c... the destroy handler is now an override rather then a signal (*)
  673072d... fix bug with not strduping the back pixmap, null data after (*)
  6a769a3... Edited Creating, Moving, and Removing Panels and Global Pan (*)
  3c7da97... use unref for the menu instead of destroy (*)
  71601d7... Updated Swedish translation (*)
  25d719f... Fixed a string (*)
  0e1749a... Updated Ukrainian translation (*)
  2a590ab... Adjusted and finished Norwegian translations. (*)
  86ff845... Updated italian translation (*)
  24fe48d... panel.hints: Added Swedish translation (*)
  7fcc4f0... forgot it (*)
  1403aa6... Finished translation! (*)
  ec55f23... Fixed the doc to fit the danish translation of the fish (*)
  2ec594d... More translated :) (*)
  a5f052c... Finished first round of editing. (*)
  6398c8a... de.po: New translation for deskguide. (*)
  010f5a5... Fixed bad formatting of a couple hints. Fixed bad wording o (*)
  8bb4ead... Fixed Galician translation (*)
  6a0d52e... panel.hints: Improve German translation. (*)
  3dce782... Added Norwegian translation (*)
  bb7ac02... Updated screenshots to use correct Gtk+ theme, as directed  (*)
  6dc0d5b... Finished da translation of clock doc (*)
  f267424... Update (*)
  ce06024... Updated URL references to refer to new www.gnome.org web pa (*)
  b5d68f5... updated (*)
  2d42aac... 1.2.0 (*)
  f8ebb3e... Updated French translations. (*)
  c432b45... Updated french translations (*)
  4dd49ce... don't go into the unexplored territory that is the negative (*)
  867ea2b... ok real 1.2.0 (*)
  e62f6ff... Updated French translation (*)
  d13ffcc... Fixed typo in ending tag: </Content> was </content>. This c (*)
  62a39c6... Updated russian translation. (*)
  48e00d2... Updated Ukrainian translation (*)
  8dc70ee... Szabolcs BAN <shooby gnome hu> (*)
  65ba9a5... Finnish update on desktop-links and fi.po by Pauli Virtanen (*)
  8046bb6... when removing an applet, kill the applet in an idle. This i (*)
  34cba5c... Fixed wrong translated message (*)
  fb605e6... drawers are always in the "DOCK" layer. even if we keep pan (*)
  43d35b9... fix a check for an empty file in load_pixmap which would se (*)
  7f353a9... Fixed Galician translation (*)
  c377b8d... updated Japanese translation. (*)
  4a45dd1... Got some suggestions, thanks! (*)
  7395f27... small fix (*)
  1f5c2b7... increase the buffer size for strftime, and make it handle f (*)
  ccbbf81... updating pt_BR translations. (*)
  19dc3bd... Add Japanese translations. (*)
  124affe... Updated the tr.po for gnome-core (*)
  9e96706... Cleaned up tr.po (*)
  dabda0f...    Split section "adding panels" into 2,   creating a new sect (*)
  582181f... new useless feature of the week. You can now put the Exec s (*)
  5855fc5... null everything on destroy, use 0 for invalid handler tags, (*)
  bb8e0fe... Updated russian translation. (*)
  7b5369d... Translations from Keld gimp/po-plug-ins/da.po gnome-core/po (*)
  ababaf2... updated italian translation. (*)
  9efebc6... typo (*)
  e8b48a0... Pauli updated finnish translation (*)
  dfe2a5f... Updated Norwegian translation. (*)
  91b365c... Szabolcs BAN <shooby gnome hu> (*)
  be9267d... fixed a bug with 0 padding and hidden packed panels and lau (*)
  65b3876... make the previous fix work well with autohidden panels (*)
  04b0b27... Added Serbian language files (*)
  752d66f... Updated Danish file (*)
  2eda1c1... Updated russian translation. (*)
  e02f902... Updated Serbian files (*)
  14f1158... apply patch from Eric Eisenhart <eric eisenhart com> to fix (*)
  bc62557... Tridittional Chinese PO File 2000/06/21 (*)
  bb59793... updated Japanese translation. (*)
  7d772f6... Updated Norwegian translation. (*)
  6f3aef6... Updated italian translation (*)
  7670b45... Added Slovenian translations (*)
  08ae5b6... Updated russian translation. (*)
  26cdbee... Updated Slovenian translation (*)
  49cb103... fixed a bunch of typos and semantical errors ;) (*)
  7554d3a... Updated Slovenian translation (*)
  f174fdb... Translations from Keld achtung/po/da.po balsa/po/da.po dia/ (*)
  ae1ede0... Updated Slovenian translation (*)
  5efaa2f... Updated Slovenian translation (*)
  e80519c... Updated Slovenian translation (*)
  659d079... Updated Slovenian translation (*)
  78d17b8... Updated Slovenian translation (*)
  5986c54... updated pt_BR translations (*)
  0eca36a... Translations from Keld balsa/po/da.po evolution/po/da.po ge (*)
  c003977... Update. (*)
  dd31ad7... updated pt_BR translations (*)
  045c719... Updated Galician translation (*)
  702c2d0... updated pt_BR translations (*)
  5f69746... updated pt_BR translations (*)
  bd41266... updated potfiles translations. (*)
  a9a6093... form sienap... (*)
  9b1c796... Updated British translation. (*)
  aa4fad8... update Greek file (*)
  ce3eb6d... Updated Slovenian translation (*)
  b5e2cea... small update (*)
  a4349a1... blah blah blah (*)
  3f2272e... small update (*)
  0aacc9a... Szabolcs BAN <shooby gnome hu> (*)
  9db04b7... Updated Norwegian translation. (*)
  f68fc88... Improved handling of distribution specific menus. (*)
  185a4e2... Updated Serbian file (*)
  8e1cd5f... Updated Norwegian translation. (*)
  15e089e... Updated russian translation. (*)
  6e90852... Szabolcs BAN <shooby gnome hu> (*)
  3bfa4c9... Updated Japanese translation. (*)
  4334f50... Change some words. (*)
  244d4ec... ja.po: small fix. (*)
  7317eac... Updated the Turkish translation. (*)
  3a80d6b... Translations from Keld dia/po/da.po dr-genius/po/da.po evol (*)
  25a0f47... Updated Slovenian translation (*)
  1db49a4... Corrected some hotkeys (*)
  b0d9b52... updated Catalan file (*)
  ee904f0... updated pt_BR translations (*)
  adb2fe7... updated Catalan file (*)
  7c3a566... Some typos corrected (*)
  cdf8bc3... Some typos corrected (*)
  512ce8b... Updated Slovenian translation (*)
  9ab252a... Updated russian translation. (*)
  8ef4899... Translations from Keld dr-genius/po/da.po evolution/po/da.p (*)
  b54cd0d... Updated Ukrainian translation (*)
  34801bc... Updated Japanese translation. (*)
  4386502... Small fix (*)
  df7694d... Updated, typo fix (*)
  fafecb0... updated Serbian files (*)
  7d360a6... some erratas fixed. (*)
  0ccc218... Updated Slovenian translation (*)
  9a3902c... fixed screenshot (*)
  867f664... Updated Norwegian translation. (*)
  883da1d... add menu merging ala redhat. (from /etc/X11/applnk/). This  (*)
  791f2c9... add a configuration option that can disable menu merging. (*)
  d3db74e... recompiled with new gob (*)
  594fd08... whoops, forgot this -George (*)
  cec2649... Updated Japanese translation. (*)
  d1881ee... Updated russian translation. (*)
  922d5bb... Updated russian translation. (*)
  5eadc85... accept property/bgimage mimetype so that we can get the bgi (*)
  7de154c... Make sure that foobar's menus are reread if the menu settin (*)
  60ec8b1... update (*)
  5c3121b... updated Greek file (*)
  2b557cc... added GReek strings (*)
  6bb6b41... Updated Norwegian translation. (*)
  d8f865d... Update (*)
  0a5746c... updated italian translation (*)
  bff6d61... updated Danish file (*)
  1666053... updated Catalan and Basque files (*)
  c719ed8... Updated Slovenian translation (*)
  19b84fc... Updated Ukrainian translation (*)
  341c324... Triditional Chinese PO File 2000/08/21 (*)
  0fae716... Add a global_main flag to main menus. this will make it use (*)
  10f0781... Updated the TODO to be more current -George (*)
  9c6bda0... const correct the factory thingie (*)
  3adaecf... found an error in 'Configuring a menu' section (*)
  4175807... Updated Ukrainian translation (*)
  fe652a6... updated Greek file (*)
  e7f4c88... Updated Japanese translation. (*)
  c625cf4... fix format by removing excessive text. (*)
  6b19de1... Spanish updated translation (*)
  866d756... *** empty log message *** (*)
  3782f08... Begun updating Irish translations. (*)
  a0b4ff1... Updated header for Irish translations (*)
  b14b37f... Updated russian translation. (*)
  c5ef8c2... Spanish translation of gnome-hint (*)
  619ecb3... Added Greek strings to various files (*)
  4c2e4e7... Updated Norwegian translation. (*)
  f17e0e7... Updated Swedish translation (*)
  75133b7... Updated Greek translations (*)
  3b0cbcb... Typo fixes. (*)
  028b24c... Make distribution menus api cache the results to avoid cont (*)
  b4e400b... Do scaling of buttons by using gdk-pixbuf scaling functions (*)
  cc6fb9d... Add "Ultra Tiny (12 pixels)" size which would be useful for (*)
  7f52e8a... add text/x-moz-url as another url type for dropping. It how (*)
  891020d... Fix warnings, mark the gnome_config_get argument for hourfo (*)
  5201546... Add an explicit check for capplet module (finally) (*)
  7a7987b... Update todo -George (*)
  3decb79... Updated Swedish translation (*)
  e795ace... *** empty log message *** (*)
  60c62ae... Top level: 2000-09-03  Matt Wilson  <msw redhat com> (*)
  abab2c4... Make a GtkMenu subclass that handles very long menus. When  (*)
  0cc2b99... 1) I messed up the Changelog and so s/panel.c/foobar-widget (*)
  e1d01fa... Updated russian translation. (*)
  17644ea... Updated Slovenian translation (*)
  8d3e9ed... Updated Norwegian translation. (*)
  91a012e... fix the submenu / long menu interaction. (*)
  d0f0c25... apparently mozilla now will support _NETSCAPE_URL and test/ (*)
  d06b1d4... Updated Ukrainian translation (*)
  34b25f6... when keyboard traversing, make sure we "show" the currently (*)
  8859417... Updated Greek translation (*)
  7fb7661... Simplify Chinese PO File 2000/09/05 (*)
  2784d8f... Added new animation (*)
  773928a... make sure we call the leave_notify handler when we really l (*)
  d0bdafc... only touch the my_gnome_panel_idl if everything went fine,  (*)
  8abdfd5... When copying a config, copy all the text fields. This fixes (*)
  a5de354... add item about rechecking TryExecs -George (*)
  dcd66ae... Updated German translation for gnome-core. (*)
  6e8f31c... Updated Galician translation (*)
  172a5a8... Remove an old standing "UglyHack(tm)" and fix copying to fa (*)
  a381480... Add a way to set up custom icon for any menu button. (*)
  bb983b8... updated italian translation (*)
  e0b7c8d... Add a configuration flag that specifies if we are to use fa (*)
  96e00db... Updated Norwegian translation. (*)
  825dec7... minor cleanup in search of a bug. Added some asserts. (*)
  2b72a5d... Updated Japanese translation. (*)
  bf1837f... updated Serbian files (*)
  41426d6... Added update.pl and README.tools from kanikus. (*)
  b3ef492... updating pt_BR translation (*)
  f7fa584... Updated Swedish translation. (*)
  c52c12f... Updated Swedish translation. (*)
  fd9a62f... Updated Serbian files (*)
  7bff3a1... show help when the help button is pressed, not the apply bu (*)
  d212c99... Updated German translation. (*)
  be8a99a... fix up allocation/destruction, fix leaks. Make time format  (*)
  67320df... Updated French translation (*)
  f5209fa... Updated Galician translation (*)
  aff27dc... Updated Swedish translation. (*)
  540811d... Updated German translation. (*)
  3f458f5... improve text-only mail notification to show unread messages (*)
  0a58625... Updated Norwegian translation. (*)
  5ee20ff... Updated Swedish translation. (*)
  7a92f33... Updated French translations (*)
  fd09b6c... Fixed + Updated German translation. (*)
  92a0d57... 1.2.2 (*)
  0035004... notes able stable branches (*)
  c6267f0... fix the black squares problem and a bunch of cleanup which  (*)
  0797af5... 'head -n 5 ChangeLog' (*)
  f942d2d... the visual seems to be NULL for tasklist icons, so comment  (*)
  3555893... i like forgot this or something (*)
  d8f474d... make a bunch of code #if 0'ed out as it's not currently use (*)
  52bc07c... Make, property dialogs (the panel one and launcher one only (*)
  95e7dc5... Translations from Keld gconf/po/da.po gimp/po-plug-ins/da.p (*)
  a5ffe04... cleaner checking for if a child was added, to know when to  (*)
  20d9f33... More GnomePropertyBox code killing. This makes the drawer p (*)
  1b0341a... fix crash during properties by nulling the PerPanelConfig s (*)
  92f8b62... if we aren't changing the align or edge, return early so we (*)
  18cf1ea... pass a GtkWidget (*)
  828574a... fixup the menu properties to do immediate update and use a  (*)
  2f3f7b2... *** empty log message *** (*)
  fb04748... Updated (*)
  e81de51... Fix some warnings and move towards being compliant with the (*)
  7c6ab70... Updated Slovenian translation (*)
  ea42628... Updated Galician translation (*)
  0972fc2... cleanup, minor leak fixes, some hack-explanatory comments (*)
  59cc808... add ability to launch certain urls (http://,https://,gopher (*)
  085689e... General cleanup and some const-ization of things. But mostl (*)
  cd78c7c... Updating pt_BR translations (*)
  c6e06ac... Modified TODO -George (*)
  a86e1e2... John Fleck <jfleck inkstain net> help/C/fish.sgml help/C/fi (*)
  647ca42... John Fleck <jfleck inkstain net> clock.sgml and clock-apple (*)
  22c3f2c... Updated Dutch translation from Dennis Smit <synap area101 p (*)
  1703630... Updated Swedish translation. (*)
  36ad913... Add revert button to desktop entry property editors, and us (*)
  d2091b9... Fixes and updates (*)
  05fd35e... don't assume return from XGetWMHints is allways non-null, t (*)
  42589b1... John Fleck <jfleck inkstain net> mailcheck.sgml and mailche (*)
  91d3193... Updated Ukrainian translation (*)
  e5a0adc... Add simple panel collision avoidance. Bottom/Top panels tak (*)
  e4ac7c7... add a global option to turn off the collision avoidance (it (*)
  b73c1a0... Minor corrections to Dutch translation. (*)
  304b1ad... John Fleck <jfleck inkstain net> patches to printer.sgml an (*)
  9858caa... Sanity, fix minor mem leak and some cleanups, god does this (*)
  e5e21df... cleanups, remove unused extern (*)
  3eb8228... Random cleanup related to some -pedantic -ansi, also added  (*)
  2b70f56... Apply patch from Chris Leith <cleith home com> to add borde (*)
  9ba556b... Update Dutch translation. (*)
  3336ace... Updated Greek Translation (*)
  14c7eb4... John Fleck <jfleck inkstain net> updating changelog to refl (*)
  577d226... John Fleck <jfleck inkstain net> updated help/C/panel.sgml  (*)
  52b126d... Updated Ukrainian translation (*)
  b483f9d... cleanup, recalc borders when a border panel is killed. (*)
  74449cf... Fix the recalc on destroy. /me smacks head against wall for (*)
  887f2bc... Fix cast to BaseP for FooBar on panel removal (*)
  69a5ccd... Updated French translation. (*)
  0ddcb09... Updating pt_BR translations... (*)
  38ce33d... Updating pt_BR translations (*)
  152da71... updating pt_BR translation (*)
  a7d93e2... Translations from Keld evolution/po/da.po gnome-core/po/da. (*)
  7f357c2... Reactivating core-docs with FSF licenses in it (*)
  7fb6dee... add big5 tr (*)
  fa92902... Minor Update. (*)
  bbdbc03... zh_TW tr (*)
  eef4731... zh_TW tr updated (*)
  3cca1e3... Updated Italian translation. (*)
  c1112a6... updating pt_BR translations (*)
  386979a... Tamil translation. (*)
  f88d326... updating some pt_BR <ricardo conectiva com br> (*)
  a3a4267... Update from Stanislav Visnovsky <visnovsky nenya ms mff cun (*)
  c24f42c... Updated Japanese translation. (*)
  4bcb4b6... Updated italian translation (*)
  8600b80... Updating some pt_BR translations. (Update-Gnome.sh script)  (*)
  cdae783... Updated Polish translation (*)
  77aae6c... Updated russian translation. (*)
  d180039... Updated Swedish translation. (*)
  817d8a9... Updated Ukrainian translation (*)
  29d597f... Updated Ukrainian translation (*)
  50b2a85... typos fixed (*)
  2531d07... Updated Slovenian translation (*)
  c1b0381... move the drag status call during motion below the is_drag_o (*)
  88d818a... Added "no" translation. (*)
  3f4a5bf... Add a Panel2 interface inherited from Panel which has some  (*)
  f116940... Implement the Panel2 interface. (*)
  68aaaea... only check for /proc/apm on linux. Also read the thing and  (*)
  a1c7a45... Added or changed some Finnish entries. (*)
  d26fdcc... do libice check only on solaris (*)
  f2ccb7d... Have it install $(app).sgml Fixed one bug. Have it install  (*)
  fc58580... Translations from Keld gconf/po/da.po gedit/po/da.po glade/ (*)
  54e9c04... Updated Slovenian translation (*)
  efe2165... Updated Polish translation (*)
  d391c45... minor cleanup and some evilness (*)
  d58eec8... warning fixes (*)
  ea020ff... Updated russian translation. (*)
  a28872a... Updated Japanese translation. (*)
  5d899f2... Updated Slovenian translation (*)
  0f35c5a... Updated Swedish translation. (*)
  ef46ea8... Updated Greek translation (*)
  c3ba57a... some cleanup, mostly cosmetic (*)
  f825e29... .../gnome/help/<appname>/<lang>/<appname>.sgml where one wo (*)
  7a1441a... Removed all these files, and renamed them to _applet.sgml o (*)
  f9a71e5... Updated Norwegian (bokm�l) translation. (*)
  28a4f05... Automatically updating some pt_BR and Spanish translatios ( (*)
  6d50d46... updating pt_BR (*)
  3682f6f... Wed Nov 8 2000 Gregory Leblanc <gleblanc cu-portland edu> (*)
  a4c6d27... Remember the last known config for applets, add a signal (q (*)
  f7ff35d... Wed Nov 8 2000 Gregory Leblanc <gleblanc cu-portland edu> (*)
  1500472... *.desktop: Add Slovak translations from Stanislav Visnovsky (*)
  6f02cf9... Updated fi.po (*)
  726d4bb... Updated (*)
  daa2127... Updates to all docs for compliance with the doc standards f (*)
  93ac5b3... minor cleanup (*)
  f8b9a99... Committed updated Korean translation (*)
  ea74eec... Translations from keld gimp/po/da.po gnome-applets/po/da.po (*)
  db68238... Updated Ukrainian translation (*)
  589a392... Updated Swedish translation. (*)
  c2b15c9... Added Slovak [sk] translations (*)
  b8859b7... set the panel hints on drawers again (doh!) (*)
  7d2b2b8... Fixed (*)
  3d1d749... Added Slovak [sk] translations (*)
  365ebd4... Updated russian translation. (*)
  e3f00e2... Changed the code to match the header so it compiles. Sadly, (*)
  06660bd... Some CVS shutting up -George (*)
  3d30ef6... We don't actually need gwmdesktop and gwmthumbnail, they ar (*)
  cc93d2f... Updated Slovak translation (*)
  aa15284... remove some cruft, yo (*)
  c60f193... break out a new can of Cruft-Be-Gone (*)
  0d0ff2c... Updated Swedish translation. (*)
  4d863ca... Remove bits of cruft. Add the applet like reload hack for s (*)
  b305419... Updated Swedish translation (*)
  80ea940... Translations from keld balsa/po/da.po bonobo/po/da.po bug-b (*)
  3ac8ccc... swallow.c (before_remove): Fix typo. (*)
  d2c45e1... Update (carry over some translations from 1-2). (*)
  4fefb11... fix typo (*)
  6c5a242... extern.c (extern_before_remove): Adjust message string. Wit (*)
  bf5391f... Have it install GIF's in stylesheet-images/ Have it install (*)
  768605b... Updated Ukrainian translation (*)
  1b5ae2f... Updated Swedish translation. (*)
  050b268... Updated Slovak translation (*)
  2cb6525... Updated Finnish translation (fi.po) and Finnish entries (pa (*)
  e60bd6f... Updated russian translation. (*)
  b8ebeb3... add support for launching "man:" "info:", "file:" and "ghel (*)
  8fd0e4d... fixup basep to use default handlers instead of signal conne (*)
  8a352e5... Corrected some typos on fi.po and realpalyer.desktop's and  (*)
  d61b40d... Check for try execs on menu reread so that we notice newly  (*)
  504ee47... Add an option for automatic rereading of menus for slower m (*)
  983d401... Updated Norwegian (bokm�l) translation. (*)
  2ac0dd9... Update -George (*)
  559a698... Updated russian translation. (*)
  7976852... Translate two entries to Czech while trying to procrastinat (*)
  8382504... Translations from keld gnome-core/po/da.po gnome-lokkit/po/ (*)
  ce6aaaa... Updated Dutch translation. (*)
  29f4c38... apparently reading /proc/apm can crash on some laptops with (*)
  3dbf0ef... a bit of cleanup. use gnome-globe.png for links and not net (*)
  e2b123b... fix the unref ugliness by removing the signal connection wh (*)
  9e5e925... Fix leak pointed out by Juan Pablo Mendoza <pablo_juan yaho (*)
  938ad53... Hungarian updates (*)
  d6ac0b1... *** empty log message *** (*)
  6075844... Updated Norwegian (bokm�l) translation. (*)
  a49d7fb... initialize frozen stuff, just being fussy, that it worked b (*)
  1bf1602... Harmless additional png, lifted from Red Hat. (*)
  a41102b... Translations from keld balsa/po/da.po evolution/po/da.po ga (*)
  306ecab... Added Romanian (ro) translations (*)
  3bd2eae... Added Azeri file fixed some headers and small syntax errors (*)
  93d816d... Add legalnotice (*)
  feef5f4... Add legalnotice id (*)
  de6b5ee... add legalnoticeid (*)
  f95c86f... Fix missing sect1 id (*)
  4ab4996... Fix sect1 and legalinfo tags (*)
  721a3dc... Since panel.sgml has a .sgml extension it might be nice if  (*)
  655ceea... Make the command settable. Also some evil code to preserve  (*)
  7faa451... A bit more evilness -George (*)
  b285721... Translations from keld achtung/po/da.po balsa/po/da.po bono (*)
  63753be... Updated Finnish Translation. (*)
  f9556cf... update (*)
  fd5dbef... Cleanup. (*)
  a6fb806... always check if ext->applet isn't by any chance %NULL. I th (*)
  618467a... Add some TODOs to keep me busy -George (*)
  7b2f597... Updated italian translation (*)
  93b5205... when an applet is being loaded, put in a small pic in it's  (*)
  0a81a82... Update. (*)
  83f2c79... Implement avoid on maximize thing as a property of a panel, (*)
  1f94a93... On panel windows, unset the input hint thing as well as req (*)
  3ad6785... Updated Norwegian (bokm�l) translation. (*)
  03227d7... Allow _MOVE of icons under a special type of mime type. And (*)
  ec78c62... Make logout and lock also draggable, and move by default. (*)
  2a2c093... Add DND to drawer, menu and run. unfortunately menu won't d (*)
  838525b... Translations from keld achtung/po/da.po balsa/po/da.po bono (*)
  6952370... translations from keld gedit/po/da.po achtung/po/da.po bals (*)
  85b34e1... Updated russian translation. (*)
  fd3ca94... put in the size allocate hack again, since YES it IS needed (*)
  df3568b... Apply patch from Tobias Bengtsson <tobbe tobbe nu> for addi (*)
  80d3085... Updates Tag: gedit-1-0 gedit/po/da.po balsa/po/da.po bug-bu (*)
  4f67b74... Updated italian translation in panel.hints (the worst alpha (*)
  2022129... Update some TODO foo, which I'm gonna do later because I st (*)
  d6d2549... Updated Ukrainian translation (*)
  b2d918e... Add a menu for adding launchers from a menu. This is more d (*)
  115b7d8... Use gwmh for everything here, this greatly reduces the X tr (*)
  6ed6129... Updated italian translation (Thanks to Marco "trita-balle"  (*)
  bec47e2... Update to reflect current state -George (*)
  c75136f... Various cleanups, use of string_empty and sure_string, also (*)
  091afcb... minor cleanup, and use initial cursor position for free mov (*)
  d4c7ac1... Use the new movememnt style for both switch and push move.  (*)
  95fd4a2... Allow the drag_start to be started off at a specific drag o (*)
  4471f2e... Add launch_an_applet to Panel2 and add a PanelAppletBooter  (*)
  7292245... Implement launch_an_applet. It's very simple really, activa (*)
  666d240... *** empty log message *** (*)
  78e73fa... Updated Slovak translation (*)
  1aa63ba... Updates evolution/po/da.po gal/po/da.po galeon/po/da.po ger (*)
  c728f62... Updating some pt_BR translations (*)
  645a150... some cleanups, recycle the exception when fail to add_apple (*)
  e43ea60... Updated (*)
  296bd8c... Updated russian translation. (*)
  cb975de... Make sure GNOME_ICONDIR gets expand it to the datadir corec (*)
  27b2b9f... Added debbugs-test-submit bugzilla gnome org everywhere. (*)
  45090ee... Fixed my debbugs-test-submit bugzilla gnome org mess. (*)
  7011788... Add glade detection. Customize the gnome-terminal ldflags/c (*)
  92dea74... Update (*)
  2462e57... Updated Slovak translation (*)
  7762ae1... Updated en_GB for gnome-core. (*)
  b6b274f... update (*)
  7704d1e... update (*)
  d12d3a1... Updates bonobo/po/da.po evolution/po/da.po gal/po/da.po gim (*)
  1b20260... Updated Norwegian (bokm�l) translation. (*)
  4f90cbb... Final pass of nautilizing. I can't wait for Alan to get bac (*)
  04cab23... Updated russian translation. (*)
  32e5d08... Committed updated Korean translation by Young-Ho Cha (*)
  6092c60... Updated Slovenian translation (*)
  cbe34c3... Updated Slovenian translation (*)
  e8427d1... Updated sl translations (*)
  da7c035... Updated Slovenian translation (*)
  8a6b2b5... Updated Slovenian translation (*)
  d295b29... Updated Slovenian translation (*)
  1638d57... manually set the wmclass for the property and about dialogs (*)
  c8d9dec... Updated Slovenian translation (*)
  ef9b72f... kill some whitespace. (*)
  cebac5f... Updated Slovenian translation (*)
  aec1bc1... actually make this work, apperently we don't get things out (*)
  c397237... added the level to all other panel and drawer configuration (*)
  d2e17c4... 1st button click on the panel space also starts a panel dra (*)
  9d2d1b3... Updated Slovenian translation (*)
  2adbf03... Updated russian translation. (*)
  1b07d92... Added ro (Romanian) translation (*)
  c6989bc... Updated Slovak translation (*)
  d09fa34... updated Azeri file (*)
  9575e27... Fix Greg Leblanc's ChangeLog entry, which had "Set EMAIL_AD (*)
  9b3e3d8... Translations balsa/po/da.po gnome-core/po/da.po gtkhtml/po/ (*)
  a7ae86a... Updated German translation (*)
  b610e38... Updated Brazilian Portuguese translation. (*)
  2526d3b... prevent infinite loop with background pixmap setting, but t (*)
  3cd33d3... Fix setting of background colors in different themes. So th (*)
  ae8adc7... keep a flag around to see if we are updating the panel ours (*)
  baaf06d... s/Gnumeric/gnome-core/ fix some cut'n'paste fun (*)
  220e4d1... How did this ever build for me before, fix typos (*)
  6ea1140... Cleanup some OOOOOOOLD cruft (*)
  164ed2e... Status Dock now fits in a 'tiny' sized panel. (*)
  2f44cc9... remove grdb (*)
  90f9c92... add missing files (*)
  f477313... Added lgpl to AC_OUTPUT. Added lgpl to Makefile. Added Make (*)
  08ca658... Get rid of some sprintf's and quote login info for IMAP ser (*)
  bb1b263... (initial setup of SK - just doing for Panel Manual for now) (*)
  0dc940e... Removed lines for mini-commander. It seems that mini-comman (*)
  e9d949a... deleted the code to hide panels after responding to a save- (*)
  db747b2... Set wmname/wmclass to panel_window/Panel on the panel windo (*)
  52f6471... Modified Makefile.am's to register the new OMF files (*)
  45c4054... Commented out the OMF files for 3 translations of gnome-ter (*)
  09d28ba... Updated Norwegian (bokm�l) translation. Added Norwegian (ny (*)
  04e9112... Added Norwegian (nynorsk) to ALL_LINGUAS. (*)
  3465723... Fix strftime usage, be paranoid about nulling things and ad (*)
  d8d89b9... remember the position of the click offsets for panel moving (*)
  098fe39... ability to copy out a full timestamp, plus add year to date (*)
  f8cfd4f... Apply patch from Havoc Pennington <hp redhat com> to fix gr (*)
  06c1223... Updated Slovak translation (*)
  fd24e88... Updated Slovenian translation (*)
  00ed62c... fix pop login, and check for NULL after each read_line in t (*)
  c6e10e2... int->gboolean cleanup, and increase cookie when applet not  (*)
  ccb5b46... patch from Miguel Rodr�guez P�rez <migrax terra es> to make (*)
  d3e1ba5... updated (*)
  eff28a5... Merged fixed hu.po from 1.2 branch and updated it (emese) (*)
  689bdff... Fixes: feladat -> Feladat (where appropriate)        Munkaa (*)
  8cbf917... I had set the wrong object for the gtk_signal_connect_after (*)
  7af129c... fix a bug where a corrupted config could crash the panel (*)
  fc8b2e5... sanity check in get_applet_goad_id_from_dentry (*)
  b134313... export ref/unref and do some more checking. there was a rac (*)
  3623ea6... *** empty log message *** (*)
  61d186b... Updated French translation. (*)
  46f1afc... Updated Slovenian translation (*)
  3e7bdbb... update version (*)
  e8a3208... Fixed to do directories without OMF files correctly. (*)
  9231b2a... Fixed to do directories without OMF files correctly. (*)
  c420f03... Remove this puppy, it's not needed, it's autogenned -George (*)
  029c33b... fix typo referring to mailcheck, not printer (*)
  361c3ac... Updated to new category list in scrollkeeper-0.0.6 (*)
  9a9d26f... Updated French translation. (*)
  1d75e1b... in remove_menuitem, apply fix suggested in #12564 by (*)
  d4a2880... fixing previous non-fix fixing previous non-fix (*)
  daf5f91... Updated Slovenian translation (*)
  86f5c1e... Fixed(TM) Fixed(TM) (*)
  5a6af31... Added a </para> to make it validate with nsgmls and produce (*)
  38ea7bc... Use unique id's on panels to avoid the confusion bugs that  (*)
  bdfba50... Updated French translation. (*)
  d562156... Updated Finnish Translation by Pauli Virtanen (*)
  dc7c6a4... Updated French translations. (*)
  96db226... Updated Slovak translation (*)
  acbb585... Updated Swedish translation (*)
  b827a83... Updated German Translation. (*)
  5993487... Fixed German translation. (*)
  ae8fc7d... Updated italian translation (*)
  8099ddc... Updated Ukrainian translation (*)
  c5999ab... Updated Ukrainian translation (*)
  1df2ac3... Updated Norwegian (bokm�l) translation. (*)
  e9d79d0... 1.3.0 (*)
  fbaa2a5... Updated Ukrainian translation (*)
  ccde848... Updated russian translation. (*)
  6d33751... Updated Romanian translation. (*)
  27cf721... Changed to install under $(datadir)/omf/ instead of $(prefi (*)
  91f2913... The menu position function follows the menu orientation (*)
  da94e6d... Update Swedish translation while menthos is not watching. (*)
  420c7de... Updated Ukrainian translation (*)
  4a61513... Updated Ukrainian translation (*)
  c4d733e... Updated Slovenian translation (*)
  964a768... Fix menu merging in the respect that only directories are m (*)
  9bb8375... when access fails check for null in sim->mf since this woul (*)
  10ed194... Updated Slovenian translation (*)
  0b553f7... recognize help: as a url as well. (*)
  31b63f1... update so that /var/lib files are installed properly (*)
  f9d5200... Cleanup. (*)
  5932ad2... fix some PanelOrientation PanelOrientType confusion, remove (*)
  d0cd63b... the main menu has a title of "Main Menu" not "Panel" (*)
  fb4fde0... Update of Greek translation (*)
  edfbd31... Updated Slovenian translation (*)
  5c3f7fb... Updated Slovak translation (*)
  ea863dc... Updated Norwegian (bokm�l) translation. (*)
  449f4c2... Updated Slovenian translation (*)
  b21c72a... make sure panels are synced when new one is created (*)
  ade2772... applets/fish/help/da/fish_applet-da.omf (*)
  f8b07c1... Updated French translation. (*)
  049a8c4... updated Walloon file (*)
  ec5fe04... Updated Brazilian Portuguese translation. (*)
  5f4938d... Updated Japanese translation. (*)
  b1d3b91... Updated Danish translation. (*)
  5e2f8a8... detect presence of nautilus desktop and don't show the gmc  (*)
  50763ea... Updated Ukrainian translation (*)
  fd7e69f... Updated Slovak translation (*)
  e9f3762... don't create grdb Makefiles. (*)
  87d9904... use hidebutton requisition rather then allocation, as that' (*)
  ff282ef... check for nautilus desktop each time we show the menu, this (*)
  52158bd... prevent the possibility of an uninitialized pointer being s (*)
  5dcbdad... use g_get_home_dir () as the current directory for the gnom (*)
  b37c934... correctly set the custom_icon_file member, to fix #51348 (*)
  9a74685... pass in a gwmhtask instead of winid. this prevents some Bad (*)
  b8b9a34... Include FDL as required by the FDL, and l10n of categories  (*)
  1e76ca6... Updated Hungarian translation (*)
  cf48e4d... Updated Finnish translation by Pauli Virtanen (*)
  1f663ee... give a useful message when the canvas gdkpixbuf thingie isn (*)
  6782e52... Updated Norwegian (bokm�l) translation. (*)
  4cd3c25... more of my time wasted (*)
  cf1dfb4... added missing gsm files, thanks    Pauli Virtanen for notice (*)
  a85d26c... a bit of cleanup and set the file selection box as a transi (*)
  0406b7e... remove some dead code. (*)
  eb62d5b... New Spanish Translation for printer (*)
  677a1fc... Inew Spanish translation (*)
  f4e3661... New Spanish translation for applets/gen_util/help/es/printe (*)
  ceaf376... New Printer Spanish translation (*)
  1a0d9b3... Updated russian translation from Vlad Harchev (hvv hippo ru (*)
  8b45592... Fixed this :-) (*)
  ebb6bd9... Added applets/gen_util/help/es. (*)
  fe67f37... Updated Norwegian translation of telsa's nice doc. (*)
  4ec151d... Updated Japanese translation. (*)
  8d5682f... Fix icon selection bugs. One icon doesn't change when just  (*)
  4979af6... Updated French translation. (*)
  1a83412... Updated Swedish translation. (*)
  51c369d... Updated Norwegian (bokm�l) translation. (*)
  9f5d6ac... Updated Greek translation (*)
  3500ea7... Updated Slovenian translation (*)
  8899eb1... Patch from Vlad Harchev <hvv hippo ru> (Scroll/NumLock inde (*)
  16602d2... Updated Slovak translation (*)
  e1de332... Updated Hungarian translation (*)
  8f2a9f1... Clean up messages and font. (*)
  cadf158... Norwegian (nynorsk) translation (*)
  ab585e1... Added Changelog entry about my Norwegian Nynorsk translatio (*)
  e4909cf... Updated Norwegian (bokm�l) translation. (*)
  0ed98f9... Updated German translation. (*)
  3fe1f2e... Updated Spanish translation by Juan Manuel Garc�a Molina (*)
  07dae43... clean up the modifiers patch to actually compile and be mor (*)
  9fe7fd4... find and set envariomental variables for exec shell style.  (*)
  86e9a8a... Updated french translation. (*)
  3c71b82... Updated Finnish translation by Pauli Virtanen. (*)
  121f27b... Updated Ukrainian transaltion (*)
  8452a8c... Updated Spanish translation by Juan Manuel Garc�a Molina (*)
  58c8e25... Updated French translation. (*)
  510b718... don't show the panel if hidebuttons are disabled for the dr (*)
  32bbbc1... Instead of doing network stuff in the main proccess which c (*)
  a9a0e9e... Understand the DocPath field. Now we can start using it in  (*)
  3d6c60c... Add a with argument for the KDE documentation path (*)
  dd92ae7... forgot this -George (*)
  048cb23... support KDE documentation for the launcher and menu help th (*)
  e3363d4... correctly translate "%c" and %c in the kde command line per (*)
  afd135b... when we get a configure event and it ain't what we like we  (*)
  a9f343e... when a directory is dropped and it's not a menu make a laun (*)
  341fe6e... Updated Norwegian (bokm�l) translation. (*)
  d28e4b5... kill orphan drawers, fixes crashes later on (*)
  78b6029... make a general url checking function and when a docpath is  (*)
  28ab438... Updated French translation. (*)
  77fb0ed... Updated Hungarian translation (*)
  ccbc40f... Updated Galician Translation (*)
  e77cb11... use some of tigert's nice icons (*)
  aaeebdd... Updated Danish translations (*)
  938b675... Wed Mar 07 2001 John Fleck <jfleck inkstain net> (*)
  8f230fb... Add Japanese translation from Yusuke NOGUCHI. (*)
  f3d83ed... Add ja (*)
  e30f9ac... Add Japanese help translations from Yusuke NOGUCHI. (*)
  c531a1e... fix. (*)
  dda88e4... Updated Swedish translation. (*)
  285b28f... Updated Spanish translation. (*)
  1c1498e... Updated french translation. (*)
  44f4917... Updated Galician translation (*)
  ead572b... Generate Makefile for the japanese panel docs. (*)
  51e9183... Updated Japanese translation. (*)
  1c7cbe6... apply patch from Brian Warner <warner lothar com> to fix hi (*)
  0a73b69... Update Danish translation. (*)
  db671f7... Shh (*)
  1f0ed39... Updated Slovenian translation (*)
  0b7cb8d... when recalcing borders, call xstuff to set up a property on (*)
  2d20cd4... Updated Finnish translation by Pauli Virtanen. (*)
  1d03a7e... fix the loading extern applet icon to work again (*)
  916da6d... shut up CVS -George (*)
  9a61ce3... Updated French translation. (*)
  fc47df5... Updated Galician translation (*)
  c96f9d1... Updated Swedish translation. (*)
  09c084e... Updated Japanese translation. (*)
  0b70276... Updated Norwegian (bokm�l) translation. (*)
  fc59a5e... Updated Hungarian translation (*)
  d7f4f8e... Revised German translation. (*)
  63ec492... Updated ko.po for gnome-core (*)
  8cfb7d8... Updated Spanish translation. (*)
  c0d07a6... Updatd russian translation. (*)
  de35b07... Some conflicts resolved. (*)
  be1618a... Updated Danish translation (*)
  9452655... Updated french translation. (*)
  8496a4a... 1.4 rc1 fixications (*)
  89e6434... Shut up CVS -George (*)
  ec06292... Minor changes in de.po. (*)
  f523604... #warning is a gcc specific feature, so don't use (*)
  982930b... Update some of the build stuff to the latest state of OMF/S (*)
  f7b5327... Updated Slovak translation (*)
  6aab9b8... Updating doc build stuff to use sgmldocs.make. Making sure  (*)
  4af64eb... Fixed typo. (*)
  93ec186... A couple bug fixes from the previous huge commit. (*)
  2224c52... Japanese help and screenshot update. (*)
  f748f13... Fixed error in metadata, placing it in the wrong locale. (*)
  88b46c9... Add Japanese gsm translations from Norihiro Umeda. (*)
  965d882... Updated tr.po (*)
  9ff5eec... Updated Ukrainian transaltion (*)
  193aa9b... Include gnome-terminal datadir stuff. Make use of rpm macro (*)
  7e936cb... Updated Slovenian translation (*)
  4f77697... Updated index page for gnome-help-browser to point to curre (*)
  46f76f5... Updated Lithuanian translation by me Added Latvian translat (*)
  ac12594... Quick fix to ignore .omf files. (*)
  5520472... activate things on key press not release (*)
  73e635f... Fixed some translation bugs (*)
  9a2df73... Linking GNOME hint capplet to doc (*)
  233b8cf... make this a scrolled menu, yo (*)
  1d9f37b... 1.4.0.1 (*)
  5fca1c2... Reviewed by: George Lebl <jirka 5z com> (*)
  d9dba83... remove the configure hack as apparently sawfish isn't too h (*)
  727c93e... use the icon hack properly and set the default icon BEFORE  (*)
  29f9f22... SMall update (*)
  9584df6... Update (*)
  e69c33c... Fixed %files section to include some directories as well as (*)
  3a399ae... Italian translation for Wanda added (*)
  db6efed... a bit more (*)
  e9e09cb... added italian documentation for fish and desk-guide to the  (*)
  652c5a6... omf fix (*)
  af2695a... consistent title (*)
  41baf6e... guess what? consistent title (*)
  055680c... STFU (*)
  8ad4a21... Clock Apllet manual added ad a little typo corrected in it. (*)
  a46d4e2... consistent titles (*)
  b477bf7... Italian traslation for mailcheck manual added (*)
  bb68965... missing Makefile.am (*)
  c900651... STFU (*)
  67be816... still STFU (*)
  dd706fe... Added figures for italian translation of the mailcheck manu (*)
  4124200... today's afternoon work (*)
  71a5f34... typos (*)
  27ec494... Italian translation for Applet printer added (*)
  c6e303c... consistent titles, fixed the omf file (leandro still have t (*)
  a1307c0... build/title fixes. (*)
  d54a93d... Fix by Detlef Reichl (*)
  fd90eff... gah! add missing show for the icon entry hack (*)
  abb5a2b... Updated (*)
  36ffa27... today's work (*)
  c1c07b8... Updated Azeri file, moved Bulgarian file to a standard name (*)
  6e7c0f3... Updated Serbian files (*)
  675ef0a... Updated Danish translation (*)
  3df161c... Updated Korean translation. (*)
  2e5738a... Updated translation (*)
  8c4e85c... further updates (*)
  e16646c... added missing names to de.po (*)
  b43e495... Fix bug #17076, so now there is a auto show delay. By defau (*)
  2b4d96c... Updated Slovak translation (*)
  db02a3e... Added support for del_is_del zvt feature in configuration.  (*)
  570e07f... yay! 100% translations (*)
  9dbbb7a... Updated French translation. (*)
  17ca663... Adding Sasha's doc, "Reporting GNOME bugs and other feedbac (*)
  9226bf5... Add tooltips to menu and to hide buttons (*)
  9665d2d... Begin on multiscreen stuff. Currently just trying to get th (*)
  0c2e6fb... update (*)
  338be2c... Updated German translation. (*)
  4671027... Sync entries at beginning in idle, and after entry change.  (*)
  44a5b23... Translations from keld achtung/po/da.po gal/po/da.po galeon (*)
  b9dde6c... update (*)
  74c6011... Translations from keld evolution/po/da.po galeon/po/da.po g (*)
  1bd3fcc... actually save the panel unique id with externs (*)
  8a7a867... Updated Norwegian translation. (*)
  3d9671e... Little typo corrected (*)
  74df8e2... Updated Norwegian translation. (*)
  c83b651... Forgot this a while back (*)
  cf1a600... be clearer in applet_widget_init function docs (*)
  2c1c884... When an applet doesn't want session saving, don't bother tr (*)
  b831cda... update (*)
  13bc432... Updated russian translation. (*)
  666b331... Updated Slovak translation (*)
  4188cee... Most people hate the lock/logout buttons for their uselessn (*)
  abc6edb... If we can find an installed mozilla desktop file, then use  (*)
  4dbc704... Applying some of the ximian patches (*)
  be0fb8f... Shut up CVS -George (*)
  3145da2... Added control-center to list of requirements -George (*)
  4d1474c... apply patch from Rob Funk (rfunk funknet net) to add suppor (*)
  f23ddfe... Updated Swedish translation, and added myself to contributo (*)
  e6753c3... Minor spelling fix (*)
  4314fa3... fix a typo (*)
  2ae4bc6... Adding a few contributors who were missing. (*)
  516cdf2... Updated Danish translation (*)
  4a2d433... cut down the "loading applet" icon to 14x14 since 18 was st (*)
  3ecbdbe... update a bit (*)
  c44f3c7... Updated Slovak translation (*)
  d91f36d... Updated Norwegian translation. (*)
  4d0b381... Shut up CVS -George (*)
  aed6950... Updated Slovenian translation (*)
  6833ca7... updated azeri file (*)
  015e15d... dragging an aligned widget around an offset screen now work (*)
  e9983da... updated Serbian files (*)
  cd4b909... Updated Slovenian translation (*)
  e0a7aa6... use the strcasecmp_no_locale function as the normal one suc (*)
  783d1c6... Updated hu.po (emese) (*)
  e97fec6... 1.4.0.3 (*)
  162d24c... Fixed URL for help document. Before it was broken because i (*)
  a2a58ae... Updated Azeri file (*)
  63d535e... attempt at fixingone of the icon entry issues. It may have  (*)
  dc1dd47... fix selection dialog issues (*)
  1956bc0... some cleanup, and be paranoid about dentry we get from dent (*)
  fe39996... Increase the paranoia level when dealing with strings. Add  (*)
  473d2b9... When the separator is on the end of the task menu kill it.  (*)
  4afc427... updated Spanish file (*)
  57436e7... sigh (*)
  e99552c... multiscreened edge and sliding widget moving. However only  (*)
  7e0e497... Further multiscreenization, floating and drawer correctly m (*)
  e5f2314... when reading the main menu flags use the default flags func (*)
  248c1cb... look for time-admin, if it is in path, add a menu item for  (*)
  af83935... Updated Danish translation (*)
  3a8f407... Updated Slovak translation (*)
  4639db7... Updated italian translation (*)
  45731ae... disable libice check for now (*)
  7cf2202... update to 100% (*)
  cc0d125... Updated Slovenian translation (*)
  6421b87... Updated Norwegian translation. (*)
  39b9042... Add the screen parameter to the change params and new funct (*)
  e8f9509... create panels on the proper screen (*)
  5f044a5... update (*)
  acc13fe... add xinerama check (if it ain't installed, nothing happens) (*)
  2ff1532... do the screen border calculation and finally add the xinera (*)
  145d38e... fix dranbamage from cut and paste (*)
  08323cd... Display menus on their respective screens (*)
  7289297... include math.h before gnome.h, patch from mcnichol austin i (*)
  2d6b436... fixed multibyte (*)
  51e1724... multiscreen polishing and fixes (*)
  785a41f... Updated Norwegian translation. (*)
  8ca88da... fish get scared if you click at them and I hate studying fo (*)
  d58075f... Updated russian translation. (*)
  6fcdb5d... Updated de.po (*)
  6ec9cbb... Support a "Conditional" key on panel, tearoff menu and appl (*)
  9a1845b... Updated Swedish translation. (*)
  07f3065... update (*)
  963e92c... don't use the global for the clock_ebox (*)
  8b6b9a1... applets/*/*.directory, */*/*.desktop, */*/*/*.desktop, */*/ (*)
  85c64b1... Implement reading of defaults from a global directory. At s (*)
  4b43476... Set the USSize and USPosition hints, as well as the Min/Max (*)
  ad1fe4a... Updated Polish translation. (*)
  9a5f964... Mon May 28 23:38:29 2001  George Lebl <jirka 5z com> (*)
  dedbc45... Never set commie mode or no runbox mode on root. Don't add  (*)
  62b18c6... Remove duplicate. Updated Norwegian translation. (*)
  4d7e321... Add a list of desktop entries, and "advanced mode" for the  (*)
  98ee7f6... Put the default config into a set of installed files rather (*)
  06e64f8... load pixmaps correctly, when loading icon from dentry look  (*)
  3e609ab... Updated Norwegian translation. (*)
  342c220... By the fact that no one yelled when I forgot to commit this (*)
  a0a2e10... remove "to selection" from "Copy time to selection" and "Co (*)
  d4530e1... check for libpng (PNG_LIBS) and setup GLADE_LIBS/CFLAGS (*)
  1a1aead... Add the screenshot key with default to the print screen key (*)
  f4d4ec6... add the new screenshot program files (*)
  7034a91... Add a Control-Print binding for taking a screenshot of a sp (*)
  d97a0da... bug fix for when the cursor's over the root window. (*)
  6ff38ef... fix the usage of the mod stuff, ignore bad mods in the crap (*)
  564fc3b... Add the window screenshot key to the default config and mak (*)
  a2f7dc5... updated (*)
  ad8df59... Updated and fixed de.po. (*)
  3e047ed... Updated Ukrainian transaltion (*)
  7e0b322... Updated Ukrainian transaltion (*)
  f85036f... Time to fix all stupidity in russian translations. (*)
  14d0790... Updated Slovak translation. (*)
  04f4745... when stoppong movement 1) ignore the press when we are stil (*)
  f2f6dc3... update (*)
  1d6ef1a... Updated Greek translation (*)
  6e6ac92... select the filename and setup activate on the save entry so (*)
  a2dd1d7... Add dnd (that is drag) to the screenshot applet, lots of co (*)
  7c0c1fe... Enabled the printing stuff (*)
  bbd8ec4... Optionally check for gnome-print (we already sort of did).  (*)
  6b8a197... Use a temporary directory rather then just a file, this has (*)
  e38236a... update (*)
  98bfc04... Updated Swedish translation. (*)
  bc10816... Small change to set watch/sensitivity for print dialog when (*)
  b760802... Modified Swedish translation. Added Swedish translation. So (*)
  f9c24b6... Additional fixes. (*)
  34803cb... :stringlist): Moved this typedef here. (*)
  217a183... Updated Greek translation. (*)
  585c38c... Really? I can be a cool simple screenshot developer too? (*)
  5b5ce0d... Fixed Swedish translation. Thanks to J�rgen Tegn�r (*)
  55b9dbe... Update (*)
  69a2360... :ExtraAttributes): New typedef. This is an alias for Bonobo (*)
  85b3e0d... Updated Danish translation. (*)
  b1b557b... Typo fix. (*)
  f2e64db... Updated Norwegian translation. (*)
  544fe53... Updated italian translation. (*)
  3b5f4a7... Remove trailing comma in enum. From Dan McNichol <mcnichol@ (*)
  880cc26... updated Basque and walloon files (*)
  8d7fa39... Updated Danish translation. (*)
  59d9e55... updated Basque file (*)
  8117313... Few fixes. (*)
  2a301a1... Make menu titles optional and off by default. In the right  (*)
  7c5907f... New mailcheck Spanish translation (*)
  4bb57ba... Updated German translation. (*)
  2d1db6f... Fix typo in the about box. (*)
  b7000f1... Updated Tamil translation by Dinesh. (*)
  14ef263... Updated Danish translation. (*)
  a2f07c8... Make screen checking optional, which should make telsa happ (*)
  92c1d3d... fix hide position getting to fix hidden small panels being  (*)
  64acb6d... Updated italian translation. (*)
  afd3ce5... updated (*)
  92e3248... Updated Slovenian translation (*)
  dd81726... Updated Slovenian translation (*)
  27f4f4e... Updated Norwegian translation. (*)
  1fdc0fe... Include <config.h> at the top. Fix _() marking of about box (*)
  316b790... applied a patch from ghudson mit edu (Greg Hudson) to fix a (*)
  a9e15a1... Removed a race, don't start adding applets from a corba int (*)
  176f6b5... Added myself (with Dan's blessing) (*)
  d207cc2... New panel help spanish translation (*)
  8fcdb9b... Updated Swedish translation. Removed scripts obsoleted by x (*)
  596415e... Fixed a few string in Danish translation. (*)
  eecbe3e... apply and massage patch from Jon Bowman <jon bowman sun com (*)
  235bf68... Shut up CVS -George (*)
  0585768... Updated Polish translation (*)
  36430e7... Updated Danish translation. (*)
  39c84fd... New Spanish Translation (*)
  80a1a6a... make this actually compile and have some sane indenting and (*)
  2891f96... Updated Slovak translation. (*)
  9dad671... Removed references to "Main Menu;" hints should now be func (*)
  846496f... Reverted. Wrong repository. D'oh. (*)
  045280e... apply patch from Dave Dribin <dave dribin org> to hack arou (*)
  497c8a0... Update traditional chinese translation. (*)
  0e95ba1... Updated Slovenian translation (*)
  519cde5... Moving a couple screenshots and removing one from a Makefil (*)
  c3e32ee... Updating doc build stuff to use jw on RH 7.1 and any other  (*)
  308a71f... Updated German translation. (*)
  6b1ade3... Some Spanish translation check and other fixed bug. (*)
  84daf52... Spanish docs updated (*)
  6c9e47c... More fixed bugs in Spanish translation files (*)
  3f9fa1f... Lots of little fixes so that all the docs build correctly.  (*)
  1b80bd4... Updated Latvian translation. (*)
  76d10f8... Mark erroneous entry in lv.po as fuzzy. (*)
  6a619b7... Some sgml bugs fixeSome sgml bugs fixedd (*)
  19bf0a6... Update Japanese translation. (*)
  3763862... Update (*)
  a1384b6... Added nynorsk. (*)
  d9973d1... Added Nynorsk translation. (*)
  dafc00c... Set the _NET_WM_WINDOW_TYPE (*)
  af1610f... minor update of traditional Chinese translation. (*)
  2bcfa2e... Various traditional Chinese strings added/modified/reviewed (*)
  243d45a... gnome-core has been branched for GNOME 1.4 - please use the (*)
  f7ceb2e... Ooops, it's called gnome-core-1-4, not gnome-1-4. (*)
  552f9c0... Updated to point to gnome-core-1.4. (*)
  d4825b9... Moved here from libgnome/idl/Gnome_Desktop.idl. (*)
  49a5f45... New directory. This is the ditem code which was in libgnome (*)
  c69daf7... Updated for the GNOME 2 platform. (*)
  54f42bc... Copied current ChangeLog to ChangeLog-20010806 and started  (*)
  93c13b3... Updated for the GNOME 2 platform. (*)
  eb884f7... Use G_BEGIN/END_DECLS everywhere. (*)
  1288574... Use G_BEGIN/END_DECLS everywhere. (*)
  9d23b65... #include <libgnomeui.h> instead of <gnome.h> and #include (*)
  b6e7e31... Don't #include <libgnorba/gnome-factory.h> (*)
  821680a... Merged the basic GTK+ 2.0 port from the GNOME20. (*)
  730d8a3... Added pkg-config checks for the gnome-desktop directory. (*)
  9ea74d6... #include <Gnome.idl>. (GNOME::LocalizedString, (*)
  bfd2ae9... Added `panel-temp' target with all files which are already  (*)
  02eaedd... Ported to GTK+ 2.0. (*)
  4bf9c13... Ported to GTK+ 2.0. (*)
  5e15dbb... *** empty log message *** (*)
  fa9c5c6... Ported to GNOME 2. (*)
  a9609b6... a few tiny updates, preparing for a flamewar, err, discussi (*)
  76b715b... file printer_applet-C.omf was initially added on branch gno (*)
  a68a164... file status_dock.png was initially added on branch gnome-co (*)
  6e94fc5... file panel_swallow.png was initially added on branch gnome- (*)
  d2657b6... file panel_runprogram.png was initially added on branch gno (*)
  cc9476f... file panel_runbutton.png was initially added on branch gnom (*)
  4b87f8d... file panel_props_edge.png was initially added on branch gno (*)
  641750d... file panel_props_back.png was initially added on branch gno (*)
  137b897... file panel_logoutbut.png was initially added on branch gnom (*)
  b6f86b7... file panel_lockbut.png was initially added on branch gnome- (*)
  c44bfa4... file panel_applets.png was initially added on branch gnome- (*)
  9991799... file mm-button.png was initially added on branch gnome-core (*)
  8a82846... file menu_properties.png was initially added on branch gnom (*)
  7df01be... file mainmenu_properties.png was initially added on branch  (*)
  9cbfc43... file logout-screen.png was initially added on branch gnome- (*)
  a82ecea... file launcher_props.png was initially added on branch gnome (*)
  c5bed64... file launcher_properties_basic.png was initially added on b (*)
  e0cfc57... file launcher_properties_advanced.png was initially added o (*)
  0ca1001... file launcher_advprops.png was initially added on branch gn (*)
  c1dc60a... file hide-button.png was initially added on branch gnome-co (*)
  ece7d65... file glob_pref_anim.png was initially added on branch gnome (*)
  38646fc... file example_panel.png was initially added on branch gnome- (*)
  c95a234... file example_menu.png was initially added on branch gnome-c (*)
  1e02a6d... file drawer_open.png was initially added on branch gnome-co (*)
  cfb8b67... file drawer_properties.png was initially added on branch gn (*)
  77dd046... Ported to GTK+ 2.0. (*)
  f3d39e4... Removed everything which is in panel-temp so that we know w (*)
  d1e03ec... Typo. (*)
  200013b... gtk_object_class_add_signals() ... (*)
  7a86894... Added border-widget.[ch], edge-widget.[ch], aligned-widget. (*)
  4854ace... #include <string.h> (*)
  213e57d... #include <libgnomecompat.h> instead of <libgnomeui.h>. (*)
  3de1829... Added rgb-stuff.[ch], tearoffitem.[ch], title-item.[ch], (*)
  cad0fc2... Don't use gnome_program_locate_file(). (*)
  6feb0a3... Ported to GTK+ 2.0. (*)
  05531e6... Ported to GTK+ 2.0. (*)
  c6906b5... Ported to GTK+ 2.0, has `#ifdef FIXME' issues. (*)
  84c33e3... #include <libgnome/gnome-util.h> (*)
  4acaa3a... Ported to GTK+ 2.0, has `#ifdef FIXME' issues. (*)
  dabe074... Some GnomeDesktopEntry -> GnomeDesktopItem stuff. (*)
  76f36a4... Ported to GTK+ 2.0, `#ifdef FIXME'ed the sound stuff. (*)
  364ec3c... gtk_object_class_add_signals() ... (*)
  3e65bd5... Ported to GTK+ 2.0, but `#ifdef FIXME'ed large parts of thi (*)
  81c4eaa... Ported to GTK+ 2.0, has `#ifdef FIXME' issues. (*)
  a651f7a... Ported to GTK+ 2.0, but `#ifdef FIXME'ed large parts of thi (*)
  c95bdfd... Ported to GTK+ 2.0. (*)
  ffe275a... `#ifdef FIMXE' some stuff. (*)
  5d373e5... Don't #include "icon-entry-hack.h". (*)
  ac634d1... Ported to GTK+ 2.0, did some GnomeDesktopEntry -> GnomeDesk (*)
  af45bee... Don't #include <libgnomeui.h>. (*)
  9a37e10... Small `gchar *' -> `const gchar *' fix. (*)
  fb5dfbe... Ported to GTK+ 2.0, did some GnomeDesktopItem stuff, has `# (*)
  412bb2b... GnomeDesktopEntry -> GnomeDesktopItem, only half-way done,  (*)
  10d40ea... gtk_object_class_add_signals(). (*)
  1e153f1... And now the ChangeLog ..... (*)
  6b4c1d3... Added some more files to panel-temp. (*)
  bc39a0c... #include <libgnome/gnome-i18n.h> and <libgnome/gnome-util.h (*)
  682dd7e... *** empty log message *** (*)
  2aac7c3... Require libgnome1-compat. (*)
  bab4162... #include fun ..... (*)
  33e5893... Disable the gwmh stuff for the moment and #ifdef FIXME it e (*)
  f12f582... Did some more GTK+ 2.0 porting and #ifdef FIXMEed some more (*)
  77f02d6... #ifdef FIXME some stuff. (*)
  3254ef1... #ifdef FIXME all references to gnome-run. (*)
  711797c... launcher.c Ported to GTK+ 2.0, but `#ifdef FIXME' large par (*)
  8f8f221... Ported to GTK+ 2.0, but `#ifdef FIXME' the CORBA stuff - wi (*)
  85372a4... Removed. (*)
  b964cf5... Renamed the `panel-temp' target back to `panel'. (*)
  77636df... #ifdef FIXME GtkWidget.auto_shrink. (*)
  e07b835... Put in some protection so that panel won't start up unless  (*)
  82013f0... Make this actually work. (*)
  0a7b120... Commented out the GnomeClient stuff for the moment. (*)
  9c9119d... Commented out some broken menus. (*)
  964697c... *** empty log message *** (*)
  0f4b202... Don't #include <gwmh.h>. (*)
  6c8eb19... Put gwmh back, less work this way. (*)
  5867bfd... Added -Wno-unused. (*)
  e3afd50... remove -Werror brokenness. (*)
  4a61689... Make -Werror the default. If you don't like it, use the --e (*)
  98b8f1e... Added DESKTOP_ENTRY_TYPE_PANEL_APPLET. (*)
  54900c5... warning fixes. (*)
  8523e0b... Pull in from branch (*)
  6953518... Updated Slovenian translation (*)
  f5d9cd2... Renamed to GNOME_Desktop.idl and put it into module GNOME:: (*)
  5a09baa... Require bonobo-config. (*)
  268c353... #include <gnome-desktop/gnome-desktop-item.h> (*)
  9b75d38... Define and AC_SUBST this. (*)
  d7463d8... Added rules to create panel-typebuiltins.[ch]. (*)
  b000167... Don't #include <libgnomeui.h>. (*)
  9f2a12a... Added ENTRY_TYPE_SEPARATOR. (*)
  b5c092d... Updated Slovenian translation (*)
  63f90e0... Updated Galician translation (*)
  52e2b8d... *** empty log message *** (*)
  fe2dcba... Update. (*)
  1aef595... New enum typedef. (*)
  6eddaa9... Merge from branch (*)
  c77ae40... Updated Finnish translation by Pauli Virtanen (*)
  f3efe1a... Convert zh_TW.Big5.po to zh_TW.po which uses UTF-8 encoding (*)
  5001d6d... Updated French translation. (*)
  0913601... Fixed incorrect line breaking. (*)
  9099563... Include time.h since we use time structures. (*)
  262342e... build gnome-terminal : update things to not need gnome1-com (*)
  0f2f80b... Fix includes to start on the porting to GNOME 2. (*)
  9f571e7... Don't bother with intl directory. (*)
  bb0b0ca... fix initializing of right, left ints. They were switched. T (*)
  d927b69... Updated Slovak translation. (*)
  a28a0c3... file fish_applet.desktop.in was initially added on branch g (*)
  ba85676... file printer.desktop.in was initially added on branch gnome (*)
  e8dcb1e... file mailcheck_applet.desktop.in was initially added on bra (*)
  f7758bb... file clock_applet.desktop.in was initially added on branch  (*)
  177dda6... file panel.soundlist.in was initially added on branch gnome (*)
  e76add3... Updated Swedish translation. (*)
  45674df... Rename zh_TW.Big5 to zh_TW (*)
  78eb43e... Reenable some things and ifdef out others. Put gnome-run ba (*)
  5805a8d... Updated Norwegian (nynorsk) translation (*)
  c044c77... include libgnome/libgnome.h and libgnomeui/libgnomeui.h (*)
  04c1f33... panel/launcher.c: changed references to removed functions t (*)
  9700f26... moved my commit message to the right ChangeLog (*)
  5e97d4a... cleanups (no other fixes necessary to build with gnome 2 -  (*)
  fdc6d30... Integrated GNOME-BG translations. (*)
  0c2539e... updated Danish and Walloon files (*)
  4dd617b... updated Basque file (*)
  81e4405... updated fixed header (*)
  391093d... updated Spanish file (*)
  487329f... *** empty log message *** (*)
  cdee7b7... updated Danish file (*)
  83a95a9... look for libglade-convert, and error out if it isn't presen (*)
  48eeb82... updated Danish file (*)
  c6a3ce9... Changed the encoding in the header to CP1251 (*)
  92680a2... Updated Norwegian (bokm�l) translation. (*)
  e181952... *** empty log message *** (*)
  efb96a0... Updated Serbian files; fixed invalid multibyte in chinese f (*)
  1e3749d... Do some DesktopItem porting, remove some FIXMEs (*)
  ea6b6d3... use GType for types (*)
  d0d9dbd... Make the beast compile. Fix uses of panel_error_dialog, fix (*)
  e43c168... Updated Slovak translation. (*)
  ab4c953... Fixed. Please, remember to sync this when you remove files  (*)
  c1c8a9e... Spell check by Juan Manuel Garc�a Molina <juanmagm mail com (*)
  0b084a7... updated Azeri file (*)
  95e09b6... Add libpanelapplet-2.0 pkg-config file. It probably isn't 1 (*)
  c503285... Updated Brazilian Portuguese translation. (*)
  90c2d6e... Updated Slovak translation. (*)
  6c43e24... Fix reported "medans" typo. (*)
  ae50623... port more things to ditem (*)
  9147aca... add -lm to libpng check for non-glibc systems. (*)
  ff2a24f... Updated Slovenian translation (*)
  2dd814c... Updated Spanish translation by Juan Manuel Garc�a Molina (*)
  2b347b4... removed lots of unused cruft. (*)
  aef0137... Updates balsa/po/da.po dia/po/da.po gnome-core/po/da.po (*)
  190e7ae... warn if we can't find applets menu directory. (create_root_ (*)
  f3d6a52... updated Azeri file (*)
  fc851ff... get popup menu working. panel.c (panel_event): ditto. menu. (*)
  e2b7be2... privatised the Extern struct. Implemented various set/get m (*)
  6fc77ba... remove. (*)
  ab48487... privatise. (extern_set_info, extern_(get|set)_orient, ): ki (*)
  b591903... converted to use gnome-desktop-item, and removed #ifdef FIX (*)
  1a7ac28... Move to new GnomeDesktopItem api (*)
  34abb7e... Don't return TRUE here, it makes the buttons not work. I'm  (*)
  2a76f0f... New function that always returns TRUE. Should use GConf ins (*)
  c698d9f... Use the gtk hint calls. (*)
  919cd88... Remove gtk_clist_columns_autosize() call. It crashed, and w (*)
  3034145... Queue up all the destroys until after we've gone through th (*)
  e8bdcea... un-ifdef out this function. Seems to work reasonably well a (*)
  3235d87... Added GNOME_ABOUT_CFLAGS/LIBS. (*)
  6a95c78... Updated russian translation. (*)
  3d684b4... And actually generate gnome-about/Makefile so there's somet (*)
  3c36e7a... Updated Slovak translation. (*)
  54c5f86... Updated. (*)
  c2c7441... Use gnome-clock.png as icon. Patch from Red Hat. (*)
  e3071cd... Removed the applet_padding and applet_padding_border global (*)
  8713c6f... Remove fast_button_scaling and use GDK_INTERP_HYPER as defa (*)
  d171bd4... basep-widget.c, gnome-panel-properties.c, panel-widget.c, p (*)
  3067a91... impl. (*)
  1e93126... basep-widget.c, gnome-panel-properties.c, Remove 'simple_mo (*)
  050614c... set to panel2.d so you don't wreck your normal panel settin (*)
  8fd26e3... ported gnome_.*_file -> gnome_program_locate_file (*)
  401f3d6... ported to new stcok icons. (*)
  f48cfdb... added casts to GTK_MENU to remove some compile warnings (*)
  9778276... gnome_pixmap_entry_gtk_entry to gnome_file_entry_gtk_entry. (*)
  ae02dda... install pixmaps again. Don't install tiles, though. (*)
  d1ed24c... fix some silly bugs of mine. (*)
  e2d1167... basep-widget.c, gnome-panel-properties.c, Remove 'hide_pane (*)
  3d40309... renamed from load_extern_applet. (extern_load_queued): rena (*)
  461f08b... renamed gnome-panel.idl (preserved cvs history) (*)
  6900793... forgot to update this (*)
  46e68b3... real .server file (*)
  6e2aaa4... s/gnome-panel.h/GNOME_Panel.h/ (*)
  a7a969b... this shouldn't be in cvs (*)
  a2cd2c0... Fetch the IDL flags for Bonobo Activation for use with orbi (*)
  90b8f12... Invoke INTLTOOL since we use INTLTOOL_SERVER_RULE for the P (*)
  3463833... activate old panel object as well for the moment. (*)
  8b777c2... renamed from save_applet. (s_panelspot_done_session_save):  (*)
  edf1451... release the panel object. (*)
  e5682e2... Updated Slovak translation. (*)
  adaad75... Beginning of a proper port from GOAD to bonobo-activation. (*)
  1d1ed15... some cosmetics. (*)
  ccdc098... remove all corba related stuff. (*)
  affcc90... hush puppy. (*)
  4990d48... You honestly thought that the tiles would last though into  (*)
  0f9b87f... add maximum compile warnings. (*)
  2b3394d... Remove some panel cruft. Is this really the best you can do (*)
  d5deb0a... remove tile_when_over usage. (*)
  6bd1710... First stab at creating a schema for the panel global config (*)
  52ca31d... use gconf. (*)
  6003960... kill applet_widget_init. (*)
  4f0dd7f... /s/Men� de panel/Panel con men�/ (*)
  43b3b39... Remove the bonobo-conf dependency. (*)
  88f4f23... no message (*)
  d350f5c... u (*)
  9f69d9c... s/TestApplet/Panel_TestApplet/g (*)
  fefb046... removed panel/panel-include.h since it no longer exist (*)
  932f2dc... kill old goad factory stuff. (*)
  22e2980... * basep-widget.c: * basep-widget.h: * border-widget.h: * bu (*)
  134afd7... update for gnome-help changes. (*)
  612d484... add case for PANEL_BACK_NONE. (*)
  9d98bdc... free panel CORBA refs. (*)
  79fcbf9... A first stab at BonoboControl based applets. It works supri (*)
  d8882cb... U (*)
  79ee8b3... Updated Spanish translation by Juan Manuel Garc�a Molina (*)
  1721419... Usual update (*)
  4a7d139... pull in gnome-vfs-module-2.0 for gnome-desktop-item. (*)
  3101f81... only propagate event to button widgets. (*)
  434328a... hush. (*)
  df2670d... impl. Wrap the windowless BonoboWidget in a GtkEventBox so  (*)
  136201b... change order of buttons as per usability recommendations. (*)
  589ea55... More work getting the global properties into shape. Removed (*)
  acf2261... Updated. (*)
  5d19b3c... More property stuff...mostly dumb stuff though. (*)
  d9f5281... Fix bug in set_property call. (*)
  fff6eff... use GDK_POINTER_TO_ATOM instead of GPOINTER_TO_UINT. (*)
  c12817c... sensible debugging defines. undef them all so warnings don' (*)
  ed6f331... add gconf stuff. (*)
  9ab303d... Update. Well actually fix :) (*)
  20720e1... update gconf key names. (*)
  0843ea9... Usual update. (*)
  0eb9883... panel-types.h, panel_config_global.h, panelglobalconfig.sch (*)
  7cb7127... tidy up popup menu handling. (*)
  28454d4... Updated ms.po... (*)
  4516a13... Added Malay translation.. (*)
  2486a0b... reviewed by: <delete if not using a buddy> (*)
  0f2bf42... kill horrible applets_last hack. (*)
  7fffbf1... bit of namespace loving. (*)
  e0c694b... move dead launchers stuff in here. (*)
  45f4a0a... Updated Slovak translation. (*)
  32503dc... *** empty log message *** (*)
  3c8cd25... , session.h: Fix up launcher loads a little so that the lau (*)
  3ce94dc... comment out empty SUBDIRS to fix dist targets (*)
  ca9d0ec... fixed my last comment to read "commented out SUBDIRS" inste (*)
  af5ec16... Updated Norwegian (bokm�l) translation. (*)
  df476f6... aligned-widget.c, aligned-widget.h, basep-widget.c, border- (*)
  6b3c16d... Fix up compilation by commenting out the lock accelerator s (*)
  4e7ed22... switch debugging off. (*)
  4db5eed... start of bonobo applet API. (*)
  becd9fd... impl convience functions. (*)
  2ad0bd7... only set the popups path, not the button3 path - seems we c (*)
  99a248f... update to use GType stuff instead of GtkType. (*)
  6dfca41... fix silly. (*)
  e0e77b2... inherit from GtkEventBox (popup_handle_remove), (*)
  f756a3b... kill. (popup_handle_move): impl. (*)
  6acc58f... s/runBox/displayRunDialog/ (PanelAppletShell): new interfac (*)
  e3c424a... poor forgotten file. (*)
  d903a27... remove $(includedir) from includes to prevent old gnome hea (*)
  d6a8664... Implement a quick no-frills .desktop reader to make reading (*)
  758fe6e... set the standard gnome program properties (*)
  dd29fa3... * basep-widget.c: * basep-widget.h: * button-widget.c: * dr (*)
  f867999... a bit of s/GnomeDialog/GtkDialog/ (*)
  19891e0... replace includes of <gobject/[genums, gboxed, gclosure and  (*)
  0ff3322... s/GnomeDialog/GtkDialog/, reenable menu properties again an (*)
  06fa97f... *** empty log message *** (*)
  41d172c... replaced xml-i18n-* with intltool-* cleaned up EXTRA_SUBDIR (*)
  b1d889d... Fix one more instance of the new glib-object.h stuff...Gues (*)
  cfd099b... aligned-widget.c, aligned-widget.h, basep-widget.c, edge-wi (*)
  c4a153f... impl. (*)
  ad7156f... also change menu size names to something sensible. (*)
  5912558... add PanelSize type and constants. (PanelAppletShell): add c (*)
  6f0357b... give proper GType instead of G_TYPE_ENUM. (*)
  f8b7c5e... impl. (*)
  c4e7888... add changeBackground and associated types. (*)
  638a49e... Use BonoboProperty bags ... sigh ... someone shoulda told m (*)
  125d71f... kill all AppletShell funcs. Replaced by property bag. Make  (*)
  f684fb1... build libpanel-applet-2 with the new applet stuff. Install  (*)
  c35d9f3... Change include to glib-object.h. (*)
  aed8a6f... Moving over to g_signal. Part One of a many taled epic. (*)
  17985fe... re-enable applets/Makefile and applets/fish/Makefile. (*)
  a100bfb... upd. (*)
  13e1ae7... kill gtk_widget_lock_accelerator usage completely. (*)
  021dcef... Bring clock applet back to life in gnome 2. (*)
  6db6bed... add "panel:icon" and "panel:category" attributes. (*)
  cf784cb... Updated spanish translation by Juan Manuel Garc�a Molina (*)
  3fba1e9... Usual update (*)
  cde453b... Monkey work. Some more unstructured gtk_signal to g_signal  (*)
  c742a62... disable building old docs. (*)
  34e2c07... remove old docs. (*)
  1845c6f... enable gnome-core/panel/doc/Makefile.am, (*)
  bbcfe3d... hush puppies. (*)
  824b76c... Updated Slovenian translation (*)
  979040e... Remove libgnomevfs/gnome-vfs-mime-utils.h that neither exis (*)
  78a869f... remove the merged menu hack since that's taken care of in t (*)
  0878fcb... get rid of the "." main menu parameter hack. I feel sort of (*)
  c339f8e... * extern.c: * foobar-widget.c: * gnome-panel-screenshot.c:  (*)
  387abda... Quick hack to get launchers on the panel again. Don't expec (*)
  c0d896c... * drawer.c: * extern.c: * gnome-panel-screenshot.c: * menu. (*)
  ed4bd01... try to bring some way up to date. (*)
  159357f... unleash the hush puppies. (*)
  5cf4866... #ifdef out debugging messages. (*)
  d1c513e... fixup silly commit. (*)
  05ec05a... always get translated messages in UTF-8. (*)
  2e49e57... Revert Mark's reverts...Yay, commit war! (*)
  d43fd66... whack the redhat menu stuff. Note this was the OLD redhat m (*)
  a2a4e05... include quick-desktop-reader.h. (create_launcher): remove d (*)
  5f69299... remove panel/menu-rh.[ch]. (*)
  c809d3a... Move from $(top_srcdir)/panel. (*)
  a7ffc49... build against ../../../libpanel-applet. (*)
  aea9f85... remove (*)
  cb72e01... shush little baby. (*)
  03824c1... Updated Norwegian (nynorsk) translation. (*)
  f5381ca... install GNOME_Panel.server again. (*)
  424102e... rename binary to gnome-panel-2. (*)
  68b02f7... add forgotten file. (*)
  24e4598... cleanup enums and marshallers generation. (*)
  3addf45... version 1.5.1. (*)
  3a95ac4... I just copied *cough* libgnome. (*)
  40e12ca... Added WNCKLET_CFLAGS/LIBS for applets that link against lib (*)
  b6ce30c... install .desktop files to datadir/applications (*)
  90a5ead... Generate desktop-links/Makefile, and recurse into it. (*)
  d86470f... don't build extern.[ch]. (*)
  afeafd2... use g_idle_add instead of gtk_idle_add and save a few stack (*)
  397fe6b... kill a couple of files. (*)
  096bf6a... Updated Greek translation (*)
  b7ecd68... Return TRUE if handled popup. This removes the double popup (*)
  3b13fa7... comment out capplet SOURCES. (*)
  ccf0c4a... version 1.5.2. (*)
  3e688de... Add some more convience methods. Not entirely sure if this  (*)
  dc33e1c... Changed some of the configuration around to be more sensibl (*)
  f31b0cc... Support for building the panel properties dialog (crapplet) (*)
  d97d46b... Added glade files for gnome-panel-properties (*)
  874cd9a... build fix (*)
  da62fe1... new accessor methods. (*)
  6b427bb... make panel_applet_new return a GtkWidget. (*)
  324a050... bleep. (*)
  d72f7c1... Added panel_gconf_get_session_key () to return session ID b (*)
  b2a04cc... add VOID:STRING,STRING. (*)
  e9092e1... warn if we can't get the client id. (*)
  d652e5a... fix silly. (*)
  3210627... fixup. (*)
  16ab61c... ah goddamn. (*)
  441ca9d... kill VOID:STRING,STRING. (*)
  8fda400... kill PanelOrientation and use GtkOrientation, Kill dialog l (*)
  8a0b181... The Makefile in doc/reference/panel-applet ignores the CFLA (*)
  db9234b... Make panel menus use GtkImage rather than GtkPixmap. Furthe (*)
  fb85cba... Updated Norwegian (bokm�l) translation. (*)
  c1f98b5... removed a bit of the jumpiness effect due to menu icons, th (*)
  8c9b3d5... get rid of the large icon stuff, if we already have a GtkIm (*)
  b4b169c... Change menu name to "Applications" per Nils' panel menu des (*)
  2f497c7... Add a pc file for this library. (*)
  eb2a37c... fix pixmap loading, do Applications/Actions setup as from n (*)
  e649ad9... get rid of some deprecated menu_bar function usage (*)
  6ce3833... Updated Swedish translation. (*)
  fcddc2e... implement a utility for 'event streching', so that we can a (*)
  1807161... Hmm, I though I committed this Friday. (*)
  669e42d... Replace a bunch of references to .gnome/ with the DOT_GNOME (*)
  f7e095c... s/DOT_GNOME/GNOME_DOT_GNOME/ because Anders wants things na (*)
  cde8c21... some work on porting section. (*)
  0ed6753... s/load_up_globals/load_global_config. Can't be arsed doing  (*)
  79b8e3a... panel-gconf.c, panelglobalconfig.schemas: session.c, sessio (*)
  7484aa0... Cache "menus-have-icons" and "menus-have-tearoff" keys with (*)
  782d197... Load all global entries at once. (*)
  0ad9f47... New tasklist + expandable applets. ChangeLog is in the vari (*)
  1e8593a... file gnome-panel-properties-capplet.1 was initially added o (*)
  e2c6c66... file gnome-panel-add-launcher.1 was initially added on bran (*)
  4196add... file panel.1 was initially added on branch gnome-core-1-4. (*)
  54d77c2... Fixed up GUI and made enable animation work.  Animation spe (*)
  89d57ee... Remove the avoid on maximize configuration crack. It was ju (*)
  fffa1f1... Make it use bugzilla. Update. (*)
  60385a7... Fix segfault George. Start using GConfChangeSet. Dunno if t (*)
  7c23484... Don't only load from file: uri's. This makes it at least do (*)
  9fb78eb... Set the WM_STRUT hint for panels (*)
  0b06111... launcher_get_unique_file renamed to launcher_get_unique_uri (*)
  95afcde... cast to GConfEntry. Weird - gconf does this itself, but it  (*)
  80f2c11... fix sillys. (*)
  c351d4a... Fixed off-by-one pixel error with expand_major that made br (*)
  f725b27... mkdir launcer directory if it doesn't exist. (*)
  4c87255... Fix up stuff for distcheck. (*)
  74c47a0... Fix stuff..again. (*)
  70a01c4... Bump up version number to 1.5.3 (*)
  6715c4b... remove consts from args. (*)
  68dfe92... add an extra type for autohide panels so that windowmanager (*)
  516ea25... Make adding launchers not crash. (*)
  2ba6531... Convert time/date string to utf-8 before setting the label  (*)
  90ea05b... Whack gnome-run button applet thing which serves very littl (*)
  9d5910d... Draw buttons using gdk-pixbuf instead of libart, should be  (*)
  b178c7d... Updated Swedish translation. (*)
  55e2a46... Use the new desktop item launch api. (*)
  6c613fe... remove intl remove intl (*_LDADD): remove INTLLIBS (*)
  a12a134... Added the new panel session handling proposal (*)
  dca5c0b... Remove favourites menu. It is useless with the current push (*)
  d5cfe6e... require libwnck for the panel also (*)
  8c84cb9... initial crack at porting the tasklist thing to libwnck, ree (*)
  5bebe3d... remove the gwmh and gstc hack stuff and remove them from bu (*)
  2e98621... kill ../panel/tasklist_icon.[ch]. (*)
  1d01dce... Ref/Sink our menu, scale the panel menu icon. (*)
  e626251... kill title-item* (*)
  16df8b0... Use gtk_menu_get_attach_widget to traverse up in the menu h (*)
  0893551... Sun Dec 09 2001  Miles Lane <miles megapathdsl net>        * conf (*)
  87effea... Title item no longer needed, so removed (*)
  245ea3b... Call xstuff_set_wmspec_state_hints () (*)
  906bc18... *** empty log message *** (*)
  4ccb433... gnome-panel-properties - changed animation speed to option  (*)
  9dc9f4c... Fix up gconf stuff. Now things work with the global propert (*)
  cba3afe... Rename for global properties dialog. (*)
  8bf05fb... Always restart here. (*)
  fb48409... Fixed global config for drawer-autoclose and confirm-panel- (*)
  ec21a4c... Updated Slovak translation. (*)
  6d905e6... Make the foo clock use gconf. (*)
  28588ea... Pixmap scaling for the foo tasklist and default sizing for  (*)
  f7832af... _NET_WM_STRUT properties are of type XA_CARDINAL not XA_ATO (*)
  2806684... button-widget.c, launcher.c, panel-widget.c, (*)
  7c6fa79... Did a little work according to Alex's guidelines. Things ar (*)
  bb3a024... Added Configuration of Menu and Run key bindings. (*)
  49f9b8c... Fixed a compile warning cause Glynn is never happy (*)
  d683a03... Added configuration of auto-update-menus. The global proper (*)
  f0c4110... Bit of renaming for Glynn. (*)
  c2a10b6... reposition menu after hiding an item (*)
  0edc620... updated after Mark's injection of CVS surgery. (*)
  9795bf5... Remove the user large icons, avoid collissions and merge me (*)
  2c098d2... doh, remove a debugging g_print (*)
  82b5066... Remove PER_SESSION cruft that just confuses me. (*)
  604013f... Updated Slovak translation. (*)
  74ebd70... Updated Estonian translation by Ilmar Kerm (*)
  574b67c... Updated Norwegian (bokm�l) translation. (*)
  827692b... nl.po blatant copy from stable branch. Moveover started... (*)
  a546cd1... some fixes in getting/setting locale specific name/comment (*)
  ee187e8... Removed config of keep-menus-in memory and confirm panel re (*)
  b9db527... Added files for gnome-panel-properties to POTFILES.in (*)
  7eb77cf... Change to using "applications:/" rather than "programs:/" (*)
  4c77eaf... 2001-12-14  Satan (*)
  a84ddd4... Why does it want to change these??? (*)
  0a6ebd4... move to our reserved GNOME_Vertigo namespace. (*)
  5e239e1... kill PanelAppletShell::saveYourself. We're not going with s (*)
  90245fe... one last Vertigo change. (*)
  fcc25be... Fix applet background color handling (GdkColor contents are (*)
  bec7338... some deFIXMEization. Remove some dead code, add some error  (*)
  8e1f19b... reenable property apply code (*)
  bc804fa... Handle background changes. This doesn't change the color of (*)
  bde3a5c... Updated Swedish translation. (*)
  abc5e11... added gnome-terminal/gnome-terminal.glade.h, (*)
  205c76a... get translations from GETTEXT_PACKAGE domain and with UTF-8 (*)
  392d670... Use the glade file directly. Updated Norwegian (bokm�l) tra (*)
  5b0608c... when rasing windows also wnck activate them (*)
  6c14bf3... Updated Portuguese translation. (*)
  da72811... Updated Ukrainian translation (*)
  e14cacb... fix PANEL_MENU_HAVE_ICONS_KEY. (*)
  8d68502... Makefile.am, floating-widget.c, foobar-widget.c, gnome-run. (*)
  aa1e0a7... Change code to use the schema for the medium sized screen,  (*)
  49c55ae... trim some gen_util entries. (*)
  38ae6fb... Turn the thing on its head. We now have a BonoboItemHandler (*)
  4d602d8... Remove main.h. (*)
  f55e0d8... panel-gconf.c, panel-per-panel-config.schemas, Stupid commi (*)
  c9fa907... Update Japanese translation. (*)
  fd01dde... more updates. (*)
  c8993ea... remove xstuff_set_wmspec_state_hints (*)
  581ea9f... new file. (*)
  8949bd9... aligned-widget.c, aligned-widget.h, applet-object.c, applet (*)
  9f93fc2... add panel-main.h. (*)
  7697892... routine update (*)
  c9110aa... Updated Swedish translation. (*)
  49ae43e... main.c, menu.c, panel-applet-frame.c, panel-gconf.c, (*)
  ee1c998... Saving is fucked. Patch to at least have a non-b0rked panel (*)
  e745ec7... Remove "show delay" and "hide delay" options from global pa (*)
  0edd370... Change default values for show delay to 300 and hide delay  (*)
  8e6e38e... remove the raise function and just replace it with gtk_wind (*)
  f154b67... an evil hack stolen from tasklist to set some style propert (*)
  5e4da9a... add some icons from "Dennis M. Cranston" <dennis_cranston y (*)
  8b37c8f... apply patch from "Dennis M. Cranston" <dennis_cranston yaho (*)
  7f0f38e... floating-widget.c, foobar-widget.c, main.c, menu.c, panel-a (*)
  6622b4a... Added Solaris to distro list. (*)
  d4a78c1... Implement applet preferences handling in gconf. Applets sho (*)
  3cc80a0... blurgh. (*)
  0bb3744... I know I'm going to regret this later on. Store unique id's (*)
  e4ab7d3... Re-add gnome-panel-screenshot (*)
  24a3b15... Add libpng check. (*)
  b14cf32... Miscellaneous fixes to try and get basic, basic profiles wo (*)
  230a41e... impl. (*)
  0f562c1... Big heap of debug crap. It should help someone trying to fi (*)
  eacb13f... Updated Japanese translation. (*)
  4efd8c4... Some deprecated excorcism, fix some panel unique_id foo and (*)
  0dbb29a... Yet more de-deprecation. Now all that's left is the clist s (*)
  9a2e858... fix stupid typo (*)
  5d04c57... more fixes. Having things actually compile is usually good. (*)
  9eb7702... fix up the size request stuff so we get back some widgets w (*)
  5e29844... redo how the updating of icons and tearoffs keys is done, l (*)
  e9d831c... Compile with G_DISABLE_DEPRECATED and GNOME_DISABLE_DEPRECA (*)
  01df469... deal with dropped uris a tad better and actually use gnome- (*)
  fe07df2... Off with the hand! (*)
  3b2cf28... Since I suppose one shouldn't be productive during christma (*)
  e0b7a62... some more evil (*)
  9b4dc03... fix default return for get_string (*)
  b417036... fix width of clock label. Now if the time 'grows' beyond in (*)
  4c2aba7... Corrected header parts. (*)
  33fda15... Compile also with GDK_DISABLE_DEPRECATED and (*)
  088fb10... I'm a dubmass! GdkCursor is NOT a GObject (*)
  c8f2235... fix including of marshal header file in the .c file (*)
  71c0500... correctly handle icon changing (*)
  2b8a71c... Updated Swedish translation. (*)
  79cdcd5... Updated Portuguese translation. (*)
  e98fb21... 1:30am + 6 hours of tv = mushed (brain). Think I've got all (*)
  b467e24... Complete the schema for large size. Just waiting for some u (*)
  266eff5... All because the lady likes new API. Implemented / copied co (*)
  1a6b470... Updated russian translation. (*)
  fa6b919... config/Makefile.am, config/panel.config, Removed, old crust (*)
  92813c0... Implemented new session_remove_panel_config () function to  (*)
  18857ad... I am an ass. Use gconf_client instead of gconf_engine. Don' (*)
  8094548... initial port to new api. (*)
  ebe8f12... Make gnome-core build on Solaris again. Don't know how this (*)
  edda9eb... mvoe gnome_program_init into the macro and remove unused pa (*)
  a69eb05... fix possible GList mempool corruption (*)
  3317278... fix precondition FIXMEs. (*)
  e2a2801... mv TODO TODO.old. touch TODO. Add some items that are relev (*)
  51199a9... Saving and loading of applets to gconf should work now. (*)
  a0b5eaf... use panel_gconf_applets_profile_get_full_key (*)
  584961a... Remove include of ghash.h. Not needed. (*)
  d1588dd... {applets,gnome-about,gnome-desktop,gnome-terminal}/Makefile (*)
  2dd9079... WNCK_FLAGS updated to include GConf (*)
  6887e37... Simplified GConf usage for all of the gen_util applets (*)
  145e5fc... mailcheck.c: right-click menu fixed, gconf usage implemente (*)
  37368fb... reverting changes to WNCK_FLAGS for GConf (*)
  c136bbf... gconf-extensions -> panel_applet_gconf (*)
  07a47be... Updated spanish translation (*)
  ed4008a... always include locale.h, it's used in main. (*)
  3082173... Move applet loading/saving to/from gconf into applet.c wher (*)
  35eedce... fix silly. (panel_applet_load_from_unique_id): use (*)
  3400224... load menus. (*)
  79d19de... kill APPLET_RUN stuff. (panel_applet_load_from_unique_id), (*)
  98e9b14... Remove mostly all traces of non-usable gconf schema keys in (*)
  a41bfa9... add pixmap bacground todo. (*)
  6722562... update PanelBackground Format comment to reflect new 'pixma (*)
  1e9e3f1... kill cruft. (*)
  ffd4fc6... Add some more error checking to the loading of gconf. Still (*)
  ea0511e... Fix up to reflect the user intuitive global property config (*)
  6cb493e... Adding Mark and myself. (*)
  825b8b3... Updated portuguese translation (*)
  d113622... Make it a normal widget that exposes using (*)
  55efb44... Updated Swedish translation. (*)
  ff49e0e... implement new "pixmap:xid,x,y" format. (*)
  85695cc... fix silly. (panel_applet_get_pixmap): create a new GC. (*)
  910cd96... Updated Slovak translation. (*)
  dbc1ab6... Remove building of conditional.[ch] Kill Kill Kill!! ifdef  (*)
  e9c0311... Remove conditional.[ch]. (*)
  97eed67... Remove include of conditional.h (*)
  d62bce3... Another include of conditional.h (*)
  654c863... Use #defines for panel speed for convenience Fix animation  (*)
  d8a099f... Finished implementing panel_applet_gconf calls and added a  (*)
  7116554... More namespacing. I will do real work soon honest. (*)
  2eca988... Remove old cruft that that was added during the war years.  (*)
  a233aba... enable swallow loading/saving. (panel_applet_callback_set_s (*)
  2388586... Update tooltip when state changes (make_hidebutton): Allow  (*)
  c1a58e6... Print out the error code if the panel fails to register. (*)
  3cf820c... s/backgound/background (*)
  043c330... Do what I was supposed to be doing before..but this time fo (*)
  1abec36... Okay, I've already forgotten what has gone into this patch. (*)
  49044ed... Remove tearoff menus, they sucked. We can readd them when w (*)
  ae96e3e... remove the tearoffitem.[ch] (*)
  3a68527... fix memleaks. (*)
  2405dfe... Use normal profile key for saving to, not default profile k (*)
  44a451d... fix leaks. (*)
  a33fd87... use GError. (*)
  4d20e44... kill debug. (*)
  661edde... *** empty log message *** (*)
  458533e... Update some more. Updated Norwegian (bokm�l) translation. (*)
  2faeda5... Add in the name of the executable to avoid crashing on logo (*)
  fc354e1... Export panel_applet_gconf_get_full_key() as this is quite u (*)
  9a2076a... Add gladefile and schemas file for pager. (*)
  6ca63c7... Add libglade dependancy on wncklet applets. Thanks to MCArk (*)
  d23af96... Make the multiple foobar alert dialog modal so it disappear (*)
  0ba0f82... Tighten up the dir_exists keys for when we have instant app (*)
  d91e427... *** empty log message *** (*)
  cdf3b6a... Hook up more preferences. Set id of help and done button. (*)
  e63f97e... Hook up the workspaces part of the properties dialog. This  (*)
  b2f188c... Change gconf key to number_of_workspaces. (*)
  2480ae8... Make convert_string_to_keysym_state() use gtk_accelerator_p (*)
  8e8ddd3... Make dist fixes. Actually these probably don't help at all. (*)
  ef8a768... Add schemas file to EXTRA_DIST (*)
  db56b00... Updated Swedish translation. (*)
  f62f33b... Updated Norwegian (bokm�l) translation. (*)
  21d0472... Add TASKLIST_GLADEDIR, tasklist.schemas and tasklist.glade  (*)
  1a65a3b... Add a directory ensuring function that ensures the whole pa (*)
  5165d57... Version 1.5.4 (*)
  b976d18... basep_widget.c foobar-widget.c menu.c Use GtkButton's in_bu (*)
  eefaab6... Ensure that menu position is close to panel even if popped  (*)
  141697f... Remove the button widget type enum, it's not needed without (*)
  0e200d7... Make sure the AppletInfo is freed, fix a possible race with (*)
  f34ab7a... basep_widget.[ch] Add "focus_return" signal to return focus (*)
  e3a45f6... Cruft. Remove from building cruft. Uncomment cruft. Remove  (*)
  97dc4fa... Update (*)
  f8d8c2e... Fix. (*)
  6d20ee6... Make the time/date be centered. (*)
  49480b3... Detect Solaris distro with a better file (*)
  a12b2e4... Reenable the DocPath help showing stuff, but slightly diffe (*)
  9461905... core-docs - update lgpl.xml, gpl.xml and fdl.xml so the xml (*)
  c0a13c4... Some renaming of functions and minor cleanup of cruft. (*)
  100c651... fixup preconditions. (*)
  e4d536b... Fill in panel background with prelight color/pixmap when pa (*)
  8a2c0c1... Updated Ukrainian translation (*)
  95b8379... Updated Ukrainian translation (*)
  aa8b6c5... Updated Ukrainian translation (*)
  e89b529... no message (*)
  be97a57... Reword "on mouseover" to "when the mouse moves over them".  (*)
  effdfd8... Call the clock applet "Clock". Don't put it in a category.. (*)
  bb51208... Start collapsing Applet submenu into the "add" submenu. The (*)
  8349a6c... Rename some applets. Notably "Tasklist" and "Pager" to "Win (*)
  ec7e487... Try "Inbox Monitor" for the mailcheck applet. (*)
  5df0d31... Add a new icon for the "Workspace List" applet. (*)
  1f40442... Rename "Aligned panel" to "Corner panel". (*)
  131bb6b... Add new icons for the "Create panel->" items of the panel c (*)
  9bff829... Make pixmap a little more visible. (*)
  3b2ff1c... Panel apparently doesn't like things to not have a Category (*)
  cfeee9a... Updated Malay (Bahasa Melayu) translation. (*)
  04a5b37... Mr. Picky Strikes! Remove the separator from the dialog as  (*)
  a553673... John Fleck <jfleck inkstain net> (*)
  2c294fe... use g_filename_from_uri (*)
  46378e3... Add xml tags to these files. (*)
  7a5568e... block the logout signal while we're in the signal handler (*)
  e7c666e... Add new function basep_widget_move_focus to implement GtkWi (*)
  4e46104... use CPPFLAGS. (*)
  d6cd4e8... Updated Slovak translation. (*)
  6938c3b... Gman: iPiff iPaff (*)
  a97f1d3... remove conflict markers (*)
  2d1f7a9... when testing for tryexec, just do an access (foo, X_OK) if  (*)
  37f5751... Add applet_do_popup_menu() and applet_popup_menu() to suppo (*)
  1be12e1... updated (*)
  eef8942... Updated Norwegian (bokm�l) translation. (*)
  c16f5c6... Make sure menus appear within xinerama boundaries. Those th (*)
  1a41d00... fix the reposition hack not to spew warnings (*)
  0f61c8a... Updated Norwegian (nynorsk) translation (*)
  3f4913b... Merge fix from stable (*)
  e016c49... adding translations from the 1.4 version of panel.hints (*)
  59026b7... Updated Slovenian translation (*)
  e2bcbdf... Change right-stick to panel-right-stick. It still doesn't r (*)
  936fce0... Bugger, forgot to hide the hide buttons. (*)
  4b5e348... Updated Norwegian nynorsk translation (*)
  ecc50c4... Update (*)
  491dc08... Updated and converted to UTF-8. (*)
  ed0df3e... Hopefully fixes bug #69838. (*)
  ffd15e6... Move "pager" into the upper right hand corner. (*)
  903c91e... And switch seconds off to minimize the disturbance caused b (*)
  760b5f9... Initial implementation of keyboard move functionality for B (*)
  5f6a440... Add new pkg-config check for libpanel_applet. (*)
  c8743dc... Use a single tree view column and pack both cell renderers  (*)
  e7796c4... *** empty log message *** (*)
  7842e88... Update. (*)
  87cf77b... Updated Norwegian (bokm�l) translation. (*)
  a124deb... Updated some (*)
  917b918... New panel pixmap (*)
  45396ad... Install into the new CC capplets location. (*)
  a36da2c... Updated Japanese translation. (*)
  c16956e... Replace "Execute" with "Run", to avoid using threatening la (*)
  214be28... the change signal arguments now give the old value and by t (*)
  05ff532... Version 1.5.5 (*)
  4c61741... Updated Estonian translation by Ilmar Kerm <ikerm hot ee>.  (*)
  ba033c7... Updated Norwegian nynorsk translation (*)
  2e80f72... Temp build fix to get this compiling. (*)
  ef0d78d... Updated Slovak translation. (*)
  61b9230... use AM_GCONF_SOURCE_2. (*)
  74fc02b... Version 1.5.6 (*)
  70a708c... Remove keyboard move functionality from ButtonWidget. It is (*)
  c05d747... Add VOID:BOOLEAN to fix build. (*)
  1166355... Updated Swedish translation. (*)
  5d71091... initialise error. [fixes #69728] (*)
  c9434b9... remove old applet cruft (*)
  c03eda3... More funky renaming. (*)
  7acf676... Butcher a few jimmac/tigert icons and slap 'em together to  (*)
  ed3674d... Use a more photorealistic, colourful globe. (*)
  0a6dabc... Updated Danish translation and converted it to UTF-8. (*)
  93ddaa3... Updated by Juan Manuel Garc�a Molina <juanma_gm wanadoo es> (*)
  87fc8c3... configure.in applets/gen_util/Makefile.am (*)
  4536e3d... remove. (*)
  c0a7d6f... These changes update the changes which give focus to the pa (*)
  ace586d... Set GTK_CAN_FOCUS flag for PanelApplet; add panel_applet_ex (*)
  7eb8534... Correct popping up of panel's context meny using keyboard. (*)
  94b59ce... save the launcher. (launcher_save_to_gconf): don't save loc (*)
  2528257... Version 1.5.7 (*)
  fed14e4... our object files require the built sources (*)
  9f5b5f0... configure.in (*)
  3cc4bf9... John Fleck <jfleck inkstain net> (*)
  538f525... audit use of gconf_enum_to_string to make sure all (gint *) (*)
  75e962e... set window icon (*)
  be8b431... pull together all the release announcements for 1.5.x (*)
  716f96e... Add panel_applet_focus() which causes a widget within an ap (*)
  60dfe91... don't set focus widget here, we do it later. (update_conten (*)
  b53ace6... panel-applet-frame.[ch] Add action signal move-focus_out_of (*)
  4dbbecc... get the initial values for size and orient instead of using (*)
  c044aba... Get initial values for size and orient rather then just usi (*)
  885f728... Updated Portuguese translation. (*)
  176a204... Updated Korean translation. (*)
  b54ceac... split deprecation related cflags and gnome_program related  (*)
  b4e1e88... fix core. Sorry people. (*)
  ffd826b... move BONOBO_ACTIVATION_DEBUG_OUTPUT up. (*)
  bea0b45... file fish_applet.sgml was initially added on branch gnome-c (*)
  fabe942... file fish_applet-C.omf was initially added on branch gnome- (*)
  f6fe3e0... file fish.sgml was initially added on branch gnome-core-1-4 (*)
  1b6d5af... file fish_settings.png was initially added on branch gnome- (*)
  6f3d6a2... file fish_applet.png was initially added on branch gnome-co (*)
  558476b... file clock_applet.sgml was initially added on branch gnome- (*)
  0ef3f8c... file clock_applet-C.omf was initially added on branch gnome (*)
  975d4e7... file clock.sgml was initially added on branch gnome-core-1- (*)
  ea5deed... file clock_settings.png was initially added on branch gnome (*)
  d3b8831... file clock_applet.png was initially added on branch gnome-c (*)
  ee44f8f... file mailcheck_applet.sgml was initially added on branch gn (*)
  40a0e54... file mailcheck_applet-C.omf was initially added on branch g (*)
  d3bb509... file mailcheck.sgml was initially added on branch gnome-cor (*)
  cda9030... file mailcheck-properties-mailcheck.png was initially added (*)
  7a1e834... file mailcheck-properties-mailbox.png was initially added o (*)
  11b9229... file mailcheck-applet.png was initially added on branch gno (*)
  9872a8a... file printer_applet.sgml was initially added on branch gnom (*)
  6ac9301... file printer_applet-C.omf was initially added on branch gno (*)
  c46519d... file printer.sgml was initially added on branch gnome-core- (*)
  543ff18... file printer-properties.png was initially added on branch g (*)
  88b2fcf... file printer-fig.png was initially added on branch gnome-co (*)
  431f5f7... file topic.dat was initially added on branch gnome-core-1-4 (*)
  0e55bc7... file panel.sgml was initially added on branch gnome-core-1- (*)
  44c9a61... file panel-C.omf was initially added on branch gnome-core-1 (*)
  7388105... file Makefile.am was initially added on branch gnome-core-1 (*)
  3b1f35b... file launcher_properties_basic.png was initially added on b (*)
  b023c5a... file launcher_properties_advanced.png was initially added o (*)
  c65090c... file launcher_advprops.png was initially added on branch gn (*)
  64d6fb4... file hide-button.png was initially added on branch gnome-co (*)
  d5c7fd9... file glob_pref_anim.png was initially added on branch gnome (*)
  8b0f534... file example_panel.png was initially added on branch gnome- (*)
  000948b... file example_menu.png was initially added on branch gnome-c (*)
  1085016... file drawer_properties.png was initially added on branch gn (*)
  ec291e1... file drawer_open.png was initially added on branch gnome-co (*)
  e190c58... file create_launcher.png was initially added on branch gnom (*)
  a0e1301... file status_dock.png was initially added on branch gnome-co (*)
  50b5209... file panel_swallow.png was initially added on branch gnome- (*)
  e3d8742... file panel_runprogram.png was initially added on branch gno (*)
  e6641b9... file panel_runbutton.png was initially added on branch gnom (*)
  bcb671d... file panel_props_edge.png was initially added on branch gno (*)
  60e558e... file panel_props_back.png was initially added on branch gno (*)
  790cd58... file panel_logoutbut.png was initially added on branch gnom (*)
  591bf2d... file panel_lockbut.png was initially added on branch gnome- (*)
  3e614c1... file panel_applets.png was initially added on branch gnome- (*)
  8e4d50e... file mm-button.png was initially added on branch gnome-core (*)
  e9f6c2b... file menu_properties.png was initially added on branch gnom (*)
  7eda8eb... file mainmenu_properties.png was initially added on branch  (*)
  17560e2... file logout-screen.png was initially added on branch gnome- (*)
  7823444... file launcher_props.png was initially added on branch gnome (*)
  85a4072... Updated and converted to UTF-8. (*)
  847566c... use a flags arg instead of booleans. Simplifies things. (*)
  bfa8212... fix leak. (*)
  03bd3fd... free icon string. (*)
  89c4bef... don't dup string. it was been leaked allmost everywhere any (*)
  c74e842... save to gconf. (*)
  1e247e3... fix more hideous leaks and re-name like below. (panel_sessi (*)
  5f7b431... kill more leaks. (*)
  c803bab... another leak. That seems to be most of them ... (*)
  3d1c753... Implement panel_applet_get_background so that we can get th (*)
  5bc9dd3... Updated Malay Translation. (*)
  0e3a11e... Updated Finnish translation and converted it to UTF-8. (*)
  952a543... configure.in applets/gen_util/help/Makefile.am (*)
  6bf780a... John Fleck <jfleck inkstain net> oops, forgot ChangeLog (*)
  6c3c121... Updated Danish translation. (*)
  a6c4d97... Updated Norwegian (bokm�l) translation. (*)
  1272143... Updated Portuguese translation. (*)
  50d5c1d... do charset conversion only if source encoding is not NULL.  (*)
  e82b7aa... add .desktop and .directory files add translations from .de (*)
  2e74487... Use intltool to translate all .desktop and .directory files (*)
  c7b0c44... John Fleck <jfleck inkstain net> clock.xml, figures/*.png - (*)
  9a59459... John Fleck <jfleck inkstain net> update changelog for clock (*)
  6da5156... Added man pages from Christian Marillat. Create Makefile in (*)
  8a287cd... Consider the x/y position of the panel when setting struts. (*)
  640cfe2... replace the "pressed" signal on the Done buttons in the pre (*)
  4e8e2e7... added mailcheck-C.omf, legal.xml (*)
  312d034... Put popup menu items at the bottom of the applet popup menu (*)
  c72ff26... load applets in an idle handler at startup. (*)
  c2df6e6... Remove debug code, missed this in my last commit. (*)
  0ff4ba9... impl method to unify background string parsing. (*)
  5f2253c... shut up. (*)
  f69039d... don't like uri. (*)
  3886d71... reviewed by: Mark McLoughlin <mark skynet ie> (*)
  a97d147... remove gnome-terminal. See the profterm module for the Gnom (*)
  d70e374... use client->engine to stop gconf spewing warnings. Thanks t (*)
  529a483... add man directory. (*)
  00a5653... #include <config.h> * (*)
  019c784... #include <config.h> Same (*)
  d1cdd14... #include <config.h> (*)
  b94d72e... Version 1.5.8 (*)
  67caa12... removed GNOME_COMMON_INIT, GNOME_PLATFORM_GNOME_2 -- obsole (*)
  7bcc271... Mark strings for l10n. (*)
  d4b1563... Mark strings for l10n. (*)
  62ff807... Mark strings for l10n. (*)
  de88a2c... Add more missing files. -> UTF-8 and update. (*)
  72994f3... reviewed by: Mark McLoughlin <mark skynet ie> (*)
  210b887... gnome-panel module split off from gnome-core. (*)
  9ff44b3... updated Basque and Walloon files (*)
  bb2217f... change GETTEXT_PACKAGE. Thanks Jacob. (*)
  e6cd68b... install in the correct gladedir. (*)
  a8594be... Sorted and added missing file. Updated Swedish translation. (*)
  e613a98... Updated. (*)
  2edc7ab... Fixed Swedish translation. (*)
  3b7ea3d... hmm, nearly forgot about this :( (*)
  33c8c7a... shut up (*)
  5f2be92... Finish of the string changes. (*)
  d5f0767... Updated French translation and converted to UTF-8. (*)
  c85de3e... applets/gen_util/help/C/clock/clock.xml,legal.xml (*)
  1bbb411... hook up gnome_help for all of these. (*)
  69c0655... build applet with -avoid-version -module. (*)
  d19a898... add a comment for future reference. (*)
  1121cdd... reviewed by Mark McLoughlin <mark skynet ie> (*)
  d99e90d... #include <config.h> (*)
  d141730... Update this (*)
  2be3e19... Updated. (*)
  6d4d924... Bah (*)
  efce02a... Add better descriptions. (*)
  effb992... erm, enhance the description (*)
  68cf741... Increase the size of the icons in the Applications menu to  (*)
  ebd4f27... Move the clock into the new accessories category. (*)
  9bcf05d... Rename "focus_panel" signal to "move_focus_out" as same act (*)
  f7171d3... Updated Ukrainian translation (*)
  56f7cfa... John Fleck <jfleck inkstain net> (*)
  55014d8... John Fleck <jfleck inkstain net> removing more old panel do (*)
  04b27a0... configure.in gnome-panel/Makefile.am gnome-panel/help/Makef (*)
  52faace... don't get the 'shell' interface, it's not used and this scr (*)
  f709220... Move the xml menu structure out into a file. Same. Same. Ho (*)
  8c0791a... Fix (*)
  65f399f... Added this to hold the xml menu. Use it. Hook it up. (*)
  53fd3cc... Updated Norwegian (bokm�l) translation. (*)
  924773e... Sort menus into locale-correct "alphabetical" order. (*)
  9dd3c81... Updated Estonian translation. (*)
  f8eae33... Only cache the pixbufs as directly loaded from the icon fil (*)
  237250d... Use weak refs rather than destroy signal, so we can use the (*)
  41e1743... help/C/panel.xml help/C/figures/launcherprop1_dialog.png (*)
  a7b2950... Check if strings are NULL before collating them. (*)
  79a4d79... More consistent menus (*)
  dcc4780... Updated Japanese translation. (*)
  95abe21... Remove deprecated calls to functions gtk_widget_push|pop_vi (*)
  cfc5f69... Remove deprecated calls to functions gtk_widget_push|pop_vi (*)
  40dbb7a... Fix #70512 (*)
  42eb598... Now has never, always or auto window grouping. (*)
  6423171... Require libwnck 0.4 (*)
  80a18ad... Call wnck_tasklist_set_switch_workspace_on_unminimize(). (*)
  059c290... Version 1.5.10 (*)
  d392724... *** empty log message *** (*)
  20dffbd... Port the prefs dialog to GtkDialog and make it instant appl (*)
  06b2881... add GNOMELOCALEDIR. (*)
  be8843e... rely on intltool 0.19, even though the param to the macro i (*)
  fa9e5e9... revert unapproved increase of icon size to 32x32. Retain se (*)
  b4f479b... re-indent to same style as surrounding code and compress co (*)
  9ef9421... expand. (*)
  4b542aa... George and me for the moment. Did I not do this last week? (*)
  53489e1... Updated Malay Translation. (*)
  49436eb... Updated Polish translation by GNOME PL Team <translators gn (*)
  63dd679... Updated Norwegian (bokm�l) translation. (*)
  965be96... Fixes #71279 and #69147. Fix suggested by Shivram U. (*)
  a7ae16e... pass 'panel' as file name, not 'index'. (*)
  acd44fd... move notify handler to panel_global_config_notify. (*)
  a42453e... kill debug (*)
  8fa5782... Add a fentry sorting function and cache the name collate ke (*)
  2069913... the fr_compare function takes into account directories bein (*)
  c29ce7a... sure_string the fullname before making a collation key. (*)
  b226fcd... Add panel_make_menu_icon, which exposes the pixbuf loading  (*)
  303c8a7... Updated Norwegian (bokm�l) translation. (*)
  36773e1... split out the popup xml to here so it can be translated. (*)
  8c6d2ee... Mark category names for translation. (*)
  db5e2d2... Mark category names for translation. (*)
  dfcdcfa... nl.po Minor translation update. (*)
  e703e4c... Updated Swedish translation. (*)
  a01d9ec... Updated Norwegian (bokm�l) translation. (*)
  ded4104... add $(ui_DATA) (*)
  418a796... properly do hidebutton sensitivities and tooltips on startu (*)
  4c4b98a... when adding applets or launchers and such things from the c (*)
  6d0a30d... load both the list of apps and then the icons in idle time, (*)
  6fe47b5... Remove unsupported #ifdef ENABLE_NLS. (*)
  68e98f6... Updated Malay Translation. (*)
  3f8794a... correctly detect xinerama libs fixes bug #70789 (*)
  497829d... some sanity check on gconf notify handlers to prevent core  (*)
  f96dead... Updated Norwegian (bokm�l) translation. Added pager.glade (*)
  a12a662... Updated Norwegian (bokm�l) translation. Added pager.glade,  (*)
  9b26fb0... s/workspaces/workspace in a string. (*)
  95e8e06... Updated italian translation (*)
  9554ad4... Updated Swedish translation. (*)
  98c7227... Updated Danish translation. (*)
  2332e30... when a clock format is set, make sure the format menu thing (*)
  b0f8191... compile warning fix (*)
  cad8c6c... Don't translate the widget label. Same here. (*)
  8e36510... make tooltip work. Convert everything we get from strftime  (*)
  fadcc5c... remove duplicate setup_gconf call (*)
  ce8432f... Updated Polish translation by GNOME PL Team <translators gn (*)
  ce75f6b... Properties now work. (*)
  9862a72... don't use deprecated things, #define *_DISABLE_DEPRECATED (*)
  548f1d6... Fix build. (*)
  d88582f... Dynamically apply the schemas to new profiles as they are c (*)
  b3d2471... define deprecated flags here. (*)
  e32692e... Updated German translation. (*)
  ce392b5... Version 1.5.11. (*)
  8787606... Updated German translation. (*)
  991cbeb... Updated Polish translation by GNOME PL Team <translators gn (*)
  e7108ec... Updated Malay Translation. (*)
  3066512... Updated Slovak translation. (*)
  65fc4c4... the applet menu should also be at the cursor location fixes (*)
  87dcd61... fix #70518 among others, by queing a resize on all button w (*)
  b790cb0... port the fortune dialog to GtkTextView (*)
  a997a8c... binary chop the button notify handler temporarily. Fixes #7 (*)
  68b2281... impl. (foobar_widget_set_clock_format): save the clock form (*)
  8d588d8... disable the revert buttton when changes are made. (*)
  f1f5e41... Updated Polish translation by GNOME PL Team <translators gn (*)
  f56212b... fix initial setting of medium size (*)
  4cc856f... fix possible crash if image not present, also look in our o (*)
  09dfa3a... save applet position on move, don't save it when we're remo (*)
  34475fc... require intltool 0.17, not 0.19, which doesn't seem to exis (*)
  3f7aedb... Updated Slovak translation. (*)
  d2d54ee... Updated Polish translation by GNOME PL Team <translators gn (*)
  659da00... s/gtk_timeout_add/g_timeout_add s/gtk_timeout_remove/g_sour (*)
  0e924f1... pass TRUE to gtk_widget_set_sensitive. (create_properties_d (*)
  c21e603... Fix, fix and fix. (*)
  911aad0... Updated Danish translation. (*)
  8b50143... Updated Slovenian translation (*)
  d7f88e0... fix compilation warning (*)
  f751d62... Updated Finnish translation. (*)
  b344b8e... Updated Japanese translation. (*)
  859f240... fix swapped parameters to g_signal_new, yay for type-unsafe (*)
  7890f73... Rush hour... (*)
  4a44e5a... fix typo: s/autoraise-panel/auto-raise-panel/ (*)
  469a4aa... Updated Swedish translation. (*)
  0390d81... Updated Malay Translation. (*)
  f722a25... Updated Estonian translation. (*)
  d16f532... hour_format is of type int, was bool, so now it is remember (*)
  24ef1d8... Applied patch by Shivram U <shivaram upadhyayula wipro com> (*)
  2b0878a... Updated Norwegian (bokm�l) translation. (*)
  7326d31... updated italian translation (*)
  ac072cf... Updated German translation- (*)
  7b71196... Tidy up keynav code: use keybindings for Tab and arrow keys (*)
  a81adea... Cause focus to be moved to next applet when focus is on Pan (*)
  ff59c6a... kill debug. (*)
  65d84c3... Version 1.5.12. (*)
  fd01b7d... Updated German translation. (*)
  c6554ee... Updated Finnish translation. (*)
  f9b96ca... Basically re-written. Works now, enjoy (*)
  ed3f737... Updated Malay Translation. (*)
  436726e... Updated Swedish translation. (*)
  79f89a8... Put in "Internet" category. (cleared with translators) (*)
  e84ba53... Dutch translation updated by Huib Kleinhout. (*)
  3f94ac6... omf-install/Makefile.am fix omf_dest_dir to point at gnome- (*)
  ec7dab8... move the ditem editting stuff to a separate file (*)
  a37219c... Updated Portuguese translation. (*)
  8a4b5ac... Updated Slovak translation. (*)
  20b4648... queue position saves so things are nice and smooth again. (*)
  696d90e... Updated russian translation. (*)
  fcfc037... Updated Polish translation by GNOME PL Team <translators gn (*)
  f0e2197... Updated Slovenian translation (*)
  663692e... Updated Danish translation. (*)
  5481dec... comitting a patch which fixes bug I opened, #73224 (*)
  ae6635a... 73751 (*)
  8546bc0... remove tooltip if "Show date in tooltip" option is unset (f (*)
  b650c27... use Close button instead of Done (*)
  da5d073... use Close button instead of OK (#72716) (*)
  c695cfe... Dutch translation updated by Huib Kleinhout (*)
  4b6cd04... Updated Polish translation by GNOME PL Team <translators gn (*)
  7162553... Updated Japanese translation. (*)
  7c32076... Updated Slovenian translation (*)
  c02ee02... someone did not mean "connect_swapped" even though they typ (*)
  3f5836f... print out gconf errors rather than silently dumping them le (*)
  ff92a17... init num_rows to 1 not 2, #71689 (*)
  11d8670... John Fleck <jfleck inkstain net> adding new help files for  (*)
  142019a... Updated Malay Translation. (*)
  9c2c78c... Updated Korean translation (*)
  ee97b73... version 1.5.13 (*)
  40578b1... don't install the test applet or its .server file. (*)
  4b9a62e... Updated German translation. (*)
  e08a9ce... small fix (*)
  141ed6f... reviewed by Mark McLoughlin <mark skynet ie> (*)
  aba992f... update for new docs names (patch from John Fleck). (*)
  0ae07a8... fix the writable checking to handle gnome-vfs. (*)
  3d16962... Checking for X Development libraries explicitly. Added lib  (*)
  8a4f3d6... Separate out the new launcher functionality and support tha (*)
  169011e... do the multi-display thing. (panel_applet_instrument_for_fa (*)
  32dba3a... actually return the value. (*)
  90902ab... Update for gnome-core split. Update for gnome-core split. U (*)
  2db7977... Stripped trailing newlines off translator_credits msgid and (*)
  17ab2a7... s/GNOME menu/GNOME Menu/ (*)
  2f9f29c... Added missing file gnome-panel/gnome-desktop-item-edit.c. U (*)
  3a66d2a... Updated Slovak translation. (*)
  2ea2c36... left the leak I introduced for testing in there, doh. (*)
  51f6908... Updated Norwegian (bokm�l) translation. (*)
  526334f... Updated Swedish translation. (*)
  d882208... Updated Polish translation by GNOME PL Team <translators gn (*)
  f7ce82f... Updated German translation. (*)
  516bc3a... Updated Slovenian translation (*)
  e5c022b... We now use panel_gconf_foo magic in gnome-panel-properties. (*)
  e01d152... Hide the password in the passwort dialog. Correctly load an (*)
  7c49c8e... Updated Malay Translation. (*)
  632cac0... Updated russian translation. (*)
  c70e051... *** empty log message *** (*)
  a2920d9... 100% again (*)
  e59c31d... *** empty log message *** (*)
  5fca7d6... Updated Norwegian nynorsk (*)
  6e3a026... impl new method to use a use above. (*)
  52ca9b3... version 1.5.14 (*)
  496fd63... Small fixes for German translation. (*)
  c0132de... Display the applets' descriptions as tooltips in the 'Add t (*)
  fd090a8... Translations updated by Ronald Hummelink (*)
  88eeb6a... Set accessible description for clock, add accelerators for  (*)
  09d7e9b... don't setup the default window icon here. (*)
  6ad4be7... check value as well as key, and don't do it in a g_return . (*)
  141d027... reviewed by Mark McLoughlin <mark skynet ie> (*)
  2e09a05... update for new docs names (patch from John Fleck) (*)
  1138354... new bg color format has no '#'. (*)
  8aca99e... reviewed by Mark McLoughlin <mark skynet ie> (*)
  884c249... add tasklist applet xml. (*)
  731b36b... Updated Danish translation. (*)
  c2cf17b... Updated Korean translation. (*)
  a392c59... s/Programs/Applications/ for consistancy. (*)
  d811673... hook up the OK button. (*)
  b02ae04... the co-ordinate chage signal has a VOID__INT_INT signature, (*)
  bbd4ab2... default to having the pager in the bottom right as per GUP  (*)
  8f5fce3... Updated Malay Translation. (*)
  b9127f3... kill VOID:ENUM, its in glib. (*)
  2e4448f... Updated Finnish translation. (*)
  b5401b3... Updated Polish translation by GNOME PL Team <translators gn (*)
  e124df7... rename from panel_widget_add_full and kill bind_lower arg. (*)
  ba10f7f... kill libglade-convert check. (*)
  835a4d6... Remove .glade2 checks. (*)
  0908423... change all gconf keys to use underscore instead of hypen. T (*)
  5b7366c... kill the applet from the queued position saves list. (*)
  00359c3... Updated Japanese translation. (*)
  1e4a5c8... cleanup and use a GtkSeparator menu item as a separator. (*)
  63b57a6... don't display the 'Menu panel' option if we have a foobar a (*)
  76ef9a5... Version 1.5.15. (*)
  1c44598... include panel-util.h, and use panel_error_dialog (*)
  33dea50... Updated Slovak translation. (*)
  d6477bf... Fix to provide default action for enter key in clock's pref (*)
  9bf7577... set up the launcher uri correctly. (*)
  d445b68... if we can't find the panel for the object, warn and stop lo (*)
  2200e45... kill bogus pre-conditions. (*)
  0b2ed59... redo the menuitems for the lock button, to be somewhat more (*)
  c912952... make the remove from panel dialog OK_CANCEL. (*)
  bda2866... Removed depreceated GnomePropertyBox and replaced with GtkD (*)
  f96750f... weak ref so we don't core if the window gets destroyed (741 (*)
  e7d426a... Remove keybinding settings from this capplet. Merge the res (*)
  ce592f3... make the idle handlers lowest priority as per boc's request (*)
  a4c4445... Re-enabled error dialog, ported to gtkdialog and fixed word (*)
  9784be3... install mailcheck.soundlist. Patch from Benedikt Roth. (*)
  f7557b6... Updated Korean translation. (*)
  e5507fd... kill the foobar clock. (*)
  a2b30db... check in the COPYING file (*)
  67566e5... Updated Malay Translation. (*)
  a325470... Updated Polish translation by GNOME PL Team <translators gn (*)
  5b47459... Updated Norwegian (bokm�l) translation. (*)
  17fcc09... kill swallow.[ch]. (*)
  925d841... Added tooltip, accessible name and accessible description f (*)
  7820708... warn if the gconf key has underscores. (*)
  010ab17... GNOME_PagerApplet.xml, GNOME_TasklistApplet.xml, clock.c, m (*)
  8f85275... Use 'Preferences' instead of 'Properties' for applets (7682 (*)
  d1d57ca... connect to the "value-changed" signal on the spinbutton, no (*)
  8c9b637... remove swallow.[ch] (*)
  1fe0969... remove collision things (*)
  b518b10... sigh fix everything (*)
  afc2793... Updated Swedish translation. (*)
  134fc6d... Updated Estonian translation. (*)
  e34d5b5... Version 1.5.16 (*)
  214f048... Updated Swedish translation. (*)
  28e2727... file for gnome-panel-screenshot (*)
  cb442b6... partial fix for gnome-desktop-edit-item (*)
  9de084e... add 'Search for File...' to actions menu. Based on patch by (*)
  012ab87... use g_signal_handler_disconnect instead of g_source_remove  (*)
  7c53dd5... Updated Brazilian Portuguese translation done by Evandro Fe (*)
  5f1de1d... Obey the "desktop is homedir" nautilus preference for savin (*)
  ac4df49... Updated Swedish translation. (*)
  a4da59d... Bugfix to the Swedish translation. (*)
  a8036a1... Updated Polish translation by GNOME PL Team <translators gn (*)
  fb054bc... Updated Danish translation. (*)
  27b5043... Add "Show seconds" option (#75108), implement seconds for n (*)
  1962060... Updated Korean translation. (*)
  7d6d3a4... Added missing file. Updated Swedish translation. (*)
  89745dd... Fix bug which allow keynav for applets to work only the fir (*)
  50ebe52... Updated Polish translation by GNOME PL Team <translators gn (*)
  c7ecb1d... get rid of inappropriate use of g_return_if_fail (*)
  347c93d... use panel_error_dialog instead of the homebrewed dialog thi (*)
  3c40bfc... don't use notebook, it doesn't make sense with one page. (*)
  83f9d88... make "free_move" on by default and make enter end the move. (*)
  b98921f... Fix the wording a little. Its still broken because this doe (*)
  a274663... Updated Slovak translation. (*)
  8e4299a... check error != NULL, fixes (77104) (*)
  61517e7... don't make misc frame unless we want the multiscreen option (*)
  69cc55c... fixed typo causing the document to not be rendered. (*)
  20eeeaa... Updated traditional Chinese translation. (*)
  4c137bf... cheesy container based on GtkFrame that puts a handle grip  (*)
  795ce6e... Removed old gnome-panel-properties.glade and gnome-panel-sc (*)
  f20cf7f... Updated French translation. (*)
  4b5214c... fix warning. (*)
  e319ec2... Added missing file. Updated Swedish translation. (*)
  45c3215... kill bogus ditem unref. (*)
  4ef1217... don't move to current workspace so as to be consistent with (*)
  346d734... fix initial size (should fix #76919), fix adding of the lab (*)
  2174b08... Change order and labels of the remove/move thingies to matc (*)
  364ed9f... remove some old menuitem/applet cruft. Fix the removal of i (*)
  aa2c492... Committing accessibility patch: (*)
  110e5be... fix checking for foobar when adding/removing the item to ad (*)
  f96fee6... remove some cruft for some gtk bug workarounds which don't  (*)
  4a79368... Save the world from the evil tyrrany of the infinitely wide (*)
  3bf9381... Updated traditional Chinese translation. (*)
  68fb5bc... Updated Korean translation. (*)
  de157b8... Dutch translation updated by Huib Kleinhout. (Sorry about t (*)
  8232189... Updated Malay Translation. (*)
  ed88ec4... Updated russian translation. (*)
  35b8965... Allow Return and space keys to exit move mode; completion o (*)
  c272193... Added gnome-panel-screenshot.desktop.in. Updated Norwegian  (*)
  c815eff... Update some more (*)
  ae7aea3... Added new menu icon for CDE menu (*)
  43d47b9... applied AtkRelation patch from pasupathi duraisamy wipro co (*)
  10ed759... Changed name and icon for the CDE distro menu. (*)
  38feab6... use tabs instead of spaces (*)
  82d39cc... use CET instead of GMT. (#78532) (*)
  7434f61... Applied patch from Christophe Fergeau <christophe fergeau l (*)
  1321934... fix crash reported in #78559 by just using the run_dialog v (*)
  c0d2b97... Version 1.5.17. (*)
  15c9b86... Updated Korean translation. (*)
  4f19ded... Updated Norwegian (bokm�l) translation. (*)
  e83ec60... Add entry for move-focus-out-of-applet action signal (*)
  fdc6038... panel-applet-frame.[ch] Remove action signal move_focus_out (*)
  3fc9543... require libwnck 0.8. (*)
  d058ffc... Add key-press handler; this function calls panel_widget_sav (*)
  d0486d7... Cause Ctrl+Tab and Crtl+Shift_Tab to move focus out of appl (*)
  f8d5538... return FALSE if its a bonobo applet. (applet_button_press): (*)
  2b24abd... Updated Japanese translation. (*)
  a9f5823... Add file panel-keynav.txt to describe issues witrh panel ke (*)
  32db0c1... Fix translation for 'mail'. Fix credits for translators. (*)
  9310ebc... remove handlebin.c (*)
  00ffb0c... removed model message dialog. (#78182) (*)
  5448fe6... fixed warning. (*)
  d5ed11d... Updated Korean translation. (*)
  f424bbe... Updated Polish translation by GNOME PL Team <translators gn (*)
  f388051... changed "Remove this panel" to "Delete this panel" (#61598) (*)
  9fcadc3... rename dialog to 'Panel Preferences'. (*)
  11da234... Might as well rename the files while I'm at it. (*)
  3f7cd27... remove 'Raise panels on mouseover' option. We're not a wind (*)
  691a3e3... update our requirements so people aren't using crufty libra (*)
  7ef18ea... Invoke fortune dialog by pressing space or enter key when t (*)
  fe814a8... don't force BONOBO_ACTIVATION_DEBUG_OUPUT on everyone. (#79 (*)
  f87ef87... Updated Korean translation. (*)
  cf0f9b7... Move focus to drawer icon when hide button in DrawerWidget  (*)
  0399679... Updated Finnish translation. (*)
  05293ce... Updated Norwegian (bokm�l) translation. (*)
  81abdd5... Updated French translation. (*)
  bc3e381... Real fix for #78182: First disable automatic updating, then (*)
  caa69e6... Updates in Greek translation (*)
  e87f8ec... Updates in Greek translation (*)
  79d25b0... Updates in Greek translation (*)
  df0ac52... Updated French translation. (*)
  5573a13... Updated French translation. (*)
  1ba4fb6... Updated Greek translation (*)
  01359ae... Flush (*)
  1e66c1e... Version 1.5.18. (*)
  2cd4551... Remove bindings for GDK_ISO_Left_Tab as this breaks Shift+T (*)
  cddfae8... Remove bindings for GDK_ISO_Left_Tab as this breaks Shift+T (*)
  b45577b... Updated traditional Chinese translation. (*)
  ce490c0... Updated Slovenian translation (*)
  073c4fb... Set mnemonic widget for Animation Speed label (*)
  be19406... Updated Estonian translation by Ilmar Kerm <ikerm hot ee>. (*)
  5e1b191... If applet's height is odd and orientation is norizontal set (*)
  202c387... Updated Slovenian translation (*)
  5ede0cb... Don't mention gnome-core (*)
  ca39d7c... Updated traditional Chinese translation. (*)
  1b7e5e6... Updated Polish translation by GNOME PL Team <translators gn (*)
  ad5424d... Applying following patch -George (*)
  ab3cf8b... small update (*)
  0999c92... Updated Malay Translation. (*)
  f9eaffb... Added Vietnamese file (*)
  a1b452b... Version 1.5.19. (*)
  fc4be16... Update for 1.5.19. (*)
  2dc8727... Updated Korean translation. (*)
  4c9038d... Fix a key to use underscore. (*)
  46bc38c... Updated Norwegian (bokm�l) translation. (*)
  d8b793a... Updated Japanese translation. (*)
  876b518... s/-/_/ for schemas. (*)
  92605b7... Remove install of gnome-panel-screenshot .desktop file. Add (*)
  3732730... kill screenshot desktop file (*)
  94ba502... Updated Slovenian translation (*)
  77c3997... Updated traditional Chinese translation. (*)
  10f8bdb... kill that file again - seems it was in there twice (*)
  b7be50b... applets/gen_util/help/C/clock/clock.xml, clock-C.xml update (*)
  2d3da6e... applets/gen_util/help/C/workspace-switcher/workspace-switch (*)
  a75129a... create parented versions of the info/error dialog functions (*)
  185976f... Remove rules hint from tree view. Fixes #80469. (*)
  8ac9d78... Updated Spanish translation from Juan Manuel Garc�a Molina (*)
  ae0dca8... Re-order Actions menu according to usability guidance from  (*)
  895b8b9... Review by: Alex Larsson, Glynn Foster (*)
  28af05c... Bug fix for 79641. Error when trying to add a launcher. Lau (*)
  c1f91ce... - change workspaces before focusing a window with the task_ (*)
  78127cc... Add 'Search for Files' and 'Take a Screen Shot' to the GNOM (*)
  6f76b41... Updated Dutch translation (Huib Kleinhout) UTF-8. (*)
  c99e38f... focus_in_drawer: Do not open a drawer when it is focused fo (*)
  712cad8... Apply the following patch and fix bugs etc... in it (*)
  c25e2e2... Updated Portuguese translation and converted to UTF-8. (*)
  c6b2e51... Updated Malay Translation. (*)
  00610a2... Updated French translation (*)
  439e9ec... Updated Brazilian Portuguese translation done by Evandro Fe (*)
  41a9b33... updated Vietnamese file (*)
  230b93d... Updated Korean translation. (*)
  106ffa7... Add function menu_item_menu_position which ensures that men (*)
  3425c67... Updated Norwegian (bokm�l) translation. (*)
  f425b84... Lithuanian update (*)
  85b5a0c... - unbroke the british translation, damn those fuzzy matchin (*)
  060f93f... Version 1.5.20 (*)
  39d0f85... Updated Polish translation by GNOME PL Team <translators gn (*)
  f78d523... Updated French translation. (*)
  ba6d569... New, xml based help docs (*)
  3a085ce... give docs back to Wanda (*)
  6f728c0... Changed name of CDE Menu back to "CDE Menus" as per HCI ins (*)
  645e6b8... set atk name, description and relation. set Close as the de (*)
  d819a58... typo error in the message.(#79707) (*)
  570fd1c... Updated Norwegian (bokm�l) translation. (*)
  1de7042... Update previous change so that Shift+F10 popups menu when a (*)
  63bc280... If focus widget is a GtkSocket unset focus while doing move (*)
  c01f935... Updated Polish translation by GNOME PL Team <translators gn (*)
  99ced35... Updated Danish translation. (*)
  0402b69... Give it a default response. (*)
  52ec310... implemented minimum_width and maximum_width preferences usi (*)
  4930922... Made rows in config dialog change to cols in vertical orien (*)
  977b79c... this renames some functions and variables and widgets so th (*)
  2147a6d... I am Connor McLeod of the clan McLeod. (*)
  6acf547... Hack for adding search tool and screen shot in GNOME menu. (*)
  10f1db3... Hack to add search tool and screen shot in GNOME menu. (*)
  dc2f108... Stopped the propogation of the left click on applet to Pane (*)
  bf71537... Updated Polish translation by GNOME PL Team <translators gn (*)
  d410e2f... s/_("")/""/ (*)
  853709a... Version 1.5.21. Update (*)
  a47d00b... Add screenshot icon by Jimmac. (*)
  c7f58b5... Use gnome-screenshot.png instead of gnome-mdi.png (*)
  6f7311f... The about dialogs of gnome-panel applets (fish,clock,mailch (*)
  f432930... Updated traditional Chinese translation. (*)
  6291bd7... Correct window argument passed to gtk_window_set_title() (*)
  8297198... updated Vietnamese file (*)
  1adf4fa... Use new multi-screen safe libwnck API. (*)
  a44c58e... move the screenshot/search to a more appropriate location,  (*)
  77f95b6... Updated Finnish translation. (*)
  021070d... Apply and massage Frank Worsley <fworsley shaw ca>'s patch  (*)
  5431905... added mnemonics for the popup menu (*)
  625046b... Dutch translation updated by Reinout van Schouwen. All tran (*)
  7d292b3... update to be a little more useful. (*)
  2dcf6c1... Updated Polish translation by GNOME PL Team <translators gn (*)
  ce66549... remove some dead code, and support dnd on the entry doing t (*)
  1be6788... remove call to wnck_workspace_get which appears to have gon (*)
  25ffe7e... when the screen is invalid, assume the zero (the first) scr (*)
  2ca1577... fix off-by-1 errors in multiscreen_screen_from_pos as point (*)
  1b6fa55... Updated Slovak translation. (*)
  2a02e12... Updated Finnish translation. (*)
  ecf53c1... Updated Norwegian (bokm�l) translation. (*)
  3c171c3... never add an icon to show twice, this should fix #71213 (*)
  2945c58... when getting an iterator check the result of the function a (*)
  d5fbe58... fix #81437 by disconnecting the destroy function on respons (*)
  ec553df... Updated Polish translation by GNOME PL Team <translators gn (*)
  c31290d... Added "mk" to ALL_LINGUAS. (*)
  8adb549... Added Macedonian translation from Ivan Stojmirov <stojmir l (*)
  405593f... Updated Danish translation. (*)
  6276179... ru.po: updated russian translation from Dmitry G. Mastrukov (*)
  475e94d... Updated Malay Translation. (*)
  1c1b9d9... updated hu.po (*)
  1ac9fdf... require intltool-0.20 for .schemas file translation. (*)
  21831fa... Updated Norwegian (bokm�l) translation. (*)
  3b827f7... require intltool-0.21 for distcheck fix. (*)
  815ccfd... add schemas (*)
  2daf312... added schemas (*)
  6c54c58... impl an 'applet died' dialog box using the CORBA connection (*)
  0178114... Version 1.5.22. (*)
  41429c0... update (*)
  cb6d289... Tried to verify GSList code and while at it did a bunch of  (*)
  eb0d936... Updated Korean translation by Young-Ho Cha <ganadist cholli (*)
  efd87d6... Kill broken status dock. Will be replaced by a system tray  (*)
  5286d22... Kill broken status dock. Will be replaced by a system tray  (*)
  8e4ec3e... Updated Ukrainian translation (*)
  5fbf27c... Updated Ukrainian translation (*)
  91ce12c... kill setting panel_widget to NULL, just before we try and u (*)
  04ae9ab... interpret the meaning of the 'right_stick' property slightl (*)
  5cb70ef... fixed latin1 chars bug (*)
  4fc86c6... Removed obsolete file. Sync with source tree. (*)
  87d0439... waited a week for comments on this patch, so committing ;)  (*)
  74861ba... Updated traditional Chinese translation. (*)
  0ca4877... Updated Polish translation by GNOME PL Team <translators gn (*)
  1f1082b... Updated Danish translation. (*)
  445c60d... Updated the OMF file to the Scrollkeeper DTD. (*)
  2404ab5... Updated the help to the new UI. Updated the screenshot. Upd (*)
  3763454... Removed all the references to mailcheck applet. (*)
  8cec880... Remove whitespace from start. Stephen spotted this. (*)
  de7dad5... fix sim menu refcounting (*)
  be02d82... I forgot that middle item in the changelog so here goes a c (*)
  40847a2... small usability fix to the translation (*)
  f999ac6... fix #82428 by focusing the entry on show. Also zero out the (*)
  9ca5a59... kill debug. (*)
  439b19e... Add a default window icon. Clean up after a few widgets. (*)
  7298c6a... ru.po: updated russian translation. (*)
  d0bc940... on focus in, autoshow an autohide panel. Fixes #81041. (*)
  54234e7... update for actual doc names. (*)
  006f299... Updated Ukrainian translation (*)
  8d1d21f... Updated Ukrainian translation (*)
  a8a46ee... Updated Finnish translation. (*)
  b376d98... rc file which ensures that SELECTED state for PanelWidget a (*)
  e2af5b3... Add definition for PANELRC (*)
  b288967... Update to describe current state of panel keynav. (*)
  06a61c0... Updated Norwegian (bokm�l) translation. (*)
  1e3d5ef... Updated Macedonian translation (*)
  cc81bee... reviewed by: mark skynet ie (*)
  a58da72... need to convert UTF-8 to the locale encoding (Bug#80539). ( (*)
  24b1e04... Updated Norwegian (bokm�l) translation. Added the schemas f (*)
  12a8f86... rename and export this function. (applet_show_menu): upd. (*)
  eaf9038... Updated Slovak translation. (*)
  90560b5... - adding Arabic translation file (*)
  f7db47c... Fixed typo (*)
  ce8bda9... Updated Polish translation by GNOME PL Team <translators gn (*)
  c6a3696... adding Arabic file (*)
  f4d8bf7... Add new function panel_applet_size_request and panel_applet (*)
  05ace41... updated to new omf build system (*)
  3474422... Updated Norwegian (bokm�l) translation. (*)
  63bcdff... 2002-05-27 John Fleck (*)
  aaf37a5... 2002-05-27 John Fleck (*)
  a8b58ba... Updated Polish translation by GNOME PL Team <translators gn (*)
  ec80d31... Updated Malay Translation. (*)
  7dab245... John Fleck <jfleck inkstain net> (*)
  e2cc533... - Arabic translaiton update (*)
  3e12c94... convert translated filenames from utf8 to the locale encodi (*)
  26c177f... Updated traditional Chinese translation. (*)
  ac79f79... don't define PANELRC. (*)
  884e8ba... don't define PANELRC. (*)
  7d6c2b9... Version 1.5.23. (*)
  bfa654f... fix uri issues with creating new items, fix crash on creati (*)
  d1ba9ac... New docs for mailcheck (*)
  4aa8293... Help callback is passed with file names present under user- (*)
  1951175... Help callback for run dialog box is passed with help docume (*)
  9fbb288... Help Callback for launcher and launcher properties modified (*)
  a2e0dbd... help callback for menu is changed to pass the help doc name (*)
  9601585... Help callback for menu properties is modified to pass the n (*)
  7f19b5d... Help callback modified to pass the deocs name from user-gui (*)
  940640b... Help callback is modified to pass the help doc names from u (*)
  54bb328... panel_show_help is modified to pass the user-guide name (*)
  726364f... Help callback modified for help on Panel (*)
  1d387e6... Help Callback modified (*)
  f527988... Help button added to preference dialog (*)
  73c48c6... Help callback put for the preference dialog box (*)
  6e74346... Help callback put for the preference dialog box. (*)
  7e67606... response id for help button added (*)
  504fb0f... response id added for Help button (*)
  66725d4... Added DADADIR, PREFIX etc (*)
  4e2aa94... Help Callbacks modified (*)
  7986480... Caculate focus indication box correctly, i.e. include line  (*)
  1cc6112... Calculate the focus box correctly, i.e. include line width  (*)
  b38d726... mailcheck-C.omf removing dtd, which seems to screw up (*)
  d614366... Updated Polish translation by GNOME PL Team <translators gn (*)
  619fda8... remove all args from the back_change, size_change and orien (*)
  ad2b897... updated Vietnamese file (*)
  fb3d72e... Updated Polish translation by GNOME PL Team <translators gn (*)
  bc600be... Updated Estonian translation. (*)
  3d0b4aa...  adding arabic (*)
  2a28644... gnome-panel/panel-config.c - accessibility features describ (*)
  2a78f58... add some code to handle auto-showing on FocusIn. Don't enab (*)
  ebf86de... Updated Polish translation by GNOME PL Team <translators gn (*)
  0fb1c7f... Updated Slovak translation. (*)
  61981f8... If the argument is already a uri, canonicalize it. (*)
  65380c8... adding a no accelerator PO (*)
  7285bbc... Fix a typo. Same here. (*)
  7fbf074... Updated Norwegian (bokm�l) translation. (*)
  9c98527... Updated Polish translation by GNOME PL Team <translators gn (*)
  9f1586f... A small update to Estonian translation. (*)
  b770ef1... Updated Danish translation. (*)
  bb3c322... Updated by Juan Manuel Garc�a Molina <juanma_gm wanadoo es> (*)
  e14c02a... Updated Slovak translation. (*)
  02b690b... Updated Swedish translation. (*)
  8f7c12a... Updated by Juan Manuel Garc�a Molina <juanma_gm wanadoo es> (*)
  55f81bb... Updated Finnish translation. (*)
  58f8b94... Added a help button to the panel capplet and link the help  (*)
  4df2f1c... Updated traditional Chinese translation. (*)
  5234e18... revert one of Rajkumar's changes to strings in the glade fi (*)
  c0620f9... fix scary, scary g_free on GObjects instead of g_object_unr (*)
  957f067... ru.po: Updated Russian translation. (*)
  8299d4e... updated Catalan and Vietnamese files (*)
  05c400f... Updated Polish translation by GNOME PL Team <translators gn (*)
  375ee2e... Updated Swedish translation. (*)
  189913e... Fixed Swedish translation. (*)
  71145d6... Updated Catalan translation. (*)
  89047e4... Updated Norwegian (bokm�l) translation. (*)
  5881abf... Updated Finnish translation. (*)
  c402f4d... Updated Spanish translation from Juan Manuel Garc�a Molina (*)
  fe2e5f3... update (*)
  01b2c10... disable padding of applets for now. Causes quite a few prob (*)
  9d90805... Version 1.5.24. (*)
  438f9fa... Updated Spanish translation from (*)
  1e4dfc7... Updated Ukrainian translation (*)
  8c9194f... Updated Slovak translation. (*)
  8a23d9d... Updated Ukrainian translation (*)
  b7e7de5... Updated Ukrainian translation (*)
  b4a3140... Updated Ukrainian translation (*)
  6ac6e92... Updated Ukrainian translation (*)
  881d499... Updated Ukrainian translation (*)
  c56c618... Updated Ukrainian translation (*)
  80f020c... Updated Ukrainian translation (*)
  4a92cd7... Updated Ukrainian translation (*)
  e87728b... Updated Ukrainian translation (*)
  6f7e7dd... Updated Ukrainian translation (*)
  6c1f08c... Updated Ukrainian translation (*)
  4cf2e10... Updated Ukrainian translation (*)
  3863863... Updated Ukrainian translation (*)
  a7b0f30... Updated Ukrainian translation (*)
  25194ce... Updated Ukrainian translation (*)
  9383a09... Updated Ukrainian translation (*)
  913d5c2... Updated Polish translation by GNOME PL Team <translators gn (*)
  3f3587f... Updated Ukrainian translation (*)
  2bc6e04... Updated Ukrainian translation (*)
  cf2a998... Updated Ukrainian translation (*)
  594d8e8... Fix. (*)
  02638af... store the notifies ids. (destroy_clock): remove the notifie (*)
  2bfd451... Updated Estonian translation. (*)
  77c34fb... Updated Danish translation. (*)
  ed3de70... Updated Galician translation (*)
  70ca30b... Updated French translation. (*)
  a60e267... remove old obsolete docs (*)
  38d1d35... don't crash when we don't know the Name's locale. #84074. P (*)
  bfba7f4... Catalan fixes. (*)
  137736d... Updated Slovenian translation (*)
  10b5c1c... Fixed the problem of not able to change the co-ordinates of (*)
  bee5783... Gustavo Noronha Silva <kov debian org> (*)
  702c608... Updated Malay Translation. (Wawa nak tengok aktiviti saya k (*)
  66db60f... Updated Slovenian translation (*)
  f4b8375... Version 2.0.0. (*)
  c292815... Updated Polish translation by GNOME PL Team <translators gn (*)
  1240b59... updated Vietnamese file (*)
  2827a59... Revert the last two commits to this file since they break s (*)
  bf0466f... After more investigation it seems that a typo (extra < in t (*)
  ce34ff5... Mark a string for translation. (*)
  861d197... Updated Norwegian (bokm�l) translation. (*)
  35e0a75... Updated Catalan translation. (*)
  743526c... Updated Finnish translation. (*)
  c432814... Updated traditional Chinese translation. (*)
  a0c4df4... Updated Polish translation by GNOME PL Team <translators gn (*)
  e8f307b... Updated Swedish translation. (*)
  69ecb1f... Updated Slovenian translation (*)
  8031647... Updated Danish translation. (*)
  b2e4e68... Updated Malay Translation. (*)
  fee9bc7... Updated Korean translation. (*)
  d4e5e6c... ru.po: Updated Russian translation. (*)
  458af4e... fixed some typos, translated new and fuzzy strings (*)
  50aeeb1... Updated Slovak translation. (*)
  2a8af6d... updated some (*)
  cff9592... Updated Galician translation (*)
  dcedc84... Updated Spanish translation. (*)
  3a9b9a1... Updated Norwegian (bokm�l) translation. (*)
  2e46fa3... a minor fix (*)
  cdbfdc5... ru.po: Updated Russian translation. (*)
  f6924ea... Updated Japanese translation. Some updates comes from Sun G (*)
  98581ec... Updated traditional Chinese translation. (*)
  b4a314b... Dutch translation updated by Tino Meinen. This is a prelimi (*)
  02f8648... Updated Portuguese translation. (*)
  735923c... Updated Polish translation by GNOME PL Team <translators gn (*)
  f5bed9e... *nl.po: Dutch translation updated by Tino Meinen. (*)
  a82d70b... use $(prefix)/$(DATADIRNAME)/locale instead of $datadir/loc (*)
  2a46f33... Updated French translation. (*)
  9755d61... disable more non-working menu editing menu items. (*)
  1fa2838... Version 2.0.1. (*)
  82a10cb... updated Russian translation. (*)
  d0bca10... updated Ukrainian translation. (*)
  956ec0a... Updated Slovenian translation (*)
  dda0b85... Update from Sun, V2.1 of manual with latest technical chang (*)
  d85048c... Update from Sun, new screenshot (*)
  5c7c2e0... Updated Latvian translation by Artis Trops <hornet navigato (*)
  4812612... lv.po - Updated Latvian translation by Artis Trops <hornet@ (*)
  00c9b00... removing: applets/fish/help/C/fish.sgml (*)
  effca2b... Should make cvs * gnome-panel a bit more pleasant :/ (*)
  25b66e9... Should make cvs * gnome-panel a bit more pleasant :/ (*)
  64a1b7d... enable compile warnings. (*)
  4121d7c... upd .glade2 files to .glade. (*)
  80033b0... Cleanups and bugfixes while doing mulitscreen support. Comm (*)
  67b26ae... Dutch translation updated by Tino Meinen. (*)
  c5d47ac... remove a stray gtk_window_set_screen. (*)
  ae7ecf5... CV_SILENT (*)
  82e30d8... Added Amharic translation. (*)
  b3dcd22... remove uri_exists and use panel_uri_exists instead (*)
  8051937... Fix some broken stuff in .cvsignore files. (*)
  af4e9e4... Updated Estonian translation. (*)
  a6fd081... ru.po: Updated Russian translation. (*)
  82d39e5... move here from applet.c (*)
  e0af7aa... silence (*)
  c0a5dd9... Fixes #86455 (*)
  b2e5799... Fixes #86459 (*)
  f93c070... String changes and UI consistency changes from #85344, #856 (*)
  a59f433... Don't expose the term 'applet' to the user - yeah, yeah, I  (*)
  c1a9a2e... s/Main Menu/GNOME Menu for the tooltip. (*)
  42b5df4... Set default response to delete your panel. (*)
  1636f98... do the icon finding in an idle instead of a timeout. There' (*)
  dc64a7d... kill menu-properties.c (*)
  78792ea... Various string changes from #85623. (*)
  e025fa8... clean up, a lot. No global variables, use glade properly, e (*)
  65e9cc8... Patch from Glynn Foster to add help button. (*)
  0584cb4... Updated Korean translation. (*)
  a09d0bc... Updated Estonian translation. (*)
  f5df8ae... Updated Polish translation by GNOME PL Team <translators gn (*)
  ca6daeb... Updated Norwegian (bokm�l) translation. (*)
  2ad047a... Updated Slovak translation. (*)
  07d42fe... ru.po: Updated Russian translation. (*)
  6a60381... #78532 - s/GMT/UTC/ and s/Greenwich Mean Time/Universal Coo (*)
  d0983e4... Updated Amharic translation. (*)
  021133f... change how the focus line is drawn. Patch from Padraig and  (*)
  995896d... Small update (*)
  8bbc589... Updated Catalan translation. (*)
  a61941e... Updated Polish translation by GNOME PL Team <translators gn (*)
  c8751c0... Updated Slovak translation. (*)
  2bfbec8... Updated Swedish translation. (*)
  dfa1f97... Changed the document to point to correct section (*)
  646d1aa... Changed the section id for gnome panel manual (*)
  8acb325... Updated Amharic translation. (*)
  6b3e7df... Updated French translation (*)
  6f5425c... updated Vietnamese file (*)
  08ca8a2... Make sure we load up up the saved preferences. Fixes #84016 (*)
  7d0a122... Add atk descriptions. Fix bug#84099 (*)
  1284bde... Updated Norwegian (bokm�l) translation. (*)
  dcfab94... Updated Swedish translation. (*)
  ca65308... Updated French translation (*)
  a917209... Updated French translation (*)
  a6e1c01... Updated Estonian translation. (*)
  badef19... Remove temp dir correctly and update the permissions for fi (*)
  5fba9c4... patch from Glynn to pop up the global menu instead of panel (*)
  677d3d4... Updated Polish translation by GNOME PL Team <translators gn (*)
  28a84e2... Updated Latvian translation. (*)
  119afe1... *lv.po - Updated Latvian translation. (*)
  bfc2eb6... revert commit, it busted the build (*)
  81866ca... Patch from Hidetoshi Tajima to use g_get_charset get the ca (*)
  fde3add... Patch from Glynn Foster to use X-GNOME-DocPath instead of D (*)
  45344df... use X-GNOME-DocPath. (*)
  b3739ae... make ordering of the 'New Panel' menu sane. Fixes #61599. (*)
  a75d50b... sanity check speed and frames values. Fixes #70872. (*)
  1a30c43... *ms.po : Updated Malay Translation. (*)
  d8440f2... rename from option_menu_changed. (load_animation_menu): ren (*)
  8b1be55... impl with a fallback argument. Fixes #87133. (*)
  ece76e5... remove launcher from hoarding list. (launcher_idle_hoard), (*)
  32a33ed... hack to get the workspace name changes reflected when the u (*)
  bcfba44... slightly modified version of a patch from Glynn to add mnem (*)
  0ff61d1... give the close button the default focus. (*)
  9361ad9... centre the animation speed menu. Should fix #84074. (*)
  7d18349... patch from Ali Akcaagac to check for scrollkeeper-config. # (*)
  71ee5dc... Updated Swedish translation. (*)
  5d229ee... Updated Korean translation. (*)
  15ca0ef... *** empty log message *** (*)
  958504e... Updated Norwegian (bokm�l) translation. (*)
  bfbf6f2... impl using gspawn. (after_mail_check), (mail_check_timeout) (*)
  52282a5... patch from Glynn to change tooltip. #87755. (*)
  b7faf9b... rename and handle GErrors. (button_widget_new): display an  (*)
  d7d44cb... Updated Catalan translation. (*)
  5d58253... ru.po: Updated Russian translation. (*)
  a3c5b03... revert all the patches that broke everything and fix #84074 (*)
  88a2045... Added missing file. Updated Swedish translation. (*)
  943ba45... redo the icon loading logic a bit and leave more logic up t (*)
  ac3c158... fix segfault, and icon errors with adding launchers, don't  (*)
  9ca94a3... properly handle the empty icon case. Don't give an error on (*)
  2e852cc... Updated Swedish translation. (*)
  f98e78f... Updated Norwegian (bokm�l) translation. (*)
  8ce8901... Updated Catalan translation. (*)
  d5671f2... Convert the fortune string from the user locale to UTF-8. T (*)
  95f1a2e... revert the disabling of the 'Help' menuitem that Glynn snuc (*)
  5c6687d... impl. (fish_locate_fortune_command), (update_fortune_dialog (*)
  4725e8b... patch from Havoc to check for and print warnings about brok (*)
  8e5ec1a... fix the gnome-terminal launcher uri and use Nautilus instea (*)
  1f937e9... consistent spacing between the right two frames (*)
  933b3c7... use GTK_SHADOW_IN for consistency (*)
  87343d1... Updated Swedish translation. (*)
  f3c7c25... Updated Catalan translation. (*)
  5146d11... Apply parts of the patch from Hidetoshi Tajima that made se (*)
  fea1f4a... Submitting V2.1 manual and updated OMF file (*)
  a7b7e04... updated graphics (*)
  0c2c02a... Updated the category (*)
  ea4f70a... Updated teh category (*)
  91d4ab1... Updated Danish translation. (*)
  702f1fa... Updated Norwegian (bokm�l) translation. (*)
  76fd4e9... Updated Latvian translation. (*)
  73cd63c... *lv.po - Updated Latvian translation. (*)
  59370fe... Updated Malay Translation. (*)
  b54f5a1... translation update (*)
  97ac228... Version 2.0.2. (*)
  4303ac2... always save command in history (fix #83891) (fill_list): ch (*)
  5adaf09... ru.po: Updated Russian translation. (*)
  17f4ebf... Updated Korean translation. (*)
  85b05c8... Updated Polish translation by GNOME PL Team <translators gn (*)
  226756a... Updated Danish translation. (*)
  05d1703... Give focus to applet when it is clicked on if the applet do (*)
  83a1f07... Slight update (*)
  1d803b1... set the direction of the foobar hbox to be LTR as otherwise (*)
  0da0abf... Two more RTL language fixes. First the position widget for  (*)
  eb473d3... clean up a bit to fix warning. (*)
  32f2cb8... Added short title. (*)
  229f6c1... include panel-gconf.h to fix warning. (*)
  21dc2fe... ru.po: Updated Russian translation. (*)
  645c227... Updated Malay Translation. (*)
  7c6bcc5... rename these to gnome-panel-preferences.* (*)
  0a3974f... fix clash in mnemonics. (*)
  5a309dd... Based on patch from Arvind to fix #88430. (*)
  95b206e... Updated Swedish translation. (*)
  6203f08... correctly handle dropping .desktop on panel (*)
  8afea99... ru.po: Updated Russian translation. (*)
  7cffea1... Updated Polish translation by GNOME PL Team <translators gn (*)
  4f4f639... Updated Finnish translation. (*)
  7933048... Updated Danish translation. (*)
  0299b90... Updated Swedish translation. (*)
  3c431ac... Updated French translation. (*)
  8f4af70... Updated Norwegian (bokm�l) translation. (*)
  9caae13... Updated Korean translation. (*)
  92af3bd... rename to gnome-panel.* to reflect current binary name. (*)
  7c5a091... Only reload the applet on GTK_RESPONSE_YES. #88098. (*)
  40d19a9... if our parent has disappeared forget about reloading. (*)
  21076aa... Updated Catalan translation. (*)
  ad1f887... Add mnemonics for right click popup menus of : Launcher, Dr (*)
  1021d76... kill unused (apart from freeing whatever random data it poi (*)
  8ee8d0f... Updated Norwegian (bokm�l) translation. (*)
  8ba341b... New key-press-event handler for DrawerWidget to support Esc (*)
  be103cb... Removed confict indicator. (*)
  399d982... Updated Danish translation. (*)
  64fe56d... Updated Swedish translation. (*)
  7a59925... Updated Catalan translation. (*)
  7cc31a3... ru.po: Updated Russian translation. (*)
  8192b0d... Updated Polish translation by GNOME PL Team <translators gn (*)
  b2b4c2e... don't expand the options frame when resizing (*)
  0d8a54d... Allow any arrow key to move focus to object in drawer when  (*)
  642a131... Updated German translation. (*)
  11ff307... Updated french translation. (*)
  7c220cc... This function is called when object is deleted from panel.  (*)
  65e7804... Fix error in clock applet tooltip (*)
  5e5c2a9... *** empty log message *** (*)
  d31facc... Revert commit oops. (*)
  6fb31f2... sanity checks so we don't crash on Solaris trying to do pri (*)
  53e3181... Updated Vietnamese file Updated Walloon file (*)
  3a2afb5... Updated Malay Translation. (*)
  192af68... don't take AppletInfo as an arg so we can clean an unregist (*)
  96744f8... remove bogus autoshowing on focus that was supposed to fix  (*)
  33b4ac0... update blurb about unhiding explicitly hidden panels to inc (*)
  ed5c349... Check if fr->comment is an empty string before setting tool (*)
  0651b45... unconditionally get the pixmap directory, fixes #88125. (*)
  f2b5aea... handle gconf errors with default values for min/max sizes.  (*)
  36183f3... fixup small indentation problem (*)
  0f2fbf2... Added check for waitpid () returning -1 and errno EINTR. Fi (*)
  9d64cdc... Handle case where spin buttons have already been destroyed. (*)
  6573cf3... set "directory_entry" flag on the file selector to false. F (*)
  0558f82... Don't allow moving objects to explicitly hidden panels. It  (*)
  d59c6f0... rename from show_item_menu_mi_cb. (setup_full_menuitem): on (*)
  d51a239... move LT_VERSION definition from libpanel-applet/Makefile.am (*)
  5aa4261... Version 2.0.3. (*)
  3d7c616... set version to 2.1.0. 2.0.x development is on the gnome-2-0 (*)
  8a8cdad... Merge multihead branch into HEAD (*)
  08351f2... check for libwnck multiscreen patch. (*)
  19a64b9... Committed updated translation. (*)
  0b00838... include multihead-hacks.h. (*)
  51e9c1a... request a Global only session save. (*)
  68131a6... impl figuring out the best place to use a sliding panel. (*)
  a82766c... Updated for betea refresh (*)
  e55bd65... updates for beta refresh (*)
  e64c6dd... Updates for Beta refresh (*)
  9fa92ea... Updates for beta refresh (*)
  becebe4... don't change cursor when restoring menu grab. Fixes #89631. (*)
  34df29e... kill really silly silly. Fixes #89736. (*)
  302f559... move Copy Date/Time to the top of the menu and add seperato (*)
  a72516d... determine whether or not the user wants to remove the faile (*)
  195568f... if the wm supports it, add a 'Show Desktop' item. #61988. (*)
  1732aeb... focus the object as its added to the panel. #88202. (*)
  824b920... s/button/Button/ (*)
  5766fad... Add support for making shaped windows transparent. (*)
  8e10d3c... Fixes #84744, applets not loading in the correct order, by  (*)
  b7000bd... add a check for the shape extension. (*)
  c8d0a62... add egg-screen-exec file to the build. (*)
  65e59c5... forgot these (*)
  e91f0d3... include 2.0.4 and 2.0.5 releases (*)
  b7d10ad... Corrected the help link for Help on screenshot (*)
  9cca565... handle "delete_event". Fixes #90183. (*)
  f2a2d84... Call gtk_window_present() to give newly created panel focus (*)
  a4ae532... hey ! edge widgets shouldn't have packed PanelWidgets shoul (*)
  acdb565... impl stripping desktop item Exec parameters. (sync_list_to_ (*)
  87eb669... kill the seperator. (*)
  12eb544... save the associated panel when saving the drawer. (*)
  5595ad1... s/mailcheck/Inbox Monitor/ s/pager/Workspace Switcher/ s/ta (*)
  6049bd9... use a table instead of two hboxes to make sure the frame ma (*)
  6d5a770... changed mnemonics for _UNIX to UNI_X as a fix for bug #8867 (*)
  30d9dab... Show seconds by default disabled. Fixes #88679. (*)
  20e34de... Register all panel icons with GtkIconFacory and use stock i (*)
  d977d28... translation update (*)
  fb36b39... don't save the position backwards if it isn't a packed pane (*)
  eb1a1d3... updated (*)
  0baef69... Try fixing panel to allow Mod2-Mod5 accels. This fix is a d (*)
  dd391f3... Removed the section Id for the help callback (Help while ri (*)
  ddda092... Changed the date of ChangeLog Entry (*)
  0c1ce1a... Updated Malay Translation. (*)
  5de49ad... Updated Danish translation. (*)
  3c1fd73... Fix redhat bug #72540 by hoarding launchers not in our priv (*)
  7cbdc0b... No need to set the default cursor here; just use the one fr (*)
  008934e... simplify. (panel_set_atk_name_desc): rename from add_atk_na (*)
  381683e... Re-enable menu editing by applying patch from Bug #77848. (*)
  09fa187... Updated Spanish translation from Juan Manuel Garc�a Molina (*)
  481cc44... OnlyShowIn=GNOME; (*)
  b05e8f8... Updated Catalan translation. (*)
  5194df0... Fix #91766 by converting from utf8 when getting text from t (*)
  3dbd5fa... Apply patch from Owen Taylor for bug #10778 to avoid taking (*)
  788eaa3... Check for NULL return from the gdk_window_foreign_new funct (*)
  8aaafdb... add -lpopt to LDFLAGS (*)
  28562c8... updated to fix bug #91146 updated to reflect new version nu (*)
  a9a2251... updated (*)
  9aab09e... ChangeLog (*)
  1191454... Grrrr. Small fixes. The strange last message is due to me g (*)
  1ea42a4... Updated Malay Translation. 2002-09-07 Hasbullah Bin Pit <se (*)
  95ba950... s/GNOME_HelloApplet/My_HelloApplet/. Small typo fix, fixes  (*)
  a453081... add gnome-panel/panel-stock-icons.c. (*)
  07430e6... keep libtool version in sync with the gnome-2-0 branch. (*)
  bddd22f... put the date in front of the time. Fixes #80675. (*)
  f31a729... Allow applet to retain focus if nothing else on the panel c (*)
  ab2e582... Fixes #90317 by explicitly destroying panels on receipt of  (*)
  bd02af8... Fix #90664 by giving focus to the PanelWidget in a newly cr (*)
  f68316c... oops, this patch was from Padraig (*)
  4e47d56... if we haven't actually rendered a pixmap background then ju (*)
  4a70864... disable the tooltips when the drag is on. (drag_end_menu_cb (*)
  ed01a79... memleak fix from Arjan van de Ven <arjanv redhat com> (*)
  0b99f9f... translate the clock format (*)
  bea0536... Add mnemonic to 'Help on %s Application'. Fixes bug #92942 (*)
  46b0248... Avoid the defunct process by doing waitpid at the point you (*)
  f18acb5... remove GTK_WIN_POS_MOUSE, it's a load of crack (browse): di (*)
  e400937... just set the history on the option menu, don't activate the (*)
  2cc0b6f... use the absolute value for the width and height when hiddin (*)
  bf452e4... don't bother strdup-ing the stock ids. (*)
  62868d9... impl method to create tooltips per aplet and set the tip. ( (*)
  ff69c3c... Add action signal "popup-panel-menu"; bind it to Ctrl+F10;  (*)
  0c01694... Updated Finnish translation. (*)
  5457c83... require libwnck and gtk+ HEAD. (*)
  a53f1b6... kill multihead-hacks.h (*)
  f6565ba... remove all HAVE_GTK_MULTIHEAD conditionals as we require gt (*)
  810aff2... kill multihead-hacks.h. (*)
  e1239a9... Sync with libegg (*)
  01a7dd3... Change the launchers icon when the icon loader's 'changed'  (*)
  7ed888b... Sync with libegg (*)
  78f23f6... Fix the problem of waitpid failing with a interrupted syste (*)
  ae2cc4c... draw a zoom thingie when clicked (*)
  1cd0eda... Look for gtk-2.1, and define HAVE_GTK_MULTIHEAD for egg-rec (*)
  4fde2d1... Fix a typo..... (*)
  261f150... Update screenshot (*)
  7664934... file fish-applet-2.xml was initially added on branch gnome- (*)
  df10796... file fish-applet-2-no.omf was initially added on branch gno (*)
  3fbcce6... file legal.xml was initially added on branch gnome-2-0. (*)
  31be9f1... Revert previous (*)
  a46b8ae... split out from size_allocate(). Load the pixbuf here. (*)
  3545567... include xstuff.h. (*)
  18d92b4... Implement support for stock ids in ButtonWidget and use the (*)
  ca58baa... Add a new PanelActionButton widget so we can generically do (*)
  c065397... kill logout.c (*)
  c6eba3f... require a newer libwnck (*)
  f020524... Update to the new icon theme API. 2002-09-27 Alexander Lars (*)
  bfe587c... Version 2.1.0. (*)
  76cba2b... The category is called 'Amusement' instead of 'Amusements' (*)
  7c85b38... impl positioning the popup menu outside of applets. (*)
  091229a... use panel_position_applet_menu. (*)
  df67882... don't use leading 0 for 12 hour timeformat. Fixes #94268. (*)
  a99ba74... reorder elements so that it validates. (*)
  1d6e44c... Update translation. (*)
  25122f0... pass the widget to the menu position fuction, rather than t (*)
  0dc0720... if there's no .directory then use the uri basename as the f (*)
  97ab6ab... Updated Finnish translation. (*)
  e6fc3f5... kill the HAVE_GTK_MULTIHEAD check from here ... (*)
  4ce45da... Don't swap launchers when loading drawer (bug #84744) (*)
  1c51dfc... Fixes problem with keybindings not working on any screen bu (*)
  52f5d37... add bug id (*)
  00dedd6... Updated Malay Translation. (*)
  ca6401a... Updates to Amharic translations. (*)
  ea501cf... resync with libegg. Fix typos in array indexing, fix from R (*)
  a252746... Add the egg-recent stuff, and panel-recent.[ch] stuff for a (*)
  bd4ef3e... Remove the parameters from the exec field when putting a me (*)
  1c86aa1... Updates to Amharic translation. (*)
  a8483ef... Version 2.1.1. (*)
  41a51bd... file THIS_BRANCH_IS_DEAD was initially added on branch mult (*)
  5ce6a39... stop the april fools joke at midday - #77186. (*)
  ccf5b70... Fixed a typo. (*)
  6c6d0ff... Add CLEANFILES so that make clean deletes $(server_DATA) an (*)
  a371c36... Removeved calls to gconf_client_suggest_sync since this syn (*)
  37ce9dc... Additinal fix #91766 - use g_locale_from_utf8() instead of (*)
  c8c2b1a... sync with libegg. (*)
  1976148... require libgnome-2.1.0. We actually want HEAD, but who's co (*)
  80ef3da... sync with libegg. (*)
  565630d... sync with libegg. (*)
  92e572b... Patch from Padraig to ensure there is enough room around ea (*)
  248572f... impl to constrain an applets position to not be larger than (*)
  072813d... Fixes #91686. Based on a patch from Glynn. (*)
  26d3fbf... Fix the problem of launcher's icon not getting updated in t (*)
  12b2802... Updated Hungarian translation. (*)
  a05cbc0... Fix a bug with alpha, fix the permission problems, and add  (*)
  f48ee8f... Fixes suggested by Tamas Vamosi. (*)
  fec024e... *** empty log message *** (*)
  c304b84... add applets/notification_area/Makefile to AC_OUTPUT (*)
  b2d1931... this callback takes a GdkPixmap *, not a filename. (*)
  382d144... Add support for translucent panels. Based on a patch from I (*)
  f13cc7c... Add Ian (*)
  e93a4b5... be.po: Added Belarusian translation from Belarusian team <i (*)
  7612f12... configure.in: Added Belarusian to ALL_LINGUAS (*)
  b75809d... require libwnck 2.1.3 for new workspace prefs handling code (*)
  9b9e8c5... install gnome-panel-screenshot.schemas. (*)
  33dc25c... Version 2.1.2. (*)
  81a0277... hush puppy (*)
  0aa5428... actually check for libgnome wally. (*)
  8108d1b... add some missing files. (*)
  e6fbc3f... Updated Macedonian translation (*)
  2ca1e4b... Updated Macedonian translation (*)
  5cf3412... Updated Malay Translation. (*)
  9eb362d... Remove instances of the word "applet" wherever possible (*)
  0aed57c... String changes for style guide compliance and localisation (*)
  b832f04... Update translation. (*)
  978f5da... fish.c: (fish_properties_apply), (display_about_dialog): Re (*)
  9335f9d... be.po: Updated Belarusian translation from Belarusian team  (*)
  ee5df4d... - SPEC now should work for CVS (*)
  aa9e97f... poll for the pid to wrriten on to the pipe before allowing  (*)
  659d798... Update icon height as theme may have changed required heigh (*)
  726055c... patch from putte_xvi tunedal nu to not crash when passed a  (*)
  7c345e8... kill custom lifecycle management for controls and use libbo (*)
  87177d9... require libbonobui HEAD. (*)
  295d66a... Port over the patches from jaiserca inf upv es and Gman to  (*)
  900dbd8... Update translation. (*)
  9831e54... s/no_background/no-background/. Fixes #98565. (*)
  ba3749a... be.po: Updated Belarusian translation from Belarusian team  (*)
  21f6174... Updated the Greek translation (*)
  55cc8bd... be.po: Updated Belarusian translation from Belarusian team  (*)
  b9538db... fix gtk-doc version check. (*)
  5196c34... Convert all to UTF-8. (*)
  b836afe... Updated Estonian translation. (*)
  0401231... Massive copy-paste from stable branch. (*)
  4d33a10... Updated path to SuSE distribution menu. (*)
  499fc35... Update translation. (*)
  fb50c5a... use gnome_desktop_item_launch_on_screen so that startup not (*)
  e9a714a... Version 2.1.3. (*)
  38ec65b... Updated Czech translation. (*)
  a0466c4...    Fix for the Issue of drag and drop to the panel always lau (*)
  e2e41d5... Move the buttons into a Button submenu (*)
  ddaed67... Updated Danish translation. (*)
  79a94ed... *** empty log message *** (*)
  680017c... require libwnck 2.1.5 for new interfaces for tasklist icon  (*)
  6b02e12... *** empty log message *** (*)
  f3b2157... Updated Hebrew translation. (*)
  649cd9f... Updated copyright strings, for details see ChangeLog. (*)
  6c16a32... Updated Swedish translation. (*)
  d792e30... don't mark pango markup for translation. #100047. (*)
  00c409b... put never, auto and always in quotes for clarity. #100052. (*)
  65181b8... #100049, not #100052. (*)
  7b922cf... Updated Finnish translation. (*)
  92961f2... Updated Swedish translation. (*)
  b89efe3... moved last ChangeLog entry from ChangeLog to applets/Change (*)
  a176c32... Changed copyright string, fixed an i18n bug. (*)
  b537449... add a destroy_handler to the launcher structure. Helps in t (*)
  44a0d4e... menu.c (menu_button_menu_popup) use basep_widget_queue_auto (*)
  bc97c48... Apologies, I should have patched properly the first time ar (*)
  7d8f7a2... Updated Ukrainian translation (*)
  7eb2005... Updated Swedish translation. (*)
  ae29b62... add X-GNOME-BUGZILLA stuff (*)
  bfdcd1d... remove whitespace before punctuation marks. (*)
  1bb2d57... Updated Swedish translation. (*)
  351a6ca... Re-write the background rendering code to be less buggy and (*)
  422817e... its a window we're copying from, not a pixmap. (*)
  2c66514... don't unset loaded flag when color hasn't changed. (*)
  5feac1a... Add a "Transparent" pseudo backround type so people don't h (*)
  22ae66c... UI-review changes for bug report #98912. - Frames should fo (*)
  a60f2de... Fix ui-review issues in #98909. (*)
  1e4db58... s/_Animation/Drawer and Panel _Animation/. Fixes ui-review  (*)
  69f25e9... Fix ui-review issues raised in #98914. (*)
  e8eda6b... when changing from "Color" to "Transparent", reset the opac (*)
  bb113ef... Allow keystroke modified by something other that accelerato (*)
  e2c6986... updated (*)
  5d7abc6... Fixed an old bug where clicking the 'Ok' button in the brow (*)
  9446261... Updated Hebrew translation. (*)
  14c7a21... Updated Danish translation. (*)
  b68786d... Add support for 'Accessories' in the panel context menu. Ad (*)
  d49f9bd... tooltips_enabled => enable_tooltips (*)
  0944550... Updated German translation. (*)
  2f68b0a... sync with gnome-2-0 branch. (*)
  1646471... Update translation. (*)
  868d21b... Revert unapproved commit. (*)
  4afe72b... also provide a GNOME_SystemTrayApplet IID, but without pane (*)
  b8eb543... make the prefs dialog instant apply, fixing #77044. In the  (*)
  03ef255... define FISH_CFLAGS. (*)
  042a2bb... *** empty log message *** (*)
  0bbef6f... Updated Hebrew translation. (*)
  7247be0... 2002-12-09  Artis Trops  <hornet navigator lv> * lv.po: syn (*)
  cbd56b7... Yay ! (*)
  d6766cd... Don't leak size_hints. (*)
  56893c9... Fixes #100650, based on a patch from Arvind. (*)
  0854b93... add fish.glade. (*)
  8b75dda... revert copyright changes until we decide on a format (*)
  c14ff0e... revert copyright changes until we decide on a format. (*)
  5588478... Version 2.1.4. (*)
  7f3a012... Add Arvind (*)
  5010f5f... Add support for startup notification. (*)
  18b8e3f... require gnome-desktop >= 2.1.4 for (*)
  39c3162... re-draw the panel after setting the background. Fixes #1004 (*)
  8d46675... Updated due to the change of 'percintaan' status. (*)
  dcbedd2... Updated Malay translation due to the change of 'percintaan' (*)
  bbcc49c... Updated Finnish translation. (*)
  f399bcc... Updated Hungarian translation. (*)
  202cbd4... Adding Amharic translation. (*)
  b1d7af6... Updated Czech translation (*)
  07747cc... Update translation. (*)
  c205fc9... GNOME_FishApplet_Factory.server.in.in: add bugzilla attribu (*)
  d38f63d... Updated Danish translation. (*)
  86cf050... Updated Hungarian translation. (*)
  d7d2b70... Be more robust in the face of applet crashes during loading (*)
  a71da3b... fix warning. (*)
  622aacf... add a ref/unref pair for the GtkImage to make the crash in  (*)
  fff60f3... um. ChangeLog. (*)
  3cf3775... Fixes a crash when moving between panels #98265. (*)
  1ac35ce... Doh. (*)
  f635dfc... Updated French translation. (*)
  456027a... attach a destroy handler. (cddb_disclosure_destroy): remove (*)
  028a709... Make it possible to perform all relevant drops for a panel  (*)
  27bc849... Updated Malay translation (*)
  566c64b... sync with libegg. Fixes #101108. (*)
  49ac157... s/FIsh/Fish/. #101335. (*)
  2993a2c... Register images used by panel show/hide button as stock ima (*)
  015ea02... allow date and time in culturally specific orders. Fixes #1 (*)
  0150fa4... receive gconf notifications and update the GUI accordingly. (*)
  540f1f4... Version 2.1.5. (*)
  de3aeee... add panel_button_icon_get_size() to fix warning. (*)
  7171c78... Make PanelBackgroundMonitor multiscreen aware. (*)
  9170cc2... Implement support for tiled background images. #100952. (*)
  016d4fe... Fixes menu items not resizing when icon size changes. (*)
  8e9609d... move all these docs to here. (*)
  be5d9e0... require libbonoboui >= 2.1.1 for the control life instrumen (*)
  ecf8184... Remove all old help files. (*)
  b5e12be... hush (*)
  c9d9486... No, this isn't purely random re-factoring. Its needed to fi (*)
  fab59b9... Updated Hungarian translation. (*)
  03bd405... Updated Swedish translation. (*)
  e7b8a6b... Instructions for the L10N team about how to set up screensh (*)
  d9c0958... Updated French translation. (*)
  778ac79... fixup the last ChangeLog entry (*)
  45388b2... remove applets/gen_util/printer.c. (*)
  dc78d17... fixup the references to the FSF. Fixes #101589 and #101591. (*)
  0002e8a... Changed Copyright strings according to #101346. (*)
  6993b8e... Fix previous commit. (*)
  09c783e... Fixes #93541, panel hogging the CPU when hide_delay and sho (*)
  a5bc36a... /me shovels more crap onto the dung heap that is the panel. (*)
  2064fc1... Updated French translation. (*)
  de69058... *** empty log message *** (*)
  d920f8b... Updated Hebrew translation. (*)
  1891d24... guess a small typo by Mark while checking in the #93541. fi (*)
  e536d93... *** empty log message *** (*)
  457d582... Updated Swedish translation. (*)
  d4f2d41... 2002-12-22  Artis Trops <hornet navigator lv> * lv.po: Upda (*)
  58c2cda... remove translations marks from around the copyright notices (*)
  f863d0b... remove translations marks from around the copyright notices (*)
  2f839e1... fix #77089, focus program list if list expanded, otherwise  (*)
  fcd0625... Get icon height when about to load icon (image_menu_shown): (*)
  340e545... Added Macedonian translation (*)
  8f6e2e5... Updated German translation. (*)
  856a8d0... Dutch translation updated by Reinout van Schouwen. (*)
  42d8c83... Update translation. (*)
  7d27f95... Updated Danish translation. (*)
  0c6b815... *** empty log message *** (*)
  8f121fe... Updated traditional Chinese translation. (*)
  d82e9c7... Updated Malay translation. (*)
  8d08005... Impl periodically re-running the applet menu bonobo query a (*)
  ad377f4... Call GtkButton's leave_notify_event to cause the button's s (*)
  7ab2606... Update translation. (*)
  11f560a... translation update (*)
  66815a0... Updated Hungarian translation. (*)
  97da4d0... Updated Spanish translation by Juan Manuel García Molina (*)
  d9fd289... Fixes #102409. (*)
  46f896d... use @ENUMSHORT@ mkenums substitution pattern instead of @EN (*)
  0add72b... Updated Finnish translation. (*)
  c47a2d4... updated Vietnamese file, Added missing "am" to ALL_LINGUAS (*)
  9b9720e... Fix #95995 by making only the applications/actions menu use (*)
  6acc7fa... remove the 4 pixel border around the clock as suggested by  (*)
  a1921dc... Makes the password dialog not modal so that we don't have a (*)
  588f326... remove egg-recent-vfs-utils.[ch]. (*)
  8a8e12c... require gnome-vfs >= 2.1.3 for the recent files menu. (*)
  e1e898e... remove egg-recent-vfs-utils.c (*)
  2e9be49... Version 2.1.90. (*)
  f3070bf... ru.po: Updated Russian translation from Russian team <gnome (*)
  2702b86... add the "Show Desktop Button" applet to the left of the tas (*)
  e8f5323... make this applet an out-of-proc applet so that it doesn't c (*)
  f8ea8e4... make the bottom panel opaque again. (*)
  6760a83... don't try to set the background colour on the hide buttons  (*)
  0bec74a... Version 2.1.90.1. (*)
  bf93d45... Updated Spanish translation by Juan Manuel García Molina (*)
  50790b9... Updated the Greek translation (*)
  444bbbb... Updated Swedish translation. (*)
  e36812f... Updated Amharic translation. (*)
  717572f... Fixed some typos. (*)
  bea43ab... s/Remove/Remote/ Patch from R.I.P. Deaddog. Fixes #102733.  (*)
  829dd16... Updated Hungarian translation. (*)
  7e2983c... Update translation. (*)
  efc9e58... shuddup (*)
  097e13b... add FIXME about possible leak (*)
  a8bb007... *** empty log message *** (*)
  a17b8d3... Updated Hebrew translation. (*)
  e4ec84b... Dutch translation updated by Reinout van Schouwen. (*)
  2c40075... Artis Trops  <hornet navigator lv> * lv.po: Updated Latvian (*)
  7874be6... ru.po: Updated Russian translation from Russian team <gnome (*)
  1b461cc... Updated Danish translation. (*)
  d988d9f... Updated Spanish translation (1 string). (*)
  6ac3098... Update Czech translation (*)
  380b194... Check some string in Spanish translation. (*)
  f75827e... Update Czech translation (*)
  f99aa55... Move all the window navigation applets into an applet of th (*)
  841ffd5... remove the pager, tasklist and showdesktop oaf_servers. (*)
  7a96884... check for gdk-pixbuf-csource, add GEN_UTIL_CFLAGS/LIBS and  (*)
  7829438... actually fix the permission problem in the case when we don (*)
  c39aef7... Remove the remaining dependancy on libwnck. (*)
  5d72b9a... don't require libwnck for the panel. Only the wncklet uses  (*)
  f02f714... kill debug (*)
  252f811... Fix a race with applets that use expand flags. Applet filli (*)
  fffc78c... Updated traditional Chinese translation. (*)
  6b59932... Move the menu bar out of foobar-widget as a seperate intern (*)
  b0a9af0... Add the code to make old configurations work. I'll get rid  (*)
  f79b95b... Hmm, that was loading two copies of the menu bar and window (*)
  44f5cd4... remove the menu panel case. (create_add_panel_submenu): rem (*)
  02a2751... make the default top panel an edge panel. (*)
  a874151... only add a seperator after the screenshot item if we actual (*)
  dba0a0d... allow prefs_key to be NULL. (*)
  a2d24d8... panel-menu-bar.c: Marked "Run Program..." for translation. (*)
  e4570da... Updated Slovenian translation (*)
  057bc7f... add a comment to say this is intentionally left empty. #103 (*)
  1f4f8da... define PREFIX, SYSCONFDIR, DATADIR and LIBDIR ... (*)
  74bb487... link again X_LIBS. Should fix #103373. (*)
  7d60652... add gnome-panel/panel-menu-bar.c. (*)
  31acf58... Update translation. (*)
  af3ed03... Remove foobar-widget.c Update translation. (*)
  f973c89... Fixed a couple of string in Spanish translation. (*)
  ff6d1e8... ko.po updated (*)
  3c95644... updated (*)
  d48a06e... Updated Slovak translation. (*)
  ed78e8c... Do not migrate old logout/lock buttons to the action button (*)
  02b62f7... display a lovely big warning dialog that I'm lame because I (*)
  42f2e9d... ru.po: Updated Russian translation from Russian team <gnome (*)
  ba62cb7... Makes keybindings work on multi-screen setups. Fixes #93757 (*)
  1bd91f4... : Get rid of signal emissions occuring on libwnck data afte (*)
  447fd79... sync with libegg. (*)
  701f3c3... file notification-area.xml was initially added on branch gn (*)
  8c5c8cf... file notification-area-C.omf was initially added on branch  (*)
  996bb93... file legal.xml was initially added on branch gnome-2-2. (*)
  767ad62... file Makefile.am was initially added on branch gnome-2-2. (*)
  226c1fd... file notification-area.png was initially added on branch gn (*)
  2877a3f... Replaced g_spawn_command_line_async with (*)
  946152d... Add wncklet.h to wnck_applet_SOURCES. (*)
  7cc5caf... ignore the leading and trailing whitespaces on a workspace  (*)
  adae888... Updated manual for GNOME 2.2 (*)
  b2adb23... updated for GNOME 2.2 updated manual release info (*)
  5637a57... Updated for GNOME 2.2 (*)
  9930220... updated for GNOME 2.2 updated manual date and version numbe (*)
  ceefcc3... Updated Slovak translation. (*)
  4953e6d... Updated Bulgarian translation by Alexander Shopov <al_shopo (*)
  1b31626... Added "mn" to ALL_LINGUAS. Added Mongolian translation by S (*)
  5158b0a... Fixed a typo in an bold tag. (*)
  a7ef2e9... Updated Danish translation. (*)
  7a1d79f... Use VERSION in about dialog for tasklist and pager applet i (*)
  18eba7b... gen cflags/libs/makefiles for mailcheck and clock and not g (*)
  bcfbf65... remove these (*)
  5ecfc9e... shuddup (*)
  2d4446e... remove the gen_util files and replace with the clock and ma (*)
  2ead4ad... Add popup calendar and time configuration to clock applet.  (*)
  2570e03... Added Albanian file (*)
  4bece86... Added Albanian translation (*)
  864fc7d... Added "sq" to ALL_LINGUAS (*)
  ef62ef7... Fixed a string in Danish translation. (*)
  a8367fd... Updated Simplified Chinese translation by Xiong Jiang (*)
  5380502... Quote filenames so that ones with spaces work. (*)
  2a3e6ed... remove clock.h. (*)
  7b704dd... Update to newer libegg with some fixes. (*)
  c90cee9... Destroy all open launcher dialogs while deleting the panel. (*)
  55ae75e... Some fixes for problems catched in translation review. (*)
  4bdcdca... Updtdated tr.po (*)
  918d888... blah (*)
  87a4b2a... Updated French translation. (*)
  b7c031e... Updated French translation. (*)
  d55ace5... 2003-02-11 added Makefile.am for Japanese translations. T.A (*)
  6aac3a8... 2003-02-11 added documents for Japanese translation. T.Aiha (*)
  7748664... 2003-02-11 added ja into SUBDIRS. T.Aihana <aihana gnome gr (*)
  eb6752b... 2003-02-11 add help/ja and updated help/Makefile.am. T.Aiha (*)
  7daad01... Dutch translation updated. (*)
  178511e... Updated French translation. (*)
  85d6423... Create makefiles in help/ja/*. (*)
  659d450... Updated Lithuanian translation from Vaidotas Zemlys (*)
  0fe74da... Listen to "style-set" signal for theme changes and update L (*)
  2e6e0b5... be.po: Updated Belarusian translation from Belarusian team  (*)
  2cd8e85... Updating the help to reflect the fact that windows of the s (*)
  7fbf256... Updating the release information for the manual (*)
  4da4335... Updated the help to reflect the fact that windows of the sa (*)
  63dcc08... Deleting the drawer panel using the drawer button queries t (*)
  32596c3... Update translation. (*)
  838086a... add support for the GCONF_SCHEMAS_INSTALL conditional and t (*)
  c30a170... add a --with-html-dir arg to specify where to install the h (*)
  26f6bfd... Centered the delete query dialog. (*)
  454b6bc... Updated Estonian translation. (*)
  7bcd27d... Unify how applets and internal buttons are added to the app (*)
  483c2a0... change name of desktop button to "Show Desktop", remove the (*)
  4d45eaf... 2003-02-18 Updated translatoins by KAMAGASAKO Masatoshi <em (*)
  8e89ccd... add a 48x48 version of this. From jimmac via Alex Duggan. (*)
  6a5fa24... be.po: Updated Belarusian translation from Belarusian team  (*)
  2650e78... Added "fa" to ALL_LINGUAS. Added Persian translation. (*)
  2c4a916... Do not popup a 'Delete Panel" query if there are no objects (*)
  d31b5ed... Move responsibility for the various global keybindings from (*)
  5eea3b6... add short doc on the panel <--> WM ClientMessage protocol. (*)
  dcd5980... kill eggaccelerators.[ch]. Not used anymore. (*)
  a5dd888... don't give a warning when we stock_icons[i].icon is NULL -  (*)
  595870c... popup the menu in a timeout. For some reason (which I can't (*)
  86b28f6... fix typo pointed out by Paul Gammans <paul computer-surgery (*)
  64f373c... change the max number of workspaces to 36 - in sync with me (*)
  d01df9b... don't popup the menu in idle - fixed the keyboard grab prob (*)
  4c0e63a... shuddup (*)
  472e1ca... fix warning. (*)
  bae774c... Make the delete dialog modal. Avoids deleting of all the pa (*)
  16f0987... Based on fix from Sunil Mohan Adapa (sunilmohanadapa postma (*)
  290eaad... load the background color when there is one set. Doh. Patch (*)
  3c173e8... Fix #107578 by converting from utf8 when getting text from  (*)
  e27c29e... Merge the new-toplevel branch into HEAD and: (*)
  e9397e0... sync with libegg. (*)
  93f4743... kill. Very old bit of cruft. (*)
  d7a4efb... remove - has been renamed. (*)
  fb3f48e... update. (*)
  e64e0b2... delete the on-crack configuration section (*)
  04b7cca... remove - authors are listed in the toplevel AUTHORS file. (*)
  d7bc7dd... : Set the tranisent parent for the properties dialog. Fixes (*)
  431e81f... fix leaks - patch from Kjartan Maraas. #105911. (*)
  ee8aa26... re-enable the re-loading of the applet menu. It crashes for (*)
  87a119f... another leak fix from Kjartan which never got committed to  (*)
  86de5d7... unescape the tooltip. Patch from Bala to fix #107669. (*)
  55e6e27... destroy the dialog even if we are overwriting the file. Bas (*)
  222fde3... patch from Matt Wilson via Havoc via bug #105024 to fix cra (*)
  8a2177b... *** empty log message *** (*)
  fe5005e... *** empty log message *** (*)
  85a559e... Added a new error handler. Retrun proper failure status Cal (*)
  e413e62... Well, it's a one line fix. So don't be mislead by the lengt (*)
  0b88ab3... fix bug with "New Panel". Another bug caused by my stupid " (*)
  5d6e1af... Fix #107775 - panel "forgets" it on the top and goes back t (*)
  550ea17... move to gnome-applets. (*)
  67a9cc2... Error dialog if you try to use the show desktop button with (*)
  13b714e... : Remove the panel window from the window group. Else the W (*)
  ec66f42... 2003-03-09 fixed typo for translation in legal.xml. T.Aihan (*)
  d566625... 2003-03-09 added lost file from gnome-2-2 branch. T.Aihana  (*)
  3f5240e... 2003-03-09 added lost files from gnome-2-2 branch. T.Aihana (*)
  ab0be57... 2003-03-09 remove 'mailcheck' entry from SUBDIRS in Makefil (*)
  6dfd9da... Updated Azerbaijani translation. (*)
  6113d04... reload the icon when the icon theme changes. (load_pixbuf), (*)
  56dd057... Added "eo" to ALL_LINGUAS. Added Esperanto translation by J (*)
  aa06d85... both of these should return void. Thanks to Arvind for poin (*)
  9edda51... don't unref the desktop pixbuf if its NULL. Might fix bug # (*)
  a7f9a7b... require libwnck 2.3.0. (*)
  202b2ee... Fix bug #98357 - make the workspace switcher follow fitt's  (*)
  d14f2bb... Added "ml" to ALL_LINGUAS. Added Malayalam translation by F (*)
  886562e... Move session registration after profile loading to avoid se (*)
  7d9b281... add a doc on how I do releases (*)
  c62176c... Prepare for the 2.3.1 release (*)
  bf35631... : On a right click on a menuitem, stop the propogation of t (*)
  de898ec... string change in run dialog. Fixes bug #100630 (*)
  d34794e... Updating files for 2.3.0 release. (*)
  8d8b753... Doh! I missed to bump the version in README (*)
  a367651... Added "yi" to ALL_LINGUAS. Added Yiddish translation by Rap (*)
  fe1571f... 2003-03-29 updated ja.po. T.Aihana <aihana gnome gr jp> (*)
  1ad97c2... 2003-03-29 fixed mis-translation for ja.po. T.Aihana <aihan (*)
  963383b... Fix long standing bug where size changes affected applet po (*)
  a811fbb... doc files from SUN (*)
  63fa748... support doc files from SUN (*)
  c1669ca... file mailcheck-de.omf was initially added on branch gnome-2 (*)
  568d378... file mailcheck-es.omf was initially added on branch gnome-2 (*)
  08b3b9c... file mailcheck-fr.omf was initially added on branch gnome-2 (*)
  d1539a2... file mailcheck-it.omf was initially added on branch gnome-2 (*)
  f0d4615... file mailcheck-ko.omf was initially added on branch gnome-2 (*)
  865035e... file mailcheck-sv.omf was initially added on branch gnome-2 (*)
  98d2f28... file mailcheck-zh_CN.omf was initially added on branch gnom (*)
  3140a66... file mailcheck.xml was initially added on branch gnome-2-2. (*)
  571415f... file mailcheck-zh_TW.omf was initially added on branch gnom (*)
  81a7e07... file legal.xml was initially added on branch gnome-2-2. (*)
  1016f6a... file Makefile.am was initially added on branch gnome-2-2. (*)
  4b47c1c... file mailcheck_applet.png was initially added on branch gno (*)
  cb484cf... file mailcheck-properties-mailcheck.png was initially added (*)
  caeb226... file mailcheck-properties-mailbox.png was initially added o (*)
  3ad9a33... file mailcheck-applet.png was initially added on branch gno (*)
  9b2baa0... fix some weirdness with the omf files (*)
  d4b2c40... Updated Yiddish translation by Raphael Finkel <raphael cs u (*)
  18cf75e... Give focus to the entry field after a file has been appende (*)
  b5a8c3d... Commit patch from Luca Ferretti <elle uca libero it> to mak (*)
  10a8f3e... commit a ChangeLog entry that never got committed (*)
  deab09d... a gaggle of hush puppies hmmm ... no ... a herd of hush pup (*)
  b181018... only activate the binding if its Ctrl-F10. Fixes #109791, S (*)
  ae11e2b... Update the sensitivity of the image/color configuration wid (*)
  16da9a3... don't unhide the panel when applets are added. Fixes panel  (*)
  440fceb... HIGify the preferences dialog. Add icon for adjust date & t (*)
  844d2d3... HIGify the preferences dialog. Plus, fixes the mnemonics so (*)
  a4ed710... fix version in about dialog to use VERSION (*)
  1df2601... HIGify the preference dialog. Set the preference window ico (*)
  8045ffb... UI review changes for bug #98908. - application description (*)
  28bf6ca... Missed this one with previous commit. (*)
  2c3fa84... HIGify the preference dialog. Set the preference window ico (*)
  ef10e5f... Remove misplaced space. (*)
  e8db3c2... Updated Irish translation (ga.po) (*)
  0c3e8da... make the menu bar expand to fill the panel so clicking on t (*)
  e8e5146... expand to occupy the panel fully and remove the border. All (*)
  bdca160... expand to occupy the full panel width and move the tooltip  (*)
  27a9130... catch button presses on the frame so that you can click on  (*)
  e25614d... don't let applets connect to the SM. Patch from Havoc in #1 (*)
  6e880d5... Remove calls to gnome_program_init. Because we're using the (*)
  fd91cad... Remove calls to gnome_program_init. Because we're using the (*)
  a1a3600... Place launcher's 'Create Launcher' dialog center on the scr (*)
  c0abd00... Commited patch in #110835. (*)
  8e9491d... Updated French translation. (*)
  20ada44... Indentation is bit hosed in gnome-run.c.  I have done the s (*)
  2224790... Update Esperanto translation. (*)
  72ab4d9... Mark wrong entry as fuzzy (msgfmt check failed). Updated tr (*)
  5b3f6ee... Update Czech translation (*)
  954c496... Updated Korean translation. (*)
  2ca9495... Version 2.3.1 (*)
  c7125d9... Welsh translation. Thanks to Gareth Bowker and Chris Jackso (*)
  78183a8... Removed "sp" and added "sr Latn" to ALL_LINGUAS. (*)
  46deb2a... Fix some typos (*)
  8ae4d9c... update Czech translation (*)
  71b4e67... Updated Spanish translation by Yelitza Louze <ylouze redhat (*)
  3d78a75... fix bug where we were using the absolute path of the subdir (*)
  17f6f54... remove the .so suffix from the shlib location. (*)
  25b342e... re-instate some authors who were mysteriously deleted. (*)
  ac1a3e3... Fix widget padding per HIG. (*)
  0b08e4a... The clock type label should not be bolded. Also, action_are (*)
  d44ae0f... Minor change to widget padding per HIG. (*)
  8f24bf6... Missed this file. (*)
  4a62b18... Set the expand to true for the workspace name list. (*)
  47cb9f7... Some fixes for migrating from 2.2.x. (*)
  93d7fc8... remove. (*)
  4f3cace... Updated Malay translation. (*)
  33c07d5... Updated Japanese translation. (*)
  2413d7f... Update Czech translation (*)
  e2c0e65... Fix loads of drawer bugs. Redo launcher hoarding. Don't sav (*)
  a25f098... Add support for animated resizing and use it for drawers. (*)
  0031efb... add force quit icon. (*)
  0f70e13... remove FIXME. (*)
  32f50c3... new version of the icon from Calum. (*)
  aaf5823... install them. (*)
  ff7f016... Modified Files: ChangeLog applets/clock/clock.c applets/fis (*)
  5a6dd85... Updated Japanese translation. (*)
  1974e16... call AC_LIBTOOL_WIN32_DLL which is necessary for building s (*)
  2a10d81... convert filename to utf-8 when it is set to gtk entry (#111 (*)
  4b973b3... Update Czech translation (*)
  dc8e309... actually build the icons dir. Doh. (*)
  5c78f69... replace leading spaces with tabs. Fix from Art Haas. (*)
  b58c506... Destroy the about dialog when destroying the pager. (*)
  bdead3f... Call gtk_menu_attach_to_widget() to attach menu to widget.  (*)
  818521a... Updated French translation. (*)
  e4cd367... Updated Portuguese translation. (*)
  d667a34... Updated French translation. (*)
  cfc8405... Added "bn" to ALL_LINGUAS. Added Bengali translation by Run (*)
  df14ff0... Remove bogus unsetting of the pixmap. Fixes jitterines whil (*)
  984118b... Updated Welsh translation (*)
  52ffe56... Added Limburgish to ALL_LINGUAS. 2003-05-19 Kenneth Rohde C (*)
  e27fb55... Random re-formatting foo and: (get_url_from_input): add fro (*)
  23f8ba8... remove gnome-run.[ch] and add panel-run-dialog.c,h,glade an (*)
  5c2a51a... Ported Danish translation from gnome-2-2 branch, not really (*)
  1c0a30c... Fix typo (vertivcal). (*)
  066c122... Updated Portuguese translation. (*)
  c176bdd... ru.po: Updated Russian translation from Russian team <gnome (*)
  baaf716... 100% symbol coverage at last. Still need to write the intro (*)
  8be3fce... implemenet. Also, use a static GConfClient instead of calli (*)
  2653119... add version marker step (*)
  da11ff5... fix srcdir != builddir. (*)
  2d05038... Update Czech translation (*)
  03f4966... Version 2.3.2. (*)
  273562b... HIGify the dialog: adjust widget padding and remove separat (*)
  e809d33... Fix an entry which is a schemas setting(clock format), and  (*)
  eb4be0e... Fix one of the bn.po entry (*)
  90c852c... Updated Swedish translation. (*)
  7eab13f... When moving applets between panels, update PanelAppletFrame (*)
  d419e9c... Add the "About" dialog widget as a member to ClockData stru (*)
  c6e40bb... Doh! s/gen_util/clock (*)
  c86262d... Fix a couple of typos reported by Christian Rose. (*)
  267cded... More typos reported by Christian Rose. (*)
  ae98569... change "Run Application" to "Run Application... " in a menu (*)
  c01e3a7... Update Czech translation (*)
  7fc3040... Added cy to ALL_LINGUAS, since it would be nice if it actua (*)
  ed9a7d3... kill. Turns out this ended up in gnome-vfs. Thanks Frank :- (*)
  bade5ee... Patch from Ray Strode in bug #112122 to fix a crash with th (*)
  9273cff... Patch from Ray Strode in bug #113663 to fix weirdness when  (*)
  649eead... Plug a leak I introduced when I fixed #112122 (Oops!). (*)
  c3bef4a... save in ~/Desktop, not ~/.gnome-desktop. (*)
  2f06dfc... Use an array of longs not guint32s for a property change wi (*)
  225453d... fix typo. (*)
  ddf96d0... use the drawer stock icon rather than the filename. (*)
  51cdc0d... Don't send NULL to gtk_entry_set_text. (*)
  f501118... Implement a "Lock" flag on applets so you can disable movin (*)
  5b72de5... don't g_free the return value of gconf_value_get_string. (*)
  2c93bd5... Try to popup the applications menu or the main menu and onl (*)
  c2d9bcc... Chain up to the parent so ButtonWidget's overlay window get (*)
  ead0032... get the args to panel_applet_register() the right way aroun (*)
  7efd135... When adding with the keyboard, try and find a free spot rat (*)
  5e8e74b... Updated Portuguese translation. (*)
  7048c2f... Add return statement. (*)
  5f15496... Version 2.3.2.1. (*)
  a6e0cff... fix typo (*)
  05f76e3... if we can't find and empty spot, put it at the start. Fix f (*)
  d996acb... Updated Japanese translation. (*)
  9856b0a... More Welsh from Dafydd Harries (*)
  5bb3383... remove xmldocs.make, omf.make change autogen.sh update to n (*)
  df444e6... s/miliseconds/milliseconds/. Actually do it this time. bug  (*)
  a826da2... Updated Swedish translation. (*)
  dfee805... Update Czech translation (*)
  2040bec... $(wnck_applet_OBJECTS) depends on $(BUILT_SOURCES) (*)
  e5c647f... Updated traditional Chinese translation. (*)
  cfae275... Use g_strdup_printf instead of panel_gconf_sprintf. Fixes p (*)
  4947350... install the glade files in share/gnome-panel/glade. (*)
  ff6b672... we require gnome-vfs >= 2.3.1 (*)
  fcfa226... Update Czech translation (*)
  cd9cc9b... One day, all this will be done by macros... (More Welsh fro (*)
  8984ffb... Updated Welsh translation. (*)
  23f0037... Updated Malay translation. (*)
  8957c4e... Updated li translation. (*)
  2d00f26... Added Limbugish translation (*)
  2e0e291... Updated the Greek translation (*)
  5ec59b7... ru.po: Updated Russian translation from Russian team <gnome (*)
  1b0b5ce... Global fix of tamil translation encoding (*)
  726cd54... Dutch translation updated by Reinout van Schouwen. (*)
  e9c5b55... *** empty log message *** (*)
  fc0f692... Add legacy object types to switch statement (bug #113961). (*)
  c36c93e... changing the logout icon to the new one in gnome-icon-theme (*)
  d22d85e... remove gnome-lockscreen.png from the build. (*)
  dc16a17... Updated Catalan translation. (*)
  dd201ca... Version 2.3.3. (*)
  90f7650... version markers (*)
  41bea95... Remove code that constructs description piecewise, and inst (*)
  bdc4536... Updated Swedish translation. (*)
  142898a... Updated French translation. (*)
  114faf7... Updated traditional Chinese translation. (*)
  535acaf... Dutch translation updated by Reinout van Schouwen. (*)
  c6a7cd6... Re-order message construction throughout the panel so that  (*)
  3521251... Updated Swedish translation. (*)
  a228a46... Makes the minimum panel size relative to the font size. See (*)
  e8096c3... Updated Italian translation. (*)
  5d52442... detach if the parent toplevel is destroyed. (*)
  ecb8cd1... Updated Spanish translation. (*)
  f751664... Version 2.3.3.1. (*)
  beff3ad... version markers (*)
  f69fd25... Update Czech translation (*)
  cd2d380... Updated Hebrew translation (*)
  4d65589... Mark Finlay <sisob eircom net> (*)
  4856d28... Updated Catalan translation. (*)
  721d156... Dutch translation updated by Reinout van Schouwen. (*)
  f656532... special case tiling a 1x1 pixmap to increase speed greatly. (*)
  34dbb29... Updated Bengali translation. (*)
  c1d56eb... updated translation. (*)
  782a9f7... Minor fixes to Czech translation (*)
  e0a3563... Adjust widget padding according to the HIG and fix mnemonic (*)
  7c6f3cb... s/Screenshot.../Take Screenshot.../ bug #98904. (*)
  9acd269... Remove panel help from launcher's context menus. Fixes bug  (*)
  fa989a9... added Macedonian translation (*)
  ae987fc... Updated Catalan translation. (*)
  def1b1f... Adjust padding and remove separator of the launcher propert (*)
  a0e8a44... Updated Spanish translation. (*)
  8978b32... Minor HIG fixes to widget padding. (*)
  2279ee9... Adjust padding and remove separator of the create launcher  (*)
  79a28a7... ru.po: Updated Russian translation from Russian team <gnome (*)
  5fe1055... Update Czech translation (*)
  7764b76... Updated Swedish translation. (*)
  ef6d1fe... Updated Malay translation. (*)
  524ca4e... Fix #114962 by delaying reading the size hints and flags pr (*)
  da6bcf4... Other half of fix for #114692. (*)
  96cabdc... Draw button-widget focus line with state GTK_STATE_NORMAL.  (*)
  4228ecf... HIGify menu. (*)
  af6c46d... Allow only numeric values to spinbutton. Fixes bugzilla bug (*)
  54cca55... Updated Catalan translation. (*)
  27ad22d... small update. (*)
  c65030a... 2003-06-14  Kevin Vandersloot (*)
  79fd97b... when a key is not writable make that gui element insensitiv (*)
  bcd07df... Update Czech translation (*)
  4bc207c... When keys become non-writable (when this changes), then als (*)
  feadfff... Updated Swedish translation. (*)
  bd856b7... key-writability changes for a few toggles. I think I got th (*)
  10d552a... Added Indonesian translation by Erwin Sanjaya <erwin boens  (*)
  fcea720... Finish "key-writability", that is, if keys are not writable (*)
  8a882e9... if orientation is not writable, then don't allow moving as  (*)
  a0682ca... Only set things which are different. This helps out if some (*)
  cc48d7c... Updated Welsh translation. (*)
  ae16579... Updated Indonesian translation by Erwin Sanjaya <erwin boen (*)
  9ce4eaa... Omit call to our_gtk_menu_position as it is being called tw (*)
  0a93838... add panel_applet_can_move_freely and panel_applet_lockable, (*)
  ec1306e... Set translator_credits. (*)
  88a20ee... only setup internal dragging of applets/objects if the rele (*)
  985cf72... de-sensitize options in the config dialogue box, if those s (*)
  5d714a1... if we can't set the show_program_list thing, make the check (*)
  59fac94... key-writability stuff for the config dialog. And display th (*)
  05c85a2... kill debug spew. (*)
  4379e07... remove the size property and args to the constructors. We w (*)
  097af9e... allow rectangular buttons and make the button fully occupy  (*)
  9d1fa35... make the default panel's be 32 pixels wide instead of 24. T (*)
  c8fcaad... Version 2.3.3.2. (*)
  5affe7b... version markers (*)
  ada1d74... Fix location of arrow on non-rectangular menu buttons and f (*)
  e96f6d2... made it to run time-admin from the gnome-system-tools too (*)
  385aff3... kill reentrancy issues on the applet loading idle. When we  (*)
  0bf16b7... respect key-writability in the preference dialog boxes. (*)
  acf52d2... only delete the applet from config (when we can't load) if  (*)
  a1db2c0... make panel_applet_have_load_idle static. (*)
  227f905... Based on patch from Mark Finlay in bug #114056. (*)
  807174a... Based on patch from Kaushal Kumar in bug #114565. (*)
  f4a44a1... Patch from Christophe Fergeau in bug #113238. (*)
  500672a... Patch from Fernando Herrera in bug #115572. (*)
  d7b5237... Patch from Daniel Baeyens in bug #114603. (*)
  29e7935... Version 2.3.3.3. (*)
  14fc514... version markers (*)
  25fbf47... add a new stock id "panel-main-menu" pointing to the gnome- (*)
  be17848... when creating new applets be more careful about errors and  (*)
  20810b7... panel_applet_set_flags needs to itself set the flags in cas (*)
  b127a0f... the calendar window is of type UTILITY (which it is, and th (*)
  d3b3e9d... Updated Swedish translation. (*)
  72f09ff... when panel is destroyed make sure that the master's widget  (*)
  3547503... properly unref the gconf client when done with it (*)
  d26ec09... properly unref gconf client when done with it (*)
  f2b6e95... Update Czech translation (*)
  dee167d... rename from panel_menu_new(). (menu_new): upd. (*)
  370d00e... Make panel-buttons that use stock icons to respect theme ch (*)
  9648b7f... Updated Hebrew translation. (*)
  73ce443... Updated Hebrew translation. (*)
  a836206... Adjust padding of two more 'Launcher Properties' dialogs. (*)
  b910830... Adjust padding of the 'Create Launcher' dialog used by naut (*)
  fc91a7e... Updated Catalan translation. (*)
  71094b8... Updated traditional Chinese translation. (*)
  edec871... Updated French translation. (*)
  2c42393... Updated Serbian translation by Serbian team (Prevod.org). (*)
  963e944... Add mnemonics to the Applications, Actions and "Add to Pane (*)
  dc40e65... Oops, forgot to mention Muktha ... (*)
  b147263... much work on keys documentation to make it more consitent,  (*)
  3c05551... Dutch translation updated by Kees van den Broek. (*)
  3a6f90f... Updated Swedish translation. (*)
  e0ab27c... Revision of Spanish translation by Francisco Javier Fernand (*)
  be997eb... recusively preload the applets preferences dir. (*)
  95a8db6... forgotten ChangeLog: (*)
  6b2e9d6... when cleaning a directory don't clean keys we can't write (*)
  a2caf20... when hierarchy changed, remove old mnemonic before adding i (*)
  210299c... Updated Hebrew translation. (*)
  508e590... Updated Hebrew translation. (*)
  d5fa1b9... Update Czech translation (*)
  439e416... Updated Spanish translation. (*)
  004687a... Handle more errors in the constructor. Still ORBit/Bonobo i (*)
  801577c... Fixed scattered typo bugs filed by Christian Rose. (*)
  61579b5... Modified version of excellant patch from Rob Adams <robadam (*)
  b40b2cf... Updated applet schema files. (*)
  03ff90b... Updated Swedish translation. (*)
  c74535d... Updated Irish translation (*)
  fe0d812... Update Czech translation (*)
  ba56a4f... ru.po: Updated Russian translation from Russian team <gnome (*)
  f9b1a78... Updated Spanish translation. (*)
  22fc308... Updated Welsh translation. (*)
  e6180f9... Update Czech translation (*)
  f662d56... change the default icon size to 24x24. See bug #114920. (*)
  7c18da0... Unification of terminology and hotkeys (*)
  3bead20... Revamp error dialog construction. Now we have a primary and (*)
  4093398... Fix error in default value for clock schema. (*)
  9ba5e34... Oops, fix bad multibyte sequence (*)
  983aade... Updated Swedish translation. (*)
  ad0dce5... Updated Malay translation. (*)
  f70ceb1... Update Czech translation (*)
  261c691... Fixed string I borked during the last cleanup round (#11689 (*)
  b8422d8... Updated German translation. (*)
  77a9dad... Updated Swedish translation. (*)
  f9ca7f4... Update Czech translation (*)
  69c9fdf... Updated Welsh translation. (*)
  4b5395e... Third and hopefully last string adaption. Menthos rocks. (*)
  ca242f2... Unification of terminology and hotkeys (*)
  ff7b727... Updated Serbian translation by Serbian team (Prevod.org). (*)
  b7a5035... Replace the old icon with a 48x48 version of GTK_STOCK_EXEC (*)
  c1089b3... impl. (panel_run_dialog_set_icon), (panel_run_dialog_setup_ (*)
  595ee60... require GConf 2.3.1. See bug #117385. (*)
  b8d9c19... normalise the applet size to the values defined in the IDL  (*)
  3a600bb... Add warning label if some of the properties are locked down (*)
  56af56f... Updated Spanish translation. (*)
  33e1066... Update Czech translation (*)
  aaf6491... Updated Swedish translation. (*)
  09de785... Make the items in the Main Menu have invisible mnemonics to (*)
  a4c99f1... Version 2.3.4. (*)
  8383058... version markers (*)
  7ed13fb... no need to ref the connection here. Removes dependancy on O (*)
  50f40a6... Update Czech translation (*)
  b976ece... Updated Hebrew translation. (*)
  252ce85... Updated Hebrew translation. (*)
  e70f963... Updated Polish translation. (*)
  9269330... remove PANEL_STOCK_ARROW definitions. Fixes "panel-stock-ar (*)
  2857f74... if the stock icon is "go" and we don't find it, don't warn. (*)
  20d6143... whack the KDE menus. These are the old style menus anyway a (*)
  dd12615... Updated German translation. (*)
  0c25fd2... Adjust widget padding according to the HIG. (*)
  bc406ff... Make close the default button. (*)
  982ddb5... Change icon installation to $prefix/share/pixmaps instead o (*)
  e71e2c1... Dutch translation updated by Kees van den Broek. (*)
  b0c7a41... Update Czech translation (*)
  41bb2e5... Updated Swedish translation. (*)
  b4bbfec... Updated Polish translation. (*)
  5813dda... Fix the window icon. (*)
  a85e417... Updated Korean translation. (*)
  b18d7d0... Updated Hebrew translation. (*)
  4c7f863... Updated Hebrew translation. (*)
  e3f11be... fix typo when creating a panel menu. Patch from Mohamed El  (*)
  05fc6f6... Dutch translation updated by Reinout van Schouwen. (*)
  40abac5... Updated Portuguese translation. (*)
  f215e3f... HIGify widget padding between dialog vbox and action area. (*)
  abaf12f... HIGify widget padding between dialog vbox and action area. (*)
  796a32a... HIGify widget padding between the dialog vbox and action ar (*)
  952140a... HIGify widget padding between the dialog vbox and action ar (*)
  3c7fb92... Get rid of panel_run_dialog_free() as it is not adding any  (*)
  d92f12c... Remove auto-hiding into the corner again. It seems the only (*)
  438b459... Implement a properties dialog for drawers based on the stan (*)
  b630f31... Updated German translation. (*)
  461ce1a... Updated Polish translation. (*)
  a2b5a2f... Updated Portuguese translation. (*)
  b60e6ee... Updated Welsh translation. (*)
  4278eea... Fix problem where the context menu for the menu bar pops up (*)
  55ca446... Remove visible mnemonics from the Actions menu and Add to P (*)
  4c4a0fe... version 2.3.4.1. (*)
  6c7c791... version markers (*)
  cfd4054... we don't need two help manuals when we click on help thank  (*)
  e7e4498... Updated Welsh translation. (*)
  b1fd7a9... Updated Polish translation. (*)
  8016efc... Updated Polish translation. (*)
  b7c2eee... s/indentify/identify/ Fixes #117993 (*)
  e504f1a... Updated Polish translation. (*)
  bb0e624... Updated German translation. (*)
  abbcafb... Update Czech translation (*)
  cda01fd... Updated Hebrew translation. (*)
  a201aa5... Updated Hebrew translation. (*)
  bc6c175... Updated Portuguese translation. (*)
  1e4408d... ok (*)
  b51e99e... Update Czech translation (*)
  208e67c... Dutch translation updated by Reinout van Schouwen. (*)
  3f31e78... be.po: Updated Belarusian translation from Belarusian team  (*)
  fb299d3... Updated Ukrainian tranlsations (*)
  67f3976... Updated Ukrainian tranlsations (*)
  8d6c8d4... Updated Swedish translation. (*)
  ac08871... Fixed crashes on two panel_error_dialog invocations that we (*)
  20fcfc5... fix #118434 by removing duplicate "how many" (*)
  015c0c4... /s/gnome-core/gnome-panel/ (*)
  bcfddbe... Updated Polish translation. (*)
  003bd34... Updated Swedish translation. (*)
  d649470... Update Czech translation (*)
  52b8097... in bug #117877 we saw 'foo' displayed since that was the te (*)
  8dca5e9... make the get_panel_widget method typesafe by including the  (*)
  5d29151... Updated French translation. (*)
  38107ec... Updated Portuguese translation. (*)
  f0c427f... fix #117130. When icon is empty pass "" as the icon. This w (*)
  a38a9f5... the calendar window now DOCK to fix #118366 since we really (*)
  0721413... be.po: Updated Belarusian translation from Belarusian team  (*)
  ac0b619... Add a GdkScreen * argument and create the toplevel on that  (*)
  d847821... Updated Spanish translation. (*)
  34ac7a4... Evil duplication of effort happening here. This reverts Geo (*)
  9c24e75... re-enable that pesky little arrow. (*)
  8e700bc... Add back the tooltip. (*)
  ef6c2ea... Determine the screen after the widget has been realized els (*)
  4b873f4... Updated Malay translation. (*)
  441f1b6... catch and intercept all button_press_events on the two topl (*)
  7c076a4... Changes to fix bugs: rh #101304, gnome #116586 (*)
  14e6b8e... The mass cvs update by saji, Translatopn from smc (*)
  f7fd5c6... Updated the Greek translation (*)
  18f6ed4... Dutch translation updated by Reinout van Schouwen. (*)
  e609241... fix image rotation to be 64bit safe, do rotation for non-al (*)
  ee41332... fix maintainer builds (*)
  d793960... Updated Italian translation by Luca Ferretti. (*)
  572b321... the theme icon stuff is now fixed in gnome-desktop in a sli (*)
  87b7ea5... *** empty log message *** (*)
  d5bbc16... add panel-struts.[ch]. (*)
  d29d5fe... Patch from Glynn Foster. (*)
  0a1e925... Updated Danish translation. (*)
  53ba935... Updated Azerbaijani translation. (*)
  f87802a... be.po: Updated Belarusian translation from Belarusian team  (*)
  3a98aec... Use semicolon at end of line, not colon. (*)
  2dc543e... Get the panel to upadate to the new image selected by the u (*)
  e29d7a3... Version 2.3.6. (*)
  025b326... version markers (*)
  ec61839... don't update struts until we have gotten initial position/s (*)
  2e30802... Fixing bug #115494. Apparently if some applet opens a menu, (*)
  89e44f6... Updated Serbian translation. (*)
  ae7c79c... Added Hindi Translation (*)
  6e81233... Updated Azerbaijani translation. (*)
  3a51e28... keep track of the original geometry so that we can apply de (*)
  3ce0689... Fixes multihead breakage in bug #119379. (*)
  36dbdd8... 2.3.6.1. (*)
  0599f52... version markers (*)
  1414b2f... Updated Malay translation. (*)
  3863aab... 2003-08-10 updated ja.po. T.Aihana <aihana gnome gr jp> (*)
  7803b33... Updated Welsh translation. (*)
  e91927b... Guess who forgot to run msgfmt -cv before committing. (*)
  af1d362... Updated German translation. (*)
  e655aa3... fix syntax error which breaks compile with gcc 2.95. Patch  (*)
  8f92f2c... Version 2.3.6.1. (*)
  a2f343e... version markers (*)
  52d67e8... typo (*)
  00f39cd... Activate menu bar when popping up menu. This fixes bug #118 (*)
  055d84e... Reset the completion_started flag. (event_key): Use the com (*)
  58196b0... Fix #119380 by ignoring motion event coming from a differen (*)
  86a85bb... when queing unhide, first check if the panel contains the p (*)
  c482ac3... Allow passing NULL width/height int pointers and just don't (*)
  6de5b9b... A "fix" for #119623. If the encoding is set explicitly to U (*)
  0840d00... convert filenames to utf8 before displaying them in the dia (*)
  e8eb033... Localize panel description by adding a few gettext calls. (*)
  173a4a9... Add an accessor to the floating flag, panel_toplevel_get_is (*)
  1cd0676... Updated Brazilian Portuguese translation. (*)
  5ecd148... Updated Irish translation (*)
  ea4b186... Updated Estonian translation. (*)
  7749802... Updated Finnish translation. (*)
  06c08fc... Updated Brazilian Portuguese translation. (*)
  86bb69e... Updated French translation. (*)
  1418772... Updated Azerbaijani translation. (*)
  ccd01b0... Updated Hindi translation (*)
  13e6253... Changed restore_grabs to use a technique similar to drag_en (*)
  eb3b870... Updated Welsh translation. (*)
  b98924c... Updated traditional Chinese translation. (*)
  48953ce... Fix #119984 and RH #102631 by properly calculating the "flo (*)
  de1c4af... Fixing #120107 where a non-expanded panel would always use  (*)
  cf74948... To fix #110005 and #120188 remember the last requisition an (*)
  bb35ac5... Updated irish translation, translation provided by David O' (*)
  37e9b85... Patch from Shakti Sen (*)
  4122b56... Patch from Shakti Sen (*)
  d9313ce... Update Norwegian translation. (*)
  67a2ee8... Pass the right type of Atom to gdk_property_get() Fixes bug (*)
  278be6e... Correct the Category name to fix the 'fish' link missing pr (*)
  c63d19b... Updated Irish Translation. Translation provided by David O' (*)
  a00c32a... Updated turkish translation (*)
  41faf40... 2003-08-22 updated ja.po. T.Aihana <aihana gnome gr jp> (*)
  55540b3... 2003-08-22 updated ja.po. T.Aihana <aihana gnome gr jp> (*)
  fac3f00... don't complete if the pointer is not on the end of the inpu (*)
  51e9081... fixing RH #102790, "panel gnomes stole my drawers". No long (*)
  04b5086... Don't pass the toplevel window while creating the 'Create L (*)
  5d08768... updated for GNOME 2.4 updated manual date and version numbe (*)
  d5f567a... updated for GNOME 2.4 (*)
  ab48605... fix a couple of possible warnings about strings being NULL  (*)
  074d203... Fix warning when a drawer doesn't have a tooltip set. Also  (*)
  3bc8738... after a launcher is created, ensure that the Name, GenericN (*)
  a72e4bb... Updated Korean translation. (*)
  caffde3... Updated Finnish translation. (*)
  25b74e8... Updated Slovenian translation (*)
  f8705c8... Fixed missing accels in Portuguese translation. (*)
  14daaa3... Minor updates to Help for the GNOME 2.4 release (*)
  e20983f... updates to the Help for GNOME 2.4 release updated instructi (*)
  e9b3b35... Version 2.3.7. (*)
  84b4da4... version marker (*)
  9f02c45... Updated Bangla translation. (*)
  3a9f6ae... Updated Catalan translation. (*)
  cf0a9b4... Updated Italian translation. (*)
  60f6be4... Dutch translation updated by Kees van den Broek. (*)
  edc5c18... Updated Slovenian translation (*)
  8cf8e3f... Re-name create_launcher_dialog_list with open_dialogs to re (*)
  d47bc42... Revision of Spanish translation by Francisco Javier F. Serr (*)
  6d0b443... don't free the format if we didn't allocate it in the error (*)
  68f3cb0... Fix a leak and be safe in destroying the open_dialogs list. (*)
  8358318... Review of Greek translation. (*)
  c60a766... initialize color to black when getting it from gconf fails (*)
  7a9c76a... Fix mandrake #4948. When we "unfixed" the size, we forgot t (*)
  520f4a9... Updated Welsh translation. (*)
  d43cabf... 2.3.90. (*)
  fc2ac12... version markers (*)
  d39b8ef... Updated (*)
  9bbf8f1... Updated Slovak translation. (*)
  853e26f... updated macedonian translation (*)
  f908056... Updates to the Help for the GNOME 2.4 release. (*)
  42887f8... minor updates to Help for the GNOME 2.4 release. Added info (*)
  021b487... Updated (*)
  7b46e99... Updated Albanian translation (*)
  3ed26e6... Updated French translation. (*)
  6a37752... Schemas to maintain compatibility with the 2.0/2.2 configur (*)
  4c243fa... Patch from George to fix bug #120107 and some other stuff. (*)
  caa3803... Fixes problem with drawers where they are always open on lo (*)
  61175b6... Version 2.3.91. (*)
  4528ef0... version markers (*)
  693bf5d... Updated Hindi translation (*)
  23f3cf1... Added missing files. Updated Norwegian translation. (*)
  7bbeaf0... Updated French translation. (*)
  e9e2edf... Review if Greek translation (*)
  9b8cd0e... Review of Greek translation (*)
  ad24268... *** empty log message *** (*)
  e7e7530... updated Vietnamese file (*)
  73d9ca7... Updated Norwegian translation. (*)
  244a0e4... Updated Slovak translation. (*)
  2273d3d... Version 2.4.0. (*)
  5d4236b... version markers (*)
  00ff281... updated Walloon file (*)
  ad09ea8... Updated Ukrainian translation (*)
  a3e62ab... Updated Polish translation. (*)
  8ea625b... Don't load desktop files in the drawer if TryExec fails (*)
  43c6018... Updated Turkish translation (*)
  1683c39... Add per panel locked_down item and a global locked_down ite (*)
  93a2d74... support the locked_down flag in the interface, though no si (*)
  95ae633... when started with the locked_down flag, hide the preference (*)
  aef4495... when started with the locked_down flag hide the preferences (*)
  5e8cf23... When started with the locked_down flag hide the preferences (*)
  c325e8f... if /desktop/gnome/lockdown/inhibit_command_line is true, th (*)
  0840d8f... Fix #121072. The overlay window was needlessly on the tople (*)
  959a2fd... In per-panel lockdown mode, do the same thing as the full l (*)
  eb6debb... don't show the help flags twice in 'gnome-panel --help'. Fi (*)
  b70328a... add /apps/panel/global/disabled_applets lists that lists di (*)
  e6a2c7a... Fix an off-by-one error in computing start and end values f (*)
  09121fe... fix loading of icons with a relative path. Based on a patch (*)
  9339eab... Updated Lithuanian translation by Vaidotas Zemlys. (*)
  c67189f... Query user before deleting a "loaded" drawer. (*)
  6476fa8... show the localized comment instead of the english one when  (*)
  8760251... call gettext functions to bind gnome-panel message catalog. (*)
  ef8ad5f... #122564 (*)
  d6df958... Get rid of warnings wrt pointer conversion with newer gcc. (*)
  cf85c3c... Merge warning fix (*)
  35ac675... Applied revision by Augusta Marques da Silva <augusta.marqu (*)
  b1fbd40... Prevent PanelWidget getting focus after applet has focus (b (*)
  b0b8eb6... remove 'visible' from the description of the applet. Fix bu (*)
  a02fd89... Updated Hungarian translation. (*)
  3a2f95e... Updated Serbian translation. (*)
  906c64a... Unset GTK_CAN_FOCUS flag on applet after grabbing focus. Th (*)
  b1e94d9... Updated Welsh translation. (*)
  2d2d454... *** empty log message *** (*)
  814566f... Register the open dialog in to the list of open dialogs. (*)
  af3043f... Updated Hungarian translation. (*)
  7b7356b... Set accessible name for Show Desktop toggle button. (bug #1 (*)
  2525d79... Updated Hungarian translation. (*)
  5585d48... Updated Serbian translation. (*)
  97cafed... Minor correction. (*)
  0885819... : Use them to increment and decrement the open drawers coun (*)
  06273bf... added these. (*)
  ca952b0... cs.po: Fixed panel size names. (*)
  a06d541... build applets/wncklet/eel/Makefile (*)
  ba0f0f3... Updated (*)
  b7de029... Updated Albanian translation (*)
  3ef93a7... use the new panel-window-menu.png icon for the Window Menu  (*)
  14d77fe... use the themed folder icon instead of a non-themed folder i (*)
  412cdc1... use gnome-fs-desktop.png as icon for the Show Desktop apple (*)
  dc4ddaa... *** empty log message *** (*)
  ebba5ec... forgot to update this after the removal of gnome-show-deskt (*)
  8ee67fc... don't try running the gconf-specified config tool if the st (*)
  6ef285a... better long description for the internet_time key. Fix bug  (*)
  e6ce555... remove the "No Windows Open" item from the menu when a new  (*)
  c8bde2d... add shadow around the list in the prefs. Fix bug #123778. (*)
  c69ccee... Look up default images for stock icons at an arbitrary larg (*)
  42829da... minor updates updated date and version number added this ne (*)
  3327d29... give an useful name to a label which can be insensitive. (*)
  81abe0a... s/DnD/Drag N' Drop/. Fix bug #119067. (*)
  610d31a... set the right version number. Patch from armijn nl linux or (*)
  9b1cf0b... never have a vertically centered horizontal panel nor a hor (*)
  0dcdcaf... there is help available for the run, search, screenshot and (*)
  94a4760... use GTK_STOCK_DELETE instead of GTK_STOCK_REMOVE for "Delet (*)
  a9ebc24... use the help from the user guide, which does exist. (*)
  15e84b7... Merge fix for bug #121058 from stable. (*)
  f38fa78... function to unselect the row that was selected in the prefs (*)
  a8617ff... Updated Serbian translation. (*)
  fb85f1e... s/Drag N' Drop/Drag and drop/ as discussed in bug #119067. (*)
  3c0128e... Updated Serbian translation. (*)
  b3a5c1d... Updated Catalan translation. (*)
  ba8e7bc... file kn.po was initially added on branch gnome-2-4. (*)
  6b564ca... Sorted and added missing file. Removed non-existing files a (*)
  adb81b0... use the help from the user guide. Fix bug #103294. (*)
  e121b01... Don't assume gdk_property_get always works. Fix a crash. (*)
  e22e918... Set opacity to 0% or 100% when the value from the scale is  (*)
  f50360e... set the Revert button insensitive when there is no revert a (*)
  cbc189a... Make the width of the window menu the minimum of 3/4 * scre (*)
  aad407b... remove disclosure-widget.[ch]. (*)
  eb384b0... remove disclosure-widget.[ch] and remove the deprecated def (*)
  37efb87... remove cruft. (*)
  103fc87... Updated Azerbaijani translation. (*)
  a55aa27... Fixed. (*)
  4295978... updated irish translation (*)
  5d6e490... Remove the bold labels. Fixes bug #110889. (*)
  b4b7d0e... Don't unhide drawers if they were originally hidden. Fixes  (*)
  65dfa72... update to use GtkExpander. (*)
  47636a0... require libglade and gtk+ 2.3.0. (*)
  f335895... show the week numbers in the calendar. Fix bug #98711. (*)
  ad8f38b... Updated Serbian translation. (*)
  aaf2aba... *gnome-panel/gnome-panel/panel-widget.c: (panel_widget_appl (*)
  eea51ba... Updated the Greek translation (*)
  3c18615... Don't unhide if we are not in the vicinity of the panel. Fi (*)
  02f2be8... Adding Vincent to the panel contributors list. He started o (*)
  d18abb7... Disable the deprecated flags for now. (*)
  8dbaf5b... Reverting the changes done for 122589. It's breaking some t (*)
  19c198b... Updated Japanese translation. (*)
  27bce31... CVS_SILENT (*)
  79f06ce... Make the change background notification work for applets. N (*)
  dbf789e... Based on a patch from John Ellis <johne bellatlantic net>. (*)
  4476f0d... Dutch translation updated by Vincent van Adrighem. (*)
  e6480f1... remove the PANEL_FAKE_XINERAMA debugging thingy - gtk+ has  (*)
  281b93a... remove the bold label for the icon of the drawer. (*)
  a8250b1... rotate pref default is false because it looks better on ver (*)
  d6cc329... Remove old useless and dead code which was used for the "Sh (*)
  a0cf6a0... Updated Serbian translation. (*)
  d754c54... : Block autohiding when the properites dialog is open. (*)
  d058dfb... croatian translations added (*)
  6b71897... croatian translations updated (*)
  269008e... Updated Malay translation. (*)
  322efc6... Updated Spanish translation by Francisco Javier F. Serrador (*)
  3b34311... add a --enable-deprecations flag. (*)
  47e6dc3... Version 2.5.1. (*)
  118f09f... version markers (*)
  9514226... Updated the Greek translation (*)
  82d9706... remove leading zero from dates < 10 by default. Fix bug #11 (*)
  eee0bc5... Add a configurable tooltip to the menu buttons. Fixes bug # (*)
  cbc6288... use the help from the user guide, which does exist. (*)
  24ccda4... Patch from Archana Shah <archana shah wipro com> (*)
  efddfad... Patch from Archana Shah <archana shah wipro com> (*)
  9cb345a... man/gnome-panel.1 man/gnome-panel.sgml man/gnome-panel-pref (*)
  7d6aeeb... show the help speaking about menus instead of the help inde (*)
  192a21b... use GObject instance private data. (*)
  71b1a95... Use GObject instance private data. (*)
  dd73683... require GConf 2.3.3 for gconf_client_recursive_unset(). (*)
  c502b0a... make the expander label use the mnemonic. Fixes #126283. (*)
  34201b7... Make sure PPosition WM_NORMAL_HINT is set to keep some WMs  (*)
  0e0fe9f... Add accessible name for mdrawer. Fixes bug #126724. (*)
  76b7791... Updated Catalan translation. (*)
  6638b10... don't set the tooltip if the tooltip string is void. (*)
  9910bc5... Patch from tvismor acm org  (*)
  9bdd57e... Updated Serbian translation. (*)
  8fa7118... minor update (*)
  8b04bbc... Remove invalid assertion. (*)
  57204fe... the locked_down key is "locked_down" and not "lock-down". W (*)
  34f50f5... Updated polish translation from GNOME PL (*)
  d005a51... Updated polish translation (*)
  86685bb... Updated Catalan translation. (*)
  eac0a40... Add labelled-by relation for slider. Fixes bug #127301. (*)
  75d34ac... Rename the Window Menu to Window Selector. Fix bug #108214. (*)
  2b7ebb0... Pass the PanelToplevel instead of PanelWidget to gtk_menu_p (*)
  9cd1c6e... Patch from <linchuan cse ogi edu>. Fix bug #125852. (*)
  a79a516... revert a change that I committed by accident. (*)
  42b6f5c... don't crash when using the Shape extension and a window is  (*)
  5e3247e... Updated Serbian translation. (*)
  32b5d06... make short descriptions for screen and monitor keys a bit m (*)
  a3076ee... do not stop unhiding the panel if the cursor is not in the  (*)
  138dbc7... don't call gdk_pixbuf_get_has_alpha() in the loop but befor (*)
  14c4b38... expand filenames with a tilde when saving the screenshot. F (*)
  cee2f2c... Updated Serbian translation. (*)
  b9cfe6d... use g_utf8_collate instead of strcmp() for sorting so we re (*)
  f162893... include gnome-vfs-utils.h. (gimme_file): don't take a const (*)
  79f17f0... Remove old crufty print support. (*)
  af3388a... update message to Gnome Panel 2.5 (*)
  31a4d56... build some strings to ease translators' work. Fix bug #1249 (*)
  0f202ad... Use gdk_screen_get_monitor_at_point() instead of (*)
  77b87eb... Updated Danish translation. (*)
  06d8287... Update Czech translation (*)
  d09b530... Updated Serbian translation. (*)
  a1d6d09... s/Open Recent/Recent Documents/ Fix bug #98905. (*)
  44ea262... s/sgml/xml/ updated to use the new gtk-doc stuff now this i (*)
  edc3c5d... add stamp-h1, omf.make and xmldocs.make we now require auto (*)
  bc022f6... removed (*)
  a04ac42... Updated Hungarian translation. (*)
  bf366dc... use a counter instead of a boolean to know if the auto-hidi (*)
  913b51d... kill (panel_menu_button_clicked): don't call (*)
  b336d13... Updated Norwegian Nynorsk translation. (*)
  ab3d9a4... Make sure to stop monitoring the applet's GConf directory s (*)
  fd77e81... build some strings with g_strdup_printf() to help translato (*)
  60cb989... Updated Serbian translation. (*)
  53098d3... Don't use deprecated functions. (*)
  68cd487... Add labelled-by relation for size_spin. Fixes bug #128439. (*)
  b4de5cf... Be a bit more paranoid about removing directories from the  (*)
  8db1f30... kill these functions because they're not used anywhere anym (*)
  95f316b... We now use a string to identify the clock format that will  (*)
  0fd694e... Added patch given bu Vijaykumar Patwari 2003-12-05  Vijayku (*)
  ea3b9e2... Updated Norwegian Nynorsk translation. (*)
  b53bbc7... Updated Serbian translation. (*)
  4ddaebb... Add CLEANFILES so that make clean deletes $(server_DATA) an (*)
  2148dc2... Update Czech translation (*)
  0242b84... Updated Norwegian Nynorsk translation. (*)
  107df10... set the accessibility name and description for the fortune  (*)
  3d99067... Flush the results of my ongoing battle with distcheck under (*)
  c59acbc... more distcheck foo (*)
  7efaefc... Version 2.5.2. (*)
  47693be... version markers (*)
  451fc7a... ru.po: Updated Russian translation from Russian team <gnome (*)
  3e87ff9... Patch from Thomas Benson <tbenson cs utk edu> Fix bug #1281 (*)
  b81f502... Vincent may not want to admit it, but he is a maintainer :- (*)
  0c3f5f2... Use the new multiscreen support for application launching i (*)
  33e3352... require latest libgnomeui and gtk+ to replace the egg-scree (*)
  37d94e2... use the new libgnomeui and GDK functions to replace the egg (*)
  d7c73f7... use the new libgnomeui and gdk functions instead of the egg (*)
  0ef36f7... Use the new libgnomeui and gdk functions instead of the egg (*)
  3358168... use gnome_help_display_desktop_on_screen() to display help  (*)
  ffd3599... don't add subdirectories of $PATH in the list used for comm (*)
  fa8415b... kill gnome-help.h and gnome-url.h includes. (*)
  bae5802... Updated Serbian translation. (*)
  40a4a58... Based on a patch from Jan Arne Petersen <jpetersen uni-bonn (*)
  48b49d9... Updated Swedish translation. (*)
  66152d1... Updated Spanish translation (*)
  95081b5... Fix a minor typo: s/bonobo_iid_type/bonobo_iid/ (*)
  8096cce... s/there is no time zones/there are no time zones/ Fix bug # (*)
  0292bd8... Update Czech translation (*)
  240897a... sync with libegg. update to use new API (*)
  f55b303... Updated Serbian translation. (*)
  28fcf3d... Updated Spanish translation (*)
  a8c2469... Update Czech translation (*)
  f215ba5... 2003-12-15 Updated ja.po. T.Aihana <aihana gnome gr jp> (*)
  9d96db8... Updated Norwegian translation. (*)
  1a5115d... Update header (*)
  d145f77... allow translators to change the order of the clock format w (*)
  ef727c6... Updated Serbian translation. (*)
  a06078d... Mark a string for translation. No brainer. (*)
  d06ba7b... Use gnome-other.png for the panel context menu 'Actions' su (*)
  e6bcbc1... Updated Serbian translation. (*)
  11cc345... Updated Spanish translation (*)
  dc13ddf... Fix occassional problem where button 2 clicking on an apple (*)
  7895324... ru.po: Updated Russian translation from Russian team <gnome (*)
  fbd0806... Update Czech translation (*)
  58d9f7a... updated translation. (*)
  9fa680d... 2003-12-22 Updated ja.po. T.Aihana <aihana gnome gr jp> (*)
  c6bb41e... 2003-12-22 Fixed any mis-translations. T.Aihana <aihana gno (*)
  126ab19... Updated Norwegian Nynorsk translation. (*)
  ebb5aa7... Updated Malay translation. (*)
  dde64ca... Updated German translation. (*)
  7f9f9ee... CVS_SILENT (*)
  2795254... Translation updated. (*)
  2886209... croatian translations updated (*)
  4f9231c... croatian translations updated (*)
  f8e04fe... croatian translations updated (*)
  02f3d33... croatian translations updated (*)
  5fe724e... CVS_SILENT (*)
  fe112e9... Updated Polish translation by GNOME PL Team. (*)
  30795c0... Updated Norwegian Nynorsk translation. (*)
  cd6c2ce... Updated Italian translation. (*)
  ff5cbf6... Updated Mongolian translation (*)
  04f5b30... *** empty log message *** (*)
  37cfebb... Updated French translation. (*)
  b80c4b3... *: ChangeLog help/es/clock/clock-es.omf help/es/clock/clock (*)
  7db2173... Updated and revised Portuguese translation. (*)
  5c2e9a9... Updated Norwegian Nynorsk translation. (*)
  f3e5cbf... Updated Lithuanian translation. (*)
  6fe5b43... add the username to the log out menu item (and its tooltip) (*)
  285a708... if showing UTC time, select the right day (UTC) when showin (*)
  3465fdb... panel size in the default setup should be 24px. Fix bug #12 (*)
  f79c045... Add a "custom" format: the user can specify a custom format (*)
  bbc6dd0... Don't allow creation of empty launcher. Fixes bug #126969 (*)
  cc55068... updated irish translation (*)
  33f3562... Set accessible name on GnomeEntry instead of its GtkEntry.  (*)
  3833745... Update Czech translation (*)
  ef21006... require intltool >= 0.29 (*)
  fc6121d... Updated Polish translation by GNOME PL Team. (*)
  4879c3e... Updated Serbian translation. (*)
  7cc36a2... Updated Korean translation. (*)
  80cc92d... Updated German translation. (*)
  f8d9e78... Updated spanish translation. (*)
  1433555... +2004-01-09  Kaushal Kumar  <kaushal kumar wipro com> + +   (*)
  b99eacb... make the clock applet use libecal if its installed. (*)
  ae9a8f6... Mmmmmm, bloat .... (*)
  87f9de2... Martin and Christian's patch is in bug #128704 (*)
  72bef52... Updated Serbian translation. (*)
  2ad3ea1... fix autoheader failure (*)
  b6b0049... Updated Polish translation by GNOME PL Team. (*)
  c7ec7a3... add back applets/wncklet/eel/Makefile. (*)
  af62a92... Check if number of workspaces and workspace name keys are e (*)
  dcdba2c... Update Czech translation (*)
  5190435... disable scrolling until we can figure out a non-hacky way t (*)
  2e16c0d... don't do twice AC_DEFINE(HAVE_LIBECAL) (*)
  37a0d1e... Inset the known apps list (*)
  0c9d07f... Updated Norwegian translation. (*)
  d3408df... Update Czech translation (*)
  969d564... Version 2.5.3. (*)
  62dfc0c... version markers (*)
  7bea8ed... Updated Korean translation. (*)
  e4cb3a3... Updated Polish translation by GNOME PL Team. (*)
  12c214a... Updated (*)
  6460940... Fix bug #131515 - reliable crashing with latest ORBit2. (*)
  d8682c2... Updated Albanian translation (*)
  cfb968e... Version 2.3.5.1. (*)
  499ea17... version markers (*)
  09fa591... Updated Spanish translation. (*)
  59fc5ea... 2004-01-16 Updated ja.po. T.Aihana <aihana gnome gr jp> (*)
  91a39ce... Patch from The Written Word in bug #131609. (*)
  bfd26f7... Patch from The Written Word in bug #131609. (*)
  824a39a... Updated German translation/POTFILES.[in|skip]. (*)
  2256adc... Updated Irish translations (*)
  fe67670... Updated Swedish translation. (*)
  f52584b... Fix for bug #131671 from Maneesh Pusalkar <mpusalkar novell (*)
  50855ce... Based on a patch from Matt Keenan <matt keenan sun com> (*)
  d0c1bd5... don't ref non-existant pixbufs. (*)
  4e95e4c... Translation updated by Kees van den Broek. (*)
  fc9fd17... don't ellipsize the text until after we set the text attrib (*)
  fbe803f... Emit signal last. Fix bug where selected calendars get out  (*)
  3551b0d... Updated Korean translation. (*)
  7ce20d0... Updated German translation. (*)
  65e91aa... Updated Serbian translation. (*)
  8091734... Patch from Leena Gunda <leena gunda wipro com> (*)
  8da0a38... Update Czech translation (*)
  f94b3a4... Updated Spanih translation. (*)
  2543a71... Updated Norwegian translation. (*)
  9386612... Updated Slovenian translation (*)
  7a6bb3d... Make sure the local copy of panel-run-dialog.glade (which t (*)
  6f8d9f4... Bump GTK+ requirements up to the recently released 2.3.2, w (*)
  fd7cc9d... Fix a bug that would desensitize the "Delete this panel" op (*)
  c06f324... Revert unapproved commit. (*)
  15f4a63... Fix for bug #129855 from Kristian Rietveld. (*)
  f31c4df... Updated Polish translation by GNOME PL Team. (*)
  3637dbd... Updated the Greek translation (*)
  008e40a... Based on patch from Fernando Herrera in bug #128375. (*)
  d685a85... Kill this, g_signal_connect_object() does the same thing. (*)
  d0836c1... Patch from Fernando Herrera <fherrera onirica com> (*)
  21ea620... Patch from Vincent Berger in bug #132172. (*)
  fd81174... Patch from Padraig O'Briain in bug #128487. (*)
  9eedfd3... Use UTC time for events if preference is set. (*)
  5739a44... Updated (*)
  2c379fd... Updated Albanian translation (*)
  2bb1d01... Fixed Czech translation (*)
  fd476d2... help/es/window-list/window-list-es.omf fixing bug #132715 (*)
  c5200d2... Updated Norwegian translation. (*)
  6678bfe... Translation updated. (*)
  178572a... Updated (*)
  8b13450... Updated Albanian translation (*)
  972f8c3... Translation updated. (*)
  e843294... Updated Norwegian translation. (*)
  c39f931... Quoted definition of macro AM_PATH_ESD. Fixes #133220. (*)
  dd3076e... Updated Danish translation. (*)
  588612e... Fix subtraction order of start and end times. (*)
  8338909... New function. (present_calendar_popup): Use new position_ca (*)
  97d3af5... Don't use a mnemonic for the log out menu item lest we crea (*)
  6f9fc28... Set name to "Drawer". (*)
  19c0c17... sync with libegg. Hopefull fixes bug #133257. (*)
  63b5b4a... Patch from Glynn in bug #130664 to change the Applications  (*)
  1eeebf3... Based on patch from Bryan Forbes in bug #125802. (*)
  cae39bd... Switch position of appointments and events frames when cloc (*)
  db96e12... Version 2.5.4. (*)
  b3c4169... version markers (*)
  6d66c4f... Updated (*)
  398a0b9... Updated Albanian translation (*)
  2b2792c... Updated Ukrainian translation (*)
  01b5f91... use the notification area icon in the about dialog. Fix bug (*)
  25cfa25... Trivial cleanup: remove AC_SUBST(CFLAGS), AC_SUBST(CPPFLAGS (*)
  4c13d80... fixed bug (and marked entry as fuzzy): ms.po:1674: number o (*)
  bc5142f... Updated Finnish translation. (*)
  a2e9931... Updated Polish translation by GNOME PL Team. (*)
  9ff68cb... Add documenter credit in About dialog. (*)
  6013a50... Add an entry to ChangeLog for fixing bug #133588. (*)
  482d033... Change the date from 2004-02-05 to 2004-02-06 (*)
  633b803... 2004-02-07 Updated ja.po. T.Aihana <aihana gnome gr jp> (*)
  9e1efed... Force generate $(CORBA_SRCLIST) before $(panel_enum_headers (*)
  b09257d... revert a broken change committed without discussion and wit (*)
  9099ef0... *** empty log message *** (*)
  e3608cb... Update Czech translation (*)
  28668a4... Updated Spanish translation. (*)
  fcb4409... Updated Norwegian translation. (*)
  ff60464... Updated Korean translation. (*)
  54682f7... Updated Greek translation (minor fixes) (*)
  cfcfb16... requiere libgnomeui 2.5.4 "use_filechooser"=TRUE to use the (*)
  508e1b8... Updated Finnish translation. (*)
  b3b917c... Updated for GNOME 2.6. Updated for GNOME 2.6. Updated for G (*)
  f99cd56... Use new FileChooser in GnomeFileEntry. Fix bug #134118 (*)
  03f58d5... Updated Serbian translation (yeah, and fixed ISO-8859-2 in  (*)
  d72bb7e... Patch from Shaun McCance <shaunm gnome org> (*)
  a8c3894... Updated Swedish translation. (*)
  bfbe67a... Minor fix. (*)
  914fb58... Updated Mongolian translation (*)
  6ba138e... Patch from Archana Shah <archana shah wipro com> (*)
  a8fa603... fix applet moving, so that it doesn't break Fitt's law. Tem (*)
  fc6820f... Updated Arabic translation. (*)
  fe5648f... Updated Arabic translation. (*)
  364e329... Translation updated. (*)
  7626ca3... Allow configuration of whether to build against evolution-d (*)
  9a77ca0... Follow the guidelines for robust application, in www.gnome. (*)
  4de857c... warning fix. (*)
  ecad7c4... warning fix. (*)
  4b0474d... Translation updated by Reinout van Schouwen. (*)
  791fd06... Don't mark property descriptions for translation as discuss (*)
  349dfd1... Fix a couple of occurrences where menu items were disabled  (*)
  97c76c5... correctly fix bug #134134 so as to trigger *only* with Ctrl (*)
  d3ec37d... Resolve the mystery of the disappearing applets. Fix for bu (*)
  0dc3b9c... Fixup more modifier testing code to use (*)
  957e672... Version 2.5.5. (*)
  bfbb829... version markers (*)
  0e3d34d... new add the new pc file to EXTRA_DIST add the new pc file t (*)
  7f75024... Updated Portuguese translation. (*)
  becb718... Updated Norwegian translation. (*)
  faba774... Updated for GNOME 2.6. Updated for GNOME 2.6. Updated for G (*)
  6a06cbd... Removed a redundant instance of the word "to." Fixes #13447 (*)
  3dac4b8... Updated Swedish translation. (*)
  31f4b36... Updated Polish translation by GNOME PL Team. (*)
  c0ba901... Updated Norwegian translation. (*)
  1d352f9... Updated Serbian translation. (*)
  d4d4ba9... Updated Malay translation. (*)
  2b1ae48... Updated Spanish translation. (*)
  59df0b5... Update Czech translation (*)
  38ef5b1... Based on a patch from Bart Martens <info bartmartens be> (*)
  58e993c... Updated (*)
  bbbeefc... Updated Albanian translation (*)
  f51bca8... Added Thai translation by - Supphachoke Suntiwichaya - Chat (*)
  64037a2... Added Thai (th) to ALL_LINGUAS. (*)
  7cef7c0... Added "en_CA" to ALL_LINGUAS. Added Canadian English transl (*)
  4afcb33... Based on a patch from Leena Gunda in bug #110939 to allow t (*)
  1d66e52... Updated Azerbaijani translation. (*)
  f8ad152... Freeze the calendar before marking appointment days. Fixes  (*)
  1f7e44b... Set the panel widget when re-creating the applications menu (*)
  de7b9ed... Updated the Greek translation (*)
  d848b8e... remove unused variable and fixup code that was correctly us (*)
  ae0a761... Version 2.5.90. (*)
  c0838c0... version markers (*)
  fe328dc... Updated Norwegian Nynorsk translation. (*)
  7608f4d... Updated Canadian English translation. (Modified date string (*)
  d71afc6... Updated Canadian English translation. (*)
  e196bd3... Updated Norwegian Nynorsk translation. (*)
  c5dc04b... Updated Korean translation. (*)
  fb0be38... Updated Irish translation (*)
  555b2d2... Updated Thai translation. (*)
  36a859d... Updated Thai translation. (*)
  f0e37b3... Updated Thai translation. (*)
  01730c5... Updated hindi translations (*)
  98f3532... Added Serbian Jekavian translation by Bojan Suzić <bojans@ (*)
  2fe23de... Fix task and appointment list scrolling. Fixes #135338. (*)
  3a35103... CVS_SILENT (*)
  92561d3... Reviewed Serbian translations by Bojan Suzic and myself. (*)
  9279772... Updated Italian translation. (*)
  06f3b9f... ru.po: Updated Russian translation from Russian team <gnome (*)
  4ff2018... 2004-02-26 Updated ja.po. T.Aihana <aihana gnome gr jp> (*)
  541b1cf... Updated French translation. (*)
  24925a6... Patch from Bart Martens in bug #127758 to stop the panel re (*)
  ec3dd70... *** empty log message *** (*)
  396498c... remove the username from the log out menu item ditto Fix bu (*)
  22a5376... set the window icon. Fix #135085 (*)
  10ea202... Updated Lithuanian translation. (*)
  5a76ff9... Some fixes for xinerama positioning and collision detection (*)
  813b877... Hmm forgot to commit this entry: (*)
  a6d0ecd... Makes moving launchers with button2 work again. Bug #134006 (*)
  bec5193... remove some unused variables. (*)
  1ed9ee8... Updated Finnish translation. (*)
  9681748... Akoma korrigjime! (*)
  cf9240e... Updated Albanian translation (*)
  e9310a9... Based on a patch from Miloslav Trmac <mitr volny cz> (*)
  5215f67... Updated Simplified Chinese translation (*)
  5eceee7... Remove FIXME which Jon fixed up (*)
  787ff92... queue a resize on the toggle button when the text changes.  (*)
  df84de2... don't allow moving the panel when its hidden. Fixes uber we (*)
  4a460e6... hush (*)
  99f452d... Version 2.5.91. (*)
  817acdc... version markers (*)
  c382520... Updated Danish translation. (*)
  dc97649... Updated Greek translation (*)
  be0dfc6... Updated Thai translation. (*)
  a4625e3... port the preferences dialog to GtkComboBox. Should fix #136 (*)
  07e4890... Updated Thai translation. (*)
  2966be6... Updated German translation. (*)
  49bfe87... Updated Belarusian translation. (*)
  eae6d83... Translation updated. (*)
  af711b0... Updated Thai translation. (*)
  5597039... Translation updated. (*)
  de9fe89... Updated Hungarian translation. (*)
  3ab6f42... Updated Irish translation (*)
  92cbd66... Set role to ATK_ROLE_ALERT. Fixes bug #135571. (*)
  9b6c2b3... Updated Thai translation. (*)
  9097ac1... Sorry, I added the log in the wrong directory. (*)
  7b7c741... Updated Thai translation. (*)
  e8b4a51... Updated Norwegian translation. (*)
  1edc352... Make sure the command to be launched is a regular file. Thi (*)
  2da5064... Version 2.5.92. (*)
  f1ca144... version markers (*)
  a2d4027... Reviewed Italian translation. (*)
  7ebdf04... Updated Brazilian Portuguese translation done by Raphael Hi (*)
  fe164d7... Updated Tamil translation (*)
  888a56b... don't assume enums use a signed representation. Fixes crash (*)
  4ebf4cd... Updated Catalan translation. (*)
  a731f80... Fix bug introduced by the last comit. Now valid values for  (*)
  e691287... Updated Thai translation. (*)
  c43a046... Updated Simplified Chinese translation (*)
  6da26cf... Updated Arabic translation. (*)
  912edb3... Updated Bulgarian translation by Vladimir "Kaladan" Petkov (*)
  15c2898... Updated Ukrainian translation (*)
  e7c2513... Make the file entry use a save mode file chooser. Fix for b (*)
  0e17abb... Updated French translation. (*)
  ab7df28... Updated Bengali translation (*)
  bee07dc... Updated traditional Chinese translation from Kevin Kee <kev (*)
  3f8a04f... Version 2.5.93. (*)
  71c6a21... version markers (*)
  aa639c0... ru.po: Updated Russian translation from Russian team <gnome (*)
  a6726fa... Updated Welsh translation from Dafydd Tomos. (*)
  4478764... Added Marathi translations (*)
  438c9f6... Cleaned up some fuzzy entries (*)
  930daf2... update po revision date. (*)
  c7b3be6... ru.po: Updated Russian translation from Russian team <gnome (*)
  384946e... Updated Arabic translation. (*)
  a71aa1e... Updated Arabic translation. (*)
  1510d07... ru.po: Updated Russian translation from Russian team <gnome (*)
  e5ad23d... Updated Arabic translation. (*)
  0d6aa4a... added punjabi translation (*)
  a51a1ca... Updated British translation (*)
  2b1a0f3... Updated Romanian translation by Misu Moldovan <dumol go ro> (*)
  bbfbedf... Updated Irish translation (*)
  c32888a... Version 2.6.0. (*)
  a2dec95... post-release bump to 2.6.1. (*)
  5744501... Updated Canadian English translation. (*)
  592c850... don't try and load the glade file to from the current dir f (*)
  fc20f9f... Updated Hungarian translation. (*)
  fa1708c... Updated Spansih translation by Nicolas Lichmaier (*)
  5351b72... *** empty log message *** (*)
  f21a626... Change _ to __ to prevent a mnmemonic. (*)
  750a2e0... Added "af" to ALL_LINGUAS. Added Afrikaans translation by Z (*)
  58598be... Updated Canadian English translation. (*)
  75a9d1c... Some work on making things relatively sane for people tryin (*)
  82b688a... require GConf 2.6.1 from the --load fix for <entrys>s conta (*)
  7986634... Add a GSList to the Launcher struct to hold all the error d (*)
  b759529... don't translate the "24-hour" clock_format value from clock (*)
  cf2106e... translate the clock_format default in en_US correctly. (*)
  697cb43... Updated Indonesian translation (*)
  92f9b14... Fix parallel build. (*)
  e03a24e... Ooops, I modified the wrong changelog.. fixing.. (*)
  ec2e380... Fix to make things load in the correct order on non-expande (*)
  5f52d19... fix issue with previous patch on expanded panels. (*)
  ff06e2a... make mostly transparent white the default background color  (*)
  6a8e6b7... added gujarati translation (*)
  357e040... Updated Basque translation. (*)
  624b431... Fix spellings. (*)
  31a7ac9... Updated Hungarian translation. (*)
  1712f18... Version 2.6.1. (*)
  3a97587... post-release bump to 2.6.2 (*)
  02b8b02... remove the .png suffix - bug #140190. (*)
  445a83a... Replaced %-d with %e. %-d is a GNU extension. (*)
  478d51d... Set the help link id for menu. (*)
  f929c23... Added Maori translation; updated configure.in to include mi (*)
  ed20a4e... Updated Slovak translation. (*)
  b14edb6... Updated Korean translation (*)
  71b85c0... bump version to 2.7.1. 2.6.x development is now on the gnom (*)
  131ec52... use gtk_paint_arrow() to draw the little triangle on menu b (*)
  e0d029d... Based on a patch from Satvik Upadhyaya <satvik students iii (*)
  9afe43b... Based on a patch by Mariano Suárez-Alvarez <msuarezalvarez (*)
  706c241... Based on a patch from Vincent Berger <vincent berger ext bu (*)
  ce913b5... Destroying the calender if the clock is removed form the pa (*)
  ab66d8c... Based on a patch from Shakti Sen <shprasad novell com> in b (*)
  a41faee... remove assertion. Fixes bug #140921. (*)
  88b2fec... [Bug 140944]  - Calendar window should use "out" shadow rat (*)
  0b44d95... New function to add tooltip. (window_menu_applet_fill): Cal (*)
  208d683... Based on a patch from Vinay M R <vinay mandyakoppal wipro c (*)
  7c1b8ab... remove separator. (*)
  40f8eb7... Use idle handler instead of sleep to implement delay. This  (*)
  a81633c... Updated Czech translation. (*)
  d38b1b8... Updated Canadian English translation. (*)
  d5ae982... Updated Spanish translation. (*)
  391a0a6... Updated British English translation (*)
  49f009a... Updated Hebrew translation. (*)
  18abbf2... Updated Hebrew translation. (*)
  d8c00ba... reviewed by: Mark McLoughlin (*)
  739f73c... Updated Simplified Chinese translation (*)
  0f1d7f5... Reload clients when backend dies. (backend_restart): Reload (*)
  d8924d9... If the event did not start on the current day then display  (*)
  44d3bc9... Updated Norwegian translation. (*)
  dffa78e... Open URL when task is activated until we have a task editor (*)
  6f00625... made it to edit the correct row when there are filtered tas (*)
  165fcc0... Updated Czech translation. (*)
  cf93b7d... Updated British English translation (*)
  968b7e8... panel-run-dialog.c: (panel_run_dialog_append_file_utf8), pa (*)
  0597d7d... Updated Canadian English translation. (*)
  8d476ea... Patch from Chris Lahey <clahey ximian com> in bug #138720 t (*)
  d4cf6e5... Allow all other panel objects to be removed even when locke (*)
  cbef098... remove the version number from the message, we always forge (*)
  845bfe6... Remove add to run dialog from launcher context menu. Partia (*)
  41f5c80... 2004-06-02 Updated ja.po. T.Aihana <aihana gnome gr jp> (*)
  cd821f9... Fix for bug #138881 - clock takes up too much width when yo (*)
  f860504... Version 2.7.1. (*)
  ad8583b... version markers (*)
  ae5b419... post-release bump to 2.7.2. (*)
  127dca2... Updated Simplified Chinese translation (*)
  ae80f61... Updated (*)
  cbb1e41... Updated Albanian translation (*)
  83395e2... Updated Tamil Translation (*)
  8becc5e... Some error corrected (*)
  6f14a32... Updated Lithuanian translation. (*)
  e82486d... Remove expected_type parameter from quick_desktop_item_load (*)
  ac096fa... trivial - capitalize all references to the term internet; e (*)
  d4b1197... Updated Czech translation. (*)
  7af56a5... Updated Canadian English translation. (*)
  0a87bcf... clock/GNOME_ClockApplet.xml, fish/GNOME_FishApplet.xml, (*)
  788de25... Updated Lithuanian translation. (*)
  0c618eb... Updated Czech translation. (*)
  c634570... Updated British English translation (*)
  1580d33... Updated (*)
  3d99ee8... Updated Albanian translation (*)
  9873046... Updated Bulgarian translation by Vladimir "Kaladan" Petkov (*)
  28deb67... Patch from Greg Hudson <ghudson mit edu> in bug #144612. (*)
  5b83353... Updated Polish translation by GNOME PL Team. (*)
  ec0116f... Updated (*)
  ec8938e... Updated Albanian translation (*)
  9e27507... New add to dialog! The original work was done by Iain Holme (*)
  efe9b40... add gnome-panel/panel-addto.c (*)
  a5bbb28... Return FALSE if the panel is attached to a widget. Fixes bu (*)
  b8d84a6... Use HIG border spacing. (*)
  dc9333c... Updated Polish translation by GNOME PL Team. (*)
  a751cb1... Updated Czech translation. (*)
  34988a3... typo fix (*)
  57f6021... Updated Simplified Chinese translation (*)
  d6e0310... Updated British English translation (*)
  5c576e0... Translation updated by Elian Myftiu. (*)
  d351657... Translation updated by Elian Myftiu. (*)
  eab7384... Updated German translation. (*)
  4b61a5d... Updated Hungarian translation. (*)
  833c9b6... Fixes "Invalid read of size 1" thrown up by valgrind. Repor (*)
  0631268... Version 2.7.3. (*)
  b21609d... post-release bump to 2.7.4. (*)
  cef6be4... Updated Spanish translation. (*)
  fd68c0e... Updated Albanian translation by Elian Myftiu. (*)
  3ec37b5... Updated Brazilian Portuguese translation (*)
  b237123... Updated Bulgarian translation by Vladimir "Kaladan" Petkov (*)
  c2fdaaa... 2004-07-10 Updated ja.po. T.Aihana <aihana gnome gr jp> (*)
  bfc553d... Updated Welsh translation. (*)
  2ef2e40... Present the calendar window after it is created. This cause (*)
  0acc86a... Refilter tasks when popup is updated. (clock_timeout_callba (*)
  5833d94... Fix #120855 better. Make present call after window is posit (*)
  3907570... Display source color, if available, as a small pixbuf in th (*)
  6a0c2fa... Version 2.7.4. (*)
  9efe1cc... post-release bump to 2.7.5. (*)
  12d2b47... Patch from William Jon McCann <mccann jhu edu> in bug #1056 (*)
  362faa9... Version 2.7.4.1. (*)
  0fab696... post-release bump to 2.7.5. (*)
  4d93ed3... use SHADOW_IN (*)
  69d4542... Updated Albanian translation by Elian Myftiu. (*)
  5734b06... zavrseno (*)
  03cee2d... Updated Czech translation. (*)
  c22ea09... updated hindi translation (*)
  fd144c3... 2004-07-22 Updated ja.po. T.Aihana <aihana gnome gr jp> (*)
  3480e5b... 2004-07-22 Fixed translations. T.Aihana <aihana gnome gr jp (*)
  735b9a1... 2004-07-22 Fixed translations again. T.Aihana <aihana gnome (*)
  c962e21... Updated Spanish translation. (*)
  ff6246a... Updated British English translation (*)
  4ea30a3... *** empty log message *** (*)
  d481b34... Updated Albanian translation by Elian Myftiu. (*)
  d850801... Updated Korean translation (*)
  3ce15d7... Updated Bulgarian translation by Rostislav "zbrox" Raykov (*)
  da38c42... Updated Lithuanian translation. (*)
  033bd0f... For the button-press-event do a g_signal_connect () instead (*)
  ab9235b... Reviewed and updated fuzzy messages plus translated new mes (*)
  1b8ddda... Updated Norwegian translation. (*)
  227d324... da.po: fix (*)
  73c421d... Updated Canadian English translation. (*)
  df679ce... Fixes #148808: (*)
  d84fe37... Updated Portuguese translation. (*)
  b06ba0d... Don't free stuff before use. Partial fix for bug #149151. T (*)
  de9da85... 2004-08-03  Kjartan Maraas  <kmaraas gnome org> (*)
  2798047... Revise the confirmation dialog text. Fixes #148754. (*)
  78b9e84... Updated Hungarian translation. (*)
  188f01f... Fix for bug #148137. (*)
  8314a2b... Patch from Vincent Noel <vnoel cox net>. Should fix bug #12 (*)
  834221b... Remove remaining bits of add launcher menu. Fixes #145014. (*)
  ec60f78... change the mnemonic for "About Panels" so it doesn't confli (*)
  62dd027... add DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc. (*)
  71dd8dd... ru.po: Updated Russian translation from Russian team <gnome (*)
  f285941... ru.po: Updated Russian translation from Russian team <gnome (*)
  1fd6c6c... fix compilation (*)
  2dc29bc... Patch from Vincent Noel <vnoel cox net> in bug #149327. (*)
  f0e5c05... Remove hierarchy-changed connection. Recalculate every time (*)
  dd007d3... Updated Serbian translation. (*)
  d8465d2... Uhm, move back POTFILES.in without encoding:UTF-8 which I u (*)
  f27481e... ankit redhat com 07/08/04 (*)
  7e65eef... Updated Simplified Chinese translation (*)
  73665e0... use window title name for screenshot file instead of window (*)
  a7464e3... Patch from Sagar Rastogi <rastogi students iiit net> bug #1 (*)
  a0f204e... remove all references to the panel:category oaf attribute a (*)
  0330866... remove the panel:category attribute. (*)
  c4c5c90... remove panel:category. (*)
  4773e4f... Updated Malay translation. (*)
  e4a4230... Patch from Christian Neumair <chris gnome-de org> in bug #1 (*)
  c437b23... check that xgettext supports --from-code and warn if not. C (*)
  5245534... fix silly type-punned pointer warning. (*)
  01f045b... re-indent. (window_menu_item_new): fix warning. (*)
  42ac7b5... Version 2.7.90. (*)
  b456b5f... post-release bump to 2.7.91. (*)
  a05e0f3... Updated Spanish translation. (*)
  20262f5... Make the window selector use = chars around shaded windows (*)
  548102f... Updated Canadian English translation. (*)
  c71de86... Updated Simplified Chinese translation (*)
  58c5037... 2004-08-10 Updated ja.po. T.Aihana <aihana jcom home ne jp> (*)
  7fea19b... Updated Polish translation by GNOME PL Team. (*)
  b8d2d5d... 2004-08-10 Fixed wrong translations. T.Aihana <aihana gnome (*)
  63d6231... sync with libegg. (*)
  ec1388f... Updated Norwegian translation. (*)
  9110437... The default for the "format" and "hour_format" keys must be (*)
  524f244... add some comments for translators of the default value for  (*)
  c999e7d... require intltool 0.31, the first version with support for t (*)
  3cd7faa... Kill panel preferences dialog. Fixes #98911. (*)
  d38e446... Updated Czech translation. (*)
  a133c24... Added correctly named bokmål translation. (*)
  c8dd5bd... Add nb to ALL_LINGUAS. (*)
  56af505... Fix NULL vs 0 confusion. Same (*)
  b4d024b... Partly based on a patch from Vinay M R <vinay.mandyakoppal@ (*)
  1c80ccd... set the action type before appending. (*)
  326884c... Fix for nested drawer craziness reported at: (*)
  04c3710... Updated Albanian translation by Elian Myftiu. (*)
  06e30f3... check (*)
  e821fd6... check (*)
  089198f... Unified po headers for Finnish Team (*)
  48282a1... Updated Korean translation (*)
  41c2520... Removed the nonexistant gnome-panel-preferences.* entries. (*)
  0dbdf49... Updated Danish translation. (*)
  8e5f6f8... Updated Portuguese translation. (*)
  f126cfa... Fixed a typo on the Portuguese translation. (*)
  6f28b21... ankit redhat com 16/08/2004 * Updated Final Gujarati Transl (*)
  66b1f46... Hopefully fix bug #149244 - root cause identified through d (*)
  5ff254e... Version 2.7.91. (*)
  56d6719... post-release bump to 2.7.92. (*)
  b08283d... cast the pid_t to unsigned long in g_strdup_printf (*)
  c382304... fix silly type-punned pointer warning. (*)
  88b03c0... Sync to latest libegg. (*)
  e305bef... require libecal-1.0 >= 0.0.97. Fixes bug #150356. (*)
  14eb0ab... Allow space for shadow. Fixes #150343. (*)
  eeb3273... Bumped libwnck version requirement as applets/wncklet/windo (*)
  b917ef2... Updated Swedish translation. (*)
  63ce9d1... Updated French translation. (*)
  8719cf5... Updated Albanian translation by Elian Myftiu. (*)
  3c5b3ae... Make sure "Run Application" dialog gets focused when invoke (*)
  757055c... Translation updated by Mətin Əmirov. (*)
  1fdff03... Updated Finnish translation. (*)
  e2279c9... Version 2.7.91.1. (*)
  aefcca4... post-release bump to 2.7.92. (*)
  f87cb40... fix bug #132715 Thanks to Alexandre Oliva <aoliva redhat co (*)
  20aa7aa... Updated Albanian translation by Elian Myftiu. (*)
  5a8caf8... Updated Ukrainian translation. (*)
  cc2ac9f... Updated Catalan translation. (*)
  af21f76... Translation updated by Reinout van Schouwen. (*)
  2734ccb... ankit redhat com 23/08/2004 * gu.po : Final Proofread. (*)
  f9e7d49... Updated Danish translation. (*)
  f0fb2b7... Plug a leak. Closes bug #150685. (*)
  8af390e... s/#if/#ifdef (*)
  8930f04... Use g_signal_connect instead of the deprecated gtk_signal_c (*)
  3ec95d2... removed remove gnome-panel-preferences.1 from there Fix bug (*)
  acd9d94... Updated Spanish translation (*)
  9345363... Updated Catalan translation. (*)
  af4e28d... Updated for GNOME 2.8. Updated for GNOME 2.8. Updated for G (*)
  25eb226... Updated Basque translation. (*)
  47ae45f... Fix multiscreen issue where we were incorrectly returning T (*)
  31b477b... NULL vs 0. Same here. Same here. ANSIfication. Use guint in (*)
  0a99f9d... Updated Hungarian translation. (*)
  a78c6f8... proof reading must (*)
  460a7ab... 2004-08-28 Akagic Amila <bono linux org ba> * configure.in: (*)
  6606fad... 2004-08-28 Akagic Amila <bono linux org ba> * bs.po: Added  (*)
  9b5e16a... check29aug (*)
  ce87103... Updated Bengali (bn) Translation (*)
  7980fbb... Updated the Bengali(bn) translation (*)
  670e427... killed since it's not used anymore (*)
  5639e13... Version 2.7.92. (*)
  d7001be... post-release bump to 2.7.93. (*)
  05beb6e... 2004-08-31 Fixed any wrong translations. T.Aihana <aihana g (*)
  a87fdbe... use "evolution -c calendar" rather than "evolution-1.5 -c O (*)
  22f541d... Version 2.7.92.1. (*)
  05ab9e5... post-release bump to 2.7.93. (*)
  287fc9b... Updating Brazilian Portuguese translation. (*)
  223bcdb... Updated Italian translation. (*)
  abda029... Updated Greek Translation. (*)
  25aeea7... Updated Turkish Translation (*)
  50d5ade... Updated Czech translation. (*)
  48922a4... Updated Thai translation. (*)
  e3bfd28... Updated German translation (*)
  5038058... Updated Spanish translation. (*)
  b531b72... 2004-09-05 Akagic Amila <bono linux org ba> * bs.po: Update (*)
  997e683... Updated Czech translation. (*)
  2de9c24... Updated Norwegian Nynorsk translation. (*)
  338f17b... Updated Thai translation. (*)
  6ae52e5... Updated British translation. (*)
  f77c868... Updated vi.po (*)
  6b50075... Updated Arabic translation (*)
  8cda42e... Updated Romanian translation by Misu Moldovan <dumol go ro> (*)
  05201ae... Updated Hungarian translation by Gabor Kelemen. (*)
  a170c0d... Updated Malay translation. (*)
  43bfd30... Updated German translation. (*)
  4123937... Updated Welsh translation. (*)
  54a064c... Updated Swedish translation. (*)
  2bf7b1a... Updated Thai translation. (*)
  1b3397b... Updated traditional Chinese translation by GNOME HK Team (*)
  e6767fe... Version 2.8.0. (*)
  14177f1... Version 2.8.1. (*)
  ca58edd... doh (*)
  b33f7e0... Based on a patch from Arvind in bug #128412. (*)
  e8ab655... Fix for bug #136074 - weird autohiding behaviour when you c (*)
  94c12e1... Fix for bug #144281 - auto-hide panel sometimes not hiding  (*)
  ad2c3a3... Fix for bug #148672 - freakiness with auto-hide and snap-to (*)
  992b95a... Fix for https://bugzilla.redhat.com/bugzilla/show_bug.cgi?i (*)
  b00a852... Fixed strange space bug (*)
  cd687bc... Based on a patch from Padraig O'Briain <padraig obriain sun (*)
  319adb3... Updated Italian translation. (*)
  e24b563... Updated Galician translation of gnome-panel (*)
  3621415... Fixes to make 2.2 -> 2.4/6/8 migration work again - it brok (*)
  80e04bb... Updated Canadian English translation. (*)
  962bece... Sync with libegg: (*)
  48680d2... Updated Hungarian translation by Gabor Kelemen. (*)
  ca96d2c... Updated Greek translation (*)
  0edda8f... Updated Swedish translation. (*)
  6786567... Updated Spanish translation. (*)
  64beff6... use gdk_pixbuf_new_from_file_at_size() to give the loader a (*)
  381d4ec... ba (*)
  9eea870... Based on a patch from Kjartan Maraas in bug #153450 (*)
  7be01f8... Updated Canadian English translation. (*)
  78a610e... Contains fix for icon scaling code from jamesh. (*)
  bc31126... sync with libegg. (*)
  ac7b9c9... new clock and drawer icons from Jakub Steiner. (*)
  8118f28... revert - forgot about docs impact. (*)
  c82011e... hackily force the button not to have any focus padding and  (*)
  e65b624... Fixes bug #153619 and Ubuntu bug #1587. (*)
  ddf79d1... revert the revert, got docs approval now. (*)
  9dc717a... Version 2.8.0.1. (*)
  16685e1... post-release bump to 2.8.1. (*)
  5f539c3... scale down app icon in the Run Application dialog. Fixes bu (*)
  8e30965... Fixed Galician translation (*)
  059a580... Move the Application launchers at the top of the list, add  (*)
  866c66a... In the Add to panel dialog, make the add button insensitive (*)
  aef1816... Fixed two typos. (*)
  3b70c0a... revreq (*)
  06e8fb5... Updated French translation. (*)
  733b197... revert the "2004-10-04 Vincent Noel <vnoel cox net>" change (*)
  9a0a995... bump version to 2.9.1. 2.8.x development continues on gnome (*)
  8a65641... require gtk+ 2.5.x (*)
  058b990... add back vnoel's patch now that we've branched. (*)
  21b8246... When saving any of toplevel_id_list, applet_id_list or obje (*)
  c245edf... add applets/notification_area/eggtraymanager.c (*)
  9b834c2... Updated British English translation. (*)
  2a51856... Updated Canadian English translation. (*)
  7c9fbbf... Updated Czech translation. (*)
  896ca35... Merge fix for bug #155210 from stable. (*)
  7060e2b... Updated Serbian translation. (*)
  814cd59... Fixes bug #150661. (*)
  180d707... Updated British English translation. (*)
  13505b8... Updated Czech translation. (*)
  0f9c11a... Updated Canadian English translation. (*)
  e4d4630... Updated Albanian translation by Elian Myftiu. (*)
  c7ae73a... Fix for bug #139955. (*)
  d97e4d7... Fixes bug #154072. (*)
  71bf887... Fix window title handling. Should fix the 100% cpu bug. (*)
  1fbba82... Re-worked patch based on Crispin Flowerday <gnome flowerday (*)
  31ac78d... Big refactor of the code. Split out various functions into  (*)
  5b7fc6c... Updated Canadian English translation. (*)
  6408b13... Don't unref() the no_windows_item element, it is automatica (*)
  2b9c53b... Updated Czech translation. (*)
  f96403d... Updated Lithuanian translation. (*)
  87459c9... escape '/' in file names. (*)
  382470b... configure.in: Added 'or' to ALL_LINGUAS. po/or.po: Updated  (*)
  1295d4f... Updated Indonesian translation (*)
  a3a47d4... add new screenshot files. (*)
  83d4162... handle more than one response (display_fortune_dialog): add (*)
  483c179... insert text with the monospace tag (clear_fortune_text): re (*)
  53b0bfe... Updated Canadian English translation. (*)
  30c2ba4... Updated Czech translation. (*)
  f2e40ca... add mnemonic for Speak again (*)
  8d208b1... show the help for drawer properties if the user is editing  (*)
  e36215c... Vincent Noel  <vnoel cox net> (*)
  b13f2d7... Fix bug #143963: "Remove Distro Menu". (*)
  a597ea1... Fix bug #113801: "'Reload applet?' dialog does not accord t (*)
  d4ab0a0... Updated Bulgarian translation by Vladimir Petkov <vpetkov i (*)
  61a06b5... set default icon here (display_properties_dialog): remove o (*)
  715061a... set default icon here (display_preferences_dialog): remove  (*)
  738c5f3... set default icon here (about_cb): ditto, and port to GtkAbo (*)
  3853983... properly set icon, and port to GtkAboutDialog, and move to (*)
  8fb3cbe... set the default icon directly insted of calling (*)
  12a7b04... remove old gnome-panel* icons and set icondir to the hicolo (*)
  ff0ce67... use drawer.png from gnome-icon-theme for the drawer icon (*)
  625cebe... remove gnome-amusements.png and panel-drawer.png (they are  (*)
  e8be4b5... install gnome-fish in the hicolor theme dir (*)
  8fe8625... Updated Albanian translation by Elian Myftiu. (*)
  fa60f3b... kill (icon_theme_changed): kill (set_window_icon): kill (do (*)
  0f30a91... kill install the gegl files in $(datadir)/pixmaps for now (*)
  d8a978a... use the clock icon from the icon theme (display_about_dialo (*)
  22c0634... reviewed by: Vincent Untz <vincent vuntz net> (*)
  8cdd3fa... add gegl_DATA to EXTRA_DIST (*)
  fe2e31f... changed so that it builds an argument vector (specified arg (*)
  0fe7755... This has become the universal function to get formatted win (*)
  980c3f7... kill (window_menu_get_window_name): make the name bold here (*)
  13e1ee7... new (window_menu_active_window_changed): connect to the goo (*)
  b4c15c9... ellipsize description of the applets (*)
  df2cc0a... add Arvind and myself add "E-mail: foo bar" lines so we can (*)
  bec69c6... Install glade and pixmap files in ${datadir}/gnome/panel/{g (*)
  0175b13... applets/wncklet/eel/ was killed (*)
  3294f12... seems like ALLOW_CRACKPOT_MENU_CODE was useful... (*)
  f5bc6c6... stop including everything from libgnome and libgnomeui (*)
  cebd3f8... stop including everything from libgnomeui (*)
  e5f7648... stop including everything from libgnomeui (*)
  2d99e37... stop including everything from libgnome and libgnomeui (*)
  8935eb7... stop including everything from libgnome and libgnomeui, use (*)
  aa63a39... reviewed by: Vincent Untz <vincent vuntz net> (*)
  cff407b... Port panel-test-applets to GtkComboBox. (*)
  9d76bb9... remove a useless comma don't use GtkColorButton alpha suppo (*)
  0b00f0f... replace deprecated gtk_window_set_policy() call with (*)
  eaa0a71... Pretty big rewrite. Start of gnome_vfs support. It's not co (*)
  1ef9cd2... remove extraneous glade file. (*)
  eb8759a... remove gnome-panel-screenshot (*)
  474c80a... remove unneeded files (*)
  3b373c5... Updated Albanian translation by Elian Myftiu. (*)
  307980d... Updated Czech translation. (*)
  5f12b69... stop using egg_cell_renderer_text since we can ellipsize th (*)
  9769426... applets/clock/cut-n-paste/ was killed (*)
  71e7d72... rename GtkObox to TrayObox. updated (applet_factory): ditto (*)
  7af1697... Updated Canadian English translation. (*)
  6d7abb5... gnome-panel-screenshot was renamed to gnome-screenshot use (*)
  41d2f96... better background support, code is shamelessly stolen from  (*)
  2631af4... close the pipe only if we hide the window (display_fortune_ (*)
  f76e37f... better background support, code is shamelessly stolen from  (*)
  68dcfb3... better background support, code is shamelessly stolen from  (*)
  940832f... updated libecal requirement (*)
  1a54761... call gdk_display_sync() after drawing the panel background. (*)
  d669f4b... Updated Bulgarian translation by Vladimir Petkov <vpetkov i (*)
  0cc5165... don't do anything if the filename is void (entry_drag_data_ (*)
  e5b1a82... Version 2.9.1. (*)
  76a84e6... post-release bump to 2.9.2. (*)
  5febb8c... 2004-11-09 Updated ja.po. T.Aihana <aihana jcom home ne jp> (*)
  8df1a56... 2004-11-09 Fixed wrong translation. T.Aihana <aihana gnome  (*)
  595bbda... Updated Bulgarian translation by Vladimir Petkov <vpetkov i (*)
  5df5a79... require gnome-menus. (*)
  08d1b6a... Use libgnome-menu to generate menus so that we now use the  (*)
  6e42c57... remove gnome-panel/menu-util.c. (*)
  28f8fef... remove -DGTK_MENU_INTERNALS, we don't use crackpot gtk+ int (*)
  f71ae67... re-work a little to make adding support for URIs which gnom (*)
  af88b3b... fix quoting issue that prevented some dropped folders from  (*)
  8f583e6... use the right icon for the applet (*)
  5b549b4... fix typo. (*)
  d9bb986... Problem pointed out by Curtis Magyar <cumagyar mts net> in  (*)
  822cb0a... don't include spaces in the factories "name" argument. (*)
  83f936c... don't include spaces in the "name" argument to the factory  (*)
  1f97c59... trap X errors. Partial fix for bug #128317. (*)
  b4dc55f... new launcher icon from Jakub Steiner. (*)
  002a62d... Back in 2.4, we messed up by not realising that the new con (*)
  80ea187... help/it/clock/clock-it.omf help/it/clock/clock.xml (*)
  7adec58... remove the new launcher icon - its already in gnome-icon-th (*)
  00fcb03... Updated Czech translation. (*)
  5c4ee9f... Updated Persian translation. (*)
  a384eae... Stop using deprecated gnome_i18n_get_language_list(). (*)
  a8ba790... gnome-panel doesn't need menu-ditem.[ch] and gnome_desktop_ (*)
  7b153fc... Updated British translation. (*)
  2ad1455... Updated German translation. (*)
  ab8b475... Use new GTK+ HIG message dialog API. (*)
  063cf15... Updated Czech translation. (*)
  67dbcd7... When entering percentages for actions, accept percentage si (*)
  42c761d... Updated Spanish translation (*)
  e138516... Updated Canadian English translation. (*)
  61fa26d... remove these functions (panel_properties_dialog_toplevel_no (*)
  931d322... Updated Simplified Chinese translation (*)
  d453295... Updated Albanian translation by Elian Myftiu. (*)
  4058246... ignore the delete event. Patch from Sebastian Kapfer <sebas (*)
  4ceea45... Updated British translation. (*)
  b98d06f... reviewed by: Mark McLoughlin <mark skynet ie> (*)
  e5b8ce3... fix wrong bug reference (*)
  a234cb0... Bump gnome-vfs required version (*)
  eff93f5... don't require gnome-vfs-module-2.0 anymore. (*)
  27a5b8b... fix brokeness. (*)
  aa7540c... Updated Danish translation. (*)
  588b850... Patch from Alex Larsson. (*)
  3315483... Update (*)
  f2d8480... Include mime-handlers, not application-registry (*)
  a09cedf... Patch from Matthias Clasen <mclasen redhat com> in bug #156 (*)
  fff7ae8... Why create launcher that call nautilus? Fix bug #159535. (*)
  3b890b7... Patch from Romain Baffet <rbaffert0-pub yahoo fr> in bug #1 (*)
  89ae122... Updated Malay translation. (*)
  b51f516... Add a gconf key to show/hide the week numbers in the calend (*)
  eacad11... Updated Canadian English translation. (*)
  4346341... Added "nso" to ALL_LINGUAS. Added Afrikaans translation by  (*)
  5ee5d02... fix applet name in the about dialog (*)
  0ea9b62... Updated Danish translation. (*)
  60d3601... fix distcheck (*)
  00cab99... Version 2.9.2. (*)
  b7d858d... post-release bump to 2.9.3. (*)
  5d81cc7... Updated Spanish translation. (*)
  175ab34... I don't like FIXMEs. Let's try to fix most of them. (*)
  cf4d378... Fix gnome-panel part of bug #148171, and rework the code (*)
  c012dfe... add an argument to specify if the dialog should be automati (*)
  20e7fa3... Correctly update the orientation hint and allow "size-alloc (*)
  71c6bbf... Updated Northern Sotho translation. (*)
  82f22af... Updated Danish translation. (*)
  c88e774... use gnome_icon_lookup() to find the icon for the dropped UR (*)
  2c3e8e8... don't leak the icon (*)
  2c48877... fix warning. (*)
  b5da489... update for addition of new arg to panel_error_dialog. Fixes (*)
  da859d1... more warnings - @auto_destroy is the third arg, not the fou (*)
  40a6d64... Updated Czech translation. (*)
  c8e13cd... Updated Canadian English translation. (*)
  98afd6f... Updated Lithuanian translation. (*)
  dbf6a5e... renamed to... (panel_menu_bar_show_menu): new function (*)
  eced05d... Updated Canadian English translation. (*)
  6ea536c... Updated Spanish translation. (*)
  406ebf1... Update Update (*)
  4ded86e... The menu bar now uses the panel background too. Fix bug #15 (*)
  853f427... Remove some stock icons and directly use the icon names ins (*)
  32754f9... setup the drag icon too. It's waaaaaayyyy nicer :-) (append (*)
  e1a5393... 2004-12-05 Updated ja.po. T.Aihana <aihana gnome gr jp> (*)
  598ee0e... Don't actually reload the the menu tree until the menu is t (*)
  7e5aae3... Updated Czech translation. (*)
  580e638... First step in trying to make menu.c cleaner: move the panel (*)
  9aa124d... add gnome-panel/panel-context-menu.c. (*)
  130c8ad... Forgot to commit the changelog :-) (*)
  6a041ec... Added "zu" to ALL_LINGUAS. (*)
  357f0a7... Updated British translation. (*)
  b747fcb... Fixed typos in Thai translation. (*)
  fcf9249... add FIXME so we don't forget to add the right icon for drag (*)
  9426517... Fix for #160676 base on a patch from Srirama Sharma (*)
  0024420... data is static (panel_addto_query_applets): free the data w (*)
  d4e9a33... fix memory corruption (the callback data for gtk_widget_des (*)
  b83e163... use add_menu_separator (). Sometimes the separator disappea (*)
  29b1d43... Use startup notification when launching gnome-search-tool. (*)
  18efc52... Updated Thai translation. (*)
  9b3ba29... Don't use only the 48x48 icons for button widgets. (*)
  a4d1f79... HIGify the "Delete this Panel..." dialog. (*)
  5f00fb8... don't queue auto-hide here (drag_leave_cb): queue it here F (*)
  2b675c2... 100% API coverage. (*)
  13dfb36... Updated Canadian English translation. (*)
  f4f082a... The drawer context menu is now the same if you click on the (*)
  53e9a3e... Add a "Launch" menu item to the launcher context menu (*)
  7451c2c... Updated Czech translation. (*)
  c002aa8... Fix removal of the last applet/object that could not get re (*)
  b27bb0e... Updated Canadian English translation. (*)
  4e82890... copy the area at the right place, so we get the expected pi (*)
  ffb6b9b... get the right pixmap background when the applet has an hand (*)
  90f1aa2... better fix. (*)
  b474afa... Fix pixmap background when moving the menu bar. (*)
  dae9e8d... do not forget to remove the pointer to PANEL_APPLET_DATA. F (*)
  f441660... Updated vi.po (*)
  be48ca4... Updated vi.po (*)
  f9fcd54... Fix 100% CPU usage when closing drawers. I'm not sure this  (*)
  bff90a2... brown paper fix (*)
  76032d1... I've bought a brain. Now the code looks better. Even if it  (*)
  97458e1... make it easier to center a toplevel by using SNAP_TOLERANCE (*)
  9a1775a... updated small update (*)
  17928fe... Version 2.9.3. (*)
  47f4310... post-release bump to 2.9.4. (*)
  0640673... close parent drawers of a drawer when a launcher is launche (*)
  bbc97d7... Update Update (*)
  9e14d9d... Updated Russian translation (*)
  8cc945e... commit correct file (*)
  8a92030... disconnect the size-changed signal handlers if they exist b (*)
  a05d91d... new function to know the depth of a toplevel (useful for dr (*)
  d19dc31... reset the hide timeout id. Fix autohiding not always workin (*)
  40ecdc4... Update Russian translation (*)
  bead287... 2004-12-24 Updated ja.po. T.Aihana <aihana gnome gr jp> (*)
  e0c1709... Updated Czech translation. (*)
  aafcae4... Updated Spanish translation. (*)
  8d20cbb... Fix a typo. (*)
  4d06b2e... only open background images from regular files. Based on pa (*)
  0b0f7a2... fix invalid read of size 4. Thanks to Kjartan for finding t (*)
  f96dd76... Added missing file. Removed no longer existing file. Update (*)
  c54ed67... Updated Lithuanian translation. (*)
  55da308... small update (panel_addto_name_change): fix displayed strin (*)
  24b89aa... Patch by Mark McLoughlin. Fix bug #130308. (*)
  cfc4578... fix the algorithm for some weird layouts (where n_workspace (*)
  289e063... remove useless FIXME ditto (*)
  b2c2d30... use gtk_button_set_use_stock() only once. (*)
  c9d2b29... Port the GnomeFileEntry in the property dialog to GtkFileCh (*)
  84e66fa... we don't need to always create (and leak) tooltips (*)
  0794e41... new function to set the tooltip (window_list_applet_fill):  (*)
  0c89e95... better name for the applet (*)
  61628f5... revert previous commit because the tasklist widget has tool (*)
  6d9f025... Make Lock menu item HIG compliant. Based on patch from Madh (*)
  5d2f21c... Update the Lock check menu item when the gconf key changes  (*)
  074f298... Rework code for the disable_command_line lockdown key. It's (*)
  c6859a6... Updated Czech translation. (*)
  d529ea9... remove default panel names since we now have sane wording f (*)
  e6ef6ca... update based on Fedora spec file (*)
  2acdd31... Fix applet handles in RTL environment. Partial fix for bug  (*)
  8774f97... Updated Greek Translation. (*)
  4126207... 2005-01-03 Updated ja.po. T.Aihana <aihana gnome gr jp> (*)
  2afbf2e... 2005-01-03 Fixed a translation. T.Aihana <aihana gnome gr j (*)
  b3d7b9e... killed (workspace_switcher_applet_fill): don't call set_too (*)
  a9e8c1b... kill HAVE_GTK_MULTIHEAD (*)
  6af614e... Fix bug #140574 (*)
  a5150fc... Updated Canadian English translation. (*)
  6a1e90f... Updated Italian translation. (*)
  167c523... Patch by Søren Sandmann and me. Fixes bug 160450. (*)
  31ce232... Add a focus line around the menu bar applet when navigating (*)
  45a91ba... Based on a patch by Raffaele Sandrini <rasa gmx ch> (*)
  4e647ab... Noted by Eugene O'Connor in bug #92277 (*)
  e0c8402... Updated Lithuanian translation. (*)
  d6b7599... Updated Canadian English translation. (*)
  954939e... Updated Spanish translation. (*)
  5a2aed9... draw animation when dropping files on a launcher Fix bug #1 (*)
  c444c30... require latest gnome-menus for menu_tree_entry_get_parent() (*)
  82db468... Fix crasher when moving a menu button between panels. Bug # (*)
  a99a607... New function to allow applets to request focus, since DOCK  (*)
  768a37c... split these out from request_focus() ... (panel_applet_requ (*)
  7dc1708... Updated Albanian translation by Elian Myftiu. (*)
  ffda3a4... Use header capitalization, "Add to Drawer...". (*)
  1c0c17b... seTiEbemGnom (*)
  cbb68c1... Updated Czech translation. (*)
  5ed9aba... Prevent panel_applet_request_focus from failing for in-proc (*)
  9800f86... Updated Canadian English translation. (*)
  6a396c5... New menu layout. See bug #161613 (*)
  8dc5a14... Forgot to commit this one. (*)
  7ddd843... Don't draw handles for drawers. Fix bug #142656. (*)
  48ecfb2... HIG work on the "Add to Panel" dialog. Fix bug #163317 Orig (*)
  6bc4c5d... Updated Canadian English translation. (*)
  e0da6f8... don't set toplevel name to Drawer if the tooltip is not set (*)
  8afd612... don't try to remove the busy cursor when an error dialog is (*)
  7b24011... call gnome_authentication_manager_init() because the user m (*)
  25cbeda... Remove Shutdown/Reboot menu items again - we couldn't figur (*)
  a80cd69... Activate show desktop button on drag an drop Patch from Mac (*)
  359f4ed... remove FIXME (*)
  53ad437... 100% API coverage. (*)
  4801da9... Version 2.9.4. (*)
  64a727c... post-release bump to 2.9.90. (*)
  7f8cd22... Updated Czech translation. (*)
  233a212... Update Update (*)
  9b7cc36... Get the screen right for the attached toplevel widget. Fixe (*)
  730704c... Updated Lithuanian translation. (*)
  2812f32... don't open the .desktop file to get the exec while matching (*)
  6323760... require gnome-menus 2.9.4.1. (*)
  8ce408c... Updated Spanish translation. (*)
  dfdc962... Add GdkScreen as parameter. Pass the GdkScreen to get the r (*)
  30ba54a... get the help window on the right screen. Fixes #134027 (*)
  794192f... fix spacing/border sizes. Fix bug #163317 again. (*)
  e027217... don't set a key if there's no value. Fix crasher #146768. (*)
  47d1261... Use gtk dnd threshold value for snap tolerance Fix bug #107 (*)
  9cc538c... Dimm the icon if the window is minimized. Bug #163854. (*)
  f1decae... Forgot the ChangeLog. (*)
  a45cc97... Try to make the menu position algorithm better. Fix bug #11 (*)
  4a49927... Try to make the menu position algorithm better. Fix bug #11 (*)
  9530f6f... unset StartupNotify in the .desktop file when editing the c (*)
  9c11cc3... explicitly show the submenu item. Fix item not showing afte (*)
  20a11d4... Patch from Arvind Samptur <arvind samptur wipro com> (*)
  70d5073... Updated Albanian translation by Elian Myftiu. (*)
  7679fd5... unescape the uri before creating the GnomeVFSURI Fix bug #1 (*)
  e62a34c... connect to the "changed" signal only while the model is ali (*)
  b9b03b8... Add a help button when creating a new .desktop file on the  (*)
  cc00783... Add "Connect to Server" item to the Places menu. (*)
  98edc24... done (*)
  5764b4a... Updated Canadian English translation. (*)
  15b1842... Updated Canadian English translation. (*)
  c3c59a4... 2005-01-15 Updated ja.po. T.Aihana <aihana gnome gr jp> (*)
  901956f... 2005-01-15 Fixed translation changes. T.Aihana <aihana gnom (*)
  cb86d14... Updated Spanish translation. (*)
  e85a583... Updated Lithuanian translation. (*)
  c46a649... Update Update (*)
  f4516d2... require libglade 2.5.0 (*)
  5e9349d... Updated Albanian translation by Elian Myftiu. (*)
  a685237... Updated Bulgarian translation by Vladimir Petkov <vpetkov i (*)
  98b7f58... Updated German translation. (*)
  118250e... Updated Czech translation. (*)
  feb8c29... Updated Thai translation. (*)
  7dc1c42... Update here too. Will we make it to supported state? The ra (*)
  925af69... Updated Spanish translation (*)
  17720f4... Added Nepali Translation (*)
  2dfb9f0... Updated Simplified Chinese translation (*)
  7a3438a... Updated Slovak translation. (*)
  a52cc6f... move "Lock To Panel" at the bottom ditto Fix bug #164903 (*)
  be024c2... only scale the icon if the height *and* (and not *or*) the  (*)
  b287bdd... Updated Swedish translation. (*)
  1251f05... German translation bugfix. (*)
  610ee51... update the Desktop tooltip and change string for "Desktop"  (*)
  43e3e9b... Updated German translation. (*)
  755f6ca... Version 2.9.90. (*)
  28dc979... post-release bump to 2.9.91. (*)
  63d7029... Remove all the widget creation code, which is now in libwnc (*)
  d130b61... updated from libegg (*)
  96c0e44... Updated Simplified Chinese translation (*)
  b138335... Updated Canadian English translation. (*)
  3e45afa... Updated Japanese translation for v2.9.90. (*)
  bdbb2d5... Updated Russian translation (*)
  af9fc97... killed since this is not used (*)
  5e35538... removed. I think these files come from gnome-core... (*)
  adb9b9f... killed, the mailcheck applet has been moved to gnome-applet (*)
  dee3296... require libwnck 2.9.91 (*)
  1bea1c5... Updated Thai translation. (*)
  19aa343... Updated Spanish translation. (*)
  49ef21f... updated from libegg updated because of API change in eggacc (*)
  8c01af0... Updated Lithuanian translation. (*)
  2e4c274... ajdefu (*)
  dbb7742... Updated Portuguese translation. (*)
  4b62d3a... Original patch from Arvind Samptur <arvind samptur wipro co (*)
  ac3a965... Updated Czech translation. (*)
  31ea5a0... Update Update (*)
  81915f5... try to migrate the launcher from the applications: scheme w (*)
  f531e8f... build panel-default-setup.entries with ${datadir}/applicati (*)
  2ab864d... remove inlinepixbufs.h remove stuff related to inlinepixbuf (*)
  1f9d55a... add panel-default-setup.entries (*)
  a93fa94... not needed anymore (was used for esd) clean up (*)
  b41f899... Translation updated by Reinout van Schouwen. (*)
  bff634f... Change icon on theme change. Based on patch from Paolo Bore (*)
  0101aee... Use GtkIconTheme instead of GnomeIconTheme (*)
  437274b... Updated Canadian English translation. (*)
  40a1e80... Updated Simplified Chinese translation (*)
  9420207... Move away from GnomeIconTheme. Still some work to do to use (*)
  9267ff4... Updated Albanian translation by Elian Myftiu. (*)
  92c5ab5... Updated pt_BR translation (*)
  02ac1ae... Updated Spanish translation. (*)
  ce85b77... Try to get rid of most of our stock icons. (*)
  b567904... change the pager shadow type too so image backgrounds look  (*)
  ad4beaa... Updated Lithuanian translation. (*)
  f595217... fix positionning algorithm so that the all menu is always o (*)
  96f3379... fix positionning algorithm so that the all menu is always o (*)
  da2b4ec... better fix for bug #156711, without breaking Fitt's law. (*)
  69ceee5... Translation updated. (*)
  79bf7d0... Updated Bulgarian translation by Vladimir Petkov <vpetkov i (*)
  1fde0fc... Updated Czech translation. (*)
  b6e2991... Allow use of the whole screen when hiding a panel Fix bug # (*)
  4c02248... Updated Albanian translation by Elian Myftiu. (*)
  d1efa1b... get the filename corresponding to the MenuTree and use it t (*)
  2db1958... plug leak found by Elijah (*)
  27e8330... new directory require automake 1.8 set the macro dir Fix bu (*)
  e446958... Translation updated by Ivar Smolin. (*)
  9a4483e... clean up, don't change the icon if the new one is the same  (*)
  2ea6986... Follow the panel size, even on vertical panels. Fixes #1658 (*)
  3fd770b... set minimum for the spin to the minimum we calculate in pan (*)
  e8017a8... don't assert that entry != NULL since this can happen on it (*)
  27f1416... make sure the translations of the default clock format are  (*)
  7696a09... update the background if we needed to change the allocated  (*)
  27570d3... don't update the icon if we don't have the icon theme yet (*)
  061ff48... fix the screen setting for the dialog (*)
  a0ebffe... add comment from Christian Rose properly explaining how to  (*)
  c32178e... ran "make update-po" to make sure the new explanation on ho (*)
  9ebc9c0... remove old stuff add comment for translators (*)
  ca24ae5... Translation updated by Ivar Smolin. (*)
  2ac72fc... Updated Korean translation. (*)
  09bb71f... Share some code in wncklet.c since it's used by many applet (*)
  1511d6e... Change the DnD icon to the dragged applet one in the "Add t (*)
  285ebc9... sync with libegg to get fix for bug #160531 (*)
  acd3c6f... Updated Danish translation. (*)
  7ad921c... Make "Run application" faster. Based on patch by Frank Wors (*)
  7e2dd8e... Update Update (*)
  2fce3e1... remove gnome-run, it's in gnome-icon-theme now Window Menu  (*)
  c036524... Patch by Muktha <muktha narayan wipro com> (*)
  59237b7... Patch by Dennis Cranston <dennis_cranston yahoo com> Fix bu (*)
  99c72c3... Recreate the applications menu when the disable_command_lin (*)
  89f1db6... use the new gnome_desktop_item_set_launch_time() API. Fixes (*)
  c767176... Why do I always notice typos in ChangeLog entries after com (*)
  7198ddd... Updated Lithuanian translation. (*)
  2c00ae7... Updated Canadian English translation. (*)
  e729357... don't forget to depend on the newest version of gnome-deskt (*)
  1549c5e... Updated Finnish translation. (*)
  e97496b... Don't snap an non-expanded toplevel to a screen edge if the (*)
  be514dd... Updated Spanish translation. (*)
  21827d6... Updated Simplified Chinese translation (*)
  037bd8f... Updated Czech translation. (*)
  0ff3270... move some code around to avoid improbable leak (*)
  0cda953... add missing file add files (*)
  2fcdd57... fix distcheck (*)
  9958836... Version 2.9.91. (*)
  a7461d9... post-release bump to 2.9.92. (*)
  e8f4a2c... Updated Catalan translation. (*)
  6df6aa1... Update Update (*)
  a409907... Updated German translation. (*)
  b2520c4... Removed no longer existing files. Updated Swedish translati (*)
  cd13b72... list bookmarks in the right order, not reverse order. Fix b (*)
  2a9a607... simplify. Patch by Luca Ferretti <elle uca libero it> Fix b (*)
  e484b9f... simplify. Patch by Luca Ferretti <elle uca libero it> Fix b (*)
  7b32d9f... simplify. Patch by Luca Ferretti <elle uca libero it> Fix b (*)
  40c829f... simplify. Patch by Luca Ferretti <elle uca libero it> Fix b (*)
  15f48c2... simplify. Patch by Luca Ferretti <elle uca libero it> Fix b (*)
  0a18492... Updated Greek Translation. (*)
  2fa70b3... Updated Japanese translation for v2.9.91. (*)
  542a7b8... Updated Slovak translation. (*)
  101162d... Translation updated by Reinout van Schouwen. (*)
  9c7f9d3... Updated British translation. (*)
  649ef72... Updated French translation, from Baptiste Mille-Mathias <bm (*)
  c0dd889... Update. It seems intltool-0.31.2 is too old to pick up the  (*)
  6f7194e... fix icon loader so that it can find icons that are not icon (*)
  04c8373... be.po: Updated Belarusian translation from Belarusian team  (*)
  882bdee... Update Ukrainian translation. (*)
  4c5c4c9... Updated Korean translation. (*)
  93f445e... Nuke more «applet» exposure. Same (*)
  bb1d498... Update English (British) translation. (*)
  61945d1... don't set the error message if the variable is NULL. Fix cr (*)
  efd16a2... Updated Bulgarian translation by Alexander Shopov <ash cont (*)
  14ddc3e... Updated Italian translation. (*)
  11e82ad... don't load a pixbuf if we don't have an icon theme yet, don (*)
  6561cda... the GnomeDesktopItem is now modified since we use (*)
  75c4998... Updated Greek Translation. (*)
  795a7d4... Translation updated by Ivar Smolin. (*)
  d089ea7... add new file (no new string there, but only strings moved f (*)
  dacafb9... Synchronize the main menu layout with the menu bar layout F (*)
  c4a8b55... fix update of the clock to happen every minute and not ever (*)
  6a9a8ed... Updated Greek Translation. (*)
  9bed28c... Updated Czech translation (*)
  c433fda... use effective type of the background to build the string. F (*)
  c5459a8... Updated pt_BR translation (*)
  fa949dc... Hungarian translation updated by Gabor Kelemen. (*)
  62c5dd8... Updated French translation. (*)
  fdf7a73... Fix typo Fix typo (*)
  e0c4e4b... Updated Portuguese translation. (*)
  3d6af98... pass timestamp parameter to handle libwnck API change. Fix  (*)
  a6a1b05... need to depend on newest version of libwnck due to an API c (*)
  0b46b99... Updated Albanian translation by Elian Myftiu. (*)
  5fb27f5... Updated Thai translation. (*)
  007f7b7... Updated Danish translation. (*)
  37e5b2f... ankit redhat com * Updated Gujarati Translation (*)
  efb4949... Patch by Vijaykumar Patwari <vijaykumar patwari wipro com> (*)
  7f07e5b... Updated Bulgarian translation by Vladimir Petkov <vpetkov i (*)
  f2239d2... fix leak (panel_recent_append_documents_menuà: fix huge le (*)
  6ff05fe... unref the monitor (*)
  0bc524c... use the right list so we don't have a leak. Should help for (*)
  5c522d2... don't leak the style (*)
  c107a29... don't leak the style (*)
  5f79d67... don't leak the style (*)
  dbf923b... don't leak the style (*)
  d7ac3a2... Fix leak of pixbufs and models in "Add to panel" dialog. (*)
  51f019c... don't leak the style (*)
  8447ffa... support possible new format for GTK+ bookmarks. See bug #13 (*)
  7bfe1ba... Updated Greek Translation. (*)
  c1b4c37... Updated German translation. (*)
  bf81ab5... Updated traditional Chinese translation from GNOME HK Team (*)
  6d6a81c... initialize new fields in the structure (*)
  85715c3... updated (*)
  3176824... Version 2.9.92. (*)
  14dbcc3... post-release bump to 2.10.0. (*)
  048fb0d... fixedbug (*)
  be5d12d... update by amanpreetalam yahoo com (*)
  ffb8eea... Updated Serbian translation. (*)
  fedb6a4... Updated Romanian translation. (*)
  3770eb5... Updated Romanian translation. (*)
  1951145... Updated Romanian translation. (*)
  22ee274... get rid of context in translations for "Desktop Environment (*)
  86e74d5... Updated Russian translation (*)
  819634e... Fix build. (*)
  e76646f... Updated Lithuanian translation by Gintautas Miliauskas. (*)
  7e5b550... Added Ukrainian translation of the manual. (*)
  84c867e... Updated vi.po (*)
  166c403... Updated Polish translation by GNOME PL Team. (*)
  1829755... Updated Thai translation. (*)
  f3c7882... Updated Greek translation (*)
  07d7212... Typo fix. (*)
  8a3ed95... Updated Simplified Chinese translation (*)
  19c3b5d... Updated French translation. (*)
  84167da... Small fix. (*)
  6dd9722... Translation updated. (*)
  3cb55cf... Version 2.10.0. (*)
  6164638... post-release bump to 2.10.1. (*)
  0106b9b... add check for the d_type field in dirent added (*)
  993fb14... small update for generation of *.entries fix compilation on (*)
  30bcef2... Updated Turkish Translation by Seha Islam (*)
  5e29f3c... Updated Danish translation. (*)
  008a0aa... Added Xhosa translation. Added "xh" to ALL_LINGUAS. (*)
  1ed587c... Updated Canadian English translation. (*)
  5ff4759... Updated Catalan translation. (*)
  059bcd0... Fixed #170917. (*)
  a2d4ba4... bump version to 2.11.1 post branching. (*)
  a323ec4... Based on a patch from Frederic Crozat in bug #164310 (*)
  0c10e66... require gnome-menus 2.11.1. (*)
  8cdedba... do not select files with an empty name, but unselect all fi (*)
  9733798... Make the panel more robust when the object/applet/toplevel  (*)
  214e97d... Remove "Run application" from the menus. Fix bug #167090 (*)
  35cba96... Patch by Fernando Villacis Postigo <fvillacis csnat unt edu (*)
  d7212ce... remove unused variable panel_toplevel_new does not exist an (*)
  6520140... Updated Canadian English translation. (*)
  3db8113... load the pixbuf here since it's most probably not loaded ye (*)
  cfdd679... Updated traditional Chinese translation from GNOME HK Team (*)
  ab08795... move "Properties" above "Delete This Panel" Fix bug #167133 (*)
  d87d616... load the menu directory for the menu if it's not already lo (*)
  2a6e91c... Updated Czech translation. (*)
  ad569d2... only accept numeric values for the spinner Fix bug #171769, (*)
  b1ae5c2... fix tooltips not appearing when it contains a %, without br (*)
  ba84692... Updated German translation. (*)
  84f64c0... Added new Language, Kinyarwanda (rw), to this package (*)
  ea151d2... use g_filename_display_basename/g_filename_display_name to  (*)
  64687a8... Quick typo fix; it was annoying me. (*)
  dd8968c... help/uk/clock/.cvsignore help/uk/fish/.cvsignore (*)
  3d61c35... fix usages of filenames encoded in UTF-8 and the locale use (*)
  dfc4b2b... Fixed translation for tooltip on gnome-menu. (*)
  48ea989... If the window in question is created by us then don't kill  (*)
  ca55af9... Fix typo in clock-uk.omf (*)
  227b104... panel-addto.c: (panel_addto_make_application_model), panel- (*)
  dc45130... Fix some warnings. (*)
  b824d22... update for libgnome-menu API renaming. (*)
  ba95c9f... Updated Albanian translation by Elian Myftiu. (*)
  f5fd44f... Updated British English translation. (*)
  e932e11... don't call textdomain() from shlib applets. Should fix repo (*)
  2a78b64... Don't try to unref view when menu is deleted. (*)
  cb69381... Don't crash if the key is unset. (*)
  e1ffd43... Fudge a fix for "moved the panel to the left, now I can't m (*)
  ca7499e... Revert reference unref removal, it is causing crash. (*)
  396a07f... Updated Greek Translation. (*)
  4949d44... Updated Spanish translation. (*)
  dfe6d05... Translation updated by Ivar Smolin. (*)
  d8c92d0... Re-work so that it returns the newly created EggRecentViewG (*)
  1ddb3ef... elaborate a bit (*)
  40ff646... Fix crasher with recent items menu - bug #170660 (*)
  3232ce2... Remove a comment that applied to old code that should have  (*)
  a2baf1a... Fix "dialogs pop up under panel dialogs" issue by making ea (*)
  0f52423... Updated Greek Translation. (*)
  563ced6... Updated Bulgarian translation by Vladimir Petkov <vpetkov i (*)
  8d36215... Add an "Edit Menus" menu item to the menu bar and menu butt (*)
  0eb703a... Version 2.11.1. (*)
  d4ace9e... post-release bump to 2.11.2 (*)
  4a66397... Updated Japanese translation for v2.11.1. (*)
  eda73e1... Updated Canadian English translation. (*)
  c414fd8... Add "Add this launcher to desktop" menuitem to launcher con (*)
  82275ab... Updated Czech translation. (*)
  651bad1... Updated Canadian English translation. (*)
  070d646... Update Update (*)
  6212b09... update my e-mail address (*)
  455bb3a... Updated Czech translation. (*)
  4109a9b... Don't use a title on alert dialogs per HIG. Fixes #302918. (*)
  1b244a2... Added "hy" to ALL_LINGUAS. Added Armenian translation by No (*)
  b2b1e5e... Oops, correcting the name... (*)
  55303f7... *** empty log message *** (*)
  06ba8cb... Updated Thai translation. (*)
  4fb5039... Patch by Kjartan Maraas <kmaraas gnome org>. Fixes bug #301 (*)
  c279aec... Patch by Ryan Lortie <desrt desrt ca>. Fixes bug #306583. (*)
  658fb8c... synchronize with libegg (*)
  cfac905... Preload menu in the idle loop. Fix bug #164574. (*)
  7320b46... kill useless settings (panel_global_config_set_entry): don' (*)
  5347e93... Add gnome-screensaver support. Fixes bug #302348. Patch by  (*)
  1809ae6... Fix bug #153106 (*)
  11561bf... Unref the pixbuf here. Gtk+ takes it's own reference so we  (*)
  2e19030... Sort task list by priority. (*)
  711ccf0... Updated Spanish translation. (*)
  4461095... tmpl/panel-applet-gconf.sgml small automatic update (*)
  4dde0c9... version 2.11.3 (skipping 2.11.2...) (*)
  1b8f149... post-release bump to 2.11.4 (*)
  ca208dc... rename from panel_profile_get_enable_autocomplete() and loo (*)
  8c8e35f... Fix a couple more leaks. (*)
  a8d8ac5... Updated Bulgarian translation by Vladimir Petkov <vpetkov i (*)
  068609a... Updated Persian translation by Masoud Ahmadnezhad <masoud b (*)
  a7ffd48... Updated Canadian English translation. (*)
  45a3ef4... Updated Simplified Chinese translation (*)
  34f77d9... Updated Danish translation. (*)
  0cfde6e... Avoid getting two error dialogs when an applet crashes. Pat (*)
  347cfdf... Updated Japanese translation for v2.11.3. (*)
  0e59fe0... Updated Hebrew translation by Yuval Tanny <tanai int gov il (*)
  33fb049... Updated Czech translation. (*)
  a56000e... Fixed the language of one string. (*)
  acd4851... Updated Albanian translation by Elian Myftiu. (*)
  9671ea2... Plug a leak. Closes bug #307492. (*)
  98a2202... Right ChangeLog please (*)
  f79311c... Updated Thai translation. (*)
  2bd472b... Updated Persian translation by Meelad Zakaria <meelad farsi (*)
  fffdb24... change the default launchers to Epiphany & Evolution Mail S (*)
  a3d30ca... update (*)
  0a2ec57... Fixed minor typos in Thai translation. (*)
  94a176f... Translation updated by Ivar Smolin. (*)
  1bf38aa... Updated Norwegian bokmål translation. Same (*)
  94dc7f5... fix language team reference (*)
  f8b03ad... Translation updated by Reinout van Schouwen. (*)
  5a40752... fix the reference to the user guide (Closes: #308807). (*)
  b2cdb4d... Updated Slovak translation. (*)
  f7bbcdb... Fix for: https://bugzilla.redhat.com/160439 (*)
  bdbc5ec... translated 100% (*)
  5fa641e... translated 100% (*)
  66ff9d1... version 2.11.4 (*)
  b7556de... post-release bump to 2.11.5 (*)
  c5782fd... updated from libegg (*)
  324569c... Fixed German translation by Jens Seidel <jensseidel users s (*)
  1c705bd... version 2.11.5 (*)
  104d100... post-release bump to 2.11.90 (*)
  b0d2d0f... Translation updated by Ivar Smolin. (*)
  ea25281... Updated Hebrew translation. (*)
  2e119c9... Free stuff *after* we're finished using it. Closes bug #309 (*)
  c41c755... Use g_ascii_strcasecmp() instead of strcasecmp() to partly  (*)
  af7f78c... Updated French translation. (*)
  8e15014... only show the date in the tooltip if the applet is set up t (*)
  37b2d63... Updated Canadian English translation. (*)
  11edc8c... create the ChangeLog here new subdirs killed (*)
  d8241d7... Move to gnome-doc-utils, yay! (*)
  fdd4acc... Forgot to remove this file. (*)
  c89b8bd... Added Serbian translation of clock docs. (*)
  9de560e... updated (*)
  6909a21... make the files valid docbook files (*)
  19c4a5f... add gnome-doc-utils.make to DISTCLEANFILES (*)
  2b78b3e... goodness, how many years is it since we renamed the panel b (*)
  6caf31d... Updated Serbian translation of clock applet docs. (*)
  47988d4... Updated Japanese translation for v2.11.5. (*)
  56c079a... Added de, es, fr. (*)
  28daee0... added support for SuSE's YAST datetime config tool. (try_co (*)
  403b1a8... Added it, ja, ko, sv, uk, zh_CN, zh_TW. (*)
  2a1ca96... sync with libegg. Contains fixes for bugs #165231, #162122, (*)
  7eef5b6... fix help (*)
  d7f0115... Updated Slovak translation. (*)
  73ec103... Translation updated by Ivar Smolin. (*)
  8ec6337... declare clock_check_config_tool() so that it compiles (fill (*)
  696589c... Updated Translations (*)
  b2ddd4f... Fix warning and some logic errors. (*)
  7204444... Fixes bug #302223 - rectangular buttons get scaled incorrec (*)
  c437556... Fix for #302223 requires gdk_pixbuf_new_from_file_at_size() (*)
  c5a1765... unleash the hush puppies (*)
  ac81f43... hush (*)
  15cce78... vi.po: Updated Vietnamese translation. (*)
  62e69e9... Merged from gnome-2.10 (*)
  8ab8fa1... Fix crasher from the fix for bug #163197 (*)
  3d55a43... Updated Spanish translation. (*)
  5ca3d21... Fix for bug #311197 (*)
  16c0e63... Updated Thai translation. (*)
  9cca16a... vi.po: Updated Vietnamese translation. (*)
  3213b72... done (*)
  7728193... Fixes last of the "panel writes to various GConf keys at lo (*)
  53265c7... nl/* New Dutch translation by Myckel Habets. Added nl to li (*)
  88c2205... And don't forget the ChangeLog file itself... :) (*)
  58f3478... Updated Czech translation. (*)
  aa8cfab... Updated Norwegian bokmål translation. Same (*)
  9ba5cb7... Updated Finnish translation (*)
  2091499... Patch from Jaap A. Haitsma <jaap haitsma org> in bug #30990 (*)
  c88d618... Rotate the menu bar on vertical panels using new gtk+ cooln (*)
  f8f5716... fix incorrect markup (*)
  c55ea79... hush (*)
  4e05597... Version 2.11.90. (*)
  23cb7e8... post-release bump to 2.11.91. (*)
  f88e061... updated by rranjan redhat com (*)
  b17a556... Bulk changes to Finnish strings (*)
  d24a305... Updated Bulgarian translation by Vladimir Petkov <vpetkov i (*)
  40a0c15... Updated Simplified Chinese translation (*)
  4fd536f... Updated Hebrew translation by Yuval Tanai. (*)
  f6308a6... Bulk change to fi.po: (gnome-fi.org to gnome.fi) (*)
  2f2774c... Updated Dutch translation. (*)
  33e3562... clock: Added Dutch translation. workspace-switcher/ChangeLo (*)
  52b7fa7... Translation updated. (*)
  fcc3d4d... Based on patch from Dennis Cranston <dennis_cranston yahoo  (*)
  c9f62aa... Updated Serbian translation by Slobodan Sredojevic. (*)
  cb3e836... Remove the idle handler for menus if the menu is destroyed. (*)
  e12c00a... Hungarian translation updated. (*)
  3576449... Added Telugu translation done by Prajasakti Localisation Te (*)
  3c53776... Updated Indonesian translation (*)
  33167d4... Fix valgrind warning in bug #149151 (*)
  78b9cb8... Version 2.11.91. (*)
  bf7f841... post-release bump to 2.11.92. (*)
  6bba732... Updated Polish translation by GNOME PL Team. (*)
  2713cba... Fix broken "Adjust Date & Time", https://bugzilla.redhat.co (*)
  dc5f235... workspace-switcher/es/es.po (*)
  507fd30... change email (*)
  66ea4a8... Updated Greek Translation (*)
  a17cc37... Added Spanish translation. (*)
  e6fe8de... Updated Spanish translation. (*)
  4ebfd54... Updated Spanish translation. (*)
  2366766... Updated Spanish translation. (*)
  bc28b84... Updated Spanish translation. (*)
  0226db6... Pull in fix for recent file list not getting updated when u (*)
  8ec8016... Updated Traditional Chinese translation. (*)
  ae8a545... If an applet's "locked" key is set to true and its not writ (*)
  b02ab58... Updated Portuguese translation. (*)
  4fb47cb... add Punjabi (pa) by amanpreetalam (*)
  4481939... Updated Romanian translation. (*)
  e16cec2... add notification area to the default setup (*)
  96f9683... kill the old es translation since it has been migrated (*)
  370d911... kill the old es translation since it has been migrated, sma (*)
  3cc5dfc... patch to pass "make check" (I just removed a useless <para> (*)
  32be40b... version 2.11.92 (*)
  956510e... post-release bump to 2.12.0. (*)
  cb2998c... Translation updated by Reinout van Schouwen. (*)
  aea671c... Updated Urrainian translation. (*)
  e2766ab... Updated Albanian translation by Elian Myftiu. (*)
  ae60fe1... Updated Brazilian Portuguese translation. (*)
  c64dc6a... Updated Ukrainian doc translation. (*)
  d03ace2... Removing help/uk entries from AC_OUTPUT to fix build break. (*)
  2fce8e7... evolution-mail.desktop does not exist. Use evolution.deskto (*)
  680726d... Updated Catalan translation. (*)
  286e60b... Woops, slight typo. (*)
  bf66a0b... Updated French translation. (*)
  b3cd675... Updated Korean translation by Young-Ho Cha. (*)
  a6b28e6... Updated Welsh Translation (*)
  f534c8d... Updated German translation. (*)
  9b47a13... Updated Lithuanian translation. (*)
  e74975c... Added Kurdish Translation (*)
  4226f30... Added ku to aLL_LINGUAS (*)
  ac3a8ca... Updated Italian translation. (*)
  8b9b136... Updated Russian translation (*)
  1a982a5... Updated Welsh translation. (*)
  19f30d6... updated by rranajn (*)
  53b8c30... update by amanpreetalam yahoo com (*)
  fb4aa01... Fixed some typos and strings. (*)
  701459c... Updated Armenian translation. (*)
  43e5113... version 2.12.0 (*)
  db9949d... post-release bump to 2.12.1. (*)
  5f8439b... *** empty log message *** (*)
  049233f... Updated turkish translation (*)
  8a6b9c2... Updated Spanish translation. (*)
  bc7210b... Updated Basque translation. (*)
  1a90063... Translation updated by Ivar Smolin. (*)
  c4aa04e... updated by rajeshkajha yahoo com (*)
  fc25914... Orient the text vertically on vertical panels. Only use mul (*)
  7253b24... add an argument to force a name for the item (*)
  227bb5b... vi.po: Updated Vietnamese translation. (*)
  c7ad6cf... chain to parent class finalize (panel_background_monitor_cl (*)
  4c4064e... check the value we got from panel_gconf_basename() add sani (*)
  dda4692... removed outdated strings and run "make update-po". (*)
  34a060c... don't check if the URI exists if it's not local Fix bug #30 (*)
  5b13464... Use icon names for drag and drop. Fix bug #167010. (*)
  de586e8... do as if we were loading icons for the items when there's a (*)
  8068fef... let the recent view handle the separator, correctly initial (*)
  d44e399... previous patches added back the bookmarks to directories th (*)
  bf46fe0... Workaround persistent tooltip for dnd. Fix bug #311935. (*)
  f188f5e... fix positionning algorithm so that we don't take the mouse  (*)
  de9243a... fix positionning algorithm so that we don't take the mouse  (*)
  3b8048e... Updated Hebrew translation. (*)
  0846459... Updated Slovenian translation (*)
  e719801... kill warning (kill_window_response): new, we kill the windo (*)
  5353c5e... revert the "make update-po" change. (*)
  d35cddd... Added Italian translation. (*)
  06286e4... add a terminator to all the GConfEnumStringPair tables to p (*)
  00a9440... Removed old Italian translation of help files. (*)
  9574fb9... Updated Kurdish translation (*)
  6e1eb2f... Translation updated by Ivar Smolin. (*)
  f9c2e51... Translation updated by Ivar Smolin. (*)
  265ed3d... Translation updated by Ivar Smolin. (*)
  c791319... show weeks by default. Fix bug #167753. (*)
  3db2780... set the relief of the tasklist buttons so we get nice backg (*)
  766eb18... Use authentication for calendar sources. Patch by Tommi Kom (*)
  29afc1d... remove scrollkeeper hack. Thanks gnome-doc-utils! require l (*)
  e4c307f... add gnome-doc-utils.m4 (*)
  e4ef5e3... add back the scrollkeeper hack since we need it for non-por (*)
  c70e3ee... version 2.12.1 (*)
  5d025b1... post-release bump to 2.12.2. (*)
  9ebd7f8... Updated Bulgarian translation by Vladimir Petkov <vpetkov i (*)
  4a56535... Fix gnome-desktop version requirement. (*)
  499ed1c... Translation updated by Ivar Smolin. (*)
  279ce0a... Updated Swedish translation. (*)
  b9e64a6... don't unescape URI when it's not needed. Try to synchronize (*)
  e0bc030... Translation updated by Ivar Smolin. (*)
  fcb3036... Translation updated by Hette Jeroen Visser. (*)
  07cec2d... Updated Bengali (bn) Translation:10/18 (*)
  ac1c407... Added Entry for Bengali (bn) Translation updation:10/18 (*)
  2a85f2e... Translation updated by Ivar Smolin. (*)
  ef04073... Updated Bulgarian translation by Alexander Shopov <ash cont (*)
  5e6f703... Plug a leak. only set the icon if we use the custom icon cl (*)
  fef9e45... load image file here (panel_background_set_gdk_color_no_upd (*)
  dcb3702... use right column for search Fix bug #317918 (*)
  571cd30... better description Patch by Brent Smith <gnome nextreality  (*)
  a21d0ea... change default panel size to 24. Fix bug #167328 (*)
  46d0f36... Do not use deprecated widgets. (*)
  0673489... Bye bye libart, welcome cairo. (*)
  58fd5b3... don't use deprecated functions that don't do anything anymo (*)
  0ab0ff7... update from libegg. (*)
  6e5a136... add FIXME fix warning (panel_launcher_set_dnd_enabled): add (*)
  ce93008... size and orientation combos were inverted (*)
  c230c5d... right and left orientation were inverted in the panel befor (*)
  f56a856... same for up and down... (*)
  c57e103... Updated Canadian English translation. (*)
  677fbe9... version 2.13.1 (*)
  591b3fa... post-release bump to 2.12.2. (*)
  c2a0e44... Updated Slovak translation. (*)
  a5a7cfe... fixing ruzanna's errors (*)
  894118b... Translation updated by Ivar Smolin. (*)
  c8810f1... changed word session to նիստ (*)
  3919e53... Ruzanna translation bugfixes (*)
  1470e57... Require libgnome 2.13.0. Don't bail if gnome_url_show_on_sc (*)
  750691f... Updated Spanish translation. (*)
  b0e8890... Partially move my last ChangeLog entry to gnome-panel/Chang (*)
  a8319ff... Updated Slovak translation. (*)
  0153f4d... Updated Canadian English translation. (*)
  46dc2df... Updated Czech translation. (*)
  e04a093... revert the change I made on 2005-10-24. Fixes bug #320559 (*)
  7e834bc... revert the orientation changes since the panel change has b (*)
  0567670... orientation were not used correctly (*)
  6700a1c... Updated Spanish translation. (*)
  9391dd4... Updated Thai translation. (*)
  b4fb55a... Added Kirghiz (ky) translation by Timur Jamakeev (*)
  3cdb9b0... Updated Lithuanian translation. (*)
  07d90c4... updated from libegg (*)
  d1764ac... Updated Thai translation. (*)
  e54c171... require cairo for the fish applet Fix bug #319762 (*)
  e7b295a... version 2.13.2 (*)
  b96e4c7... post-release bump to 2.13.3. (*)
  36311af... Updated Bulgarian translation by Alexander Shopov <ash cont (*)
  92eb146... *** empty log message *** (*)
  173ec58... Updated Kirghiz translation by Timur Jamakeev. (*)
  6e1845f... Updated Japanese translation for v2.13.2. (*)
  ee90ab9... kill. Nobody maintains it, I'm not even sure someone uses i (*)
  38c18e9... really revert the changes. I don't know why the commit didn (*)
  d45acf6... don't need a bonobo include here ditto remove useless inclu (*)
  48d0ac1... Updated Thai translation. (*)
  e0bc611... Updated Spanish translation. (*)
  f44469a... *** empty log message *** (*)
  2876dad... Updated Persian translation by Meelad Zakaria and Elnaz Sar (*)
  884996f... Fixed Project-Id-Version. (*)
  8dc447f... Updated Bulgarian translation by Alexander Shopov <ash cont (*)
  2f6e7f3... Updated Slovak translation. (*)
  cf55c01... Updated Albanian translation by Elian Myftiu. (*)
  28e3a84... Updated Japanese translation for HEAD, and Fixed fatal tran (*)
  6abe353... update from libegg (*)
  7012188... Updated Czech translation. (*)
  54cf686... we don't need to generate the french help Makefiles anymore (*)
  dfcbdc4... kill. I'll commit the update translations soon (*)
  8dd8476... forgot this file remove fr from subdirs (*)
  720d445... update french translation, by Christophe Bliard (*)
  b1a1673... Updated Norwegian bokmål translation. Same (*)
  b5b713c... Added missing file. Updated Canadian English translation. (*)
  5a4c2cd... Updated Thai translation. (*)
  24bcc88... Updated translation of gnome-panel. (*)
  4ae1f27... *** empty log message *** (*)
  c15e59e... Updated Slovak translation. (*)
  581ef62... Updated Spanish translation. (*)
  2793b69... Updated Lithuanian translation. (*)
  a7a9e31... Updated Norwegian bokmål translation. Same (*)
  e4fdf86... Updated Gujarati Translation (*)
  becfeb1... Brent Smith <gnome nextreality net>        updated documentation  (*)
  8e0b9e1... Updated Czech translation. (*)
  c415895... gnome-panel.spec.in is dead. Die, die! (*)
  30c7642... version 2.13.3 (*)
  2d07e1f... post-release bump to 2.13.4. (*)
  c885c32... Fix critical warning, bug #323495. (*)
  27a601c... don't report useless warning when file monitoring is not su (*)
  514a411... Check if uri is NULL before calling gnome_vfs_uri_unref (ur (*)
  a8d644b... fix path to cairo.h Fix bug #321780 (*)
  a9ab945... Add a preview widget in the image background chooser. Fix b (*)
  9525fed... remove critical warning if filename == NULL, when reopening (*)
  e57e569... why is the .desktop filename hardcoded here? Someone did so (*)
  0a52cbc... remove all non-gdu clock translations since they were all m (*)
  0f134d0... don't generate clock help files Makefiles (*)
  b646dfe... Don't crash with some themes. Thanks to Benjamin Berg for h (*)
  73ead5b... add french translation, by Christophe Bliard <christophe.bl (*)
  1eb571e... Reword a lot of error dialogs. Based on patch by Luke Worth (*)
  8412fe2... *** empty log message *** (*)
  75243c9... Updated Thai translation. (*)
  bb54da3... Update the known applications list while typing and only sh (*)
  0a8d9ac... Updated Simplified Chinese translation of gnome-panel (*)
  1ab2050... Updated Spanish translation. (*)
  16de5d7... Updated Gujarati Translations (*)
  36d0697... Updated Japanese translation for v2.13.3. (*)
  a58bf0c... Make task activation work correctly for filtered model. Fix (*)
  6776b90... show the widget after we connected all the signals. Fix a b (*)
  e49c400... rename compare_priority() to compare_tasks() (compare_tasks (*)
  f9fdedb... Use a close button instead of the cancel one. Fix bug #3190 (*)
  d940d99... update for Changes with Punjabi (Gurmukhi) Language (*)
  f35fa3c... Updated Lithuanian translation. (*)
  7ab7b50... Updated Canadian English translation. (*)
  c6ebee4... merged changes in manuals regarding adding applets to panel (*)
  7a2306d... Updated Thai translation. (*)
  fc48464... Updated Finnish translation (*)
  0097b66... Add tooltips for the menu bar, hacky way. Fix bug #317781. (*)
  1cb62cc... update from libegg (*)
  d74039a... Don't do something on double/triple clicks for buttons. Fix (*)
  8bfd597... Updated Translation (*)
  716192f... Updated Canadian English translation. (*)
  be85061... use US english in the string. Thanks to Adam Weinberger <ad (*)
  8e946e1... Updated Canadian English translation. (*)
  248dbaa... Emits the background-changed signal when the allocated size (*)
  f394aba... kill (fill_clock_applet): use new libpanel-applet API inste (*)
  7901419... kill (fish_applet_instance_init): use new libpanel-applet A (*)
  6605848... kill (applet_factory): use new libpanel-applet API instead  (*)
  69898c5... kill (show_desktop_applet_fill): use new libpanel-applet AP (*)
  9f74e90... Updated Spanish translation. (*)
  1554b5f... Updated Translation (*)
  beb3aed... vi.po: Updated Vietnamese translation. (*)
  a61c12a... use panel_applet_get_background() instead of (*)
  b29dd27... Make applet handles handle transparency. Fix bug #306441. B (*)
  a8feb70... don't use a critical warning if the pixmap can be found. It (*)
  8bcb7f7... Updated Thai translation. (*)
  c933b03... renamed to on_execute_button_clicked() (load_applet_into_wi (*)
  bcd7ee8... don't show the date by default. Fix bug #313524. Don't ask  (*)
  a7a949f... Updated Finnish translation (*)
  5d7e359... Updated Spanish translation. (*)
  0121eca... Updated Canadian English translation. (*)
  645ddf5... Updated Thai translation. (*)
  e13c480... update from libegg (*)
  ea9ef02... use gnome-menus functions to get the filename of the menu (*)
  1b2d58b... vi.po: Updated Vietnamese translation. (*)
  498be0b... Hide panel menu tooltips when a menu is activated. Fixes bu (*)
  d718a79... Fix crash when a toplevel is destroyed before the location  (*)
  e80be3c... register the open dialog so that it gets destroyed when the (*)
  9ab6090... Updated Norwegian bokmål translation. Same. (*)
  d98d7b2... update for Fuzzy by aalam|@|redhat|.|com (*)
  1e4a415... Updated Translation (*)
  c817389... version 2.13.4 (*)
  5c14ad7... post-release bump to 2.13.5. (*)
  562bab9... Updated Catalan translation. (*)
  ac538a4... Updated Japanese translation for v2.13.4. (*)
  65d1a42... Fixed wrong translation. (*)
  fda74c4... update, by Christophe Bliard <christophe bliard trux info> (*)
  12b5d41... Remove the screensaver exit and restart commands. I think t (*)
  6f7ad5b... Translation updated by Reinout van Schouwen. (*)
  d5e0b8f... Updated Bulgarian translation by Vladimir Petkov <vpetkov i (*)
  a1b8ea1... *** empty log message *** (*)
  cda5f9f... notify for change here instead of... (since we want to noti (*)
  241ef41... rewrite with cairo goodness so that we correctly handle til (*)
  1515707... Hungarian translation updated. (*)
  2a8d224... New Chinese (Hong Kong) translation Updated Chinese (Taiwan (*)
  f0c12a5... Added "zh_HK" to ALL_LINGUAS. (*)
  cbeecc0... remove panel-gdk-pixbuf-extensions.[ch] kill use cairo and (*)
  fbcefce... remove the idle source looking for an icon if there's no te (*)
  fdf72f5... CD recording item for the Places menu (Fixes #308419) (*)
  6b1b90a... Updated Serbian translation (*)
  fae248e... Tell libwnck that we're a pager, according to the EWMH defi (*)
  a7cd5bc... Add separator internal applet. Based on patch by Carlos Gar (*)
  2e3e2de... add new file (*)
  b766d8b... Updated Thai translation. (*)
  0442828... Add a search entry to the "add to panel" dialog. (*)
  3ffeb9f... use the separator icon define the separator icon (*)
  14df0ca... new icon. Thanks to Manu Cornet <manu cornet gmail com> (*)
  dc96a0b... Forgot this changelog entry: re-load the menu in the idle l (*)
  198cfb3... Updated Thai translation. (*)
  df08f8e... vi.po: Updated Vietnamese translation. (*)
  db2190b... vi.po: Updated Vietnamese translation.  sCVS: ------------- (*)
  12e66c4... Updated German translation. (*)
  7a864bf... Updated German translation. (*)
  ad1eb69... Brent Smith <gnome nextreality ne> updates to the fish and  (*)
  7b56913... Updated Canadian English translation. (*)
  0930f35... depend on libwnck 2.13.5 (*)
  e806ab7... Add new logout/shutdown dialogs. (*)
  bd65e43... add new files (*)
  7033df0... Updated Finnish translation (*)
  6788b26... fix display for remote bookmarks. Patch by Bastien Nocera (*)
  33b5b6c... fix display for bookmarks on NFS shares. Fix bug #325757 (*)
  78b09f0... s/Shut down/Shut Down/ (*)
  5aee339... fix strings (*)
  e3dda0c... Updated Finnish translation (*)
  fe5a412... version 2.13.5 (*)
  9d1541c... post-release bump to 2.13.90. (*)
  a072793... Updated Thai translation. (*)
  6735680... fix timeout label so that it really show the number of seco (*)
  dd171bb... vi.po: Updated Vietnamese translation. (*)
  e13686f... Updated Norwegian Bokmål translation. (*)
  42a7666... init timeout to 0 (panel_logout_destroy): forget the curren (*)
  002357c... put the window above other windows and on all workspaces by (*)
  3838f67... update to pass the screen and the activate time to panel_lo (*)
  0cf8d77... Updated Canadian English translation. (*)
  b72cf06... Fix crash with logout dialogs when esd and sound events are (*)
  b5e1a7d... Simplify the logout & shut down dialog questions. Fix bug # (*)
  88bd2a9... Updated Serbian translation (*)
  170f412... Updated Translation (*)
  9624bee... Updated Norwegian bokmål translation. Same. (*)
  e5586b1... Updated gnome-panel translation. (*)
  c0429d4... Updated Belarusian translation. (*)
  5c8d656... Updated Translation (*)
  f5fc0c7... vi.po: Updated Vietnamese translation. (*)
  a75007a... Updated Japanese translation for v2.13.5. (*)
  33bdbc3... Updated Canadian English translation. (*)
  634665f... Revert part of patch from 2006-01-17. Fixes #327878. (*)
  7173b80... change the search entry text after switching models so that (*)
  eb4f9eb... don't load the applet if the bonobo_iid is not set, eg. Cou (*)
  5d219ea... update from libegg (*)
  4631a5d... updated (*)
  4f9dddb... Updated Thai translation. (*)
  2a14083... Updated German translation. (*)
  ea39c5f... Updated Spanish translation. (*)
  d0d42e1... Updated Finnish translation (*)
  5295782... handle cases where the dialog is deleted or programmaticall (*)
  46413b1... *** empty log message *** (*)
  5148548... don't add the gnome-screenshot item. It's now in (*)
  b8a007a... Updated Spanish translation. (*)
  0485887... remove panel-default-setup.entries from here kill add back, (*)
  a5b6b27... Remove the screenshot action button and migrates the existi (*)
  d823902... Updated Italian translation. (*)
  fbe2f61... add back the screenshot action in an array (*)
  e9e26bc... change accelerator for Lock To Panel ditto Fix bug #320839 (*)
  10b3295... add context to the orientation/size strings (setup_combo):  (*)
  6cfbc96... give a verb to the separator so we can identify it hide sep (*)
  f637893... include gi18n.h Fix bug #328174 (*)
  e79dfed... updated so that it's a size-allocate callback, and don't do (*)
  703262a... Updated Bulgarian translation by Vladimir Petkov <vpetkov i (*)
  3f52711... Don't offer the 12-hour format to the user if his locale do (*)
  15b631d... Updated Norwegian bokmål translation. Same. (*)
  f6e71a6... Updated Spanish translation. (*)
  9996e60... Updated German translation. (*)
  1bf0412... don't remove panel-default-setup.entries in "make clean" (*)
  b5e6451... Updated Finnish translation (*)
  61d55d1... don't load the object if the id is null, so we're more soli (*)
  282f88f... Updated Translation (*)
  f2d5f98... Translation updated by Reinout van Schouwen. (*)
  70ca7a7... *** empty log message *** (*)
  9b84fdb... Updated Spanish translation. (*)
  9357ad2... Updated Lithuanian translation. (*)
  801df19... Updated Lithuanian translation. (*)
  fe536ec... vi.po: Updated Vietnamese translation. (*)
  261877c... update for Punjabi (Gurmukhi) (*)
  7afc960... Updated Brazilian Portuguese translation. (*)
  66060dd... Updated gnome-panel translation. (*)
  68cf1aa... Fix a compiler warning. (*)
  489a844... Updated Canadian English translation. (*)
  10c9829... Updated Greek translation (*)
  768d628... fix distcheck (*)
  8eadda5... version 2.13.90 (*)
  1d78fbd... post-release bump to 2.13.91. (*)
  8425370... Updated Thai translation. (*)
  cfe4110... Updated Danish translation. (*)
  6814e3c... Updated Serbian translation (*)
  f0dc8e8... Translation updated by Ivar Smolin. (*)
  0d37446... Updated Brazilian Portuguese translation. (*)
  1699ac8... Updated Catalan translation. (*)
  c143226... Updated Macedonian translation <arangela cvs gnome org> (*)
  b3736b3... Updated Bengali Translation:02/06 (*)
  26d27c8... Added log entry for bengali translation updation:02/06 (*)
  3e6800c... Translation updated by Ivar Smolin. (*)
  c69248c... Added a note about 12 hour option not available in language (*)
  b74f1e4... add a FIXME (*)
  16e948c... use SET_SAFE_LOGOUT_ACTION instead of SET_LOGOUT_ACTION for (*)
  aab4e40... new, check if GDM supports the shutdown action use this for (*)
  0192e63... don't change countdown every second, but every 10 seconds w (*)
  0c1aa0a... Updated Thai translation. (*)
  86e521a... ko.po updated (*)
  b465ee2... *** empty log message *** (*)
  7d8d4b1... Updated Norwegian Bokmål translation. (*)
  c477d79... Updated Italian translation (*)
  39a6b7a... updated (*)
  02cff0f... don't change a non-existing label when the program list is  (*)
  87550be... add "..." at the end of the Shut Down and Log Out items dit (*)
  287eefe... use gender-neutral wording in about dialog Fix bug #330788 (*)
  3704515... add accelerator for items (*)
  2cc2fb1... Updated Thai translation. (*)
  981bf3e... Updated Catalan translation. (*)
  2bc1cc3... *** empty log message *** (*)
  572a5aa... Use GOption instead of popt (*)
  f5b4121... Use GOption instead of popt (*)
  123a3fa... put the x libs after the GNOME libs for the links. It seems (*)
  c330286... Updated Czech translation. (*)
  9c145d7... use new ID for help. Fix bug #330917 (*)
  f93aaa0... Translation updated by Ivar Smolin. (*)
  1afc09e... Updated Italian translation. (*)
  e89e3f8... Updated gnome-panel zh_CN translation. (*)
  b46f09e... move the note out of the para. Fix distcheck. (*)
  528f720... version 2.13.91 (*)
  3baba30... post-release bump to 2.13.92. (*)
  803feeb... Updated Czech translation. (*)
  97ad257... Updated Norwegian bokmål translation. Same. (*)
  a45642b... vi.po: Updated Vietnamese translation. (*)
  9ed50af... Updated Brazilian Portuguese translation. (*)
  1dc9cfc... Translation updated by Ivar Smolin. (*)
  ff2fa19... Updated Spanish translation. (*)
  24455b0... Updated Finnish translation (*)
  ecf2995... Fixed a typing error in Italian translation. (*)
  bca7552... Updated Lithuanian translation. (*)
  37de62d... Updated Japanese translation. (*)
  0b4188d... Hungarian translation updated by Mate ORY. (*)
  5e2cf4f... Updated Italian translation. (*)
  09b6a49... Updated Greek translation (*)
  9337547... Updated Japanese translation for v2.13.91. (*)
  bb23239... Updated Portuguese translation. (*)
  5de39aa... Updated Russian translation (*)
  0329890... Adjusted Thai translation. (*)
  ceff0de... Updated Translation (*)
  625ac45... Updated Serbian translation (*)
  aa19d93... Translation updated by Ivar Smolin. (*)
  e203fb0... Updated Basque translation. (*)
  5dbf441... ka.po: Added Georgian translation. (*)
  9acc24e... Translation updated by Ivar Smolin. (*)
  814e904... Updated Traditional Chinese translation(Taiwan). Updated Tr (*)
  61a59ed... Updated Welsh translation. (*)
  aa065ba... Updated Greek translation (*)
  88c6c67... ko.po updated/added (*)
  9a735f5... Updated Belarusian translation by Ihar Hrachyshka (*)
  ab775ee... Translation updated by Tino Meinen. (*)
  49e2225... remove the Suspend button for 2.14. It's not working as exp (*)
  1235525... Updated Spanish translation. (*)
  d1ad4e0... Updated Bulgarian translation by Rostislav Raykov <zbrox i- (*)
  fb5539a... Updated Macedonian Translation <arangela cvs gnome org> (*)
  f3819b5... Updated German translation. (*)
  7422579... Updated German translation. (*)
  417e71f... Updated Lithuanian translation. (*)
  e8a8db8... Updated Albanian translation by Elian Myftiu. (*)
  b5bf753... Updated Greek translation (*)
  d53bd47... Updated Ukrainian translation. (*)
  c39e54c... fixed typo (*)
  497e4af... bug fix (*)
  ec1c87b... bug fix (*)
  4ae88b9... Updated Polish translation by GNOME PL Team. (*)
  b03cd8a... Updated Translation (*)
  67f00fd... ignore unknown options passed to the panel Patch by Ray Str (*)
  a2a477a... fix orientation of handles ditto Thanks to Benjamin Berg. F (*)
  83c2871... Updated Swedish Translation. (*)
  bf084cc... fix help id Fix bug #332422 (*)
  c614279... fix crash when scrolling right on the last workspace. Patch (*)
  7b6dc29... updated kill (*)
  9810818... Updated Bengali Translation (*)
  45918bd... added entry for bengali translation updation (*)
  5136370... Fix underscores not being visible in menu items. Fix bug #3 (*)
  8e878b4... Updated Norwegian bokmål translation. Updated Norwegian ny (*)
  e1e900e... Updated Danish translation. (*)
  3c59506... removed obsolete note about clicking on windows focussing t (*)
  72ce6cb... Updated Albanian translation by Elian Myftiu. (*)
  acff1ab... Updated Translation (*)
  1555b6b... Updated Czech translation by Petr Tomeš. (*)
  e0bb55e... update translation for Punjabi (Gurmukhi) by apbrar gmail c (*)
  e8b894a... Updated Kurdish translation (*)
  81bc3cf... Updated Kurdish translations (*)
  c4b8bbc... version 2.14.0 (*)
  753bc18... post-release bump to 2.14.1. (*)
  60d214e... Updated Romanian translation. (*)
  43c2ab4... Updated Ukrainian manual translation. (*)
  fd4e1d4... Fixed translation error with g_strip_context(). (*)
  34fee41... *** empty log message *** (*)
  0cced6c... Dutch translation updated by Wouter Bolsterlee (*)
  cb9029e... Translation updated by Ivar Smolin. (*)
  bdef6b8... Georgian translation updated (*)
  074f379... Translation updated by Ivar Smolin. (*)
  be7adea... Updated Belarusian translation. (*)
  fdc8a4b... *** empty log message *** (*)
  de98013... *** empty log message *** (*)
  78c1f3a... *** empty log message *** (*)
  dbaa3d5... Updated French translation. (*)
  ce4abcc... Added Dzongkha (dz). 2006-03-24 Tommi Vainikainen <thv iki  (*)
  d91ab79... Updated Italian translation. (*)
  eb261b1... special case local files that are not in a file: URI. Shoul (*)
  7a6e0ef... we don't need a GnomeProgram here since we're using the glo (*)
  b0db3a2... fix compilation plug GnomeProgram leak ditto Fix bug #33574 (*)
  0231e28... plug GnomeProgram leak (*)
  a65d847... set a style for the button so that the focus line & padding (*)
  731db2a... *** empty log message *** (*)
  4bae154... use -1 as terminator for gtk_tree_model_get(). Patch by Mar (*)
  a97b063... make a canonical uri before showing it Fix bug #328317 (*)
  a833c30... print the value of the unknown type. It's useful to know wh (*)
  b3b8d6a... Updated Hebrew translation (*)
  e95dba1... Updated Hebrew translation (*)
  4014d9d... Translation updated by Ivar Smolin. (*)
  236360b... update translation for Punjabi (Gurmukhi) by apbrar gmail c (*)
  2607251... update translation for Punjabi (Gurmukhi) by apbrar gmail c (*)
  15e7bf0... Updated Georgian translation (*)
  fe64fae... po/or.po: Updated Oriya translation. po/Chanegelog: Changed (*)
  a86a613... Updated Georgian translation (*)
  05376b6... Updated Georgian translation (*)
  ed2587c... Translation updated by Ivar Smolin. (*)
  fb84c31... Updated Italian translation. (*)
  715b774... Updated Hebrew translation (*)
  63e2c6b... Translation updated by Ivar Smolin. (*)
  6b50773... New file listing all supported languages. (*)
  872269f... version 2.14.1 (*)
  a7ba144... post-release bump to 2.14.2. (*)
  0c5aea5... *** empty log message *** (*)
  cb97967... Updated Polish translation by GNOME PL Team. (*)
  532b61d... *** empty log message *** (*)
  195d617... remove empty line (*)
  b914579... use new intltool for the po/LINGUAS stuff (*)
  c812538... Remove obsolete entry for no_NO. And the translation. (*)
  406782f... Updated Georgian translation 18/04/06 (*)
  695dd24... Translation updated by Ivar Smolin. (*)
  62bd975... vi.po: Updated Vietnamese translation. (*)
  3e314d4... add rid field for events (*)
  372fdbd... Put all language codes on 1 line so that configure doesn't  (*)
  4c16936... ChangeLog: (*)
  85b5e73... Updated Greek translation (*)
  61aece9... Added Malagasy language 26/04/06 (*)
  03b46da... Updated Georgian translation 30/04/2006 (*)
  68cebac... Translation updated by Ivar Smolin. (*)
  ff7708d... Updated panel-clock documentation translation. (*)
  77e01eb... Updated real new image for clock applet (*)
  31b457c... Updated Georgian translation (*)
  1adcd2a... Translation updated by Ivar Smolin. (*)
  4af8828... Translation updated by Ivar Smolin. (*)
  1e72289... Updated Russian translation. (*)
  dc360c2... require intltool 0.35.0 (*)
  78c758b... Updated Russian translation. (*)
  1c36c37... Translation updated by Ivar Smolin. (*)
  a3e91b0... Updated Spanish translation. (*)
  db409dc... Updated Spanish translation. (*)
  314d91a... Updated Simplified Chinese translation of panel-clock doc (*)
  7c599df... Added panel-windowlist zh_CN translation. (*)
  5b77c38... small fix of gnome-panel translation. (*)
  b699a97... app name fix (*)
  da29c2c... Updated French translation. (*)
  6c944b6... destroy the about dialog on response. Fix bug #341517 (*)
  beb55aa... destroy the about dialog on response. Fix bug #341517 (*)
  b084b14... destroy the about dialog on response. Fix bug #341517 (*)
  a361ca0... destroy the about dialog on response. Fix bug #341517 (*)
  f8e2137... destroy the about dialog on response. Fix bug #341517 (*)
  c1f6500... version 2.14.2 (*)
  98f6ed0... post-release bump to 2.14.3. (*)
  e8da861... Remove context prefix from translation. (*)
  217e51d... Using "Địa điểm" for "Places" for consistency with na (*)
  8207ba6... Updated. (*)
  ea79e4e... Updated translation by Raivis Dejus <orvils gmail com>. (*)
  14af95d... Updated Latvian translation by Raivis Dejus <orvils gmail c (*)
  16c65a4... Updated German translation. (*)
  dc60b3e... Translation updated by Ivar Smolin. (*)
  ae3a3ef... Updated Swedish translation. (*)
  fa443ff... Updated Malagasy translation (*)
  ed19a5f... Added Swedish translation. (*)
  0993d8f... Added Swedish translation. Added Swedish translation. (*)
  3bd1929... Tamil translation updated (*)
  e762df4... Updated Spanish translation. (*)
  a86e541... Fixed ^M issue with Nepali translation, bug #316750 (*)
  6172a9e... Updated Finnish translation (*)
  3055390... Updated Finnish translation (*)
  fb84f36... Added Bengali India Translation (*)
  5b9ce15... Added bengali India (bn_IN) (*)
  b39bb9a... Added entry for addition of  bengali India (bn_IN) translat (*)
  aa61da6... Updated French translation. (*)
  990fa2f... Updated French translation. (*)
  5206fe3... fix endianness issue causing corrupted background. Based on (*)
  8e13e8f... Send a changed signal from the background monitor when the  (*)
  e092b64... use gnome_vfs_unescape_string_for_display() instead of (*)
  bec1445... Updated Swedish translation. Updated Swedish translation. U (*)
  5382f28... Use alacarte when available to edit menus. Based on patch b (*)
  5f7f885... Use gnome-power-manager to implement suspend/hibernate. Bas (*)
  d908ade... require dbus-glib (*)
  61c1729... don't use eggaccelerators anymore kill directly use (*)
  e72d3b1... Updated Spanish translation. (*)
  2a394b4... version 2.15.90 (*)
  9a49ad0... post-release bump to 2.15.91. (*)
  ba550b0... Updated Translation (*)
  054d8fb... Updated Thai translation. (*)
  fb6f009... Updated Finnish translation (*)
  5ca68c8... Updated Latvian translation. (*)
  d99bc9b... Updated Spanish docs. (*)
  f0df50c... Updated Spanish translation. (*)
  c5aff43... update bugzilla stuff also fill the version in the server f (*)
  6817967... update bugzilla stuff also fill the version in the server f (*)
  3e636c9... update bugzilla stuff also fill the version in the server f (*)
  0d9a98a... update bugzilla stuff also fill the version in the server f (*)
  d893d9a... check whether our X connection is still alive before displa (*)
  83a07b3... Port from egg-recent to GtkRecent. (*)
  eda55ac... kill renamed to... new new updated for the rename ditto (tr (*)
  e48462c... remove deleted files update translation, including fixing " (*)
  b8644ac... Updated Czech translation. (*)
  3585d43... Updated Oriya Translation (*)
  bf17f00... Added Entry for Updated Oriya Translation (*)
  0130d8b... 2006-08-01 Jovan Naumovski <jovanna cvs gnome org> * mk.po: (*)
  195d080... Updated Spanish translation. (*)
  45ac1b4... Updated Bengali India Translation (*)
  915ac78... Added Entry for Bengali India Translation (*)
  b0e2846... Updated Norwegian bokmål translation. (*)
  6d6852e... Fix some strings again. (*)
  67e1a35... Updated Bulgarian translation with bugfixes prompted by Zla (*)
  01bf4ba... Updated Traditional Chinese translation(Hong Kong). Updated (*)
  d5cf60d... Fixed "lock to panel" (*)
  5a553a6... Forgot to commit ChangeLog a few days ago... (*)
  09f8d43... Remove usage of GnomeDesktopItem in some places (*)
  0fbd31f... fix leaks introduced in the last commit, don't get useless  (*)
  911e520... remove useless include (*)
  b6dfedf... the wncklet applets don't depend on gnome-desktop anymore (*)
  ff56ff9... Updated Basque translation. (*)
  22d00c4... New dialog to edit the launchers! (and my biggest ChangeLog (*)
  86498bd... use System instead of Desktop in the menu bar (*)
  75c59a3... remember the error dialog about the icon being not found an (*)
  d63af73... Updated Spanish translation. Removed gnome-panel/menu-ditem (*)
  9aa7102... Only display vertical text on vertical panels when the pane (*)
  1abf29b... Updated Dutch Translation by Wouter Bolsterlee. (*)
  25ff1ca... add gnome-panel/panel-ditem-editor.c (*)
  fcdfc36... Updated Slovenian translation. (*)
  c6b8fc1... add new icons (*)
  6cb5def... update for icon name changes (*)
  2459382... forgot the drawer icon (*)
  58e8b4a... updates for icon name change (*)
  6596b4b... updated kill update for icon name change (*)
  d505e39... update for icon name change (*)
  a8d51a1... update for icon name changes ditto ditto (*)
  8edeedb... icon name change (*)
  7599040... icon name change (*)
  a6181a1... icon name change (*)
  faa2835... icon name changes (*)
  ddb7b97... version 2.15.91 (*)
  c57fa85... post-release bump to 2.15.92. (*)
  497f396... added remove sv subdir remove window-list subdir removed si (*)
  a59943f... remove killed Makefiles (*)
  e93bcd7... 2006-08-08 Jovan Naumovski <jovanna cvs gnome org> * mk.po: (*)
  9084875... kill this source since we have the svg (*)
  a675d17... use GOption for the applets (*)
  4300c0f... when canceling the animation, really cancel it and remember (*)
  006e65d... kill (get_uri): rewrote, with nice gnome_vfs_uri_make_full_ (*)
  a28f7fa... Updated Translation (*)
  b4a5b40... Updated Thai translation. (*)
  e98dc7f... Updated Dutch Translation by Wouter Bolsterlee. (*)
  2a852a9... Fix typos (*)
  899a8f0... Fix typo (*)
  c2024d0... require GTK+ 2.10.0 (*)
  a2f3e19... Updated Norwegian bokmål translation. (*)
  90fc9ff... 2006-08-08 Jovan Naumovski <jovanna cvs gnome org> * mk.po: (*)
  5f6deae... Translation updated by Ivar Smolin. (*)
  f8d4487... make it possible to compile as an in-process applet ditto,  (*)
  3c4e264... make it possible to compile as an in-process applet ditto,  (*)
  c88a773... make it possible to compile as an in-process applet ditto,  (*)
  5ac5679... make it possible to compile as an in-process applet ditto (*)
  0e5ad44... add new --with-in-process-applets to make it possible to co (*)
  f93c5f5... Only consider the size of the toggle button since it's what (*)
  64bf6b4... renamed to button_size_allocated() (update_icon): take into (*)
  fef1b55... Updated Spanish translation (*)
  004e7b9... update icon name for run dialog for icon name spec (*)
  c0cc6d8... fix crash when alacarte is not found (panel_menu_button_inv (*)
  a3f04cf... new, to handle some of the x-nautilus-desktop: URI (trash,  (*)
  7be7572... pass a real uri and not a path as drag data Should fix bug  (*)
  718c9f0... pass uri and not path to setup_uri_drag (*)
  9ff32b8... update my email address (panel_context_menu_remove_panel):  (*)
  7a5a927... Updated Dzongkha translation (*)
  ff9cb15... Updated French translation (*)
  11e8286... Updated Greek translation (*)
  3a842f0... disconnect from the connection broken signal before doing a (*)
  5a1fc56... don't forget properly setting up the dialog! change a name (*)
  2e51b3e... Translation updated. (*)
  b713a05... Stop using XInternAtom. Fix bug #110876 (*)
  0b1cf01... Try to fix the notification area in non-xinerama setups. Sh (*)
  db300a2... use G_DEFINE_TYPE, rename from TrayOBox to NaOBox updated f (*)
  1e9e7d5... Make transparent icons in the notification area. Based on p (*)
  7de600c... convert from locale to UTF-8 (*)
  7f462cc... Updated Japanese translation. (*)
  57c7a80... Updated Korean translation. (*)
  a2b9b4e... Updated gnome-panel zh_CN translation. (*)
  59c747c... use G_DEFINE_TYPE (panel_applet_associate_schemas_in_dir):  (*)
  f8173c0... install in-process library in $(libdir)/gnome-panel Fix bug (*)
  5b36f38... Updated Slovenian translation. (*)
  2b4566a... Updated Finnish translation (*)
  01b4c78... Updated Translation (*)
  b0ecf7a... vi.po: Updated Vietnamese translation. (*)
  a422f8b... use the size of the manager to determine initial sensitivit (*)
  a9cdcc4... Lot of work. Basically: make balloon messages work, and mak (*)
  e481634... change order of callbacks, so we update the keyfile data be (*)
  bd68d43... Updated Mongolian translation. (*)
  2105cb1... Translation updated by Mate ORY. (*)
  0c9f837... Updated Swedish translation. (*)
  1336869... Updated Russian translation (*)
  34eefc5... Updated German translation. (*)
  8316184... Updated Lithuanian translation. (*)
  39cbf82... Updated Kurdish translations (*)
  c249f2d... Update Ukrainian translation. (*)
  0b5b5d9... Updated Bengali India Translation (*)
  e4f44c3... Added Entry for Bengali India Translation Updation (*)
  22059ab... Don't throw a critical warning if the icon can't be found i (*)
  4081597... reset clear_recent_dialog to NULL when the dialog is destro (*)
  a6dd11b... Updated. (*)
  7b2881e... Updated German translation, by Christian Kintner (*)
  c2a39df... Updated German translation, by Christian Kintner (*)
  6ade21e... version 2.15.92 (*)
  4e888dd... post-release bump to 2.16.0. (*)
  4646bc5... Updated Malayalam translation (*)
  0d34259... Update Catalan translation (*)
  ff21c91... plug a couple of leaks (*)
  d9db7f3... Updated Latvian translation. (*)
  2295a2a... Updated French translation. (*)
  1014589... Updated Spanish translation. (*)
  f54da4c... 2006-08-26 Jovan Naumovski <jovanna cvs gnome org> * mk.po: (*)
  3e023b5... Fixed plural forms. (*)
  abe5a78... Added Strings for Updated Oriya Translation (*)
  8b3e837... Updated Oriya Translation (*)
  f2e04ec... Updated translation (*)
  63ec387... Updated Translation (*)
  e9b7d4a... 2006-08-30 Jovan Naumovski <jovanna cvs gnome org> * mk.po: (*)
  82c3ef3... Updated translation (*)
  8f692d1... Updated Bulgarian translation by Vladimir Petkov <vpetkov i (*)
  72d3d1d... Updated Portuguese translation. (*)
  4c4b480... Translation updated. (*)
  64b4d10... Updated Traditional Chinese translation(Hong Kong). Updated (*)
  b3d6cea... add 24x24 version of icons, created with convert -bordercol (*)
  33b66f3... Updated Bengali India Translation (*)
  5fb55fc... Added Entry for Bengali India Translation Updation (*)
  4fcbc95... Updated Translation (*)
  43c7e6c... Updated Greek translation (*)
  4a0cc37... Updated Basque translation. (*)
  417f9c6... Updated Chinese (Hong Kong) translation from Woodman Tuen (*)
  c9cd8e6... Updated Serbian by Goran Rakić. (*)
  cdc2a03... Updated Malayalam translation (*)
  3d9a5a4... Updated Brazilian Portuguese translation by Evandro Fernand (*)
  859bd57... Tamil Translation updated (*)
  46a2c7c... initialize error to NULL Fix crash #340622 (*)
  22be2b9... don't update the key file when setting up the combo ui. Wor (*)
  576518c... version 2.16.0 (*)
  538537c... post-release bump to 2.16.1. (*)
  f0e8140... updated (*)
  45c670e... file gilded-star.h was initially added on branch super-sket (*)
  08f6b01... file gilded-star.c was initially added on branch super-sket (*)
  b213e28... file gilded-star-dbus.h was initially added on branch super (*)
  0830a1b... file applet-server.h was initially added on branch super-sk (*)
  cc5378e... file applet-server.c was initially added on branch super-sk (*)
  1e33989... file libgnome-applet.pc.in was initially added on branch su (*)
  8c36a29... file libgnome-applet.h was initially added on branch super- (*)
  87071a3... file libgnome-applet-uninstalled.pc.in was initially added  (*)
  63269c3... file gnome-applet.h was initially added on branch super-ske (*)
  909ca0d... file gnome-applet.c was initially added on branch super-ske (*)
  0509e55... file gnome-applet-orientation.h was initially added on bran (*)
  17d1a99... file gnome-applet-marshal.list was initially added on branc (*)
  c8b47f8... file gnome-applet-layout-box.h was initially added on branc (*)
  138deed... file gnome-applet-layout-box.c was initially added on branc (*)
  e3dab20... file gnome-applet-label.h was initially added on branch sup (*)
  97ae4f9... file gnome-applet-label.c was initially added on branch sup (*)
  3ede6c1... file gnome-applet-config.h was initially added on branch su (*)
  97464dc... file gnome-applet-config.c was initially added on branch su (*)
  1673d6a... file gnome-applet-background-type.h was initially added on  (*)
  1a0add6... file glib-mkenums.template was initially added on branch su (*)
  1a48786... file applet-service.xml was initially added on branch super (*)
  578c588... file applet-server-service.xml was initially added on branc (*)
  b5d64f8... file Makefile.am was initially added on branch super-sketch (*)
  488b1c1... file .cvsignore was initially added on branch super-sketchy (*)
  ac93db7... file gnome-applet-lifespan.h was initially added on branch  (*)
  6e2568d... file ChangeLog was initially added on branch super-sketchy. (*)
  6ee9059... Added Strings for Updated Oriya Translation (*)
  6d0f1e1... Updated Oriya Translation (*)
  55b5113... Updated Finnish translation (*)
  ad43160... *** empty log message *** (*)
  de20f1b... Fix crash when alacarte isn't installed (bug #354637). (*)
  70b09a7... Bugfix in German translation. (*)
  859b533... Translation updated by Ivar Smolin. (*)
  f969c46... Updated English (British) translation. (*)
  15efa1d... Updated Italian translation. ditto (*)
  d07c0d1... Updated Italian translation and Wanda image. (*)
  c2803e0... Updated Italian translation. (*)
  ccfef19... Updated Bulgarian translation by Alexander Shopov <ash cont (*)
  a7e7be7... Translation updated by Ivar Smolin. (*)
  d47e15e... Updated Dutch Translation by Wouter Bolsterlee. (*)
  ea2ca91... Updated Swedish translation. Added screenshots. Updated Swe (*)
  caf2dc4... require libecal >= 1.6.0 Fix bug #354377 (*)
  937c798... don't do anything if the command line is disabled do not pr (*)
  6639492... kill (*)
  ed56dc7... Updated Czech translation. (*)
  3d2e210... version 2.16.1 (*)
  5b6916e... post-release bump to 2.16.2. (*)
  d931792... Updated Greek translation (*)
  fe2aa83... *** empty log message *** (*)
  208229e... Updated Czech Translation. (*)
  ca76206... update translation for Punjabi (Gurmukhi) by apbrar gmail c (*)
  79bdc7e... Updated Spanish translation. (*)
  147cafc... check for libXau Fix bug #352239. Patch by Matt Keenan (*)
  681e80c... Fixed an accelerator clash in the German translation, thank (*)
  b88f149... Hush now baby, don't you cry (*)
  f254e47... remove .cvsignore from these obsolete folders (*)
  bdab584... Ensure 'location' is initialized. Fix bug #359707 (*)
  7cf0078... compare the arguments, not uninitialized memory (*)
  f9ca02f... Add bug number to ChangeLog (*)
  7ec5054... Translation updated by Ivar Smolin. (*)
  2086cdb... Updated Norwegian Nynorsk translation. (*)
  4fb09af... Translation updated by Ivar Smolin. (*)
  5b6410f... Fixed wrong plural form entries. (*)
  acb50f4... Updated Finnish translation (*)
  53b698b... Arabic Translation (*)
  3b5bdc3... Dialog spacing fix. (bug #350691). (*)
  94f3e89... Updated Spanish translation. (*)
  b4f2bba... Translation updated by Ivar Smolin. (*)
  4366ac8... try to work around issues on old distros Should fix bug #37 (*)
  520a0b9... better fix (*)
  f7632dd... plug leak fix structure (gdm_init_protocol_connection): plu (*)
  0aef08e... fix order of the g_warning arguments Patch by Claudio Saave (*)
  5e7d386... plug GList leak. (*)
  f1806ac... one more leak (*)
  aaa1392... Unbreak the build by adding maintainer role to the publishe (*)
  9b9ec63... More of the same. (*)
  7fdff27... version 2.16.2 (*)
  ae59050... post-release bump to 2.16.3. (*)
  c727f9f... AM_PROG_LIBTOOL was renamed to AC_PROG_LIBTOOL. (*)
  78d756d... Fixes spelling mistakes (*)
  c3f2891... Remove a warning about a var being used uninitialized. Patc (*)
  2196b73... Updated Arabic Translation. Sync for gnome-2-18 (*)
  fb4e4fe... Updated Belarusian Translation by Ihar Hrachyshka. (*)
  278cad0... Updated Serbian translation. (*)
  f5b71c4... update translation with SVN first time (*)
  b55447c... Change some UI strings as suggested in (*)
  bcfc8f7... Updated Italian translation. (*)
  66e034a... updated hebrew translation (*)
  84b5499... Updaed Czech translaion. (*)
  6ee9e75... don't do anything if we can't find the evolution binary (*)
  b9a4264... Estonian translation update by Ivar Smolin. (*)
  c316560... Updated English (British) translation (*)
  2c8edbd... sv.po: Updated Swedish translation (*)
  885b753... sv.po: Updated Swedish translation (*)
  edd9e51... Updated Catalan translation. (*)
  cacc0b0... Updated Catalan translation. (*)
  16c5148... Updated German translation. (*)
  d42b4a3... Updated Arabic Translation. (*)
  d1242de... make it possible to create a .directory file with a name in (*)
  54c5a4d... use GTK_STOCK_MISSING_IMAGE when the icon can't be found, k (*)
  f39d905... fix typos Fix bug #395654, patch by Yang Hong <yanghong cco (*)
  b3960f4... Patch by Dan Williams <danw novell com> Fix bug #366429 (*)
  2eb65eb... small HIG fix. Bug #350672 (*)
  56ea947... kill (panel_desktop_menu_item_create_menu): we don't need t (*)
  15dae27... new, migrates the settings menu button objects to a simple  (*)
  98af2f2... use 22 as default size for menu icons force size of the ico (*)
  f618b12... add launcher icon Fix bug #351832 (*)
  1265bef... slow down speed of the spin button. Patch by Manu Cornet (*)
  89db084... check for environ for darwin Part of bug #394896 set warnin (*)
  28dbeed... Move the tray implementation into the NaTray class, so it c (*)
  31ee499... new, get the uri of the launcher file (drag_data_get_cb): c (*)
  c955ce4... get the size of the window with gdk_window_get_geometry() i (*)
  d3edea1... don't accept all unknown options, and instead add back a hi (*)
  a1527b1... fix some not-translated strings, do not require not --creat (*)
  745816b... check for the /apps/gnome-session/options/logout_prompt key (*)
  e722d2a... do not start dragging an applet when it's not possible beca (*)
  a11c611... do not hardcode invisible_char in glade files Fix bug #3939 (*)
  b6878aa... correctly position menu in RTL environments Fix bug #396386 (*)
  b38d414... Updated Arabic Translation by Khaled Hosny. (*)
  624b92d... if the basename of the source contains -4.desktop, then rem (*)
  83a9a97... get the uri of the file before trying to unlink it so that  (*)
  6b2bdb4... Translation updated. (*)
  ea7729b... Fix main menu not completely reloading when gmenu sends a c (*)
  861f7a9... Updated Thai translation. (*)
  02756cb... updated hebrew translation (*)
  6cd60d7... make sure that the last day of a multi-day events is marked (*)
  9451248... don't mark multiple days on the calendar if the event is an (*)
  1de9419... check for langinfo.h and nl_langinfo Fix bug #394893 Remove (*)
  15dd5c2... kill (calendar_task_equal): (calendar_task_copy): (*)
  664b182... sv.po: Updated Swedish translation. (*)
  3062f65... Translation updated. (*)
  dea1592... Estonian translation update by Ivar Smolin. (*)
  e60c45b... Link to User Guide. Patch from Claude Paroz (*)
  8425462... Added russian translation by Timur Salikhov <Tima-S yandex  (*)
  5ee96b8... version 2.17.90 (*)
  d731408... post-release bump to 2.17.91. (*)
  679de47... Updated Swedish translation. (*)
  e8ca458... Updated (British) English translation (*)
  3ccbd8f... Updated Norwegian bokmål translation. (*)
  8fde329... Updated Catalan translation. (*)
  cbba881... Updated German translation. (*)
  ae73d08... half updated translation (*)
  7bd923f... Now add libedataserver to the CLOCK_LIBS to fix compile iss (*)
  3a07e38... Updated Dutch Translation by Wouter Bolsterlee. (*)
  4e7d3b1... Updated Belarusian translation. (*)
  afebb01... Updated Korean translation by Young-Ho Cha. (*)
  5c4f62b... emit the "show" signal on the menu so that it's populated (*)
  ee28fd5... Revert changes about settings.menu. Based on patch by Denis (*)
  e91f3d1... Updated Catalan translation. (*)
  a970b6b... Updated Arabic Translation. (*)
  01677f3... Updated French translation by Robert-André Mauchin and Jon (*)
  44cc502... Updated pt_BR translation (*)
  bf804f1... Fix empty entry in ChangeLog. (*)
  b585668... Updated Bulgarian translation by Vladimir Petkov <vpetkov i (*)
  98d7b41... adding for Punjabi pa/pa.po file (*)
  43f6d7d... adding for Punjabi pa/pa.po file (*)
  ed8158f... updating for adding pa (*)
  898c20e... update for Punjabi addition to translation (*)
  d9b8ae7... Updated Finnish translation (*)
  7ef68ee... accept NULL arguments remove useless ; look at URL key inst (*)
  5981720... fix for RTL start from the end of the panel when placing ap (*)
  38b149d... version 2.17.91 (*)
  882b14c... post-release bump to 2.17.92. (*)
  b08a1cc... Updated Portuguese translation. (*)
  6b272cc... sv.po: Swedish translation updated (*)
  edd5c20... Updated Japanese translation. (*)
  7ccdb6e... we shouldn't forget about the border width and y thickness. (*)
  7804bc1... Use G_DEFINE_TYPE. This sometimes implied renaming _instanc (*)
  38194b9... check for gconf for libpanel-applet Fix bug #382307 (*)
  8b566e0... use setup_menuitem() to correctly setup the menu items, so  (*)
  160a14e... fix warnings introduced by last commit (*)
  ace0b74... Fix error dialogs always popping up when there's an applet  (*)
  e87f555... kill (*)
  8a52099... get localized values for relevant keys. This shows translat (*)
  9f26756... use new fish image! Fix bug #355282 (*)
  3c0c916... remove useless moving_focus_out field (*)
  374de19... Fix bug #343092: the image is not always 48x48 anymore (*)
  c444af0... require pango 1.15.4 for voodoo magic (vertical text with a (*)
  9da6bdd... add missing include ditto remove useless include ditto ditt (*)
  36f92b7... svn path=/trunk/; revision=10246 (*)
  3b52c24... Dist MAINTAINERS. (*)
  9729c60... Updated Polish translation by GNOME PL Team. (*)
  5a1f3b2... make it correctly work in RTL environments. Fix bug #407226 (*)
  7be2953... Update Ukrainian translation. (*)
  cdb199e... Updated Traditional Chinese translation(Hong Kong). Updated (*)
  be02719... don't change the spin button if it's the same value (worksp (*)
  a3bbd6e... modify the timer step of the spin button so that it doesn't (*)
  17f9aff... copied from update_timeformat(), but contains code to add g (*)
  afdd741... new function, set the timeout to update the clock and don't (*)
  d3e841a... Updated Swedish translation. Removed old screenshot. (*)
  a5c245a... Help Funda Wang committing zh_CN translation (*)
  c7e7dd8... Updated Vietnamese translation (*)
  fa378b0... Fixed a sentence on the Portuguese translation. (*)
  50851d5... Updated Danish translation (*)
  2bced7b... updating for Punjabi by alam (*)
  34d75e7... Update Italian translations (1 message and reference to fis (*)
  ca7d516... Updated Italian translation. (*)
  6a7664e... updated (*)
  7938032... version 2.17.92 (*)
  9baad93... post-release bump to 2.18.0. (*)
  6693e56... Removed to use new fish img (*)
  f2b2e99... don't connect to the size request signal if the icon size i (*)
  c76d8fc... Updated Lithuanian translation. (*)
  371dfde... Updated Polish translation by GNOME PL Team. (*)
  256bcbe... Fixed Catalan translation. (*)
  ff1c014... Updated Traditional Chinese translation(Hong Kong). Updated (*)
  c1e8816... Fixed typo in Brazilian Portuguese translation by Og Maciel (*)
  c610e0c... Updated Polish translation by GNOME PL Team. (*)
  542662d... Updated Italian translation. (*)
  21e24af... Updated Malagasy translation. (*)
  48d386b... Updated Lithuanian translation. (*)
  b8b6807... Updated Translation (*)
  210252b... Updated Albanian translation.  r14164 desktop1:  lor | 2007 (*)
  7aa3c9d... don't free a static variable, and fix a potential bug when  (*)
  9319969... fix alignment of a button. This is not a UI freeze break si (*)
  4197672... 2007-03-06 Jovan Naumovski <jovanna svn gnome org> *mk.po:  (*)
  3add729... require pango 1.15.4 for the clock, generate (*)
  4c27a31... fix bug#365640. (*)
  b7a87e5... Updated Korean translation. (*)
  08a2553... Updated Russian translation. (*)
  4de40c9... Updated Russian translation (*)
  9235eb2... Update Ukrainian translation. (*)
  bb58fe9... Updated Serbian translation (*)
  c5ac276... version 2.18.0 (*)
  4abd13b... post-release bump to 2.18.1. (*)
  0a1cb23... fix NoDisplay value to be valid (*)
  e1e5b13... Fixed Russian translation (*)
  71c15da... Updated Slovenian translation. (*)
  6c0693e... Updated Dzongkha Translation (*)
  828c134... Catalan typo fix. (*)
  f921361... Updated Galician translation. (*)
  8b8796c... updating for error in transaltion (*)
  6075718... Updated Spanish translation by Jorge González. (*)
  7d5a317... Updated Spanish translation. (*)
  c968158... Updated Basque translation. (*)
  c3d89f8... Fixed wrong translations. (*)
  704cf70... Updated Czech Translation. (*)
  0399663... Translation updated by Tino Meinen. (*)
  1b2f690... You get the idea from the two previos commits, don't you? (*)
  532a2d4... Updated Latvian Translation. (*)
  39c6e1b... Added Belarusian Latin translation by Ales Navicki. (*)
  08ae34c... don't use the error message as a format string. Fix bug #41 (*)
  c287108... call panel_run_dialog_disconnect_pixmap() (*)
  3db1798... if EUID is 0, return NULL if the user wants to lock the scr (*)
  949746e... version 2.18.1 (*)
  9dfd696... post-release bump to 2.18.2. (*)
  f6a4c72... Check for STATUS=COMPLETED, meaning 100% complete. This fix (*)
  cc40b98... Updated Catalan translation. (*)
  3bb3c6c... Added Occitan translation. (*)
  ba9a9fe... be latin po: Fixed 1 message for Belarusian Latin translati (*)
  86669e0... Fixed translation of "hide" and improved access keys for th (*)
  b31c595... unused => kill remove useless include (menus_have_icons_cha (*)
  7a0c0cc... new, show the error dialog with a checkbox to let the user  (*)
  db024b4... default the dialog response to "reload" (*)
  19252ca... use Location instead of File for the combo box Fix bug #394 (*)
  01c7bbd... Removed help/ko/* output for gnome-doc-utils migration. (*)
  7943dfe... Korean translation migrated to gnome-doc-utils and updated. (*)
  e04b7ec... Updated Belarusian Latin translation. (*)
  263a820... new, updates the clock when the config tool exits (try_conf (*)
  0abae2f... reset custom_format_shown to FALSE. Patch by Jamie Fox (*)
  dc58ab9... sv.po: Updated Swedish translation (*)
  798aaf5... Updated Spanish translation (*)
  4a8a42f... Updated Belarusian Latin translation. (*)
  6874907... fix alignment of the run button again, and use markup for t (*)
  f965ed0... new use the new function to add quotes when necessary, sinc (*)
  4692e8b... Updated Bulgarian translation by Alexander Shopov <ash cont (*)
  1286b9e... Updated Norwegian bokmål translation. (*)
  fb19465... show date by default because it seems the majority of peopl (*)
  6250722... add new define CLOCK_TIME_UTILITY in compile line stop hard (*)
  89599ee... add new --with-clock-time-utility configure parameter (*)
  0d0b505... fix warning (*)
  95bbb2c... new, moved from launcher.c new, to setup the icon in the ic (*)
  d21b318... new move code to use panel_util_key_file_ensure_C_key() (*)
  6af6d56... new file, containing defines for all named icons we use. So (*)
  26b3bae... renamed from panel_action_shutdown_is_disabled() only show (*)
  6b18d26... fix gtk-update-icon-cache for uninstall-hook. Fix bug #4362 (*)
  230d92b... prefer the new path for the gdm socket. Fix bug #437460. Pa (*)
  37be244... kill (find_uri_on_save): use panel_make_unique_desktop_path (*)
  dd53e03... change mnemonic for Command. Fix bug #419780 (*)
  345abd4... renamed from gnome-panel.desktop.in and add a comment updat (*)
  784361c... update for .desktop file translation (*)
  4f4d96a... updated (*)
  cb0cb3b... don't call gtk_window_set_wmclass() since GTK+ doc says "Do (*)
  11e78b4... remove duplicate g_free() which makes the panel crash (*)
  e06e42b... install data in $(datadir)/gnome-panel/ instead of $(datadi (*)
  e9b6b5e... if we have a file URI, we need to unescape the URI before p (*)
  33b2e1f... Use help from the user guide since it was migrated there. A (*)
  b52bd07... those docs are moved to the user guide, so just add a redir (*)
  038d0cb... updated (*)
  2952cd9... Updated Norwegian bokmål translation. (*)
  a78082f... don't set a parent window, because we don't want the dialog (*)
  4234ad8... set a title when we show the dialog in the tasklist (*)
  62b780d... set a title for the error dialogs since they're shown in th (*)
  ce25256... timeout is one second for UNIX Fix bug #383107 (*)
  81240e8... add a useful comment (*)
  f894686... Updated Spanish translation (*)
  3dc98d3... Updated Spanish translation (*)
  d44c647... convert the float internet time to unsigned int, so there's (*)
  071922e... Updated Spanish translation (*)
  b1980f7... add a time_t parameter so we don't call time() multiple tim (*)
  c4db433... fix compilation Fix bug #438374 (*)
  17e2b36... sv.po: Updated Swedish translation (*)
  8527774... updated (*)
  794b5ce... fix distcheck (*)
  5d8d760... Updated Belarusian Latin translation. (*)
  1bdcfd5... version 2.19.2 (*)
  fd581f9... post-release bump to 2.19.3. (*)
  3973f9b... fix CLOCK_TIME_UTILITY typo (Closes: #438603) (*)
  12a5f88... use MAXNAMLEN instead of NAME_MAX, for BSD/Solaris compatib (*)
  d43cc66... if the value for the Icon key is empty, use the launcher ic (*)
  86931ef... Updated en_GB translation (*)
  8c7be16... Use a private structure to contain object data Make "ignore (*)
  d28197a... make the dialog a warning insted of a question make dialog  (*)
  ec3b82f... fix compilation (*)
  a54e64a... add username of the current user to the logout dialog (*)
  5c001ba... set title, since the dialog appears in tasklist now ditto (*)
  1f3c78b... Updated Thai translation. (*)
  d75f977... change default to never group windows. This is a try for 2. (*)
  786d815... updated for libwnck API change (*)
  7a3396a... require libwnck 2.19.3 (*)
  c5238a0... Have separate treeviews for appointments, birthdays and wea (*)
  9221ef7... Move the calendar popup code in a new file. Implement savin (*)
  38b3897... updated (*)
  1ea6c4a... rework x libraries detection Patch by Loïc Minier <lool do (*)
  0527da4... add X_LIBS to link flags. Patch by Loïc Minier <lool dooz  (*)
  108898b... don't check that the time format is CLOCK_FORMAT_12 or CLOC (*)
  6d81e48... new, unselect the selection in other treeviews than the new (*)
  1ed791d... mark multiple days events correctly (Closes: #440184) (*)
  81e9b7d... Updated Thai translation. (*)
  560231e... Updated Spanish translation (*)
  73fda25... Updated spanish translation (*)
  1a3b6eb... updated hebrew translation (*)
  795b70f... add an assert (*)
  2876410... use panel_ditem_editor_new_directory() when it makes sense  (*)
  92c8120... always put initial focus on the name entry Fix part of bug  (*)
  a41f68c... set default response (panel_ditem_editor_activated): emits  (*)
  b496720... don't reset visibility of all programs in the program list. (*)
  3917d38... detect the datadir of e-d-s, since we need it for icons. Th (*)
  6a5b679... Merge from gnome-2-18. Fixed bug #441171 in French translat (*)
  ba70681... add new icons handle x-nautilus-search uri by directly laun (*)
  dc2905e... update the background if a handle was added. Fix initial ba (*)
  a8b861e... ignore the first selection-changed signals, since they're b (*)
  841567a... use panel_util_key_file_remove_all_locale_key() new, to rem (*)
  5a461ec... add new icon use an icon for removable media menu item Fix  (*)
  3d1cd56... change title of the dialog to Drawer Properties if the topl (*)
  62fc1fc... sv.po: Updated Swedish translation (*)
  ca52e36... Updated Swedish translation Updated Swedish translation (*)
  5400042... Updated Thai translation. (*)
  bb82eea... Updated Spanish translation (*)
  8df788d... Updated Belarusian Latin translation. (*)
  d241c07... Updated Norwegian bokmål translation. (*)
  98b46f4... Updated Russian translation. (*)
  6b45fdb... updating for Punjabi (*)
  062cebd... Updated Estonian translation by Ivar Smolin <okul linux ee> (*)
  0dc3b29... version 2.19.3 (*)
  aef4923... post-release bump to 2.19.4. (*)
  034fcf7... Updated Polish translation by GNOME PL Team. (*)
  221e37e... updated dzongkha translation (*)
  0ba7755... Use new glib API where it makes sense. (*)
  2bd7ed4... use g_timeout_add_seconds() (*)
  3d8254f... require glib 2.13.0 (*)
  421f211... use gdk_atom_intern_static_string() instead of gdk_atom_int (*)
  76d12f9... make more code depend on libecal. Should fix compilation is (*)
  7bbd17e... migrate to GtkTooltip (update_clock): move tooltip code to  (*)
  4df1c65... migrate to GtkTooltip (*)
  eb16240... migrate to GtkTooltip (destroy_tooltip): kill (fish_applet_ (*)
  7af05af... small cleanup migrate to GtkTooltip (*)
  a5e31e7... require gtk+ 2.11.3 (*)
  085b56a... Updated spanish translation (*)
  509456a... new (create_item_context_menu): when the menu item is destr (*)
  6e8b4a3... version 2.19.4 (*)
  372616a... post-release bump to 2.19.5. (*)
  b51fe7d... Estonian translation update by Ivar Smolin. (*)
  0684ff6... wnck_tasklist_set_screen() is useless now (window_list_appl (*)
  b03ce42... require libwnck 2.19.4 (*)
  9ddeb29... do not choose height over width for the "should I change or (*)
  8f2b221... sv.po: Updated Swedish translation (*)
  572e2cc... Estonian translation update by Ivar Smolin. (*)
  8688451... Updated gnome-panel zh_CN translation (*)
  eef8863... updated ta translation (*)
  54af166... updated si translation (*)
  669be05... Updated Norwegian bokmål translation. (*)
  eb177e5... fix call to panel_util_get_label_for_uri() (*)
  21715d4... Improve handling of size hints from applets. This is needed (*)
  fa148aa... Fix window list button size. Applet part of bug #310809. (*)
  c0f1f31... require libwnck 2.19.5 for the new tasklist sizing stuff. (*)
  64c9213... Get rid of minimum/maximum size for the window list. (*)
  528bbff... add LIBPANEL_APPLET_CFLAGS to make compilation work. It see (*)
  b10733d... the last two listeners were removed (*)
  a74072d... Updated Vietnamese translation. (*)
  c3e70ba... new icon for recent documents use new icon for this. Fix bu (*)
  9e444ab... use g_option_context_set_translation_domain() to translate  (*)
  bca3413... Updated Vietnamese translation. (*)
  d72635b... Updated Spanish translation (*)
  457c40d... Sort completed tasks last, treat unprioritised tasks as nor (*)
  2547634... Updated Russian translation. (*)
  f898a7d... Added vi directory and added vi to DOC_LINGUAS. (*)
  078d086... Added Vietnamese translation. (*)
  5fbbb95... Updated Korean translation. (*)
  d5cd692... Add fields to PanelToplevel to have the possibility to use  (*)
  789425a... add libbonobo and libbonoboui pkgconfig checks for the pane (*)
  7e1539f... updated dzongkha translation (*)
  601aaba... Updated Polish translation by GNOME PL Team. (*)
  f185c6b... sv.po: Updated Swedish translation (*)
  eb4ba53... disconnect the "deactivate" signal handler (panel_menu_get) (*)
  488e227... Updated Vietnamese translation. (*)
  7cc13bf... Updated spanish translation (*)
  9a2ddb4... Make it possible to have bigger panels (up to 1/5 the scree (*)
  c6a3a83... compare the GCallbacks too, instead of just checking that t (*)
  f105b8e... add icon for home folder new (panel_place_menu_item_create_ (*)
  b5abe06... Migrate to GtkTooltip. (*)
  3ef3209... Updated Spanish translation (*)
  8b7b78f... add two comments to help with understanding the code. (*)
  4ee9973... don't use setup_menuitem(), but gtk_menu_item_new_with_mnem (*)
  daaa9df... add a detail for the arrow in the button widget (*)
  3d90d86... use gtk_widget_set_tooltip_text() (*)
  23e0522... use gtk_widget_set_tooltip_markup() (*)
  6cb63cf... use gtk_widget_set_tooltip_text() dittp kill wncklet_set_to (*)
  a4da785... updated vi.po (*)
  bda3789... Added Vietnamese translation. (*)
  1346ef1... fix compilation (*)
  a102eb9... Updated Catalan translation. (*)
  6148e99... updated vi.po (*)
  b8a0e79... Fix by Joan Duran (*)
  ebd1893... Update the documentation for the action protocol, following (*)
  5882f3c... Changes needed for the support for timezones in the clock a (*)
  82f70d5... Updated spanish translation (*)
  6132811... Added missing files to POTFILES.in (*)
  3174c41... Updated Spanish translation (*)
  cf4672f... include config.h Fix bug #454299 (12-hour setting not worki (*)
  9178615... use program-name instead of name property for GtkAboutDialo (*)
  250492f... Be a bit clever and show/hide relevant stuff in the propert (*)
  fc3bf83... Updated Spanish translation (*)
  12e969b... dist the glade file (*)
  2fa9f8b... version 2.19.5 (*)
  e0a977a... post-release bump to 2.19.6. (*)
  926c04e... Updated Japanese translation. (*)
  b9506a1... Updated Thai translation. (*)
  a7f892d... Updated Thai translation. (*)
  ccb1c10... Updated Irish translation by Sean Burke <leftmostcat gmail  (*)
  3ecfc41... Fixed wrong bug number. (*)
  1967469... sync with gnome-system-tools (*)
  dbad104... add -fPIC Fix bug #455034. Thanks Saleem Abdulrasool <compn (*)
  eba320f... don't mark icons as translatable (bug in glade-3) Fix bug # (*)
  6184711... Updated Bengali India Translation (*)
  acbb12b... Added Entry for Bengali India Translation Updation (*)
  4ab408f... trivial fixes for compilation on Solaris. Fix bug #455921.  (*)
  72f1e81... Updated Korean translation by Eunju Kim. (*)
  a6408d9... Estonian translation update by Ivar Smolin. (*)
  b8d59f5... Catalan translation by Joan Duran Added Catalan language Ca (*)
  0ec35e9... Updated Italian translation. (*)
  d52ba0c... Updated Norwegian bokmål translation. (*)
  def4d5d... Estonian translation update by Ivar Smolin. (*)
  666fcfb... Updated Finnish translation (*)
  7c6e571... really look at the gconfvalue for x_right/y_bottom (just us (*)
  3778287... Estonian translation update by Ivar Smolin. (*)
  e07e28a... sv.po: Updated Swedish translation (*)
  d136073... Updated French translation. Removed obsolete figures. Updat (*)
  561157f... updating for Punjabi by POST (*)
  3efe69f... fix a crash when /etc/localtime is not a hardlink (*)
  ef4b559... Translation updated. (*)
  38b1cfc... Set correct response_id (*)
  81cde55... Brazilian Portuguese translation improved in response to bu (*)
  c8a72da... remove old signal handler for query-tooltip when setting a  (*)
  495ac96... Updated Bulgarian translation by Alexander Shopov <ash cont (*)
  dabd58b... Updated gnome-panel zh_CN translation (*)
  5295157... applets/wncklet/GNOME_WindowMenuApplet.xml (*)
  3f76b02... removed one error (*)
  aaa4e1d... Updated French translation by Myriam Malga, Claude Paroz an (*)
  477f0ed... Updated Occitan translation (*)
  993bad2... Updated Dutch Translation by Wouter Bolsterlee. (*)
  6ee222c... Fix last-translator extraction bug, even if I change histor (*)
  36a2efc... Updated Norwegian bokmål translation. (*)
  dc3089d... Use new freedesktop.org power management interface. Patch b (*)
  61563a1... sv.po: Swedish translation updated (*)
  6237afa... fixed format mismatch between msgid and msgstr. (*)
  3076b04... Updated Belarusian Latin translation (*)
  721cd89... Updated Basque translation. (*)
  5190bdd... Updated Greek translation (*)
  643d701... si.po updated (*)
  9bfb98d... Updated Translation (*)
  8e7a767... Updated Polish translation by GNOME PL Team. (*)
  5992b8f... updated ta translation (*)
  292794d... Updated Irish (ga) translation on behalf of Sean Burke (*)
  bc22f44... Updated Lithuanian translation. (*)
  f6ed24b... Small fix. (*)
  025559d... version 2.19.6 (*)
  a504034... version 2.19.6 (*)
  dcaa7f8... post-release bump to 2.19.90. (*)
  ff795ad... intltool-update de (*)
  5738bc4... Updated German translation. (*)
  3c16469... Updated zh_CN translation (*)
  c796a5d... Estonian translation update by Ivar Smolin. (*)
  9c8ae5b... si.po file for sinhala updated (*)
  aa7abf2... Added si entry  for sinhala (*)
  f2437f5... Updated Malayalam (ml) Translation (*)
  3160f3a... Updated Malayalam (ml) Translation (*)
  b408218... Updated Occitan translation (*)
  78b85f2... a translation improvement. (*)
  9964b61... Updated Occitan translation (*)
  95bbf44... Updated Norwegian bokmål translation. (*)
  9a811a4... Updated Occitan translation (*)
  3ddceab... Updated Brazilian Portuguese translation (*)
  f016066... Updated Catalan translation. (*)
  ffd86b2... Updated Occitan translation (*)
  bc7e748... Updated Occitan translation (*)
  ab40917... Updated Occitan translation (*)
  1582d8f... Updated Occitan translation (*)
  00a874a... Updated Occitan translation (*)
  5637b0b... Fixed German translation by Jens Seidel <jensseidel users s (*)
  d0a4495... fallback to user name when real name is empty. (bug 456925) (*)
  8da2aaf... do not show tooltips for application categories in menu. (b (*)
  c2db138... Estonian translation updates by Ivar Smolin <okul linux ee> (*)
  38bd629... Use system-search i.s.o. removed gnome-searchtool icon. Fix (*)
  0bb65bf... 2007-08-31 Jovan Naumovski <jovanna svn gnome org> *mk.po:  (*)
  d83b978... update to new format (*)
  ee68f4d... Updated Occitan translation (*)
  fe154a6... Updated Portuguese translation. (*)
  114289c... 2007-09-03    vi.po    Updated Vietnamese translation (*)
  6cc8ad5... Updated Italian translation. Removed obsolete figures. Upda (*)
  e95b867... Added Greek translations by Dimitrios Typaldos (*)
  85cbbf4... version 2.19.92 (*)
  f43967b... post-release bump to 2.20.0. (*)
  6fa99ea... Updated Norwegian bokmål translation. (*)
  267b572... Added el in DOC_LINGUAS in help/*/Makefile.am (*)
  9495dc0... Improved Japanese translation. (*)
  c68dce0... Improved Japanese translation. (*)
  b65d839... 2007-09-05 Jovan Naumovski <jovanna svn gnome org> *mk.po:  (*)
  f24a1c2... Updated German translation. (*)
  385f6ba... Fixed some typos in Basque translation. (*)
  c6dc333... Updated Danish translation (*)
  0d7e253... Updated Georgian translation by Vladimer Sichinava  <vsichi (*)
  08c04a3... Updated Georgian translation by Vladimer Sichinava  <vsichi (*)
  381e67f... Fix various small insanities :-) Fix crash reported as bug  (*)
  b6f5503... Don't show the UI to have timezones in the clock since it's (*)
  f90282a... Updated Serbian translation. (*)
  2274035... Updated Georgian translation by Vladimer Sichinava  <vsichi (*)
  4d9afb6... Update Ukrainian translation. (*)
  68b1fbd... Show drawers on same monitor as the panels they're attached (*)
  48abd8a... fix typo in previous commit. (*)
  7d78adb... Updated Romanian translation by Alexandru Szasz <alexxed gm (*)
  de94619... Updated Slovak translation on behalf of Peter Tuharsky (*)
  db95e61... Updated Arabic Translation by Anas Husseini. (*)
  a50b328... Updated Bengali Translation (*)
  ba8ec35... Updated Bengali Translation (*)
  61ba451... Updated Russian translation. (*)
  bfdb31d... Updated Romanian translation by Alexandru Szasz <alexxed gm (*)
  a7dba16... Updated Finnish translation (spellchecked) (*)
  822754a... Updated Catalan translation (*)
  ad95e82... Added and updated  kn translations. Added kn to linguas (*)
  58ee8c0... use new icon name for logout. Patch by Luca Ferretti <elle. (*)
  d0df4d3... version 2.20.0 (*)
  66b8f15... post-release bump to 2.20.1. (*)
  1635631... revert the previous commit: it breaks some icon themes. We' (*)
  aaff3df... version 2.20.0.1 (*)
  de26144... post-release bump to 2.20.1. (*)
  31bcc73... Updated Georgian translation by Vladimer Sichinava  <vsichi (*)
  39babfb... added uzbek translation (*)
  2b47e38... added uzbek latin translation (*)
  0a03160... updated uzbek translation (*)
  7ed5b2d... sv.po: Updated Swedish translation (*)
  ef87b22... Added de for German in DOC_LINGUAS. Added German translatio (*)
  78d5f5d... Updated Occitan translation (*)
  b99dcf4... Updated Korean translation. (*)
  781053d... version 2.20.1 (*)
  8714814... post-release bump to 2.20.2. (*)
  d4f6b94... updated hebrew translation (*)
  3c09272... Updated Arabic Translation by Anas Husseini. (*)
  3b3d168... Updated Arabic Translation by Anas Husseini. (*)
  cc779a5... Updated Irish translation. (*)
  8474399... Updated Arabic Translation by Anas Husseini. (*)
  c2abbf9... Updated Slovak translation. (*)
  f31b85c... Updated Slovenian translation (*)
  7353cd1... Updated Norwegian bokmål translation. (*)
  9ef81f0... sv.po: Updated Swedish translation (*)
  641bc31... sv.po: Updated Swedish translation (*)
  a6120ef... HIGify. Bug #490158. (*)
  d6e8092... Minor fixes in Brazilian Portuguese translation. (*)
  64c40c6... Added pt_BR to DOC_LINGUAS. Brazilian Portuguese translatio (*)
  eef47da... Updated Occitan translation (*)
  77ae5aa... Updated Russian translation by Vasiliy Faronov <qvvx yandex (*)
  c4a2de0... Updated Slovak translation by Pavol Šimo. (*)
  1beebbe... Czech Translation updated by Petr Kovar. (*)
  fc632e6... svn path=/trunk/; revision=10711 (*)
  e5d311e... Updated Irish translation. (*)
  8ad4aa5... Updated Occitan translation (*)
  2e66cd0... Updated Arabic Translation by Anas Husseini. (*)
  ecb61b4... Updated Arabic Translation by Anas Husseini. (*)
  fc986da... Updated Norwegian Nynorsk translation (*)
  bb724d3... Updated Basque translation. (*)
  0f195e9... Merge of intlclock into the clock applet 2008-01-14  Federi (*)
  9c5552a... Remove the temporary directory of intlclock's pending sourc (*)
  cd89599... Remove obsolete test for _NL_MEASUREMENT_MEASUREMENT 2008-0 (*)
  997a6eb... Updated Spanish translation (*)
  f8f0333... updated (*)
  e561655... version 2.21.5 (*)
  8091a58... post-release bump to 2.21.90. (*)
  970b76f... sv.po: Swedish translation updated (*)
  e78e1bb... sv.po: Swedish translation updated (*)
  b1a9aaf... Updated Spanish translation (*)
  ba2b830... Fixed Bug 50892 Updated Albanian translation. (*)
  4d1bd1b... Updated Italian translation. (*)
  9ddfff8... Add -DGWEATHER_I_KNOW_THIS_IS_UNSTABLE. Fixes bug #509581. (*)
  b523019... Updated Norwegian Bokmål translation. (*)
  84f1cb4... Update Telugu translation done by Krishna Babu K <kkrothap@ (*)
  e18a16f... Fix a typo that broke the build. (*)
  7af0d44... Use AM_PROG_CC_C_O. Bug #509781, patch by Christian Kirbach (*)
  4684a60... This must not depend on HAVE_POLKIT unless the maintainer r (*)
  e60b771... Updated Basque translation. (*)
  492c4f9... Fix minor HIGness problems in Prefs dialogue (spacings, mis (*)
  bf95be9... Add --internal when generating the marshalers. (*)
  1d9ed4b... Updated Spanish translation  línea y las que están debajo (*)
  f5f637f... move AM_PROG_CC_C_O towards the top, to try to keep things  (*)
  bb683b6... call pager_update() a bit later, else the set_orientation() (*)
  2e99e7a... Updated Norwegian bokmål translation. (*)
  9b3697a... Add a 48x48 version of gnome-panel.svg, which is one of the (*)
  ddbc12b... Estonian translation updates by Ivar Smolin <okul linux ee> (*)
  2448ac4... Updated Basque translation. (*)
  0803a4f... cs.po: Updated Czech translation. (*)
  07bbcec... Add list_type (*)
  4929073... Translation updated by Ivar Smolin (*)
  9e8724d... if the name of the user is "Unknown", then display the logi (*)
  44eaa4f... fix compilation when there's no eds support. Fix bug #50984 (*)
  c832020... look for Locations.xml through pkg-config. Fix bug #509888. (*)
  5ad3e7b... updated to intltoolize the policy.in file moved... ... here (*)
  ef9a4f3... clean this a bit (*)
  28a4ee6... sv.po: Updated Swedish translation (*)
  254874d... fix my broken patch... (*)
  d5c954a... Change <message> strings to match the ones from PolicyKit p (*)
  6de32e4... Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION. (*)
  d1a0ead... Updated Italian translation. (*)
  4caf29f... Brazilian Portuguese translation updated by Vladimir Melo. (*)
  00eba24... version 2.21.90 (*)
  9a70565... post-release bump to 2.21.91. (*)
  22a135d... Updated Arabic Translation by Anas Husseini. (*)
  d3a34e7... Updated Kannada Translations by Shankar Prasad (*)
  22f4025... Added Entry for Kannada Translation updation by Shankar Pra (*)
  30ec1e6... Updated Belarusian Latin translation. (*)
  a75cbe4... updated assamese translations (*)
  db696eb... Updated Turkish translation (*)
  cbab27e... Updated Occitan translation (*)
  f0497b5... Updated Occitan translation (*)
  435ba62... Updated Traditional Chinese translation(Hong Kong). Updated (*)
  fa036ad... added Pashto translation on behalf of Zabeeh Khan. Fixes bu (*)
  c2eb29a... Updated Polish translation by GNOME PL Team. (*)
  3eed662... Updated Thai translation. (*)
  ab56170... Updated Galician Translation. (*)
  f68c7e4... Fix bug #497998. This correct the orientation of the panel  (*)
  1edc91c... require gio for the clock (*)
  a482482... require gio for the panel (*)
  4fe467c... Port menu.c to gio. Based on patch by Diego Escalante Urrel (*)
  6ee48c0... Updated Portuguese translation. (*)
  2bbaef7... Use the world map as png (*)
  6ae3115... Continue gio port... (*)
  c33bbb0... Lalalala. gio port. Lalalala. (*)
  f329aae... I wonder what this commit is about. Maybe some gio port wor (*)
  ede11c2... typo in translator comment (*)
  cd1b9d8... sv.po: Updated Swedish translation (*)
  73ff231... Updated Norwegian bokmål translation. (*)
  5b6a262... Once upon a time, someone created gio. And those words were (*)
  4591aa5... fix compilation (panel_place_menu_item_drives_changed): new (*)
  aab37e2... Add missing file. Updated Norwegian bokmål translation. (*)
  8a71a59... renamed to... (panel_place_menu_item_append_local_gio): thi (*)
  d1cdb37... add back a string that was removed and will be used again s (*)
  715e102... sv.po: Updated Swedish translation (*)
  a89c786... finish gio port (*)
  0eb8d2c... we don't need gnome-vfs anymore! Free hugs for everyone! (*)
  f3d0a9e... Updated Norwegian bokmål translation. (*)
  652c493... Updated Thai translation. (*)
  2fe536c... use g_file_is_native() instead of looking at the URI scheme (*)
  a493e9e... Updated Spanish translation (*)
  3dc946d... new, to get the description of a GFile (panel_util_get_labe (*)
  99d2bf0... require gio 2.15.5 (*)
  0c8b3f3... remove workaround for application/x-gnome-saved-search plac (*)
  d45323d... update for API change in gio (*)
  4450125... put items in a submenu if there are too many items. Fix a r (*)
  5c9594c... Animate panel startup. Based on patch by William Jon McCann (*)
  fa9a8ef... center the window (panel_logout_new): focus the window. Pat (*)
  d985eaf... Better bonobo applets asynchronous loading. Patch by openSU (*)
  374e135... Switch back to 24x24 icons again. Based on patch by Matthia (*)
  1ea8257... Updated Marathi Translations (*)
  bd66de6... Smooth animation between two auto-hide sizes. (*)
  ce4a68b... Improve startup animation by starting the toplevels totally (*)
  b3504a6... cs.po: Updated Czech translation. (*)
  a3bceb5... Fancy launcher animation when in a composited environment.  (*)
  6ee9a8b... tweak for distcheck... (*)
  4c82b02... version 2.21.91 (*)
  b9962f9... post-release bump to 2.21.92. (*)
  c6dbcf6... Updated German translation, fix #494795. (*)
  c990acb... Updated Arabic Translation by Djihed Afifi. (*)
  c559509... Updated Polish translation by GNOME PL Team. (*)
  d51da49... Updated Polish translation by GNOME PL Team. (*)
  00c0329... Use the customized CD icons when there's one. Fix bug #5160 (*)
  81323ee... Add FIXME for really minor things to handle in the future.. (*)
  478eddf... Updated Occitan translation (*)
  f42b0c5... Updated Finnish translation (*)
  5e46b41... Updated French translation by Robert-André Mauchin and Cla (*)
  dcff0dd... Updated Portuguese translation. (*)
  9c9fec1... Updated Nepali Translation (*)
  9998eea... Updated Galician Translation (*)
  ee72637... Updated Italian translation. (*)
  1ee55c7... Updated Korean translation (*)
  778c4a2... Remove a debug statement that can conceivably crash if the  (*)
  e6b14cf... Updated Polish translation by GNOME PL Team. (*)
  5790b8d... Updated Basque translation. (*)
  3e893f3... Updated Belarusian Latin translation. (*)
  b88b719... Brazilian Portuguese translation updated by Hugo Doria. (*)
  7c80ed8... 2008-02-17 Jovan Naumovski <jovanna svn gnome org> *mk.po:  (*)
  e58516a... Fix the time display in the location tiles to be the time a (*)
  f9866fa... Make all of the nested pref dialogs use the dialog window c (*)
  2b8ea00... Fix the display of the weather on the panel. (*)
  f454d5c... Set timezones asynchronously. This keeps the clock ticking  (*)
  38eda53... Updated Portuguese translation. (*)
  2295e47... Translation updated by Ivar Smolin (*)
  c4b2c28... Updated Galician Translation. (*)
  e83288f... Updated Spanish translation (*)
  5793864... Updated Occitan translation (*)
  9f33f4e... sv.po: Updated Swedish translation (*)
  aa830b0... Updated Thai translation. (*)
  f086b61... Punjabi Translation (pa) updatedd by Amanpreet Singh Brar (*)
  fc810a4... make creating .desktop files with --create-new work again.  (*)
  6270872... updated hebrew translation (*)
  c6d15ea... Take daylight savings time into account. (*)
  489b406... Try harder to avoid resizing the popup. (*)
  852c727... Updated French translation. (*)
  b4ea5ff... Translation updated by Istvan Nyitrai (*)
  fd635d3... updated Malagasy translation. (*)
  d76828a... Make drawer work again. Fix bug #517191. (*)
  34cfec6... Updated Basque translation. (*)
  2f1cd33... Arangel Angov <arangel linux net mk> * mk.po: Updated Maced (*)
  1207b5d... Updated Finnish translation (*)
  385ea71... Updated Finnish translation (bug #490774) (*)
  0ed5c0c... Translation updated by Daniel van Eeden. (*)
  0fa0c66... Updated Italian translation. (*)
  b94fd79... Brazilian Portuguese translation updated by Vladimir Melo. (*)
  84e016b... Updated Polish translation by GNOME PL Team. (*)
  2c05e14... Updated Portuguese translation. (*)
  aae3e4f... Updated Catalan translation (*)
  5a7ab8c... Updated Japanese translation. (*)
  c51dc4a... Updated Belarusian Latin translation. (*)
  5c76b4a... sv.po: Updated Swedish translation (*)
  ec7284f... Updated Occitan translation (*)
  a4e9f50... Arangel Angov <arangel linux net mk> * mk.po: Updated Maced (*)
  f8e91e1... Translation updated (*)
  ee9e604... Add set_system_timezone_async, needed when compiling withou (*)
  5f63096... Translation updated by Daniel van Eeden. (*)
  9409885... Updated German translation. (*)
  ed213b4... Updated Korean translation (*)
  ab2b6e3... Updated Belarusian Latin translation. (*)
  ad0f3fb... Updated Spanish translation (*)
  b71d95c... Use g_file_has_prefix instead of renamed g_file_contains_fi (*)
  44096fd... g_uri_get_scheme -> g_uri_parse_scheme (*)
  7d2786c... Updated Slovenian translation (*)
  91f8e50... Updated Korean translation (*)
  7933d26... version 2.21.92 (*)
  7785819... post-release bump to 2.21.93. (*)
  fffd81f... Updated Arabic Translation by Djihed Afifi. (*)
  69e772f... Updated Norwegian bokmål translation. (*)
  e8b25d6... Updated German translation (*)
  29e6860... Validate PolicyKit policy files (*)
  aed8c87... Updated Greek translation (*)
  b1b07d6... Updated zh_CN translation (*)
  d4923bf... Updated Occitan translation (*)
  d108c1d... Updated Thai translation. (*)
  235cb0e... don't set the format key if we're reaching this without rea (*)
  272ad93... fix previous commit to not break the build (*)
  8fba276... Updated Basque translation. (*)
  c1e47f2... Don't hardcode the polkit results for determining when we c (*)
  de2a71d... Fix a few typos etc. (first commit, yay!) (*)
  8fb59a9... Added Danish translation (*)
  84d5c65... updated Afrikaans translation on behalf of Friedel Wolff. F (*)
  ecad509... Updated Lithuanian translation. (*)
  dbe2f8f... Updated British English translation. (*)
  c9b2b1d... Fixed British English translation. (*)
  b1e3762... Updated Italian translation. (*)
  9868d4e... Updated Marathi Translations. (*)
  2348c9f... Really fixed British English translation. (*)
  943df41... cs.po: Updated Czech translation. (*)
  33e2f57... cs.po: Fixed Czech translation. (*)
  b331f75... Display sunrise/sunset in local (to the location) time. Fix (*)
  05ff2b2... Updated Spanish translation (*)
  dc991c5... Fixed a typo. (*)
  5dc2545... Translation updated by Ivar Smolin (*)
  0dbd436... fix build for compilers that don't like C99. Fixes bug #518 (*)
  f6f3041... Updated French translation. (*)
  70173a6... Added Danish translation (*)
  0dd4d24... Updated Slovak translation by Pavol Šimo. (*)
  6a5963e... Update Ukrainian translation. (*)
  b71ed00... Corrected errors related to the plural forms (*)
  bd82d19... Added Entry for correction of errors related to the plural  (*)
  d1aafb9... Updated Occitan translation (*)
  3c1cbd4... Updated Spanish translation (*)
  59aba58... Updated Spanish translation (*)
  a21f52a... Updated Spanish translation (*)
  09a671a... Updated Spanish translation (*)
  44a584c... sv.po: Updated Swedish translation (*)
  fccd50b... Updated Russian translation. (*)
  6b72c39... Updated Traditional Chinese translation(Hong Kong). Updated (*)
  dc25305... Updated Danish translation (*)
  a4c30bb... Updated Belarusian Translation. (*)
  dc1cd5b... Updated Russian translation. (*)
  0b2bc84... Updated Belarusian Translation. (*)
  84598dc... hindi update (*)
  a96d288... Updated Greek translation (*)
  ddd75a2... Updated Malayalam Translation (*)
  57dd641... Updated Malayalam Translation (*)
  334c8a8... Updated Turkish Translation (*)
  4c68749... version 2.22.0 (*)
  333729f... post-release bump to 2.22.1. (*)
  d766177... Added Friulian translation on behalf of Massimo Furlani. (*)
  27f082a... Whoops (*)
  d840323... Updated Telugu traslation done by Krishna Babu K <kkrothap@ (*)
  d159dce... Updated Lithuanian translation. (*)
  94469fc... Fix crash in clock applet when there are no locations avail (*)
  dcedd14... Updated Georgian translation (*)
  a122522... Make sure that we create the cities store before we fill th (*)
  38c4b08... Updated Polish translation by GNOME PL Team. (*)
  1faf2eb... convert username / login to UTF-8 if current locale is not  (*)
  83a169a... Translation updated by Ivar Smolin (*)
  8fce7ea... Fixed a typo in Belarusian Latin translation by Ihar Hrachy (*)
  59f967e... Updated Greek translation (*)
  2fa4518... Update Vietnamese translation (*)
  b53138b... Updated Dutch translation by Wouter Bolsterlee. (*)
  8741944... Make the find-location window larger. Change proposed by Da (*)
  7790dbc... Improve the time settings window (*)
  46ea92f... Convert the edit and find dialog windows to GtkDialog (*)
  9e2aec1... Fix location editing (*)
  ba26593... Translation updated by Priit Laes (*)
  b887cff... Updated Norwegian Nynorsk translation (*)
  4718044... initialize variables at the beginning of the function, so t (*)
  5aae4fb... Fix crash when closing the clock window while a city is bli (*)
  a9110fc... Clean things a bit. It's easier to have one function call i (*)
  f518c5b... updated for e-map removal (*)
  cc90ef4... require a recent version of gweather instead of no specific (*)
  8c12a87... correctly redraw the map outline in expose event, instead o (*)
  bd232b8... Fixed date order (*)
  c83f2fe... if the coordinates are known to not be valid, just empty th (*)
  4e32f50... nullify a widget pointer when closing the popup. Should fix (*)
  8c1ff3f... remove timezone.glade, unused now. (*)
  2bc2cf0... Fix initial visibility of the appointments to actually foll (*)
  97f94a0... plug potential leak (panel_applet_frame_finalize): correctl (*)
  df19cd8... require gweather 2.22.1, do not check for libxml and the lo (*)
  cce0cdb... show caldav appointments too. Fix by Debian (Roland Mas). F (*)
  ba7ef51... ignore no-reply dbus errors when setting the time because d (*)
  3bb1ab5... open evo on the right day, instead of some day before or af (*)
  3f3bbd4... disconnect the backend_died signal handler to not have it l (*)
  b4b0b5d... correctly set time, even when DST is on. Thanks to Pascal T (*)
  95d9386... Handle multiple locations in the same timezone in a better  (*)
  a1bda66... strdup the various temperatures we get, since else we end u (*)
  4fb196d... Don't lose weather code when editing a location and changin (*)
  ffb52f1... Don't show weather information of the last location once it (*)
  2c25766... disconnect the changed signal handler for esource_list. Mig (*)
  24543ce... fix compilation (calendar_sources_load_esource_list): compl (*)
  3fc47a1... emit the set-current signal when changing the current locat (*)
  f59a28a... removed old files (*)
  1935082... version 2.22.1 (*)
  1667871... post-release bump to 2.22.2. (*)
  1e0ab9e... don't refresh the map if there's no map. Fix a crash. (*)
  44ba2fc... version 2.22.1.1 (*)
  c1b57a3... post-release bump to 2.22.2. (*)
  2959bd1... remove clock_location_new_from_env(). Not really sure it's  (*)
  cdb321d... make last_refresh a time_t since we don't need struct tm (c (*)
  f6124b6... Remove the rotation step in the map. I believe the goal was (*)
  da0d9a4... add enums for markers and an array for marker files (clock_ (*)
  58e4641... minor cleanup (*)
  e2b6fdb... Use the right directory for timezone data on Solaris. Based (*)
  a913e9d... remove all code using available_zones since it wasn't used. (*)
  85e2252... Lots of cleanup, some leak plugging. (*)
  eee911f... add some const to function declarations (clock_zoneinfo_new (*)
  ec88004... Missing comments from last commit. (*)
  fb2550d... Completely rewrite the way we detect the system timezone. I (*)
  fb7a1f5... minor cleanup (*)
  6f0cbb6... add a minor FIXME (*)
  becbe88... Make some memory savings by not remembering useless data. T (*)
  857d760... remove useless declarations (*)
  1cfe86e... if compiling with networkmanager support, require NM 0.6 at (*)
  70e7bba... Huge performance improvement when clicking "Add" for adding (*)
  33cdd38... fix invalid singleton after last ref. This was mostly a the (*)
  8fe2403... add gio check for CLOCK_MECHANISM, because of the use of sy (*)
  d8f069c... Implement some caching of the can_do variables. This is som (*)
  ffabf55... do not refresh the map here. It will get refreshed on expos (*)
  3c55ffe... do not refresh the tile after having created it. It's alrea (*)
  c7a635f... Rework to not load two svg files on creation (once for the  (*)
  0854b7d... Implement a cache for clock face pixbufs. They're loaded fr (*)
  c3b2958... Do not load the image when the object is created. Only load (*)
  c642b0d... actually, we don't have to call can_set_system_timezone() h (*)
  cc00cb4... do not try to get the size of the cache if there's no cache (*)
  efa9266... no need to call clock_map_refresh() here: it will be done o (*)
  b7e4497... init some fields (clock_map_refresh): be a bit more clever  (*)
  fb39e61... don't use libgnome/gnome-i18n.h, but glib/gi18n.h (*)
  d580c0e... when clearing the "edit location" window, also clear the "f (*)
  25063d8... do not assume the timezone and country data files exist, so (*)
  cfe8263... don't uselessly copy a string (*)
  f2dd1ef... pre-fill the find location entry if it was empty and the us (*)
  603b581... do not make the edit location window resizable (*)
  48ac1f0... change again the default size of the find location window.  (*)
  49cc579... be a bit more reasonable with the height :-) (*)
  2e09059... add FIXME (*)
  38eb945... version 2.22.1.2 (*)
  b8b3642... post-release bump to 2.22.2. (*)
  121e5ea... Do not create lots of new ClockLocation everytime we load t (*)
  c8a8126... Improve how the find entry is filled: always use the locati (*)
  ef1741f... added three new keys (X-GNOME-Autostart-Phase, X-GNOME-Prov (*)
  26eae22... some updates (*)
  f453a65... handle the case where the found file is (*)
  e6400f2... add/clarify some comments change the default order of metho (*)
  231b109... Add support for Arch Linux system timezone. (*)
  074aec7... s/unsigned int/gsize/ since it's not the same on 64 bits ma (*)
  1a21201... version 2.22.1.3 (*)
  fda8f9d... post-release bump to 2.22.2. (*)
  d2fa02a... Updated Norwegian Nynorsk translation (*)
  7138a80... Make the help buttons work (*)
  824b66a... Change the mnemonics for the clock format radios to avoid a (*)
  fbdc929... Updated zh_CN translation (*)
  b3f83de... Updated zh_CN translation (*)
  74f64a2... Updated Slovenian translation (*)
  dcbcfae... reviewed by: <delete if not using a buddy> (*)
  3755b69... Updated Spanish translation (*)
  64ad0ea... Translation updated by Ivar Smolin (*)
  1f391cb... Updated Bulgarian translation by Yavor Doganov <yavor gnu o (*)
  e773ddd... rename to... this, and add <vendor>, <vendor_url>, <icon> (*)
  55997d5... version 2.23.1 (*)
  4e88bc5... post-release bump to 2.23.2. (*)
  b5359f1... Updated Translation on behalf of Shankar Prasad Venkate (*)
  05609be... correction from gujarati Kannada (*)
  174ac54... Don't assume that g_io_channel_read_chars returns a NUL-ter (*)
  5e59c66... Fix log entry (*)
  4807238... updated hebrew translation (*)
  9575f16... Updated Galician Translation. (*)
  267555d... do not only look for applications that can open URI; if the (*)
  bfe3563... accept google uri too, for google calendars and use g_ascii (*)
  346e127... Pass an XID for the transient parent to PolicyKit's ShowDia (*)
  437b698... Pass the XID to clock_location_make_current() 2008-05-08  F (*)
  76445aa... Pass the XID to set_system_time_async() 2008-05-08  Federic (*)
  886e856... GDK_WINDOW_XWINDOW, not GDK_WINDOW_XID (*)
  0c5fd1a... Added Brazilian Portuguese translation by Fabricio Godoy. A (*)
  4f16496... Desensitise "Set System Time" button when privileges are mi (*)
  f9b9859... Added is Added Icelandic Translation by Anna Ármannsdótti (*)
  2938095... put the focus in the name entry (*)
  d07b8f0... version 2.23.2 (*)
  4ee800c... post-release bump to 2.23.3. (*)
  6eebe19... add transient_parent_xid parameter (*)
  48bd2cc... version 2.23.2.1 (*)
  5fc15f0... post-release bump to 2.23.3. (*)
  462eb84... new, based on activate_uri (activate_uri): just call (*)
  f1b4277... Omitted is addition (*)
  a2b1ff8... Updated Arabic Translation by Djihed Afifi. (*)
  58d6dde... use an URI and not a path when setting the drag source for  (*)
  4d8ca4e... Updated Translation on behalf of Sweta Kothari, new team me (*)
  44ae512... Updated Arabic Translation by Djihed Afifi. (*)
  b623ed9... Updated Vietnamese translation (*)
  f8ab699... Fixed #535196. (*)
  c57af00... version 2.23.3 (*)
  f5f5e4e... post-release bump to 2.23.4. (*)
  2f5768a... Add svn:ignore. (*)
  ff2b398... add new file small utility API to ease cleanup when the pan (*)
  f74bf31... add description ditto add new file new utility object to ma (*)
  f87711a... rename panel_get_power_manager() to panel_power_manager_get (*)
  3c00de3... rename panel_dbus_service_init_service to (*)
  4d45aca... move PanelPowerManager to libpanel-util update the include  (*)
  8784d73... Use the gnome-session DBus API to log out/shut down. The di (*)
  d50611b... Remove some files. Updated Norwegian bokmål translation. (*)
  3ff57b1... Updated Thai translation. (*)
  dc9dc5b... Use system-log-out instead of gnome-logout Use image-missin (*)
  e7a66f3... Updated Arabic Translation by Djihed Afifi. (*)
  34ca789... require intltool 0.40.0 remove old intltool cruft (*)
  7ed340e... fix distcheck (*)
  211926f... fix distcheck.Again. (*)
  91cc43a... version 2.23.4 (*)
  129e112... post-release bump to 2.23.5. (*)
  2201302... also select the current day on the calendar so that if you  (*)
  c387c54... fix previous commit. Thanks to Chenthill Palanisamy (*)
  ef3c58d... sv.po: Updated Swedish translation (*)
  1f420e7... Use non-legacy icon "system-shutdown" from fd.o naming spec (*)
  d926160... Use "user-desktop" icon from fd.o naming spec instead depre (*)
  6a24c4a... also show groupwise and exchange appointments. Patch by Che (*)
  1ea4321... Load calendars asynchronously. Fix bug #515948, and probabl (*)
  dc4e68e... s/string_empty/PANEL_GLIB_STR_EMPTY/ (*)
  6f77813... fox crash when editing launcher properties on OS where NULL (*)
  a100a9a... Fix compiler warnings. Patch by Kjartan Maraas <kmaraas gno (*)
  88d5428... Fix compiler warnings. Patch by Kjartan Maraas <kmaraas gno (*)
  cbaff5e... Fix compiler warnings. Patch by Kjartan Maraas <kmaraas gno (*)
  1419a76... Fix compiler warnings. Patch by Kjartan Maraas <kmaraas gno (*)
  d627365... Fix compiler warnings. Patch by Kjartan Maraas <kmaraas gno (*)
  c54c67e... Use the right color for tasks and appointments. Patch by Sj (*)
  477eff9... don't strdup the value returned by icaltime_as_ical_string, (*)
  9b15a82... Updated Occitan translation (*)
  f48cd96... Updated Finnish translation (one extra "%s" removed and tra (*)
  11d7456... Added a few Finnish translations (*)
  46dd807... Updated Korean translation (*)
  fa617ac... Updated Polish translation (*)
  f8ff0fb... s/top_panel/bottom_panel/ in some bottom_panel definitions (*)
  35c03c3... version 2.23.5 (*)
  ccd5c29... post-release bump to 2.23.6. (*)
  63af0aa... Fixed translation of "enable" and/or "disable". (*)
  43e4617... Fixed translation of "lock" and "unlock". (*)
  730298f... Updated Arabic Translation by Djihed Afifi. (*)
  77c46da... Fix assertion. Patch by Matthias Clasen <mclasen redhat com (*)
  fb568bf... use GtkMountOperation kill those files updated (*)
  775e604... Added German translation on behalf of Florian Ackermann. (*)
  a04cabc... explicitly require gio-unix-2.0 (*)
  2d1e73a... Mount volumes if needed in panel_show_* Based on patch by M (*)
  51d282f... s/url/uri/ (*)
  c4f0117... check the lock screen lockdown setting before doing anythin (*)
  9a73486... don't show logout/shutdown if it's locked down. Remove extr (*)
  e7d902e... renamed from panel_menu_bar_hide_tooltip(), and also unfocu (*)
  3716974... go back to NAME_MAX instead of MAXNAMLEN since the former i (*)
  90b08c4... remove the special case for auto-hidden panels. We just upd (*)
  74a2a72... Use GWeatherLocationEntry and GWeatherTimezoneMenu in the a (*)
  496cc87... require libgweather 2.23.6 (*)
  97975b8... remove a file (*)
  92b22dc... version 2.23.6 (*)
  a6d6706... post-release bump to 2.23.90. (*)
  8f901ab... Updated Translation by Sweta Kothari (*)
  3dd5622... sv.po: Updated Swedish translation (*)
  8fd17ac... Updated Galician translation (*)
  81587e6... Updated Arabic Translation by Khaled Hosny. (*)
  7de15b6... updated hebrew translation (*)
  03c8fe7... Brazilian Portuguese translation updated by Fábio Nogueira (*)
  701b691... bnc414458 - Location tiles appear in 24-hour format initial (*)
  84b35be... Updated Arabic Translation by Khaled Hosny. (*)
  d1bac3b... Translation updated by Ivar Smolin (*)
  73be267... Updated Spanish translation (*)
  611b1ff... Updated Japanese translation. (*)
  f5f1fe5... Arangel Angov <arangel linux net mk> * mk.po: Updated Maced (*)
  8cb3b54... Arangel Angov <arangel linux net mk> * mk.po: Updated Maced (*)
  3833d9d... Updated Finnish translation (*)
  fff2109... Updated German translation on behalf of Mario Blättermann. (*)
  c2a5109... Updated Arabic Translation by Djihed Afifi. (*)
  c211385... Add Arabic translation (*)
  31a6394... Updated Norwegian bokmål translation. (*)
  7d1228f... updated hebrew translation (*)
  3168030... Updated Portuguese translation. (*)
  cbbb858... Add window-list, fish Finnish translations, update clock Fi (*)
  e2f0846... Updated Thai translation. (*)
  03b0173... change the bookmark icon name according to latest gnome-ico (*)
  86ada6a... version 2.23.90. (*)
  bad789a... post-release bump to 2.23.91. (*)
  35393cc... update for signature change for the Logout method (*)
  f25dd01... Fix ChangeLogs. (*)
  b9ad245... version 2.23.90.1 (*)
  7286094... post-release bump to 2.23.91. (*)
  f12c70d... Updated Basque translation. (*)
  1cc8626... updating for Punjabi file pa.po by Amanpreet Singh Alam (*)
  5d377e9... Conversion from sr Latn to sr latin (*)
  6a85e9a... Updated Polish translation (*)
  d70ce2f... updated Kannada translations and ChangeLog (*)
  fde635c... Updated Czech translation. (*)
  d6c8a3c... Updated Irish translation. (*)
  9009ee5... Updated Irish translation. (*)
  c904db0... added by Rajesh Ranjan for maithili (*)
  af73558... Adding in LINGUA for maithili (*)
  ca0291b... Updated Translation for Oriya (*)
  6d432cc... Updated Translation for Oriya (*)
  79efc8a... Updated Spanish translation (*)
  958e6fa... Set title of about dialog to allow for correct translation. (*)
  962ac4b... Updated Irish translation. (*)
  616867a... Updated Irish translation. (*)
  547a88f... Updated Brazilian Portuguese translation. (*)
  7f9679a... Added Russian translation. (*)
  b458c1a... Updated Spanish translation (*)
  cfa4fc5... Updated Thai translation. (*)
  a5ca1da... Updated Galician translation (*)
  7a3ac87... Updated Bengali India Translation (*)
  831f286... Added Entry for Bengali India Translation Updation (*)
  358db2c... Translation updated by Ivar Smolin (*)
  3dfbc89... improve tooltip of "Set" button Fix bug #550087 (*)
  b89c551... really open the calendar on the right day. Timezones make t (*)
  9e24c74... version 2.23.91 (*)
  00a1024... post-release bump to 2.23.92. (*)
  577cef8... Updated Brazilian Portuguese translation. (*)
  946dc5a... Updated Norwegian bokmål translation. (*)
  5113cd6... Updated Vietnamese translation (*)
  182e737... Updated Spanish translation (*)
  26eaf92... sv.po: Updated Swedish translation (*)
  f273dd8... Updated Galician translation (*)
  ffb05fa... fix eds icon detection when forcing eds support (*)
  e233727... Translation updated by Ivar Smolin (*)
  66a951a... Updated French translation (*)
  b07d2f6... Committed Translation by Sweta Kothari (*)
  5cb2c0c... Added gujarati translation (*)
  c053dbc... Updated Korean translation (*)
  8008800... Updated Thai translation. (*)
  4a1eaf7... Updated Bengali India Translation (*)
  1b8fd19... Added Entry for Bengali India Translation Updation (*)
  1ce14f7... Updated Bulgarian translation by Alexander Shopov <ash cont (*)
  ca797cf... Updated Slovenian translation (*)
  81e13db... Updated Polish translation (*)
  928e9fc... Updated zh_CN translation. (*)
  6680241... Updated Italian translation. (*)
  96b63c0... Updated British English translation. (*)
  811a505... Updated Dutch translation by Wouter Bolsterlee. (*)
  c1596d0... Updated Portuguese translation. (*)
  5bd018c... Updated Czech translation. (*)
  614aacc... Added th to DOC_LINGUAS. Added Thai translation. Added Thai (*)
  39af5aa... Added th to DOC_LINGUAS. Added Thai translation. (*)
  0634758... Updated Thai translation. (*)
  3f5e585... Updated Thai translation. (*)
  8a4f6cf... Update: Croatian Language (*)
  71281bc... Revert the auto-hide behavior change that got introduced in (*)
  4e5cb4f... version 2.23.92 (*)
  62fe1bd... post-release bump to 2.24.0. (*)
  0d1162e... Updated Basque translation. (*)
  118a247... update kannada translation and ChangeLog (*)
  b57270b... Name the panel menus "gnome-panel-main-menu" for the menuba (*)
  c6ad8de... adapt the adjustement values to the new GTK behaviour (bug  (*)
  8181d9a... Updated Marathi Translations (*)
  612c08c... Updated Marathi Translations (*)
  d6cc5c2... Translation updated by Ivar Smolin (*)
  58c502c... Updated German translation. (*)
  25261cb... Updated Lithuanian translation. (*)
  1671447... Updated Turkish Translation (*)
  3347d29... Arangel Angov <arangel linux net mk> * mk.po: Updated Maced (*)
  69e5dbc... Arangel Angov <arangel linux net mk> * mk.po: Updated Maced (*)
  44620d2... Updated Finnish translation (*)
  6b7e177... Updated Arabic Translation by Djihed Afifi. (*)
  59330d8... Fixed translation of "aspect ratio". (*)
  d43263f... Updated Serbian translation (by Miloš Popović) (*)
  ea5fcba... Updated Arabic Translation by Djihed Afifi. (*)
  5b74f15... translation for Punjabi by A S Alam (*)
  b76a194... Translation updated. (*)
  1e5ab01... hindi update by Rajesh Ranjan (*)
  8236fd3... Updated Catalan translation (*)
  8cc3c6b... Updated Arabic Translation by Djihed Afifi. (*)
  1208d43... Updated Arabic Translation by Djihed Afifi. (*)
  23102b5... 2.24.0 (*)
  6894c76... Tamil translation updated (*)
  ab1f55f... Updated Persian translation. (*)
  1ca2bf8... Updated Serbian translation (*)
  aa19fa3... Updated Thai translation. (*)
  70c1a2a... Updated Japanese translation. (*)
  79006c8... Updated Thai translation. (*)
  6dcc265... svn path=/trunk/; revision=11319 (*)
  018cf0a... Updated Danish translation (*)
  54821f2... Updated Romanian translation by Mişu Moldovan <dumol gnome (*)
  f8d6691... Fixed terminology in Brazilian Portuguese translation by Vl (*)
  bf26212... Translation updated by Ivar Smolin (*)
  2f6c01c... fix for GTK+ adjustment enforcement (*)
  ea32873... fix for GTK+ adjustment enforcement (*)
  0781566... version 2.24.0 (*)
  ef3d563... post-release bump to 2.24.1. (*)
  41e8fe3... Updated Dzongkha Translation (*)
  975b479... Updated Translation (*)
  ac2b677... 2008-09-24 Jovan Naumovski <jovanna svn gnome org> *mk.po:  (*)
  f990f56... Updated Italian translation. (*)
  7cba232... Updated Georgian translation (*)
  8534187... Added Valencian Catalan (ca valencia). New Valencian Catala (*)
  f81b4ab... slight adjustment of menu bar translation (*)
  ab22b6d... Updated Belarusian Latin translation. (*)
  2f4a18a... More terminology fixes in Brazilian Portuguese translation  (*)
  4f01bcd... Updated Slovak translation by Pavol Šimo. (*)
  9ddc2ea... Updated Arabic Translation by Djihed Afifi. (*)
  be738b9... Add Arabic help files (*)
  4c06e90... Updated Thai translation. (*)
  83d295d... require libgweather 2.24.1 (for weather_info_network_error( (*)
  c93088b... if the weather update fails because of a network error, try (*)
  0e84ef8... sv.po: Updated Swedish translation (*)
  8dfdc78... fix build. (*)
  3196b2c... version 2.24.1 (*)
  71d4dae... post-release bump to 2.24.2. (*)
  b3d9a0c... Added Asturian translation on behalf of Mikel González (*)
  37d571d... Updated Greek translation by Nikos Charonitakis (*)
  83fe805... Added Latin translation by Rafael Garcia. (*)
  eb33b95... Translation updated. (*)
  9d2cdc6... Add gconf-2.0 here. (*)
  86100c4... really add gconf-2.0 here. (*)
  94c890b... remove double gconf-2.0 (*)
  5b2b512... 2008-11-22  Leonardo Ferreira Fontenelle  leonardof gnome o (*)
  9811c74... version 2.24.2 (*)
  3f9bc39... post-release bump to 2.24.3. (*)
  83a0bb5... Real tray icons transparency. Patch by Owen Taylor <otaylor (*)
  77f95c7... add some inline documentation to the edit location window.  (*)
  55f82bd... require glib 2.18.0 for C_(). Fix bug #558418, part of a GN (*)
  2d3b726... accept NULL data (*)
  377bc95... Use dbus-based uniquification instead of bonobo-based, and  (*)
  e1735eb... don't call gnome_authentication_manager_init() anymore. Sin (*)
  ea407a6... set an application name. It's used by the gio authenticatio (*)
  0097a6b... use gdk_cairo_set_source_pixmap() now that it's available,  (*)
  9141b9c... remove fixed width for buttons. Fix bug #563030. Patch by G (*)
  8d34e3d... use parenthesis instead of angle brackets for a mail addres (*)
  3d3fc12... define HANDLE_LIBICAL_MEMORY to avoid warning during compil (*)
  05acb66... kill, since it's been moved to gnome-doc-utils. (*)
  8663972... forgot to remove de from there. (*)
  ee37347... remove translatable string in a warning (*)
  bd03963... updated (*)
  a38d64d... fix compilation warnings (*)
  21c3851... Stop using deprecated API (except for one bonobo API) and s (*)
  c38b117... single include for glib/gtk+, and add missing #include <gli (*)
  5b8c886... use single include for gtk+ (get_class): (*)
  ee78aa4... add missing include for glib/gi18n.h (*)
  d22c924... s/gdk_pixbuf_render_to_drawable/gdk_draw_pixbuf/ (no deprec (*)
  7298881... Lots of "remove deprecated API usage" and single include fu (*)
  419283b... g_type_class_peek() does not create a type if the class was (*)
  835c175... g_type_class_peek() does not create a type if the class was (*)
  81210cf... use gdk_cairo_set_source_pixmap() instead of some custom co (*)
  33dd15d... updated again (*)
  374b6f3... don't use a cairo matrix, we can do the same thing by just  (*)
  b5e5fe9... Use gnome_desktop_prepend_terminal_to_vector() instead of (*)
  68d4543... remove help/de/ (*)
  c2cae5d... use g_file_read_link() instead of readlink(). But the code  (*)
  dea1cfe... Get rid of libgnome(ui) usage. We still indirectly depend o (*)
  6902d9e... remove useless libgnome include (*)
  4e0d257... Committed part of this by accident -- we want to know about (*)
  4239f5c... remove the filter chooser in the file chooser: since there' (*)
  4af6f61... Remove dependency on gnome_util_home_file() (*)
  fb31171... updated hebrew translation (*)
  19704c8... move all panel_g_(s)list functions to... ... here (new file (*)
  df200a9... various minor cleanups to avoid possible misuses of this AP (*)
  5b4f0ab... Use gio to launch desktop files, instead of gnome-desktop. (*)
  1655f6b... Stop using GnomeHelp, and use gtk_show_uri() for displaying (*)
  5d6eb93... remove FIXME (*)
  3387d98... Stop using gnome_util_user_shell(). This not needed, unless (*)
  51c1ed6... kill GNOME_PAD, and also use g_markup_printf_escaped() inst (*)
  18f21b1... plug leak (*)
  b7ed6fb... plug leak in macro in case of error (*)
  096131e... applets now no longer depend on libgnomeui! Also add some s (*)
  3f48c03... show day of week header in "set time" calendar Fix bug #564 (*)
  bb6d284... Updated Brazilian Portuguese translation. (*)
  e7ff15e... prepare files for 2.25.3 release, in case I can't do it mys (*)
  929b961... Updated Norwegian bokmål translation. (*)
  7315999... Remove nautilus-cd-burner from the Places menu, it's now in (*)
  789cc55... Updated Spanish translation (*)
  ba392c5... 2008-12-21  Leonardo Ferreira Fontenelle  leonardof gnome o (*)
  ea8c62b... added 2.25.3 marker (*)
  d232a84... Updated Czech translation. (*)
  07921a7... Translation updated. (*)
  bc8a413... Updated Norwegian bokmål translation. (*)
  fbbbc86... Add missing 2.25.3 markers (*)
  ebdf314... late post-release bump to 2.25.5 (*)
  b5f4fa3... Fix 2.25.3 marker (*)
  1f7b611... add LIBPANEL_APPLET_LIBS to LDADD since we don't really use (*)
  9a8d410... new (clock_locale_format): use clock_locale_supports_am_pm  (*)
  c649bef... use clock_location_get_valid_weather_code() (*)
  282b9c5... Updated German translation. (*)
  d430dd4... sv.po: Updated Swedish translation (*)
  2e2fa63... Translation updated. (*)
  8115793... Fix gnome-panel part of bug #536915. Based on patch by Ray  (*)
  3f055d2... Updated Slovenian translation (*)
  bc796f3... Added Igbo, Yoruba and Hausa (*)
  469f03d... Only move panel with the mouse when a mouse button modifier (*)
  8dfe33b... First part of smoothing the panel slide-in on login. Part o (*)
  9a6545a... Fix initial un-hiding of newly created panels. And also mak (*)
  e171355... Correctly set the struts before and during the initial topl (*)
  438f014... don't require the mouse button modifier to move a non-expan (*)
  6086953... Connect to the session manager only when we're really ready (*)
  181e8b4... add a reminder about things to check when migrating to eggs (*)
  d30b324... do not recompute the end position of the initial animation, (*)
  6019661... correctly position the Time label in the set system time di (*)
  857bfb6... the assertion there was wrong, and caused a crash when relo (*)
  e3e8b91... respect TryExec in the desktop file. Based on patch by Matt (*)
  1a16f30... version 2.25.5 (*)
  ffd9161... late post-release bump to 2.25.90 (*)
  c3f2e55... add missing break that makes the panel reach an assertion w (*)
  f507112... version 2.25.5.1 (*)
  55d81d1... late post-release bump to 2.25.90 (*)
  78bb052... If an applet is not loading, it blocks the panel initial an (*)
  9f30591... Updated Brazilian Portuguese translation. (*)
  37a67e5... Fix format security warnings. (*)
  9cb193b... Updated Brazilian Portuguese translation. (*)
  056c189... fix some more warnings. (*)
  fb79d4e... Updated Korean translation (*)
  c30de6d... allow the destination (and implying therefore all interface (*)
  0a6d775... Properly initialize the eds part handling passwords. This f (*)
  1e5cce1... Updated Finnish translation (*)
  027446f... 2009-01-28 Jovan Naumovski <jovanna svn gnome org> *mk.po:  (*)
  ad438d8... Updated Changelog file (*)
  ce2213f... Updated Telugu Translations & Bug 569601 fix (*)
  a24b376... Updated latvian translation (*)
  47dfccd... Bug fix for #569605 (*)
  6f1838c... Updated Marathi Translations (*)
  f0d35ea... Fix bug #569586. (*)
  05cf14c... updating for Punjabi by A S Alam (*)
  be832ab... Updated Catalan translation (*)
  70e8ff2... Updated Georgian translation (*)
  81449e9... version 2.25.90 (*)
  0173f2b... late post-release bump to 2.25.91 (*)
  478e917... Dutch translation updated by Wouter Bolsterlee. (*)
  a21ce35... Updated Chinese Simplified translation (*)
  0e0e50e... Updated oriya translation (*)
  3e7526f... Added entry for Oriya Language Translation updation. (*)
  0a00862... Updated oriya translation (*)
  9c0b2f7... Added entry for Oriya Language Translation updation. (*)
  9f68352... Updated Vietnamese translation (*)
  ccd3ddb... 2.25.91 (*)
  5c03b00... Added Asturian translation on behalf of Mikel González (*)
  25d4674... Fix some trivia in the edit location dialog (*)
  b6b96da... Updated Japanese translation. (*)
  d48aee0... Updated Japanese translation. (*)
  32f3080... Updated Bulgarian translation by Alexander Shopov <ash cont (*)
  03cc47a... Updated Thai translation. (*)
  f7b3cae... Updated Basque translation. (*)
  cbb1154... Updated Romanian translations from Adi Roiban (*)
  906fef5... Updated be latin po (*)
  182222d... Updated Italian translation. (*)
  2940f1d... Updated Spanish translation, fixes bug #569457 (*)
  03ba7d8... Updated Danish translation (*)
  b9e6297... Updated Portuguese translation. (*)
  22570c7... Updated Polish translation (*)
  305d061... remove mixer from the panel layout since we don't use an ap (*)
  f73465e... svn path=/trunk/; revision=11513 (*)
  9710203... svn path=/trunk/; revision=11514 (*)
  861300f... svn path=/trunk/; revision=11515 (*)
  d35c0ab... svn path=/trunk/; revision=11516 (*)
  2ee675a... Added Basque translation. Added 'eu' to DOC_LINGUAS. Added  (*)
  5fee601... require GTK+ 2.15.1 for orientable GtkBox. (*)
  52ef9a5... version 2.25.91 (*)
  1edbea7... post-release bump to 2.25.92 (*)
  51e35ab... Add a space to a comment to work around and clean up grep r (*)
  fa7a4a1... Added image in Basque language. Images are: clock_applet.pn (*)
  3bcd244... Updated Malagasy translation. (Closes: #571938) (*)
  74ea50a... tamil translation updated (*)
  3335990... Updated latvian translation. (*)
  9ae7bd1... Translation updated by Ivar Smolin (*)
  46fbdb5... Fixed Romanian translation from Adi Roiban. (*)
  b8ccb9d... Updated British English translation. (*)
  011ac42... Fix some randr-interaction by connecting to the monitors-ch (*)
  b7497f2... Added Crimean Tatar translation on behalf of Reşat SABIQ. (*)
  0c12852... Use close button instead of ok button in error dialogs. (*)
  51600ed... Updated Slovak translation by Pavol Šimo. (*)
  726e1ea... Updated Spanish translation (*)
  f696f7e... Malayalam translation updated (*)
  2aaa5d2... Updated Italian translation by Luca Ferreti (*)
  70b2ea0... Updated Oriya Translation. (*)
  eebcfd1... version 2.25.92 (*)
  f8eb002... post-release bump to 2.26.0 (*)
  021d0ae... Updated French translation. (*)
  c3ef2f3... Updated Lithuanian translation. (*)
  25f6805... Updated Spanish translation (*)
  2cec7d9... Updated Hebrew translation by Yaron Shahrabani (*)
  af0aeff... remove scrollkeeper check. This has to be done by gnome-doc (*)
  9e8f01c... strdup the string returned by libical, else we'll free it t (*)
  cce08e6... Updated Romanian translation (*)
  ddb7fc1... Updated Bengali India Translation (*)
  51a87d8... Added Entry for Bengali India Translation Updation (*)
  d588ebd... Updated Greek translation by Fotis Tsamis. (*)
  e6697c4... Updated German translation. (*)
  5e91a03... Updated Thai translation. (*)
  dd6a0cb... Updated Gujarati Translations. (*)
  11c5505... ignore shadow mounts. (*)
  5685e04... Updated Polish translation (*)
  e2c18fa... tamil translation updated (*)
  ff8ee76... Updated Italian translation by Luca Ferretti (*)
  3079e30... Fixed an error on the Portuguese translation. (*)
  86bd1f9... Translation updated by Mattias Põldaru (*)
  0910ab1... Updated assamese translations (*)
  1aa4b18... hindi updated by Rajesh Ranjan (*)
  e2bdd5b... Added British English translations by Jen Ockwell (*)
  e128d91... Updated Russian translation by Yuriy Penkin. (*)
  3704fb8... Updated Czech translation by Jan Brož and Lucas Lommer. Ad (*)
  e73c87e... Updated Czech translation by Jan Brož and Lucas Lommer. Ad (*)
  3ad5a37... Mark desktop files as trusted when it makes sense. (*)
  6a5a6a1... Added Czech translation by Lucas Lommer. Added cs to DOC_LI (*)
  87a15df... Updated Galician translation by Suso Baleato. (*)
  3c42995... Added British English translations by Jen Ockwell (*)
  d392e47... Updated Crimean Tatar translation by Reşat SABIQ. (*)
  0057356... version 2.26.0 (*)
  c921050... post-release bump to 2.26.1 (*)
  6ec378a... Updated Arabic translation (*)
  a1d7cce... Added Simplified Chinese translations by M Zhang <mymzhang  (*)
  216c358... updated kn.po (*)
  d0f20d3... Updated Greek translation (Thanos Lefteris) (*)
  d6fee1a... Updated Greek translation (Marios Zindilis) (*)
  3f5a3f6... Updated Greek translation (Marios Zindilis) (*)
  0cdf783... Added screenshot (Fotis Tsamis) (*)
  d08f800... Updated Serbian translation (by Miloš Popović) (*)
  650541a... updated kn.po and ChangeLog (*)
  29eb045... Updated German translation. (*)
  165a7e1... Updated Arabic translation. Don't translate '24-hours', fix (*)
  babb679... Correctly handle icons for all locations in the menu, via t (*)
  f0dc53d... version 2.26.1 (*)
  ab68af8... post-release bump to 2.26.2 (*)
  a819db6... Updated Simplified Chinese translations. (*)
  8af2527... Add doap file. (*)
  a84242a... Fix build (zh_CN help translations were move to gnome-doc-u (*)
  50d6dd5... Rename ChangeLog files to ChangeLog.pre-git (*)
  030fdf9... doap: shorten short description (*)
  a3d62d2... Make autogen.sh more modern. (*)
  bc9359b... Remove pre-gnome-doc-utils help translations. (*)
  0d4ef16... Updated Kannda translations (*)
  a07b5a2... Fix doap file to have mail address as URL (mailto:) (*)
  09c59f8... Minor fixes to Catalan translation (*)
  a93f550... Use shave to improve build log readability (*)
  c08c6dd... [clock] Remove <requires-version> from glade file (*)
  ab139c6... Use git.mk from pango to autogenerate .gitignore files (*)
  4bce4d9... Update commit messages guidelines (*)
  cbbabef... Deleted duplicated image (*)
  bc3f0d3... [master] Updated German translation. (*)
  4e7a038... [libpanel-applet] Only associate gconf keys with schemas wh (*)
  4a6258f... [build] Dist ChangeLog.pre-git (*)
  ae2fa3a... [build] Do not dist omf.make (*)
  8dab495... [release] 2.26.2 (*)
  bc5d7e8... [release] post-release bump to 2.26.3 (*)
  00efd02... Updated Irish translation (*)
  b6cc04a... Updated Irish translation (*)
  7c60223... Fix some small UI issues in the clock applet (*)
  9b4dc56... Remove focus padding from status area (*)
  f59c0d2... Updated Spanish translation (*)
  cb7d67f... Updating Estonian translation (*)
  5076506... [build] Mark strings as fuzzy in po files for commit hook c (*)
  33cffff... [clock] Remove dead config tool dead code (*)
  612d9ac... Revert string change (*)
  a269214... Reinstate the string change (*)
  edb734a... Updated Spanish translation (*)
  63fd572... Updating Estonian translation (*)
  f1974ac... Updated Norwegian bokmål translation. (*)
  650f028... Updated Bengali India Translations (*)
  ca6d3ff... [panel] Fix the kill message from the action protocol (*)
  5edfa4b... [panel] Add missing include (*)
  1772ee4... [panel] Add missing animation_speed keys to default panel c (*)
  5262082... [panel] Make auto-hiding more reactive by tweaking default  (*)
  7fe03df... [help] Remove deprecated help files (*)
  95f7a96... [panel] Fix Command mnemonic in launcher editor (*)
  3778afc... [libpanel-applet] Do not assume there was an existing gconf (*)
  9b38ffe... Fix bug 500809 - update metadata (*)
  9b6e3ad... Fix bug 500789,add pulse support & update copyright (*)
  7ce8148... Add pulse support and update copyright (*)
  6922614... Updated Spanish translation (*)
  45ce0c5... Updated Spanish translation (*)
  6806516... Hungarian translation updated (*)
  cc2715a... Hungarian translation updated (*)
  eae974d... Updated Czech translation (*)
  a586709... Added Czech help translation for fish by Marek Cernocky (*)
  0581e73... Delete figures (fi) which are identical to original (*)
  d1ea0ca... [panel] Fix crash when clicking launcher on second screen (*)
  bf6bef1... [panel] Always show icons in panel menus (*)
  da862d5... Updated Hebrew translation (*)
  de0656e... Updated Swedish translation (*)
  a0eb2ab... Updated Ukrainian translation (*)
  c727d83... Removed picture identical to the original (*)
  745cfa6... Updated Czech help translation by Marek Cernocky (*)
  11a5dcc... [release] 2.27.4 (*)
  fcfd3c1... [release] post-release bump to 2.27.5 (*)
  01125c6... Minor fix (*)
  329f5a2... [build] Update makefile to not break on karmic after an aut (*)
  7a6b64c... Updated Finnish translation (*)
  447a07d... Updating Estonian translation (*)
  7a29cda... [build] Use silent-rules instead of shave for quiet build (*)
  cf2e9ce... [build] Remove workaround for scrollkeeper (*)
  d1a0001... Updated Thai translation. (*)
  0794605... Updating Estonian translation (*)
  aec9b87... Updated German translation (*)
  2c02551... Updated German translation (*)
  8a53ef3... Updated Czech help translation for clock by Marek Cernocky (*)
  6e188ed... [misc] Update commit guidelines for referencing bugs (*)
  7718420... [panel] Drop unused code to communicate with gnome-power-ma (*)
  e325216... Updated Tamil translation (*)
  caa89e3... Updated breton translation (*)
  31e3297... Don't show icons icons for actions and categories (*)
  203dcfb... Updated Norwegian bokmål translation. (*)
  c0b4d10... Updated Arabic translation (*)
  7c8d238... Start adding geoclue support... (*)
  5e9bba7... add geoclue location to the ui (*)
  cca3d2e... Bug fixes, remove notification buttons (*)
  d65852e... Add setting of locations (*)
  b2b1dd5... Fix another overlooked menu icon (*)
  2845c16... Improve a menu label (*)
  960854f... Revert "Add setting of locations" (*)
  e4512ee... Revert "Bug fixes, remove notification buttons" (*)
  dfdeae2... Revert "add geoclue location to the ui" (*)
  7852d97... Revert "Start adding geoclue support..." (*)
  314be73... Updated Irish translation (*)
  8905363... Updated Spanish translation (*)
  d1c87b0... Updating Estonian translation (*)
  280f785... Updated Esperanto translation (*)
  167db15... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
  eefd70a... [panel] Remove use of GnomeEntry in run dialog (*)
  416a702... [libpanel-applet] Port to GtkBuilder (*)
  455402b... [fish] Port to GtkBuilder (*)
  91f937e... [wncklet] Port to GtkBuilder (*)
  de160c3... [clock] Port to GtkBuilder (*)
  868c31f... [clock] Change "Clock Options" label to "Clock Format" (*)
  a2d5e1d... [panel] Port to GtkBuilder (*)
  8dce65e... [panel] Make the run button icon respect the desktop-wide s (*)
  83a1a31... [all] Make sure to call gtk_builder_set_translation_domain( (*)
  65a3803... [build] Mark the ui files as glade files for gettext (*)
  091b3a0... Update Czech translation (*)
  6b21979... [panel] Add gnome-panel-add script to allow easy addition o (*)
  0b0b9fc... [na] Allow more flexibility for NaTrayChild compositing (*)
  7c9bd11... Updated Italian translation (*)
  c00bcf8... [clock] Launch the configured calendar/tasks application in (*)
  51d89b5... [clock] Port to PolicyKit 1 (*)
  2b87068... [build] Remove check target for the clock (*)
  e5e4236... [clock] Make the dummy timezone backend compile again (*)
  68e240d... [clock] Code style cleanup (*)
  d43b65e... [clock] Document the meaning of the return values for CanSe (*)
  13f632a... [clock] Make default PolicyKit configuration stricter (*)
  1e31942... [clock] Do not crash when setting time/timezone without Pol (*)
  fc52361... [clock] Do not use obsolete and unneeded daylight variable (*)
  120d77c... [clock] Fix confusion between GTime and time_t (*)
  92d9073... [clock] Add missing mnemonics and window title (*)
  5f29b08... [clock,na,panel] Use g_timeout_add_seconds to reduce wakeup (*)
  dbf3efd... [panel] Ignore overlapping monitors and just use the larges (*)
  a48579d... Updated Italian translation (*)
  ce07a12... [panel] Put LVDS as first monitor (*)
  013c47d... [panel] Add missing include to fix build (*)
  dd3e8f1... [panel] Correctly set struts when two panels are right-orie (*)
  d81098b... [clock] Do not place on the map locations with lat = 0 and  (*)
  13a71fd... [clock] Improve previous commit, to not uselessly redisplay (*)
  3cc1fb8... Updated Irish translation (*)
  0866e0c... Updating Estonian translation (*)
  cc88609... [panel] Do not always show menu icon for Bookmark/Media sub (*)
  0fcfa3c... [clock] Make it possible to change the name of a location (*)
  4fb0864... [misc] Require libgweather 2.27.90 for the new API (*)
  d998b8a... [panel] Use /desktop/gnome/lockdown/disable_lock_screen (*)
  191d0fa... [panel] Use a different define for the size of the Applicat (*)
  8da91d6... clarify warning message at forced quit (*)
  a0d6c03... Updated Galician translation (*)
  27c4191... Updating Estonian translation (*)
  de928cb... [clock] Add/improve translator comments (*)
  dde65d3... [panel] Make sure to preload /apps/panel/general early enou (*)
  e775fcb... Updated Brazilian Portuguese translation. (*)
  084c0c8... Updated Swedish translation (*)
  6aa4698... Updated Spanish translation (*)
  1d950f1... Updated Finnish translation (*)
  4854ac8... Updated Irish translation (*)
  ac506dd... Remove empty labels from translation (*)
  fce981e... Updated Galician Translation (*)
  f917502... Updated Italian fish documentation translation  * Fixes par (*)
  885b496... Updated French translation (*)
  05068b7... Updated Bulgarian translation (*)
  787d8ab... [panel] Do not use non-existing monitors for toplevels (*)
  e958123... [panel] Do not save monitor changes that are caused by cons (*)
  8f342dc... [panel] Move the toplevel to its configured monitor if it a (*)
  276ab7e... [panel] Keep in memory the configured monitor for a topleve (*)
  e5d41e1... [panel] Check if the current monitor of a toplevel can be s (*)
  6b1be8c... A relevant one-liner terminology fix. (*)
  636c7d6... Updated Arabic translation (*)
  da49038... Updated Hebrew translation (*)
  8c27cbe... Update Korean translation (*)
  d7013c4... Updated Thai translation. (*)
  41a6d6c... Updated Polish translation (*)
  c193fbc... [panel] Use randr 1.3 features to detect the first monitor  (*)
  b7efb84... [panel] Use XRRGetScreenResourcesCurrent() when possible (*)
  9e55fc1... [panel] Harden check for LVDS-named output (*)
  7e72cdc... Remove deprecated Encoding key from desktop file (*)
  0b4d491... [release] 2.27.91 (*)
  2334e3f... [release] post-release bump to 2.27.92 (*)
  f51946d... Updated Brazilian Portuguese translation (*)
  64f5ede... Updated Tamil Translations (*)
  4bef763... Updated Gujarati Translations (*)
  1beb14c... Updated Basque language (*)
  d2d7813... Updated Gujarati Translations (*)
  552e891... Updated Basque language (*)
  660369f... Updated Bengali India Translations (*)
  2da1883... Updated Turkish translation. (*)
  afc85de... [panel] Add shebang to gnome-panel-add script (*)
  581e297... [build] Ship the desktop.in files in tarball, not pre-build (*)
  07d7cbf... Updated Danish translation (*)
  8f7979d... Hungarian translation updated (*)
  15f4a15... Hungarian translation updated (*)
  7ee080f... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
  3ddca01... Updated Serbian translation (*)
  c785cfc... Updated French translation (*)
  7748a3a... Updated Portuguese translation (*)
  8816b18... Update Norwegian bokmål translation. (*)
  8828de3... [clock] Update the time when the user clicks to open calend (*)
  3fed53a... Updated Belarusian translation (*)
  fdefc52... Updated Bengali translation (*)
  9bbe5b0... Updated French manual translation (*)
  16bbea1... Updated Italian translation (*)
  83fd079... Updated Lithuanian Translation. (*)
  fed921f... [panel] Use display name instead of name for menu items (*)
  bd18a3e... [panel] Do not make the editor send signals after loading a (*)
  2e62fcb... [panel] Use X-GNOME-FullName in the desktop editor (*)
  bf62835... [wncklet] Fix spin buttons not working in workspace switche (*)
  19e8d22... [panel] Always show icons for categories in the application (*)
  e5f89e0... Updating for Punjabi Translaiton (*)
  88452ad... Updated Arabic translation (*)
  a3f4985... [release] 2.27.92 (*)
  cdb9164... [release] post-release bump to 2.28.0 (*)
  977bde9... Updated German translation (*)
  4ff286e... Updated Romanian translation (*)
  0b7fb52... Updated Romanian translation (*)
  a15079b... Updated Greek translation. (*)
  654aca2... Updated Marathi Translations (*)
  a7679b1... Updated British English translation (*)
  c7be16d... Updaeted Malayalam Translations (*)
  c017918... Updaeted Malayalam Translations (*)
  5a15045... hindi update by Rajesh Ranjan (*)
  e050bf6... Updated Slovenian translation (*)
  518e43d... Update Japanese translation (*)
  a7b1769... Added Ukrainian translation (*)
  937141b... Updated Telugu Translation (*)
  bdc539b... Upadated Oriya Translation (*)
  f937916... Updated Czech translation (*)
  b057872... Updated Kannada(kn) translation (*)
  d25df24... Updating Assamese translations (*)
  1849817... [release] 2.28.0 (*)
  e211a90... [release] post-release bump to 2.28.1 (*)
  bbfea35... Updated Polish translation (*)
  f8b1ad8... Updated Polish translation (*)
  7fdde4c... Updated Finnish translation. (*)
  a1aa91d... Updated Simplified Chinese translation for fish help. (*)
  e3a52eb... [panel] Use a native window for PanelWidget to fix uglyness (*)
  66b8e29... [panel] Fix crashes in various conditions with the new rand (*)
  36a5b03... Updated Catalan translation (*)
  b70067b... [build] Add pkg-config requires on gnome-desktop for the cl (*)
  8fdf784... [clock] Remove hack for gravity that was needed with earlie (*)
  103d9f7... Updated Russian translation by Dmitry Yacenko <d yacenko gm (*)
  b7608aa... Fix important regression (*)
  50391e4... Small update (*)
  e204371... po/vi.po: update translation of "Places" (*)
  9a82dcd... Update a bit. (*)
  d043a9f... Update for Crimean Tatar (Crimean Turkish) translation (*)
  bde70c5... Added Low German translation (*)
  3381ff7... Shavian translation (*)
  e44e18f... Updated Catalan (Valencian) translation (*)
  c5adf2e... Minor fixes to Catalan translation (*)
  64a9828... Updated Simplified Chinese translations. (*)
  3d43d45... Added da to list of languages (*)
  0b9dcfb... Added Danish translation (*)
  03e74c8... Fix a string translation in Catalan (*)
  32c7579... Update Simplified Chinese translation. (*)
  68e427d... Updated Low German translation (*)
  c7544fe... Update Simplified Chinese translation. (*)
  2baca3d... Updated Low German translation (*)
  e3efcb3... Updated LowGerman translation (*)
  1f1de00... Updated Slovenian translation (*)
  8162273... Update Simplified Chinese translation (*)
  ab22a5a... Updated Portuguese translation (*)
  415a173... Updated Greek translation (*)
  2754ba1... Make sure URI has been converted to path (*)
  5ff272a... Impose a limit on the size of the bookmarks file (*)
  ed98774... Check errors returned by PolicyKit (*)
  93d07aa... [panel] Port away from GnomeIconEntry (*)
  d75a184... [panel] Remove libgnomeui dependency from gnome-desktop-ite (*)
  fe174bb... [clock] Remove usage of gmt_time gconf key (*)
  cda1706... [panel] Port away from GnomeSound to canberra (*)
  4f278c6... [build] Remove useless crap from CFLAGS (*)
  77ccd47... [panel] Get rid of the last bits of libgnome* (GnomeClient) (*)
  f24dbdb... [panel] Do not add (deprecated) Encoding key when creating  (*)
  62d2837... [po] Update POTFILES.in (*)
  bf1dd0f... [release] 2.29.5 (*)
  0e384e3... [release] post-release bump to 2.29.6 (*)
  6df62b2... Updated Spanish translation (*)
  3fa5724... Updated Arabic translation (*)
  21b457e... Updated Swedish translation (*)
  3d2dc42... [panel] Update to latest EggSMClient code, and adapt code (*)
  f70c264... Updated Norwegian bokmål translation (*)
  33ba10e... [clock] Move the system-timezone tests to test-system-timez (*)
  b0d742d... [clock] Avoid unnecessary wakeups when monitoring non-exist (*)
  ad8d6aa... [misc] Require gnome-desktop >= 2.24.0 (*)
  bf77817... [panel] Initialize GError to NULL in panel_launcher_create_ (*)
  c390b07... [panel] Initiliaze bonobo (*)
  d68e9ce... [release] 2.29.5.1 (*)
  0751b2e... [release] post-release bump to 2.29.6 (*)
  71a884c... Updating Estonian translation (*)
  0f8a732... updated Tamil translation (*)
  ba3ceeb... Updated Norwegian bokmål translation (*)
  99b0a9a... Updated Malay translation (*)
  def1c64... Update Simplified Chinese translation. (*)
  5cc71a3... Remove preferences docs for features no longer in the clock (*)
  7f69b35... Updated Bengali translation (*)
  9fc2af1... Updated Bulgarian translation (*)
  a511d24... Updated Slovenian translation (*)
  a7412df... [panel] Load applets in a high-priority idle loop on startu (*)
  c1aa24b... [panel] Add missing include (*)
  70a81c8... [release] 2.29.6 (*)
  e7aed1a... [release] post-release bump to 2.29.90 (*)
  70e10a9... Updated Slovenian translation (*)
  7cea7b0... Updating Estonian translation (*)
  16ac236... Updated Thai translation. (*)
  2a7f94f... Updated Spanish translation (*)
  af29bac... Updated German doc translation (*)
  497c55c... Updated French translation (*)
  e634f13... Make sunrise/sunset and other times follow the 12/24h prefe (*)
  67fd15d... Add X-GNOME-AutoRestart to desktop file (*)
  d4e59f5... Hungarian translation updated (*)
  e08cecc... Update Romanian translation (*)
  92cc538... Updated Galician Translation. (*)
  c90fe9c... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
  169390d... Updated German translation (*)
  5bcc53d... Updated Brazilian Portuguese translation (*)
  b249dc4... Updated Polish translation (*)
  032315e... Update Czech translation (*)
  060e363... Remove bonobo dependency (*)
  092287e... [release] 2.29.91 (*)
  057dc45... [release] post-release bump to 2.29.92 (*)
  1180627... Updated Danish translation (*)
  05e92fc... Updated British English translation (*)
  929badb... Updated Greek translation (*)
  9c7b461... Update Russian translation by Yuri Kozlov <yuray komyakino  (*)
  dd76f03... [applets-manager] Make sure there aren't duplicated applet  (*)
  6b05adb... [applets-manager] Applet paths that appear first should tak (*)
  8ddaa9e... [applets-manager] Check directory when updating an applet f (*)
  f03b5a7... Rename PANEL_OBJECT_BONOBO as PANEL_OBJECT_APPLET (*)
  9a93e1f... Remove bonobo from gnome-panel-add script too (*)
  1ebb7a4... Updated Norwegian Nynorsk translation (*)
  a284c7c... Updated German translation (*)
  9915311... Updated Korean translation (*)
  13b2f9c... [all] Build with latest GSeal'ed gtk+ (*)
  cab6135... Updated Lithuanian translation. (*)
  928d0ef... Updated Italian translation (*)
  402a9e5... Update Czech translation (*)
  1d50342... Fix wrong string: "Speed" instead of "Temperature". Fixes b (*)
  ed37826... Updated Spanish translation (*)
  6411961... Updated German doc translation (*)
  91e58f7... [panel] Display GenericName in tooltip if there's no Commen (*)
  36b2f81... Updated Portuguese translation (*)
  8871b8e... [panel] Fix applet right-sticking on screen resolution chan (*)
  51fd73d... [clock] Use icon fallbacks if the theme does not include ph (*)
  bb948e6... [panel] Make email addresses hyperlinks in about dialog (*)
  732fbca... [panel] Use special XDG directory icon names (*)
  6478fe0... [clock] Validate input in add location dialog (*)
  dd041a3... [na] Make location of standard status icons predictable (*)
  f543279... [release] 2.29.92 (*)
  9352dab... [release] post-release bump to 2.30.0 (*)
  c487fc1... [build] Add configure summary (*)
  549cd63... Update Czech translation (*)
  f5680f7... [panel] Fix crash when using the main menu (*)
  d0dd07a... [release] 2.29.92.1 (*)
  5dae8fc... [release] post-release bump to 2.30.0 (*)
  a01e4b5... [panel] Some GSeal work, for fun (*)
  1c8b42e... Updated Ukrainian translation (*)
  eae25db... Updated Basque language (*)
  ea869d0... Updated Basque language (*)
  4218e67... gnome-panel Malayalam translations updated (*)
  487520d... Update Afrikaans translation (*)
  fcf68fd... Updated Arabic translation (*)
  175ced6... Dutch translation updated by Wouter Bolsterlee (*)
  fd9f101... updating for Punjabi by A S Alam (*)
  52be94c... Updated Finnish translation (*)
  00d4531... Updated Crimean Tatar (Crimean Turkish) translation (*)
  7b8efd2... Updated Japanese translation. Reviewed by Kiyotaka NISHIBOR (*)
  40bb3f2... Updated Doc French translation (*)
  9a1f072... Updated Slovak translation (*)
  39d6996... Catalan translation changes (*)
  a8a820c... Updated Polish translation (*)
  3c7b44b... Updated Hungarian translation (*)
  7259ca3... Updated Serbian translations (*)
  b078e34... Updated Gujarati Translations (*)
  0961be6... Updated Basque language (*)
  d8c9052... Updated Catalan translation (*)
  1a8ff56... Minor Catalan update (*)
  22e2f18... Updated Gujarati Translations (*)
  dee7aa2... Updated Greek translation (*)
  fe94602... Malayalam translation updated by Praveen Arimbrathodiyil (*)
  18b0870... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
  6cb4267... Updated Danish translation (*)
  e22284a... Updated Basque language (*)
  8c54fc5... Updated Bengali translation (*)
  8464553... Updated Danish translation of clock documetation (*)
  47151ee... Updated Greek translation for clock documentation (*)
  dbb7813... Fix Czech translation (*)
  c03e055... Updated Crimean Tatar (Crimean Turkish) translation (*)
  ee8e740... Updated Greek translation for fish documentation (*)
  f32a67c... Updated Malayalam Translations (*)
  0d5840c... [release] 2.30.0 (*)
  b7f42ba... [release] post-release bump to 2.30.1 (*)
  703594e... Updated Basque language (*)
  3355e01... Fixes to Catalan translation (*)
  ec1fcda... Updated Arabic translation (*)
  6e31ace... Updated Malagasy translation (*)
  1c5cf5b... Updated Malagasy translation (*)
  e287cbf... Updated Indonesian translation (*)
  aa159da... Updated Marathi Translations (*)
  a1dad2c... Updated Kannada translations (*)
  67c5de8... Updated Catalan (Valencian) translation (*)
  a83bb8a... Updated Arabic translation (*)
  14c72a9... Updated Armenian translation. (*)
  546f5cc... Fixed bugs #569604 and #571929 for be.po (*)
  d8f7ff1... Updated Latvian translation. (*)
  99b75dd... Fix Japanese translation. (*)
  f1f997e... Updated Norwegian bokmål translation (*)
  d0f7bbe... Updated Marathi Translations (*)
  2397835... Updated Shavian transliteration (*)
  85dd3c6... Updated Hindi Translations (*)
  28b9807... Bump glib requirements and use GDBus instead of eggdbus (*)
  8924735... Do not unwatch name when factory name appears (*)
  d5d4824... Port panel shell to GDBus (*)
  2aa0f6d... Updated Shavian translation (*)
  fd633c2... updated breton translation (*)
  76aef11... updated breton translation (*)
  4ec6c71... Merge branch 'master' into bonobo-less (*)
  bd8305f... [panel] Use a gio extension point to handle applets (*)
  4bfab5e... Update to new GDBus API (*)
  73ffa70... [all] Various cleanups/tiny fixes (*)
  8d3aacc... Merge remote branch 'origin/bonobo-less' into bonobo-less (*)
  9082d7e... [build, libpanel-applet] Rename the library to libpanel-app (*)
  cacf025... [libpanel-applet-bonobo] Add a module to load bonobo applet (*)
  044ec26... [panel] PanelAppletFrame needs to be a subclass of GtkEvent (*)
  96fa5d9... [panel] Fix a crash when an applet cannot be loaded (*)
  1f82312... [panel] Make sure that newly-created panels become unhidden (*)
  2de4df8... [panel] Fix removing applets that fail to load (*)
  2f788b8... Updated Spanish translation (*)
  2525640... [build] Fix distcheck (*)
  4f7d97f... [release] 2.31.2 (*)
  54e2490... [release] post-release bump to 2.31.3 (*)
  823d01c... Estonian translation updated (*)
  ea36c13... Updated Hebrew translation (*)
  dcfff54... Estonian translation updated (*)
  27fd93e... Some more GSeal fixing. See bug 612481. (*)
  99d41ec... Fix two alignment issues of previous commit (*)
  082b20c... Updated Galician translations (*)
  951ca05... Updated Norwegian bokmål translation (*)
  4a11baa... update Punjabi Translation (*)
  cdb171f... Hindi bug correction in one string (*)
  9189c08... Updated Galician translations (*)
  1106a25... Updated Thai translation. (*)
  eb9b57e... Update to GDBus API change (*)
  1ded2dc... Remove unneeded duplicate line (*)
  d8c95c6... Added Norwegian bokmål translation (*)
  0ef41fc... [build] Add -lm when linking the clock applet (*)
  a0e9fef... [libpanel-applet] Add gobject-introspection support (*)
  5dc31a7... [panel] Fix a bunch of issues when compiling with -DGSEAL_E (*)
  e41f428... [panel] Fix errors in previous commit (5dc31a77) (*)
  cd686e7... [na] Defer tray setup until after it's added to panel (*)
  4955d74... [build] Make automatic detection of bonobo work in configur (*)
  ee22097... [all] More GSeal work (*)
  4e90285... [panel] More GSeal work (*)
  07faf6a... [all] Stop using deprected GTK+ API (*)
  04123bb... Updated Esperanto translation (*)
  ca4dab9... [libpanel-applet] Fix distcheck issue caused by introspecti (*)
  eedaaea... [release] 2.31.4 (*)
  5c3030c... [release] post-release bump to 2.31.5 (*)
  3e79c8a... Update Simplified Chinese translation. (*)
  819b938... Drop up front call to pager_update (*)
  aff48c7... [bonobo] More GSeal work (*)
  fd58962... [build] Add introspection status in configure output (*)
  c8e023e... Updated Slovenian translation (*)
  607e807... Updated Esperanto translation (*)
  d11d4ea... Updated Esperanto translation (*)
  2d32e60... [i18n] Updated German translation (*)
  e5d7a17... Allow Windows key as valid mouse modifier (*)
  9901313... Update Simplified Chinese help translation. (*)
  0efbc70... Updated Galician translations (*)
  00f3df5... Update to latest gdbus API change (*)
  86465c4... Updated Slovenian translation (*)
  f69c298... Updated Gujarati Translations (*)
  8e6fd83... Updated Marathi Translations (*)
  7797be3... Updated Kannada translations (*)
  dc8560f... Updated Swedish translation (*)
  93d9b7e... Updated Telugu Translations (*)
  56b0e3f... Updated Bengali India Translation (*)
  2d0f133... Updated Indonesian translation (*)
  8919b27... hindi update (*)
  4fed5f2... hindi update (*)
  a9bf55f... [release] 2.31.6 (*)
  4b3a8cb... [release] post-release bump to 2.31.90 (*)
  d6d3541... Updated Frisian translation (*)
  2543d34... Added Manx translation (*)
  4362e6c... [clock] Use the polkit helper from g-s-d to set time/timezo (*)
  6ae9005... Added UG translation (*)
  5528170... Added UG translation (*)
  aebd420... [build] Fix distcheck (*)
  e2e95ce... [release] 2.31.90 (*)
  f9cd8d8... [release] post-release bump to 2.31.91 (*)
  8cc4f8f... Updated Catalan translation (*)
  c90e3a9... Updated Bulgarian translation (*)
  cdb8281... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
  ba44bdc... Add back dbus-glib-1 to make this build again (*)
  a1dbedb... Added Japanese translation. (*)
  e08b975... [notification_area] Fix some bugs from the GSEALing (*)
  86f682b... Updated Serbian translation (*)
  0de9bb8... Updated French translation (*)
  1504f74... [l10n] Updated Estonian translation (*)
  eb31662... Updated Hungarian translation (*)
  10a0c1d... Updated Indonesian translation (*)
  f46091c... Update British English translation (*)
  b6877b2... Updated Portuguese translation (*)
  0eb05c7... [panel] Do not forget to call panel_applet_stop_loading() o (*)
  5b2900e... [panel] Fix typo in function names (*)
  7fb83c6... [panel] Do not limit the initial unhide timeout to initial  (*)
  53998ae... [panel] Do not queue load of an applet if it's already bein (*)
  9a0bc67... Update git.mk from Pango master (*)
  6c66251... Add missing m4 files to MAINTAINERCLEANFILES (*)
  185327f... [bonobo] Fix loading of bonobo applets that are already con (*)
  42ac5ab... [panel] Understand bonobo IID in applet_iid keys (*)
  00a0c32... [panel] Update default setup to use applet_iid keys and dbu (*)
  79be379... [panel] Add back optional support for bonobo applets to gno (*)
  116252b... [panel] Revert changes that shouldn't have been committed (*)
  9e18ad6... Updated Polish translation (*)
  7447021... Updated Italian translation (*)
  f6526a9... [build] Remove configure checks that were needed for polkit (*)
  08a6797... [build] Rename configure.in to configure.ac (*)
  f077446... [misc] Update license files to latest text (*)
  9a871f2... [misc] Update AUTHORS, HACKING, README (*)
  065ddf4... [doc] Rewrite gnome-panel man page (*)
  f5686e7... Updated Japanese translation. (*)
  85cdc50... Updated Tamil translation (*)
  79db993... [panel] Stop using deprecated gdk_display/GDK_DISPLAY() (*)
  7fda665... Updated Japanese translations. (*)
  0ace553... Prevent modules from being unloadable (*)
  ad0897b... libpanel-applet: Fix build with gobject-introspection 0.9.5 (*)
  787dc4c... build: explicitly link to xrandr (*)
  d783d58... bonobo: Stop using deprecated gdk_display (*)
  d1c2784... release: 2.31.92 (*)
  8e4f074... release: post-release bump to 2.32.0 (*)
  a9d831f... Fixed a wrong translation of a shortcut in gnome-panel for  (*)
  50446cd... Initial translation to Kazakh (*)
  8022a95... Updated Danish translation (*)
  d305446... [l10n] Updated Estonian translation (*)
  326f516... Updated Dutch translation (*)
  1f00148... Updated Greek translation (*)
  693c2e2... misc: Update instructions for commit messages (*)
  996efbd... icons: Drop world_map-960.png (*)
  ae6be22... build: Update all Makefile.am to more recent standards (*)
  d921d01... Updated Brazilian Portuguese translation (*)
  55397a2... Update Czech translation (*)
  ab95cd3... Updated Russian translation (*)
  4dc1d01... Updated Korean translation (*)
  429e8c3... introspection: Associate .gir with pkg-config file (*)
  164e469... misc: Rename --enable-deprecations to --enable-deprecation- (*)
  cf7f18b... release: 2.32.0 (*)
  746dcc2... release: post-release bump to 2.32.1 (*)
  944c193... build: Fix build with --as-needed (*)
  67851ca... release: 2.32.0.1 (*)
  41153a4... release: post-release bump to 2.32.1. Again. (*)
  26023c9... panel: Build panel with -export-dynamic (*)
  1c85819... release: 2.32.0.2 (*)
  8125bcb... release: post-release bump to 2.32.1. For the last time. Ho (*)
  2cd70da... Updated Lithuanian translation. (*)
  b30ae2b... Updated Basque language (*)
  d38428d... build: Link gnome-desktop-item-edit against X libs too (*)
  078aa5a... Updated Basque language (*)
  e381ce7... Fixed typo in Brazilian Portuguese translation (*)
  75722e8... Updated Hebrew translation. (*)
  f127235... build: Update git.mk from pango (*)
  081bccc... Added UG translation (*)
  60b8dd1... Updated Slovenian translation (*)
  fbf4568... Added sl for Slovenian translation (*)
  76b3021... Updated Slovenian translation (*)
  21488ec... Added sl for Slovenian translation (*)
  0a6519b... util: don't hardcode .gnome2 (*)
  1280b96... Updated Japanese translation (*)
  fc08cf1... Updated Spanish translation (*)
  7a3d041... [l10n] Updated Estonian translation (*)
  fb2e59d... Updated Catalan (Valencian) translation (*)
  4641d42... gtk3: Make configure check for gtk-3.0 (*)
  b20af7b... Initial port to gtk3 (*)
  15d0308... Added UG translation (*)
  2c28780... libpanel-applet: Fix build by using "" instead of <> for an (*)
  7ebd3d3... release: 2.32.1 (*)
  6bbeeba... release: post-release bump to 2.32.2 (*)
  76dc5a0... build: list the objects before the libraries to fix build w (*)
  68bd4cb... Added UG translation (*)
  9cbae55... libpanel-applet: Add introspection annotations (*)
  10f6c77... Updated Romanian translation (*)
  c64104b... po/vi.po: import some translations from Ubuntu/Maverick (*)
  deb479a... [l10n] Updated Estonian translation (*)
  a0139a3... Added UG translation (*)
  51f043f... Updated Slovenian translation (*)
  beec7cc... Move widgets to get_preferred_width/height() API instead of (*)
  ec1d200... Use GDK_WINDOW_XID instead of deprecated GDK_WINDOW_XWINDOW (*)
  5c44951... Fix includes from libgnome-desktop (*)
  cdeb367... Don't include gdkconfig.h (*)
  aa29cbc... Use GtkStateFlags instead of sealed GtkButton fields (*)
  53ee7d2... Use GdkAppLaunchContext instead of gdk_spawn_command_line_o (*)
  85d6929... Use gdk_x11_window_lookup_for_display() instead of gdk_wind (*)
  30ac93e... Adapt to arguments changes in gdk_rgba_parse() and gdk_wind (*)
  b26b90f... Remove unused xstuff_net_wm_supports() (*)
  71598ea... Fix libegg according to GDK deprecations (*)
  5585a51... Fix gdk_spawn_* by g_spawn_* and GdkApp (*)
  bf9cce4... Fix gdk_set_sm_client_id deprecated (*)
  bcf55f7... Fix gdk_spawn_on_screen deprecated (*)
  620e660... Removed gdk_xid_table_lookup_for_display() (*)
  60ffb64... Use gtk_widget_unset_state_flags() instead of sealed GtkBut (*)
  a2a50ed... Fix gdk_xid_table_lookup_for_display deprecated. (*)
  2edaeb4... Fix warning in size request when there is no pixbuf (*)
  757682e... Fix user_data parameter when launch g_spawn_async (*)
  96a159c... Updated Norwegian bokmål translation from Torstein Adolf W (*)
  6b64b52... Swap arguments passed to gdk_rgba_parse() (*)
  71e451e... Don't access GtkTreeViewColumn->editable_widget directly (*)
  692d224... Fix use of sealed field active_menu_item (*)
  20ae552... Fix sealed field children (*)
  ac92f86... Fix sealed field parent_menu_shell (*)
  1b9742c... Change references from bonobo-applet to external-applet in  (*)
  2bb8502... Fix layout of Addto panel dialog (*)
  7a22d71... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
  f32c697... Fix use of deprecated gdk_app_launch_context_new() (*)
  5979390... Fix use of deprecated gtk_widget_get_child_requisition() (*)
  fb1ca6b... Fix use of deprecated gdk_cursor_unref() (*)
  a7ead59... Fix use of deprecated gtk_widget_size_request() (*)
  243b4f7... [l10n] Updated Estonian translation (*)
  76989db... Change references from bonobo-applet to external-applet in  (*)
  c5111b5... Fix use of deprecated gdk_display_get_pointer() (*)
  fd23e0e... Fix use of deprecated gdk_display_pointer_ungrab() (*)
  98da5c1... Fix use of deprecated gdk_pointer_grab()/_ungrab() (*)
  eff5d56... Fix use of pending deprecated gdk_pointer_grab()/_ungrab() (*)
  f237313... Updated Spanish translation (*)
  0ff95c3... [l10n] Updated Estonian translation (*)
  0529f08... Updated Galician translations (*)
  1c2601d... Updated Russian translation (*)
  636773d... Updated Hebrew translation. (*)
  ec95bf4... Updated Slovenian translation (*)
  94c1c4f... Updated Swedish translation (*)
  5340876... Fix build with -DGSEAL_ENABLED (*)
  1facb24... Updated Indonesian translation (*)
  eb16494... Updated Bulgarian translation (*)
  7d51f56... Updated Arabic translation (*)
  d38052d... Updated Czech translation (*)
  0ac55c5... Updated Norwegian bokmål translation (*)
  ff4718e... Use versioned directory for in-process applets and .panel-a (*)
  cc0bce9... Added Danish translation (*)
  72edc66... Added da to list of languages (*)
  ae0ebb8... Update appletsdir variable to use the versioned dir (*)
  e739e20... Fix child size request of panel-widget (*)
  0b8ace1... Add a gtkimage with the current pixbuf to button-widget (*)
  2172112... Do not render launchers as pressed when hovered (*)
  3f0f656... Remove unneeded cairo_rectangle() in button_widget_draw() (*)
  42eaac4... Fix panel_background_update_has_alpha() when background is  (*)
  a3a4546... Remove unneeded method free_prepared_resources() (*)
  c78acd1... Handle opacity for solid color backgrounds again (*)
  f86c5c1... Fix transparency for panels with solid color background (*)
  469c30f... Use a GdkPixbuf instead of a cairo surface for the transfor (*)
  d181633... Let cairo/pixman allocate the surface memory (*)
  fe52d2c... Use xlib surface instead of image for composited pattern wh (*)
  4c9b1ce... Updated Ukrainian translation (*)
  dbb3f74... Fix applets background (*)
  322dc16... Remove unneeded cairo_pattern_destroy() (*)
  2522d65... Reset style provider for applets when no background is used (*)
  3f84077... Fix background of panel internal objects (*)
  d47c895... Remove border of panel menu bar (*)
  c759c43... [l10n] Updated German translation (*)
  ba72ab4... Add a variable with the libpanel-applet API version to pkg- (*)
  ce25692... menu: Use gtk_widget_set_size_request() instead of handling (*)
  77a45f0... window-list: Don't use deprecated size-allocate signal (*)
  1f086d7... Remove frame of window-menu applet (*)
  fc689a9... libpanel-applet: Use gtk_render_focus() instead of gtk_pain (*)
  ee0fcd1... button-widget: Port to GtkStyleContext (*)
  bdacac3... menu: Port to GtkStyleContext (*)
  3507d3c... panel-action-button: Port to GtkStyleContext (*)
  0dc1773... panel-applet-frame: Use gtk_render_handle() instead of gtk_ (*)
  8e36c34... panel-frame: Port to GtkStyleContext (*)
  e75d786... panel-menu-bar: Use gtk_render_focus() instead of gtk_paint (*)
  a72bbe4... panel-action-button: Fix typo in signal name (*)
  b4deac9... panel-run-dialog: Use style-updated signal instead of style (*)
  f2ff044... panel-separator: Port to GtkStyleContext (*)
  75e5bc6... panel-toplevel: Port to GtkStyleContext (*)
  45c30bc... panel-frame: Fix padding handling (*)
  6b3833a... panel-widget: Port to GtkStyleContext (*)
  8211f19... applet: Disconnect show and deactivate menu signals before  (*)
  07949e2... notification-area: Fix creation of tray child objects (*)
  edafe0c... na-tray: Set allocation to tray widget (*)
  9313543... na-tray: Remove unneeded type NaBox (*)
  625b697... na-tray-child: Use cairo_paint() instead of cairo_fill() si (*)
  6d390be... notification_area: Port to GtkStyleContext (*)
  eab5174... window-menu: Use gtk_render_focus() instead of gtk_paint_fo (*)
  621169e... Updated Dutch translation by Wouter Bolsterlee (*)
  fb1fa7e... showdesktop: Port to GtkStyleContext (*)
  a226c17... QA of Galician translations (*)
  60cb9c7... window-menu: Don't change selector style since it's already (*)
  d312f1e... Updating Persian Translation (*)
  6f13318... button-widget: Use gtk_widget_render_icon_pixbuf() instead  (*)
  652a565... panel-background-monitor: Initialize pwidth and pheight whe (*)
  7ddb526... panel-xutils: Use gdk_error_trap_pop_ignored() to fix compi (*)
  fc57c79... update Punjabi Translation by A S Alam (*)
  86bb94b... Updated Catalan translation (*)
  c28ed51... clock: Port to GtkStyleContext (*)
  71c3290... clock: Port gtk_rc_parse_string to GtkCssProvider (*)
  d27ef4d... showdesktop: Port gtk_widget_get_style to GtkStyleContext (*)
  7af044a... force-quit: Use gdk_error_trap_pop_ignored() to fix compile (*)
  7eb79c3... gnome-panel-desktop: Fix the Categories key (*)
  a7d21dc... gnome-panel-desktop: Fix the Categories key (*)
  434e491... menu: Port gdk_keyboard_grab() (*)
  e0bf140... panel-toplevel: Port gdk_keyboard_grab() (*)
  2760d89... force-quit: Port gdk_keyboard_grab() (*)
  4039145... clock-map: Port to GtkStyleContext (*)
  968d612... clock: Remove unused xid parameter of clock_location_make_c (*)
  d98b587... clock: Check allocated size before creating the shadow pixb (*)
  6dae521... showdesktop: Fix the size of the icon (*)
  807eed0... Fix the build with recent GTK+ (*)
  c0ca282... wncklet: Update after API change and single-include change  (*)
  692264b... calendar-window: Port gdk_spawn_on_screen to g_spawn_async (*)
  0a72d76... calendar-window: Port to gtk_widget_get_preferred_size() (*)
  6f6bae0... Fix requirements for evolution-data-server and gnome-deskto (*)
  f3559e7... wnck: Fix arguments for wnck_pager_new and wnck_tasklist_ne (*)
  7f9470c... calendar-window: Port 'size-request' signal (*)
  609c7df... God save the fish! (*)
  06ba8ba... fish: Removed unused and deprecated variables/functions (*)
  25825f5... fish: Removed deprecated gtk_dialog_set_has_separator (*)
  db39417... fish: Port to g_spawn_async_with_pipes() (*)
  19cf396... fish: Restored Wanda to the build system (*)
  0d882c6... Revert "wnck: Fix arguments for wnck_pager_new and wnck_tas (*)
  09fa68b... panel: Drop gnome-panelrc (*)
  c45e804... libpanel-applet: Add libpanel_applet_dir variable in libbpa (*)
  6ffeb29... gir: Require g-i 0.9.5 and stop using deprecated --strip-pr (*)
  beb8d95... all: Small code beautification for gtk_css_provider_load_fr (*)
  ba232b6... build: Do not redefine where .panel-applet files get instal (*)
  2adbcc5... na: Synchronize code with gnome-shell (*)
  f051305... build: Reset libtool versioning to 0 (*)
  2e0bff4... panel: Update smclient code from libegg (*)
  80e550d... panel: Remove has_separator properties from GtkBuilder file (*)
  7230bad... panel: Do not link the custom CSS for PanelMenuBar to one s (*)
  1def05b... panel: Fix changing background color having side-effect on  (*)
  d376b00... panel: Explicitly check return value of cairo_surface_statu (*)
  be82266... panel: Draw the separator line where it should (*)
  74b4a52... panel: Use gnome_bg_get_surface_from_root() from libgnome-d (*)
  777b913... na: Move creating of GtkBox for NaTray (*)
  4729df0... clock: Do not try to get width/height of non-existing GdkPi (*)
  f56a096... fish: Save Wanda a bit more (*)
  ac5c8c2... panel: Do not unref GAppInfo if there was an error when cre (*)
  412ac2e... panel: Add panel_run_dialog_get_combo_text() helper (*)
  70b5d9e... panel, clock: Synchronize calculate_minimum_height() code (*)
  a74630d... panel: Do not overwrite opacity on gconf change notificatio (*)
  c16ff67... build: Fix a path to use $(top_srcdir) (*)
  8a942d1... panel: focus-line-width is not needed when drawing ButtonWi (*)
  c8d23ed... misc: Small code cleanups (*)
  d9f9948... panel: Don't query screen depth when we don't need it when  (*)
  cef832d... panel, libpanel-applet: Cleanup the background code a bit (*)
  4d98bcf... Merge branch 'gtk3' (*)
  1f77285... bonobo: Drop this, it will be moved to a new module if main (*)
  09273fc... panel: Don't rely on nautilus desktop files, as they're goi (*)
  f4485de... panel: Don't create launchers on DnD using nautilus desktop (*)
  d01c8c3... panel: Create better launchers for home/trash/computer/netw (*)
  08fb6ef... clock: Show appointments from local/mapi eds providers (*)
  0d85b88... panel: Remove About GNOME menu item (*)
  6c3d90e... panel: Do not show settings.menu in System menu, but just g (*)
  f425709... Updating Galician translations (*)
  4ca833f... clock: Drop the Set Time dialog (*)
  de38836... [l10n] Updated Estonian translation (*)
  c09ad34... na: Stop using gdk_display_add_client_message_filter() (*)
  8ff8434... na: Fix handling of SYSTEM_TRAY_CANCEL_MESSAGE (*)
  bead7c5... panel: Stop using gdk_display_add_client_message_filter() (*)
  5a661d7... panel: Migrate settings: menu buttons to gnome-control-cent (*)
  3ca84e0... panel: Support adding launchers (and menu buttons) from gno (*)
  e870aaa... panel: Fix ButtonWidget appearing as a thin line on creatio (*)
  de10b50... clock: Use a lighter color to draw the outline of the map (*)
  5255490... fish, wncklet: Remove has-separator property from GtkBuilde (*)
  88b9bee... libpanel-applet: Fix crashes in applets on background chang (*)
  1540c6b... na: remove unneeded includes (*)
  63aefb2... na: warn if trying to set tray properties before realizing (*)
  c0aec6f... na: add support for _NET_SYSTEM_TRAY_COLORS (*)
  aebca05... libpanel-applet: Drop usage of GdkNativeWindow (*)
  1bded9e... build: Require gtk+ 2.99.3 (*)
  6966dac... build: Fix distcheck (*)
  e76e3f7... release: 2.91.6 (*)
  c42823a... release: post-release bump to 2.91.90 (*)
  c3574c1... Updated Spanish translation (*)
  6f28265... Updated Arabic translation (*)
  35be535... update Punjabi Translation by A S Alam (*)
  f0f9180... fish: Free the fish! (Fix wrong size allocation) (*)
  8a8c60f... wncklet: Remove switching workspace on scroll events (*)
  0648b89... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
  c1cf885... Updated Hebrew translation. (*)
  09a5b73... panel: Stop using magic append functions to create menu ite (*)
  406c83b... build: Add ${ACLOCAL_FLAGS} to ACLOCAL_AMFLAGS (*)
  fb81799... [l10n] Updated German translation (*)
  6f9a60b... Updated Norwegian bokmål translation. (*)
  cda7d96... na: copy a fix from gnome-shell (*)
  76ba346... Updated Dutch translation by Wouter Bolsterlee (*)
  5ba208d... Updated Indonesian translation (*)
  dd0f9ea... Updated Galician translations (*)
  73ed5c4... Updated Bulgarian translation (*)
  d8c4aa5... Updated Gujarati Translations & Added LINGUAS (*)
  06c2ed8... panel: Fix dbus applets to work in multiscreen environment (*)
  b130f26... clock: Open evo with right date when clicking on calendar (*)
  3160b55... Updated Norwegian bokmål translation. (*)
  87f744b... Updated Spanish translation (*)
  14e5f2d... Drop icon from Applications menu item (*)
  ce51a33... Remove launchers from top panel by default (*)
  f1dbe38... Remove the the window menu from top panel by default (*)
  fbaf96b... Remove show desktop applet from bottom panel (*)
  84a149f... Boldify menubar labels in top panel (*)
  6bef169... Remove help and about from notification area (*)
  11b1f37... Remove help and about from clock applet (*)
  58e5485... Remove help and about from wncklet applets (*)
  ad0d5f5... Make clock bold (*)
  5e22739... Don't show handles on locked and unmovable applets (*)
  a1d6215... Remove help and about from panel context menus (*)
  c1b03dc... Lockdown the panels by default (*)
  a122df1... Make bottom panel autohide by default (*)
  ab27257... Pass the style colors along to the notification tray (*)
  0d164d8... Don't use tooltips on the main menu bar (*)
  6a2dcc1... Remove Help item from menubar right click (*)
  69c8ba7... Don't show edit menus item if locked down (*)
  81128f6... Updated Bengali India Translation (*)
  0dc83b3... Revert "Don't show edit menus item if locked down" (*)
  6994043... Revert "Remove Help item from menubar right click" (*)
  b1140b6... Revert "Don't use tooltips on the main menu bar" (*)
  667d4da... Revert "Pass the style colors along to the notification tra (*)
  9037cb0... Revert "Make bottom panel autohide by default" (*)
  d82ae61... Revert "Lockdown the panels by default" (*)
  6573221... Revert "Don't show handles on locked and unmovable applets" (*)
  844a82a... na: Do not setup applet menu since we have no item anymore (*)
  6c6c3de... wncklet: Do not setup applet menu since we have no item any (*)
  325c5ea... fish: Remove help and about from fish applet (*)
  8261b19... panel: Fix issue with context menu (*)
  e5a7947... panel: Fix warning (*)
  054d2bd... panel: Make it possible to show icon in menu bar, with them (*)
  b78aca5... na: Set tray colors based on the ones set in the theme (*)
  4b30e4e... panel: Make edit actions of panel objects a second differen (*)
  36ae32d... panel: Do not use a custom position for Edit menu of object (*)
  3d3a063... panel: Move popup-discovery code to panel-util.c (*)
  4654237... panel: Show panel context menu only if mouse button modifie (*)
  a7c9ed7... libpanel-applet, panel: Make edit actions of applets a seco (*)
  4c860ac... panel: Ensure we never ever display both popup menus for pa (*)
  12abd2c... panel: Add comments about keeping in sync code that was cop (*)
  80a8bef... panel: Remove help in popup menu of action buttons (*)
  06494b5... panel: Drop help menu item from menu buttons context menu (*)
  eca306d... panel: Reorder context menu item of menu bar (*)
  4ef09d1... panel: Fix warning when locked_down key was changed (*)
  3b0c5bd... panel: Fix an issue where autohide disabler was stuck (*)
  58ab84b... panel: Do not show "Edit Menus" in menubar context menu if  (*)
  61da7b0... panel: Fix obvious error (unref on wrong objects) (*)
  f8c1122... fish, wncklet: Remove useless about_dialog field (*)
  bab66d7... na: Rewrite main.c to subclass PanelApplet as NaTrayApplet (*)
  3b31fc3... na: Add support for _NET_SYSTEM_TRAY_PADDING in backend (*)
  ae63790... na: Add icon-padding style property to NaTrayApplet to set  (*)
  963fc6a... panel: Do not lock any objects by default (*)
  f7ae41a... release: 2.91.90 (*)
  8795c47... release: post-release bump to 2.91.91 (*)
  46e6cb2... libpanel-applet: Remove unused SAVE_YOURSELF from enum (*)
  ecdb801... wncklet: Monitor locked-down property to update prefs visib (*)
  e52888d... clock, wncklet: Remove useless about field (*)
  fbc1a7a... fish: Monitor locked-down property to update prefs visibili (*)
  896d07f... panel: Fix warning when recreating panel context menu (*)
  ac94492... clock: Only display "edit locations" button if panel is not (*)
  21578a8... clock, fish, wncklet: Use a GBinding to track locked-down f (*)
  79d40f1... libpanel-applet: Make sure people cannot misuse PanelApplet (*)
  59b4e0f... libpanel-applet: Remove panel_applet_new() (*)
  66602ba... libpanel-applet: Only declare _panel_applet_shlib_factory() (*)
  133befe... libpanel-applet: Remove unused name arg in FACTORY macros (*)
  6750d73... libpanel-applet: Remove FIXME that should never have been c (*)
  f76747c... libpanel-applet: Mark priv field of PanelApplet as private (*)
  6ef943d... libpanel-applet: Remove out_process from panel_applet_facto (*)
  5ad4d9e... libpanel-applet: Add test applet in python (*)
  fafd912... doc: Rewrite the libpanel-applet doc (*)
  471e153... doc: Add mention about per-screen settings (*)
  28db293... doc: Add guidelines for context menu (*)
  fd519ef... Updated French translation (*)
  1bccf18... doc: Update and complete libpanel-applet API doc (*)
  1b10ece... libpanel-applet: Change names of arguments to make g-ir-sca (*)
  7f5052c... libpanel-applet: Stop printing errors for gconf API (*)
  20c0e8a... libpanel-applet: Correctly set min & max of orient and flag (*)
  d13c633... Updated Slovenian translation (*)
  ce34abe... Updated Korean translation (*)
  d0e665f... Updated Esperanto translation (*)
  4b4af6f... Updated Hindi Translations (*)
  8cda45d... Update Simplified Chinese translation. (*)
  7ebee9d... Bug 633566 - fix missing calendar sources, harder. (*)
  c702e1b... build: Remove libcanberra-gtk3 dependency (*)
  6f5fb58... Updated Latvian translation. (*)
  92cf33e... Updated Arabic translation (*)
  eda5372... configure: Bump GTK+ requirements to 3.0 (*)
  085448c... Remove translation help images which are identical to origi (*)
  63222c7... Uploaded Ukranian (*)
  800992b... [l10n] Updated Catalan translation (*)
  f31f2bc... Updated Swedish translation (*)
  8d243f9... Updated Swedish translation (*)
  594e71d... Updated Swedish translation (*)
  3f96a21... release: 2.91.91 (*)
  2157c9c... release: post-release bump to 2.91.92 (*)
  77a6dce... Fix a bunch of broken translations. Fixes bug 569609, bug 5 (*)
  583e591... Updated Latvian translation. (*)
  5f981cb... Updated Polish translation (*)
  6e0d8e2... Fix uninitialized variable warnings (*)
  c06e961... Updated Latvian translation. (*)
  fd3fb58... Updated Brazilian Portuguese translation (*)
  8297162... Uploaded Ukranian (*)
  b5aa4b8... Updated Portuguese translation (*)
  7b6fb58... Updated Russian translation (*)
  6b917c3... Updated Italian translation (*)
  304300d... Updated Hungarian translation (*)
  c94a35f... Updated Czech translation (*)
  9bb63d1... Updated British English translation (*)
  e012e8b... Updated Romanian translation (*)
  1d7cc02... Updated Romanian translation (*)
  d177a6a... Updated Italian translation (*)
  99bac91... Small fix to Italian translation (*)
  45d9823... Updated Italian translation (*)
  586dea3... Add style classes to make panel easier to theme (*)
  ee03f07... panel-applet-frame: Fix background of handles for transpare (*)
  f0c0e90... Updated Latvian translation. (*)
  f51ec41... l10n: Updated Greek translation for gnome-panel (*)
  f703479... Updated Assamese translations (*)
  02495b5... panel: Remove X-GNOME-Autostart-Notify from .desktop file (*)
  e3134f4... panel, clock: Remove _gtk_label_make_bold() workaround (*)
  a9622af... release: 2.91.92 (*)
  ba29f7e... release: post-release bump to 3.0.0 (*)
  ffb358e... Updated Brazilian Portuguese translation (*)
  b71a106... Added UG translation (*)
  c1ab7e8... panel: Remove popup menu for items in applications menu (*)
  7ca5dda... panel: Drop drawers (*)
  9c94a53... panel: Remove code to migrate pre-2.4 panel configuration (*)
  373a691... panel: Drop migration code for launchers from pre-2.10 days (*)
  0737911... panel: Drop migration code for screenshot action buttons (p (*)
  ea30fbf... panel: Remove unneeded includes (*)
  e57b3af... panel: Drop migration code for lock-object and logout-objec (*)
  b9fc819... panel: Drop hidden --profile argument, used for < 2.10 comp (*)
  a1defe9... panel: Remove unneeded gconf calls for /desktop/gnome/inter (*)
  f9a7efd... panel: Require modifier to move applets by clicking on hand (*)
  0bdc516... panel, libpanel-applet: Drop per-applet Lock setting (*)
  483cd61... panel, libpanel-applet: Put Move before Remove in applet me (*)
  a9b9eb9... main.c: Return 1 instead of -1 (*)
  639b426... misc: Rename icons directory to data (*)
  859efb5... panel: Add GSettings schema and new definition of default p (*)
  1f0b69f... panel: Port run dialog to GSettings (*)
  7321412... panel: Port run dialog history to GSettings (*)
  d991991... panel: Remove enable_animations key for toplevels (*)
  738de59... panel: Remove global enable_animations key (*)
  d3073f4... panel: Move defines for GSettings schemas in one header (*)
  00266f6... panel: Port confirm_panel_remove key to GSettings (*)
  257fe5d... panel: Move highlight_launchers_on_mouseover setting from g (*)
  d4af3d3... panel: Port tooltips_enabled key to GSettings (*)
  bb64244... panel: Port lockdown to GSettings (*)
  fc64192... panel: Remove unneeded use_image field (*)
  c9aebbf... panel: Move Lock before Activate in screensaver button popu (*)
  638a9f0... cleanup (*)
  16187fe... panel: Talk to gnome-screensaver via dbus (*)
  f8759e6... panel: Port to GDBus (*)
  b983118... panel: Add shutdown item in menu if shutdown is not availab (*)
  e479e57... panel: Do not call gtk_widget_show_all() on internal applet (*)
  a13331a... panel: Stop saving launchers in ~/.gnome2, and use XDG conf (*)
  3a9a039... panel: Add some helper API for GSettings (*)
  02759ed... panel: Add code to import a panel layout in GSettings (*)
  bc4816b... panel: Add some dconf helper API (*)
  f458292... panel: Check that toplevel/object id is unique as a dconf d (*)
  7454717... panel: Fix check for unique id with dconf subdirs (*)
  88e0b8f... panel: Port toplevel configuration to GSettings (*)
  5917d42... panel: Add forgotten _KEY suffixes to defines (*)
  6724638... panel: Port panel properties to GSettings (*)
  3ee993a... panel: Change background image to an uri in gsettings (*)
  35e9631... panel: Replace fit/stretch settings keys for background wit (*)
  2dc604c... panel: Finish porting all background handling to GSettings (*)
  8b79ec6... panel: Port code to check if panel can be dragged to GSetti (*)
  52d060c... panel: Load objects from GSettings on startup (*)
  2da7a44... panel: Rename *_load_from_gconf to *_load (*)
  3b4ab1d... panel: Drop unneeded arguments in panel_applet_register() (*)
  45f25f5... panel: Replace '-' with '_' in applet gconf prefs path (*)
  7d7d108... panel: Save applet position in GSettings when moving (*)
  8ca42a2... panel: Make "action-type" property of PanelActionButton con (*)
  b949a78... panel: No need to check gnome-session 'logout-prompt' (*)
  ae9e84a... panel: Add panel_gsettings_remove_all_from_strv() API (*)
  99ed2fe... panel: Two small fixes to object loader (*)
  b2dc8aa... panel: Implement removing objects/toplevels from layout (*)
  21d12dd... panel: Remove some dead code in panel-gconf (*)
  20dd1a7... panel: Port creation of new toplevels to GSettings (*)
  bc00786... panel: Add panel_layout_is_writable() (*)
  9addabe... panel: Fix warning when closing addto dialog (*)
  3b5b10e... panel: Port addition of objects to GSettings (first part) (*)
  06e0724... panel: Port addition of menubar and separator to GSettings (*)
  780b810... panel: Change gconf path of applet prefs (*)
  9cc8e97... panel: Remove code handling use_menu_path/user_custom_icon (*)
  5a806da... panel: Add panel_layout_get_instance_settings() API (*)
  81c039a... panel: Port launchers to GSettings (*)
  48fab1f... panel: Port PanelMenuButton to GSettings (*)
  f7ef5d8... panel: Port creation of PanelActionButton to GSettings (*)
  5da6a26... panel: Drop panel-profile.[ch] and remove dead code in pane (*)
  a596db4... panel: Drop GConf schemas (*)
  456ecda... panel: Remove some gconf-related includes where not needed (*)
  446ff99... panel: Change pack-end (boolean) key to pack (enum) in obje (*)
  987d9c1... panel: Rename panel_toplevel_get_toplevel_id to panel_tople (*)
  9ba82bc... panel, libpanel-applet: Send per-instance GSettings path to (*)
  9d89bbc... libpanel-applet: Add panel_applet_settings_new() API (*)
  5e3685c... doc: Add panel_applet_settings_new() to API doc (*)
  0734127... libpanel-applet: Mark all GConf-related API as deprecated (*)
  dea38d7... applets: Add GSettings schemas for applets (*)
  00f91d7... window list applet: port to GSettings (*)
  4916b40... fish: Port to GSettings (*)
  24ae514... wncklet: Drop window list GConf schema (*)
  1da2291... panel: Fix generation of enums GSettings schemas (*)
  3faa80c... workspace switcher: GSettings port (*)
  e00ad6d... panel: Also remove per-instance gconf path of applets on re (*)
  1c32574... schemas: Do not ship the clock GSettings schema for now (*)
  4d17961... schemas: Make GSettings schemas translatable (*)
  30d415e... Updated Polish translation (*)
  b5922f2... Updated Galician translations (*)
  c2c013e... update tranlation for Punjabi by A S Alam (*)
  9c7f174... Remove unused inline gconf utility function (*)
  5e36fb0... Updated Swedish translation (*)
  eb35217... Updated Swedish translation (*)
  0541c03... Updated Swedish translation (*)
  52d18bd... Updated Arabic translation (*)
  afff0e8... release: 2.91.93 (*)
  83be5e3... release: post-release bump to 3.0.0 (*)
  2a08a24... Updated Czech translation (*)
  e2b6065... panel: Fix moving of panel objects to use switch mode again (*)
  ef72042... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
  7dd7532... Uploaded Ukranian (*)
  06033bd... notification applet: support fixed-sized icons (*)
  711c119... [l10n] Updated German translation by Mario Blättermann (*)
  27eaecd... Updated Dutch translation by Wouter Bolsterlee (*)
  209ff2e... Fix typo in translatable schema string (*)
  5be84ee... Updated Portuguese translation (*)
  b3d969b... Updated British English translation (*)
  153f038... [l10n]Updated Catalan translation (*)
  c55fd68... Updated Basque language (*)
  8636cba... Updated Bulgarian translation (*)
  b844914... Updated Serbian translation (*)
  1015914... clock applet: port to GDBus (*)
  4248c71... clock applet: minor tweak (*)
  5e4540b... actually, don't leak the proxy. (*)
  ff9a48b... Updated Hebrew translation. (*)
  1307734... Updated Norwegian bokmål translation (*)
  663d838... Updated Tamil translation (*)
  4a4b528... Updated French translation (*)
  8804c8b... panel: When creating an object, explicitly specify how it's (*)
  9480f44... panel: Pass the pack style of objects when adding applet to (*)
  e46fa14... panel: Apply delayed GSettings when destroying toplevel (*)
  e73566e... schemas: Add some ranges where it makes sense (*)
  f42b546... schemas, panel: Rename pack key to pack-type (*)
  6db6be2... panel: Move to a model where panel objects are all packed (*)
  5175760... panel: Add a center pack type for objects and make clock ce (*)
  cb29d47... panel: Fix addition of objects with the new packed model (*)
  1652218... panel: Remove free-move mode for moving objects (*)
  ed10547... panel: Implement switch move for panel objects (*)
  2256381... panel: "Compress" indexes on end of drag (*)
  5335812... panel: Implement push move for panel objects (*)
  c6bdfc7... panel: Fix size of applets using size hints if they are not (*)
  7a1bd25... panel: Fix display corruption in objects after moving them (*)
  96bca32... panel: Update the size hints array used by toplevel at the  (*)
  ad8ceee... panel: Add comments to explain how the size hints interacti (*)
  f63d91d... panel: Update positions of objects after removal of an obje (*)
  ba3acab... panel: Remove Help from system menu and add My Account inst (*)
  91e6abe... panel: Add presence API to PanelSessionManager (*)
  dd253be... panel: Add presence items to System menu (*)
  d7f1871... panel: Fix panel_session_manager_get_presence() (*)
  cd1cfc7... panel: Move System menu closer to User menu (*)
  633615a... panel: Create a generic PanelMenuBarObject widget (*)
  31ab046... panel: Add user status menu (*)
  2a0311d... panel: Remove user menu from PanelMenuBar (*)
  e5de78e... panel: Add user menu to default layout (*)
  d2b8189... panel: Make PanelLockdown track disable-user-switching too (*)
  3dca6c6... panel: Add "Switch User" to user menu (*)
  4789a29... panel: Update description of user menu (*)
  e60f126... l10n: Merge some translations from gnome-shell (*)
  9b98538... release: 2.91.94 (*)
  81ef2b6... release: post-release bump to 3.0.0 (*)
  140de81... Updated Arabic translation (*)
  abe515e... [l10n] Updated German translation (*)
  9497815... Updated Swedish translation (*)
  9260b25... [l10n]Updated Catalan translation (*)
  15c5673... Updated Italian translation (*)
  bade81d... Updated Italian translation (*)
  f0be2f9... Update Simplified Chinese translation. (*)
  544f020... Updated Polish translation (*)
  a83996a... Updated Polish translation (*)
  65e4c3d... Updated French translation (*)
  bde9620... Updated Lithuanian translation. (*)
  88c83fc... Updated Hungarian translation (*)
  b048d55... Updated Galician translations (*)
  c2acb4b... Updated Portuguese translation (*)
  a283390... Updated Portuguese translation (*)
  0e6603e... po/vi.po: import from Damned Lies (*)
  1873b40... Updated Vietnamese translation (*)
  6203a02... Updated Hebrew translation. (*)
  be57af7... Updated Russian translation (*)
  5b914f2... Updated Korean translation (*)
  b924273... Updated Basque language (*)
  c0624e0... Uploaded Ukranian (*)
  19d98d1... Updated Dutch translation by Wouter Bolsterlee (*)
  c22eb47... Updated Czech translation (*)
  0086f28... Updated Czech translation (*)
  40ef41d... Updated Danish translation (*)
  23fd2c5... Updated Slovenian translation (*)
  6105c30... Updated Spanish translation (*)
  c18e5eb... Updated Danish translation (*)
  48b80c5... Updated Brazilian Portuguese translation. Reviewed by Anton (*)
  3ae9bdf... Updated Norwegian bokmål translation (*)
  a52cd4f... Update translation for Afrikaans (af) (*)
  b93260f... [l10n]Fixes on Catalan translation (*)
  4af8724... Updated turkish translation (*)
  c75528f... Updated Japanese translation (*)
  6cb24ba... Updated Polish translation (*)
  83b6375... Updated Bengali translation (*)
  780501b... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
  b6d96c8... panel: Fix main menu detection for menu buttons (*)
  f605897... Updated Latvian translation. (*)
  73a7a1e... Updated Bengali translation (*)
  512a750... release: 3.0.0 (*)
  0aba621... release: post-release bump to 3.0.1 (*)
  2fad042... panel: Simply code to open menu bar on alt+f1 (*)
  063ba27... doc: Move some defines around in panel-applet.h to fix doc (*)
  41d0e69... na: Fix thin lines appearing when an icon is removed (*)
  d8a3ab3... release: 3.0.0.1 (*)
  1bc1421... release: post-release bump to 3.0.1 (*)
  a4e433a... Updated Danish translation (*)
  18d6b59... update Punjabi translation (*)
  3f1fb09... Updated Bulgarian translation (*)
  8c275a2... panel: Fix crash when starting launcher (*)
  208893e... Mark the type of panel-applet.in.in files, so that strings  (*)
  3897d3d... Updated Hungarian translation (*)
  d44814b... panel: Remove unused no_die field in structure (*)
  d367a3c... Updated Norwegian bokmål translation (*)
  842465f... Updated Swedish translation (*)
  733fe30... Updated Galician translations (*)
  e8ee07d... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
  3600a00... po/vi.po: import from Damned Lies (*)
  0346e9b... Updated Vietnamese translation (*)
  df62201... Updated Spanish translation (*)
  5461c55... Updated Korean translation (*)
  5a24a4a... Updated Russian translation (*)
  da9990f... Updated POTFILES.in (*)
  90cca1d... Updated Hebrew translation. (*)
  9a9f834... Updated Czech translation (*)
  34e7465... [l10n] Updated German translation (*)
  c4ee476... [l10n] Updated German translation (*)
  252bca7... Updated Polish translation (*)
  85b2989... panel: Move some checks around to avoid a cppcheck warning (*)
  7ceba09... Revert "Updated POTFILES.in" (*)
  2a19550... l10n: Ignore data/org.gnome.gnome-panel.applet.clock.gschem (*)
  9c582ea... Updated Slovenian translation (*)
  5951f59... Updated Slovenian translation (*)
  14506a4... [l10n]Updated Catalan translation (*)
  44697df... Updated British English translation (*)
  a7972f7... Updated Bulgarian translation (*)
  6a42aaf... Updated French translation (*)
  93db184... Updated Persian translation (*)
  cc1e380... Updated Danish translation (*)
  8940fdf... l10n: Updated Greek translation for gnome-panel (*)
  ffa1716... Uploaded Ukranian (*)
  aa4e554... Added UG translation (*)
  241e288... clock applet: Pass the correct month to Evolution command l (*)
  a19af49... Updated Brazilian Portuguese translation (*)
  648b982... Uploaded Ukranian (*)
  76fa96e... Updated Dutch translation by Rachid (*)
  3ce3e09... panel, libpanel-applet: Correctly test for modifier keys (*)
  747496d... clock: Fix usage of polkit service to set timezone (*)
  993dcc5... clock: Rename a variable (*)
  8cb5b77... panel: Fix crash when running without gnome-session (*)
  b316207... panel: Add missing #include <config.h> to make translations (*)
  11346ea... clock: Correctly deal with leap seconds for updates (*)
  3742908... release: 3.0.2 (*)
  83c6f94... release: post-release bump to 3.0.3 (*)
  c65f1ae... build: Fix build with --as-needed (*)
  f625da4... [l10n]Updated Catalan (Valencian) translation (*)
  04e752f... build: Modernize build system a bit (*)
  79c4027... Updated Serbian translation (*)
  7ed11ca... Updated Belarusian translation. (*)
  844c6bf... panel: Stop using G_CONST_RETURN (*)
  8f58ed3... panel: Fix -Wunused-but-set-variable warnings (*)
  0f086fa... Updated Latvian translation. (*)
  201da25... Updated Belarusian translation. (*)
  54697b3... libpanel-applet: Do not return a value in function with no  (*)
  e161351... Updated Finnish translation (*)
  7fb52d0... panel: Port to new gnome-menus API (*)
  10ce6ba... panel: Finish port to new gnome-menus API (*)
  f83c844... panel: Always keep the same window icon for run dialog (*)
  2476283... panel: Correctly reload menu on changes (*)
  d9d4f5e... Updated Swedish translation (*)
  a0a9185... Updated Spanish translation (*)
  03dd6fd... Updated Hebrew translation. (*)
  bbb76dc... Updated Norwegian bokmål translation (*)
  8fc0e3e... Updated Bulgarian translation (*)
  354d239... Updated Polish translation (*)
  2073205... clock: Do not miss seconds when displaying seconds (*)
  f331081... release: 3.1.5 (*)
  b5068f8... release: post-release bump to 3.1.90 (*)
  41864d9... Updated Thai translation. (*)
  5691d98... Updated Galician translations (*)
  1d2d797... Updated Indonesian translation (*)
  6f78b8c... update Punjabi Translation (*)
  4f45e2a... [l10n] Updated German translation (*)
  86efdcb... Added UG translation (*)
  1638b64... Updated Belarusian translation. (*)
  2cee209... Update French translation (*)
  128e721... Updated Russian translation (*)
  71aeff0... panel: Do not forcecully center non-expanded panels on logi (*)
  c13716f... build: Fix srcdir != builddir (*)
  f29c952... Updated Belarusian translation. (*)
  d62d466... Updated Czech translation (*)
  16f2ed8... Updated Belarusian translation. (*)
  757ce61... release: 3.1.91 (*)
  dd453d2... release: post-release bump to 3.1.92 (*)
  4686f67... Updated Dutch translation by Wouter Bolsterlee (*)
  324e12b... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
  fa7786b... Updated Persian translation (*)
  11c5efe... Updated Italian translation (*)
  b4844b5... Updated Slovenian translation (*)
  39684d0... Updated British English translation (*)
  d1e6c84... Updated Portuguese translation (*)
  5c6e8f6... Updated Latvian translation. (*)
  a2387a2... updated Tamil translation (*)
  c6ceffa... update Simplified Chinese (zh_CN) translation (*)
  59edbcd... Updated Arabic translation (*)
  e736085... Updated Spanish translation (*)
  0991b0c... Uploaded Ukranian (*)
  5681cf2... Updated Brazilian Portuguese translation. (*)
  95d6840... Updated Japanese translation (*)
  78abe98... Updated Belarusian translation (some fixes after manual tes (*)
  6d69511... [l10n]Updated Catalan translation (*)
  066c35f... panel: Fix loading of main menu (*)
  bc32070... panel: Change "My Account" to "Online Accounts" in user men (*)
  70ad1a2... clock: Look for calendar/tasks app in GSettings (*)
  5a8132f... release: 3.1.92 (*)
  0855b2d... release: post-release bump to 3.2.0 (*)
  5f224ab... Updated Gujarati Translations (*)
  ad93af3... Updated Hungarian translation (*)
  9290ec3... Updated Danish translation (*)
  fae7f3a... Updated Korean translation (*)
  0a532c4... Updated Basque language (*)
  484d54a... Updated Lithuanian translation (*)
  eb4c2b2... Updated Japanese translation (*)
  7dd9bde... Updated Finnish translation (*)
  a124e56... release: 3.2.0 (*)
  6c86d7f... release: post-release bump to 3.2.1 (*)
  8766b22... [l10n]Updated Catalan (Valencian) translation (*)
  c7d5cb1... Updated Telugu Translation (*)
  33233c9... Updated Serbian translation (*)
  865de5a... Updated Telugu Translations done by Hari Krishna (*)
  048d223... Updated Spanish translation (*)
  563159e... Revert "Updated Telugu Translations done by Hari Krishna" (*)
  4238b77... Updated Latvian translation. (*)
  317d4a2... panel: Add helper API to write directly to dconf (*)
  8fecde1... panel: Support instance configuration of objects in default (*)
  077891c... panel: Do not assert on error when using default layout (*)
  464c866... panel: Add helper API to get file in the user config direct (*)
  bc6beed... panel: Make it possible to load a default layout from the u (*)
  bb75a99... panel: Fix loading launchers defined with relative paths (*)
  cff8f9f... panel: Fix panels forced to be big because of user menu (*)
  743b3de... panel: Fix wrong height of Places menu item in main menu (*)
  12b371c... panel: Change default size of icon in menu bar & user menu  (*)
  9042d29... panel: Doh, fix addition of non-existing include (*)
  5a54aa0... updated Kurdish translations (*)
  3199fe8... Updated Norwegian bokmål translation (*)
  41302ef... Updated Belarusian translation. (*)
  6e73cdb... release: 3.3.1 (*)
  9736fb5... release: post-release bump to 3.3.2 (*)
  7a5e2a1... Updated Esperanto translation (*)
  c82a9dc... [l10n]Added Burmese translation (*)
  2990f6c... Updated Romanian translation (*)
  10079e9... Updated Romanian translation (*)
  643b1e8... Updated Russian translation (*)
  ef2f49e... build: Explicitly link to gmodule-2.0 (*)
  83af300... Updated Belarusian translation. (*)
  4f0aaf3... Updated asturian translation (*)
  18993fb... release: 3.3.3 (*)
  f924d48... release: post-release bump to 3.3.4 (*)
  cc9b7fd... build: Create xz tarballs (*)
  e3cfec3... Updated Japanese translation (*)
  29a89b8... Updated Macedonian translation. (*)
  90682b3... [l10n]Updated Catalan documentation (*)
  21e493f... [l10n] Update Japanese translation (*)
  538c21a... Updated Norwegian bokmål translation (*)
  dbc81ae... panel, libpanel-applet: Don't ask for menus to be pushed in (*)
  0093d7d... panel: Minor cleanup (*)
  2fd32f3... panel: Use horizontal/vertical padding for button widgets (*)
  182cefd... libpanel-applet: Add panel_applet_setup_menu_from_resource( (*)
  5478111... fish: Convert to GResource (*)
  8a1060a... fish: Remove unneeded variable (*)
  9fbca7d... wncklet: Convert to GResource (*)
  aa2895d... clock: Convert to GResource (*)
  9ade365... clock: Remove useless icon (*)
  5161260... clock: Stop using deprecated gtk_[hv]box_new() (*)
  f1e29e9... fish: Install fish animations in fish-specific directory (*)
  9fca67f... panel: Convert to GResource (*)
  8d012f6... panel: Stop using deprecated gtk_[hv]box_new() (*)
  221450b... clock: Always show actions to set time (*)
  816dd9c... clock: Remove distro-specific code to set timezones (*)
  d644305... clock: Port to org.freedesktop.timedate1 (untested) (*)
  22ed971... clock: Bump CanSetTimezone cache to 20 seconds (*)
  695d30c... build: Fix distcheck (*)
  44e2d6c... release: 3.3.5 (*)
  ef0e990... release: post-release bump to 3.3.90 (*)
  3c0af36... clock: Use new GdkPixbuf API to load resources (*)
  c1b9cc3... panel: Remove obsolete help buttons (*)
  abe4720... panel: Remove more obsolete help code (*)
  c1e7e41... wncklet: Remove obsolete help code (*)
  cfedc82... Updated Belarusian translation. (*)
  b2c55fa... release: 3.3.90 (*)
  f68f1e8... release: post-release bump to 3.3.91 (*)
  060aedf... build: Update git.mk and ignore generated tarballs (*)
  3d0245c... build: Generate ChangeLog on make dist (*)
  ad0226e... build: Add --disable-documentation option (*)
  2e16e95... [l10n] Update Japanese translation (*)
  00f9870... build: Fix srcdir != builddir for gresources (*)
  58b4ac8... [l10n] Updated Estonian translation (*)
  a98c695... [l10n] Updated Estonian translation (*)
  3f7d622... panel: Fix rendering of the handle in the applet frame widg (*)
  419f410... panel: Fix themed background pattern (*)
  c8a8d21... panel: Use GtkSeparator to draw PanelSeparator (*)
  792aa87... panel: Remove unnecessary variable (*)
  f94190f... panel: Size the PanelSeparator by css styling (*)
  b518243... panel: Add class styling for orientation to PanelSeparator (*)
  8986309... panel: Force background redraw of PanelSeparator on orienta (*)
  1f7748b... panel: Fix position re-shuffling on orientation change (*)
  198bae3... release: 3.3.91 (*)
  8c90158... release: post-release bump to 3.3.92 (*)
  3a64b0d... Add initial Khmer translation (*)
  c3a94c5... Assamese translation completed (*)
  884600e... panel: Add style class for orientation to menubar (*)
  5990d90... panel: Add style class for orientation to PanelAppletFrame (*)
  c066f71... panel: Add style class for orientation to PanelWidget (*)
  ac26fe5... libpanel-applet: Add style class for orientation to PanelAp (*)
  d12e597... panel: Add style class for orientation to PanelToplevel (*)
  0fa4ad9... panel: Fix random grey box on logout (*)
  3e35ab5... release: 3.3.92 (*)
  660c4c7... release: post-release bump to 3.4.0 (*)
  a0ae2ed... Malayalam translation updated (*)
  899feca... Updated Vietnamese translation (*)
  e1c1e2d... Added Telugu help Translations (*)
  d723fb6... Updated Crimean Tatar (Crimean Turkish) translation (*)
  0a5175b... release: 3.4.0 (*)
  c85fe92... release: post-release bump to 3.4.1 (*)
  356fd46... Updated Brazilian Portuguese translation. Fixes BZ 672997. (*)
  3da4d84... [l10n] Update Japanese translation (*)
  2bbd442... Updated Russian translation (*)
  cecf128... Updated Russian translation (*)
  e8e897d... Updated Marathi Translations (*)
  7e902ef... [l10n] Fixes on Catalan translation (*)
  43b5ea6... [l10n]Updated Catalan (Valencian) translation (*)
  c2da01f... [l10n] Added Indonesian translation of clock applet manual (*)
  ebbc9d5... release: 3.4.1 (*)
  c20af57... release: post-release bump to 3.4.2 (*)
  cf4a939... Added Kashubian translation (*)
  19a23e8... panel: Use new GTK bookmarks location if using GTK+ >= 3.5. (*)
  d6f198e... release: 3.4.2 (*)
  d4a2abb... release: post-release bump to 3.4.3 (*)
  af73783... panel: Fix GTK+ runtime check used to determine bookmark fi (*)
  f75c9b2... release: 3.4.2.1 (*)
  d9877ba... release: post-release bump to 3.4.3 (*)
  d8c6525... libpanel-applet: Use on_bus_acquired instead of on_name_acq (*)
  66ef9bf... clock: Adapt to Evolution-Data-Server API changes (*)
  d206533... build: Explicitly link to gmodule-2.0 (*)
  ce61fe8... Updated Greek translation (*)
  cd1a0db... Clock Applet: port to modern GNOME technologies (*)
  a0329e7... Updated POTFILES.in and POTFILES.skip (*)
  9f34605... Updated Greek translation (*)
  6be21c4... Updated Spanish translation (*)
  5a66108... Updated Spanish translation (*)
  43ca10b... Updated Galician translations (*)
  0a94b3e... Updated Slovenian translation (*)
  bccca6b... release: 3.4.3 (*)
  ba8c809... release: post-release bump to 3.4.3 (*)
  8fa841f... revert "release: post-release bump to 3.4.3" (*)
  ab140a6... revert "release: 3.4.3" (*)
  a7bc9fb... release: 3.5.3 (*)
  d67fa8c... release: post release version bump (*)
  898f42d... Updated Arabic translation (*)
  6c35a2f... Assamese translation reviewed (*)
  aecb1b1... Updated Bulgarian translation (*)
  15bb722... Updated Norwegian bokmål translation (*)
  4a271b9... Updated Hebrew translation. (*)
  64e8ef4... update Punjabi Translation (*)
  8f1a2bd... Updated Belarusian translation. (*)
  815246a... libpanel-util: adjust to DConf API changes (*)
  020b7cd... configure: Newline-separate dependency list (*)
  f477bf1... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
  5646a5d... release: 3.5.4 (*)
  a9ca8a7... release: post release version bump (*)
  86864ca... Updated gujarati file (*)
  fe38c6a... Updated Serbian translation (*)
  e0d37bf... Remove markup from translations (*)
  f5eea75... Updated Greek translation (*)
  f08ac93... Updated Slovenian translation (*)
  3fa1fd5... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
  9298a30... Assamese translation updated (*)
  bf8ba40... Updated gujarati file (*)
  9a6869f... Updated Spanish translation (*)
  731df46... Updated gujarati file (*)
  cbbbbc9... Updated Hebrew translation. (*)
  6aefdea... Updated Marathi Translations (*)
  74bf8d7... Updated Russian translation (*)
  8239b72... Updated Galician translations (*)
  968e8ea... Update Punjabi Translation (*)
  ec431a7... Updated Serbian translation (*)
  bc82b28... Updated Japanese translation (*)
  fdacd5d... Updated Indonesian translation (*)
  332c055... update Punjabi Translation (*)
  afa4cb9... Updated Norwegian bokmål translation (*)
  301ffa4... Updated Polish translation (*)
  c6e27a9... Implemented FUEL entries to Assamese translation (*)
  d10afe5... Updated Lithuanian translation (*)
  64e4104... Updated Portuguese translation (*)
  ec8f494... updated Tamil translation (*)
  fef1a62... Updated Polish translation (*)
  3d3e806... Rewrite evolution-data-server detection (*)
  515d89b... Port to new documentation infrastruture (*)
  696f9f9... release: 3.5.91 (*)
  27a2e45... release: post-release bump to 3.5.92 (*)
  42194e1... Updated Hungarian translation (*)
  c24c8d1... [l10n] Updated German doc translation (*)
  8c34009... [l10n] Updated German doc translation (*)
  5519f74... [l10n] Updated German translation (*)
  f400450... Updated British English translation (*)
  b097e34... Updated Spanish translation (*)
  3d5b8df... Updated Spanish translation (*)
  81eaacb... l10n: Updated Persian translation (*)
  33a5151... Updated Thai translation. (*)
  7e0b15e... Updated Belarusian translation. (*)
  b4cfd61... Updated French translation by Mickael Albertus (*)
  3988632... Updated Greek help translations (*)
  a0a3ecd... panel: Rearrange user menu order to match GNOME Shell 3.6 (*)
  c391e9d... panel: Remove Online Accounts item from the user menu (*)
  4a32709... Updated Brazilian Portuguese translation. (*)
  75e5ec9... Czech translation (*)
  28a86ff... [l10n] Updated Italian translation. (*)
  d4271d1... Fix broken tags in Korean translations (*)
  0a34fc2... Fix broken tag in Serbian help translation (*)
  5cc1362... Fix broken tag in Simplified Chinese help translation (*)
  9bd1a33... panel: Remove ellipses from user menu to match GNOME Shell  (*)
  de06fa2... Updated Polish translation (*)
  a0fc172... Updated Belarusian translation. (*)
  9b81318... Assamese translation updated (*)
  772d475... Updated Greek translation (*)
  5ffcbf3... Update French translation (*)
  4bbde62... Updated Galician translations (*)
  02d9ec4... Updated Korean translation (*)
  0f5d6e0... Updated Indonesian translation (*)
  2667ceb... update Simplified Chinese (zh_CN) translation (*)
  ec01377... Update French translation (*)
  fb34c20... Updated Portuguese translation (*)
  5ce27ab... Updated Slovenian translation (*)
  ab8c48e... Finnish translation update by Jiri Grönroos (*)
  5f0e9a0... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
  8d99247... Updated Thai translation. (*)
  873c203... Updated Spanish translation (*)
  e8ba026... Updated Danish translation (*)
  8b7b736... Updated Indonesian translation of Clock Applet Manual (*)
  74fe686... Updated Lithuanian translation (*)
  021c771... Updated Czech translation (*)
  d1a9bf3... release: 3.5.92 (*)
  1883810... release: post-release bump to 3.6.0 (*)
  0c86b37... Updated Spanish translation (*)
  453ff03... Updated Spanish translation (*)
  b60f00b... Updated Russian translation (*)
  b77652f... Updated Hungarian translation (*)
  cdf4a20... [l10n] Updated Italian translation (*)
  15062ec... Updated gujarati file (*)
  e8936b2... Updated British English translation (*)
  ea40a4d... Updated Spanish translation (*)
  8acb324... Updated Malayalam file (*)
  61de48a... updated Tamil translation (*)
  745caa4... update Punjabi Translation (*)
  122feb6... Updated Telugu Translation (*)
  934d026... Updated Bulgarian translation (*)
  195b398... Updated Marathi Translations (*)
  d3d9d62... hindi updated file (*)
  e820b86... Updated Serbian translation (*)
  c8dd79e... hindi update (*)
  87a3d7c... Updated Bengali India Translations (*)
  1a96b35... Updated Brazilian Portuguese Translation (*)
  7b592a1... Updated Hebrew translation. (*)
  f7e92c6... update Simplified Chinese (zh_CN) translation (*)
  2bf5418... [l10n] Updated Catalan translation (*)
  3ba2534... [l10n]Updated Catalan (Valencian) translation (*)
  6974f52... [l10n] Updated German translation (*)
  dae5d2c... hindi update (*)
  c71f679... [l10n] Updated Estonian translation (*)
  d7506ef... Updated Latvian translation (*)
  4f9697b... Updated Kyrgyz translation (*)
  5abc07a... 3.6.0 (*)
  5bba432... Post-release version bump (*)
  d6465b6... Updated Slovak translation (*)
  7256e65... clock: Set correct month on startup (*)
  01fb0a4... Updated Norwegian bokmål translation (*)
  c596bed... Updated Kannada Translations (*)
  88946ee... L10N: Updated Persian translation (*)
  76acc5b... Avoid double forking when launching apps; it breaks "pkexec (*)
  686c3cf... Use-after-free in panel_object_loader_stop_loading() (*)
  8bb702d... release: 3.6.2 (*)
  a1622f6... release: post-release bump to 3.6.3 (*)
  be33e79... panel: Fix launcher icon animation ending with black artifa (*)
  caa16c8... Updated Odia Translation with FUEL implementation. (*)
  b2191c8... Updated kn translation (*)
  5625564... Updated Czech translation (*)
  596bf21... Updated Czech translation (*)
  caa5c77... Updated Czech translation (*)
  139944d... Updated Czech translation (*)
  0feee22... Updated Brazilian Portuguese translation reviewed by Enrico (*)
  f555042... fix build error due to missing gweather-xml.h (*)
  58b73a9... na: apply style after realize (*)
  f884047... Add myself (jcarter) to MAINTAINERS (*)
  531bb03... Add myself to MAINTAINERS (*)
  edeab3c... misc: Also update doap files for new maintainers (*)
  34e46df... Updated Brazilian Portuguese translation (*)
  49aaad5... Updated Polish translation (*)
  d8912ab... misc: Remove myself from maintainers (*)
  452f59b... drop support for commandline-based calendar/tasks applicati (*)
  bf6af94... panel-run-dialog: resurrect function gnome_desktop_prepend_ (*)
  44eba7d... panel-run-dialog: rename helper function (*)
  29bfb18... Updated Polish translation (*)
  ab3a749... Updated Lithuanian translation (*)
  4f1d4ea... Updated Thai translation (*)
  40506d8... Updated Slovenian translation (*)
  ded430f... Assamese translation updated for gnome 3.8 (*)
  3046f9b... Updated Brazilian Portuguese translation (*)
  d03ec7d... Updated Hungarian translation (*)
  34cc4a7... Updated Danish translation (*)
  1cd1698... Updated Czech translation (*)
  1798ac8... notification_area: Use the generic marshaller (*)
  433d2e6... Updated Spanish translation (*)
  2d9f39f... Updated Marathi Translations (*)
  167a817... hindi translation (*)
  bab95aa... Updated gujarati file (*)
  88c0af4... Updated gujarati file (*)
  7fd6523... Tamil Translations Updated (*)
  6a919ca... Updated kn translations (*)
  d15febe... Updated Odia Language along with FUEL implementation (*)
  78e6c3d... Completed cheese for Malayalam (*)
  3a57126... Updated Telugu Translations (*)
  7ec99d4... Completed for Malayalam (*)
  71c95a4... Completed for Malayalam (*)
  451dc3f... Completed for Malayalam (*)
  efcdff3... Completed for Malayalam (*)
  d49a27c... Updated Serbian translation (*)
  2a015fb... Updated Indonesian translation (*)
  d11a817... Updated Norwegian bokmål translation (*)
  2291001... Updated Russian translation (*)
  c573625... Bump to 3.7.0 (*)
  322f7a8... panel: move clock back between notification area and user m (*)
  fcc9e21... Add the GNOME Flashback session (*)
  5a8583a... Fix Force-Quit panel applet (*)
  f738cf5... Fix autoconf (*)
  be59b44... Display sunrise/sunset times in local time not UTC (*)
  3bee9c8... Fix panels in separate x screens (*)
  5b8fd93... Updated gujarati file (*)
  8714810... Assamese translation updated (*)
  d488313... Updated Spanish translation (*)
  272f4c1... Updated Odia Translation. (*)
  0ad5a6e... Updated Czech translation (*)
  b0787b3... Updated Norwegian bokmål translation (*)
  03bda9c... Tamil Translation Updated (*)
  53f0ce4... updated kn translations (*)
  40eb51c... Updated Slovenian translation (*)
  d2ed41a... Updated Marathi Translations (*)
  4b9e3e6... Updated Telugu Translations (*)
  f8f498b... Updated Hungarian translation (*)
  3fb19c8... Rename gnome-flashback.desktop to gnome-fallback.desktop fo (*)
  edbb719... Don't require nautilus-classic (*)
  628419d... Updated Indonesian translation (*)
  2a400d8... Updated Brazilian POrtuguese translation (*)
  e3fbb34... panel: fix misspelling (*)
  aff1d6d... Updated German translation (*)
  170f0a3... Updated Polish translation (*)
  c49a64b... Updated Lithuanian translation (*)
  3d516a1... Updated Polish translation (*)
  7997067... Updated Galician translations (*)
  643c3f8... Updated Danish translation (*)
  7c4ae3d... finally grasp the nettle - add myself as maintainer (*)
  4e2e5aa... add a wrapper script "gnome-session-flashback" (*)
  c33d699... Updated POTFILES.in and POTFILES.skip (*)
  ce1d5b3... oops, add myself here also (*)
  3261131... panel: create panel objects on correct screen panels when u (*)
  03d09b9... panel: fix an uninitialized variable warning (*)
  dde999b... panel: fix deprecated warnings (part 1) (*)
  b9d4b2c... panel: fix deprecated warnings (part 2) (*)
  ce8b3fc... panel: fix gnome-panel background (*)
  15890b8... also distribute gnome-session-flashback.in in tarballs (*)
  e2a1974... Update NEWS file and release gnome-panel 3.8.0 (*)
  95e7989... hashify email address (*)
  87a70e2... panel: Increases the number of bookmarks visible in Places (*)
  d7d0efa... panel, libpanel-applet: use gdk_device_manager_get_client_p (*)
  249ae22... Updated Latvian translation (*)
  076c55b... Updated Latvian translation (*)
  3d5636e... Updated Serbian translation (*)
  e7f096d... notification_area: fix deprecated warnings (*)
  18aa7a9... clock: make calendar window remember location expander stat (*)
  f465303... Updated Serbian translation (*)
  d877f00... Merge branch 'gnome-3-8' (*)
  40f0d24... libpanel-applet-private: fix typo in Makefile.am (*)
  7e76283... wncklet: remove unneeded code and rename function (*)
  292387b... libpanel-applet: show applet edit popup on correct screen (*)
  5a1d395... panel: replace gtktable with gtkgrid in panel-ditem-editor. (*)
  943c832... panel: show launcher edit dialog on correct screen (*)
  283e026... panel: remove unused variables from panel-layout.c (*)
  014e85f... panel: port panel-util.c to gsettings (*)
  b902c14... notification_area: remove unneeded include (*)
  39cc440... panel: remove unneeded include in gnome-desktop-item-edit.c (*)
  6e31142... panel: remove gconf from panel-action-button.c (*)
  347bd23... panel: port panel-menu-items.c to gsettings (*)
  4538796... clock: remove unused #define line (*)
  0820ebd... clock: remove no longer needed code (*)
  8acdf9b... panel: replace gtktable with gtkgrid in panel-toplevel.c (*)
  1ea72c9... panel: don't set panel's initial size to G_MAXINT (*)
  46de3a2... Remove g_type_init(), bump GLib required version (*)
  b638ed1... remove deprecated librsvg/rsvg-cairo.h include (*)
  61b434c... Use "GNOME Flashback (Metacity)" as a display name for sess (*)
  cf5f81d... Pass --session-name from desktop files. (*)
  8ce8bf9... Add Mutter session. (*)
  09078e7... Add Compiz session. (*)
  c96e85f... port bindings to gsettings (*)
  386be46... panel: create better applet/object names (*)
  f9e8250... fix building with gweather 3.9.2 or newer (*)
  a0c192c... Updated POTFILES.in and POTFILES.skip (*)
  7c0c9bd... Updated Polish translation (*)
  7b75e82... Updated Czech translation (*)
  d09d93c... clock: fix crash when closing preferences dialog (*)
  2d8f9b6... PanelWidget: remove unused variable - thick (*)
  9441b09... panel: simplify panel_toplevel_check_resize function (*)
  506b65e... Revert "Pass --session-name from desktop files." (*)
  66f0777... panel: fix problem when panel size not updated (*)
  488f349... Revert "Add Compiz session." (*)
  cb3ac6a... Revert "Add Mutter session." (*)
  31db775... Removed non-existing files from POTFILES.in (*)
  76551c8... Updated Spanish translation (*)
  9198460... Updated POTFILES.skip (*)
  d1b93b8... Updated Brazilian Portuguese translation (*)
  559282e... Updated Slovenian translation (*)
  9bc6d3c... don't use deprecated GtkSymbolicColor (*)
  f86b94e... configure.ac: remove bonobo line (*)
  2520a75... showdesktop: Use named icons rather than (deprecated) stock (*)
  c93966c... Updated Galician translations (*)
  2e8661c... Updated Russian translation (*)
  0682c63... Update Chinese simplified translation (*)
  d932eb7... Updated Serbian translation (*)
  e150499... Updated FSF's address (*)
  29e7175... gnome-panel.desktop: remove StartupNotify line (*)
  c2fcf88... Updated Hungarian translation (*)
  6b1a498... Updated Lithuanian translation (*)
  97295e4... Updated Indonesian translation (*)
  4a6c097... doap: update URLs (*)
  92bd771... Updated Russian translation (*)
  9cce780... Updated Basque language (*)
  94be70d... Updated Basque language (*)
  6d7833a... Update panel run dialog (*)
  e2f0a8f... Remove myself from maintainers (*)
  69e1e26... Fix window-list applet bug on vertical panel 03_tasklist_or (*)
  5836a41... Panel properties dialog: Clean up (*)
  c8677af... Fix clock crash when adding new location (*)
  6fe206c... Fix clock applet preferences Reload locations list in prefe (*)
  74e09b1... Panel test dialog: Clean up (*)
  8e68d62... Clock Applet: Cleanup (*)
  3d13012... xstuff.c: remove old unused code (*)
  3eda3c1... panel-icon-chooser: don't use deprecated GtkStock (*)
  1f525aa... button-widget.c: fix deprecated warnings (*)
  ff8407c... panel.c: don't use deprecated GtkStock (*)
  303b0de... Updated Polish translation (*)
  88c6cfb... Merge gnome-applet's branch 'master' into features/merge-gn

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]