Removed a dup, adding some missing ones, FIXME for other missing ones.

This commit is contained in:
William Kendrick 2010-04-15 19:57:40 +00:00
parent 34b68d629d
commit 944229c5d6
2 changed files with 25 additions and 17 deletions

View file

@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$ $Id$
2009.April.13 (0.9.22) 2009.April.15 (0.9.22)
* New Tools: * New Tools:
---------- ----------
* Label - A tool to add text to a drawing, which can be modified or * Label - A tool to add text to a drawing, which can be modified or
@ -224,6 +224,9 @@ $Id$
* tuxpaint-import tool uses BASHisms, so changed shebang to #!/bin/bash * tuxpaint-import tool uses BASHisms, so changed shebang to #!/bin/bash
(instead of #!/bin/sh). (instead of #!/bin/sh).
* Added some missing examples to the default tuxpaint.conf file.
(Thanks to Aapo Rantalainen <aapo.rantalainen@gmail.com>)
2009.June.28 (0.9.21) 2009.June.28 (0.9.21)
* New Starters: * New Starters:

View file

@ -7,11 +7,14 @@
# http://www.tuxpaint.org/ # http://www.tuxpaint.org/
# #
# Default distribution version last modified: # Default distribution version last modified:
# June 25, 2007 # April 15, 2010
# #
# $Id$ # $Id$
# FIXME: Add alllocalefonts, allowscreensaver, stampsize, datadir, nolockfile -bjk 2010.04.15
# The variables described below are initially commented out. # The variables described below are initially commented out.
# #
# Most options come in pairs: # Most options come in pairs:
@ -33,7 +36,7 @@
# system-wide configuration file, and which they don't want to always have # system-wide configuration file, and which they don't want to always have
# to override via command-line options. # to override via command-line options.
# #
# For more information, see Tux Paint's main documentation file: README.txt # For more information, see Tux Paint's "OPTIONS" documentation file
### Fullscreen or Windowed? ### Fullscreen or Windowed?
@ -50,6 +53,15 @@
# #
# windowsize=800x600 # windowsize=800x600
### Use native screen size when in fullscreen.
### (Overrides 'windowsize' or default (800x600) when in fullscreen,
### and tries to make Tux Paint fit in the current desktop resolution.)
### -------------------------------------------------------------------
#
# native=yes
### Window / screen orientation. (Landscape (no rotation) is the default.) ### Window / screen orientation. (Landscape (no rotation) is the default.)
### ----------------------------------------------------------------------- ### -----------------------------------------------------------------------
# #
@ -201,13 +213,6 @@
# dontmirrorstamps=yes # dontmirrorstamps=yes
### Use keyboard arrow keys to control mouse pointer?
### -------------------------------------------------
#
# keyboard=yes
# mouse=yes
### Disable 'Save Over Older Picture?' Prompt ### Disable 'Save Over Older Picture?' Prompt
### Always save over, instead ### Always save over, instead
### ----------------------------------------- ### -----------------------------------------
@ -216,13 +221,6 @@
# saveover=ask # saveover=ask
### Save images somewhere different?
### --------------------------------
### Note: Window users, use the form: savedir=C:\WINDOWS\TUXPAINT
#
# savedir=~/.tuxpaint/saved
### Disable 'Save Over Older Picture?' Prompt ### Disable 'Save Over Older Picture?' Prompt
### Always make a new picture, instead ### Always make a new picture, instead
### ----------------------------------------- ### -----------------------------------------
@ -238,6 +236,13 @@
# save=yes # save=yes
### Save images somewhere different?
### --------------------------------
### Note: Window users, use the form: savedir=C:\WINDOWS\TUXPAINT
#
# savedir=~/.tuxpaint/saved
### Use a different language? ### Use a different language?
### ------------------------- ### -------------------------
### Note: Where the language is a known language name (e.g., "spanish") ### Note: Where the language is a known language name (e.g., "spanish")