File: ChangeLog

package info (click to toggle)
xfswitch-plugin 0.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,468 kB
  • ctags: 94
  • sloc: sh: 9,748; ansic: 121; makefile: 45
file content (34 lines) | stat: -rw-r--r-- 844 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
03-02-2009 jeromeg

  * panel-plugin/main.c:
    - use g_spawn_command_line_async to launch the gdmflexiserver so
      that it runs in parallel.
    - fix a typo (thanks to eht16).
  * panel-plugin/xfswitch.desktop.in.in: fix a typo (thanks to eht16).

03-02-2009 jeromeg

  * panel-plugin/main.c: improve the tooltip.
  * panel-plugin/xfswitch.desktop.in.in: improve the comment.

01-02-2009 jeromeg

  * panel-plugin/main.c: set an icon for the message dialog.

01-02-2009 jeromeg

  * panel-plugin/main.c:
    - remove unused variables to fix build with --enable-debug=full.
    - remove extra white spaces.

01-02-2009 jeromeg

  * README: add a description and a link to the git repo.
  * configure.ac.in:
    - improve autotools stuff.
    - require gtk >= 2.12.
    - print build configuration.

01-02-2009 jeromeg

  * Initial commit.