2005-01-23 20:49  eglebbk

	* todo.txt: Updated todo list

2005-01-23 20:37  eglebbk

	* src/win/wwnd.c: Tore Halse made Allegro windows in Windows always
	  appear centred around their original location.

2005-01-23 20:33  eglebbk

	* docs/src/allegro._tx: Documented some more font features

2005-01-23 20:32  eglebbk

	* src/fontdat.c: Forgot about the datafile font loader

2005-01-23 20:29  eglebbk

	* include/allegro/font.h, src/font.c: Font update/fixes

2005-01-23 03:27  tjaden

	* docs/src/makedoc/makehtml.c: Fixed comparison between signed and
	  unsigned

2005-01-22 21:45  eglebbk

	* todo.txt: Added variable linewidth on graphics primitives to the
	  wishlist.

2005-01-22 15:43  gradha

	* docs/src/makedoc/: makehtml.c, makemisc.c: Added @shortdesc
	  support to the HTML documentation.

2005-01-22 14:42  elias

	* setup/keyconf.c: Milan Mimica fixed a bug in the keyconf utility

2005-01-22 14:31  elias

	* src/font.c: fixed compilation in debug mode

2005-01-22 13:50  tjaden

	* makefile.osx: Peter Hull added src/c/* to make depend processing
	  on MacOS X

2005-01-22 13:47  tjaden

	* include/allegro/file.h: Peter Hull caught a silly mistake I made
	  in _al_normal_packfile_details

2005-01-22 02:17  tjaden

	* src/win/wxthread.c: Added implementation of
	  _al_mutex_init_recursive to satisfy DLL symbol list

2005-01-21 13:13  tjaden

	* src/misc/vbeaf.c: Removed a stray return statement

2005-01-21 11:38  tjaden

	* src/win/wdsound.c: Fixed a comparison between signed and unsigned

2005-01-21 11:37  tjaden

	* src/win/wddovl.c: Added missing vtable entry

2005-01-21 11:36  tjaden

	* src/win/wddfull.c: Cosmetic fix

2005-01-21 11:20  tjaden

	* src/file.c: Added implementation of pack_get_userdata() which I
	  left out by accident

2005-01-21 09:33  eglebbk

	* src/win/wmouse.c: Fixed function name pasto

2005-01-20 22:42  eglebbk

	* todo.txt: Updated todo

2005-01-20 22:39  eglebbk

	* makefile.lst, include/allegro/font.h,
	  include/allegro/internal/aintern.h, src/font.c, src/fonttxt.c,
	  src/readfont.c: Extended font VTABLEs, loading scripted fonts and
	  font manipulation routines

2005-01-20 20:16  eglebbk

	* src/dos/wss.c: Marcio Fialho fixed a warning when compiling
	  Allegro with DJGPP

2005-01-20 19:54  eglebbk

	* src/win/wmouse.c: Fixed a stupid bug that prevented system
	  cursors from working properly in Windows. Thanks to Peter
	  Johanson for pointing it out.

2005-01-19 23:50  eglebbk

	* src/: readfont.c, fontgrx.c: Daniel Schlyder spotted a few
	  problems with the font loading code.

2005-01-19 23:43  eglebbk

	* src/win/: wddbmp.c, wddwin.c: Daniel Schlyder fixed `cast
	  expression as lvalue is deprecated' warnings in MinGW gcc 3.4.2

2005-01-19 23:39  eglebbk

	* fix.bat: Michal improved the help message slightly to be more
	  Win9x friendly

2005-01-19 23:38  eglebbk

	* docs/src/build/msvc._tx: Typo

2005-01-16 23:03  eglebbk

	* src/allegro.c, src/readfont.c,
	  include/allegro/internal/aintern.h: Fixed manual calling of
	  constructor function for known font types

2005-01-16 18:42  eglebbk

	* src/fsel.c: Peter Hull made the file selector work properly with
	  directories that have more than 2048 entries.

2005-01-16 14:10  eglebbk

	* src/fontbios.c: Fixed incompatibility between my fontloader and
	  Peter's packfile patch

2005-01-16 13:39  eglebbk

	* todo.txt: updated todo.txt

2005-01-16 13:35  eglebbk

	* include/allegro/datafile.h, include/allegro/digi.h,
	  include/allegro/file.h, include/allegro/inline/file.inl,
	  src/bmp.c, src/datafile.c, src/file.c, src/pcx.c, src/sound.c,
	  src/tga.c, tools/exedat.c, tools/plugins/datfont.c: Peter Wang
	  added custom packfiles and packfile vtables

2005-01-16 13:19  eglebbk

	* src/: dos/dmouse.c, dos/vesa.c, misc/modex.c, misc/vbeaf.c:
	  Marcio Afonso Arimura Fialho fixed some problems with the DJGPP
	  version and the VBE/AF driver

2005-01-16 12:54  eglebbk

	* fix.bat, docs/src/build/msvc._tx, misc/msvchelp.c: Michal
	  Molhanec fixed a problem with long filenames in the MSVC build
	  process

2005-01-16 12:18  eglebbk

	* docs/src/allegro._tx: load_font documentation

2005-01-16 12:14  eglebbk

	* makefile.lst, include/allegro.h, include/allegro/font.h,
	  include/allegro/text.h, src/fontbios.c, src/fontbmp.c,
	  src/fontdat.c, src/fontgrx.c, src/readfont.c: Added font loading
	  code to the core library

2005-01-15 12:25  gradha

	* docs/src/allegro._tx: Documentation update.

2005-01-14 20:54  eglebbk

	* docs/src/allegro._tx: Documented set_mouse_cursor_bitmap

2005-01-14 14:07  tjaden

	* src/fli.c: Use (void) as argument list for close_fli and
	  reset_fli_variables instead of ()

2005-01-10 23:05  tjaden

	* src/x/xsystem.c: Chris changed the allegro_message()
	  implementation for X to be like Julien's original implementation.
	   I had made it use pipes to communicate with xmessage but this
	  caused SIGPIPE problems when xmessage was unavailable on the
	  system.  Now we just pass the string to show directly on the
	  command-line.

	  I added a workaround to make xmessage not interpret the strings
	  beginning with dashes to be command-line options.

2005-01-06 13:10  eglebbk

	* docs/src/allegro._tx, src/i386/icpu.c, include/allegro/system.h:
	  AJ added detection for SSE3, AMD64 and IA64 to the cpu detection
	  code

2005-01-05 23:43  eglebbk

	* todo.txt: Added some 4.2 todo items.

2005-01-04 18:09  gradha

	* docs/src/allegro._tx: Added a few @shortdesc commands.

2005-01-04 18:08  gradha

	* docs/src/makedoc/: format.txt, makedoc.c, makedoc.h, makeman.c:
	  Added @shortdesc command and man pages' implementation.

2004-12-31 05:09  tjaden

	* src/colblend.c: Another fix for the previous change

2004-12-31 04:22  tjaden

	* src/colblend.c: Fixed stray ## from previous change

2004-12-30 14:04  eglebbk

	* include/allegro/gfx.h, src/colblend.c: Added blender mode defines
	  and activated the gfx_vtable set_blender_mode() function in the
	  source.

2004-12-30 10:27  eglebbk

	* docs/src/allegro._tx, include/allegro/gui.h, src/gui.c,
	  src/guiproc.c: Added gui_set_screen and gui_get_screen functions

2004-12-29 11:05  eglebbk

	* include/allegro/mouse.h, src/mouse.c: Added
	  set_mouse_cursor_bitmap function

2004-12-27 22:35  gradha

	* docs/src/allegro._tx: Documentation update.

2004-12-24 07:41  tjaden

	* src/keyboard.c: Made scancode_to_name never return NULL by
	  defaulting to the _keyboard_common_names if the keyboard_driver's
	  scancode_to_name method returns NULL for a given scancode.

2004-12-24 07:38  tjaden

	* src/unix/uthreads.c: Don't use pthread_cancel to close the unix
	  background thread.  Also solves a problem where pthread_cancel
	  would fail and we didn't check it.

2004-12-24 07:35  tjaden

	* src/linux/ljoy.c: Fixed problems with the linux joystick driver
	  when a joystick has more sticks/axes than we support.

2004-12-19 20:40  gradha

	* docs/src/allegro._tx: Documentation update.

2004-12-19 20:36  gradha

	* src/gfx.c: Asserted unpaired use of unselect_palette.

2004-12-13 12:14  tjaden

	* aclocal.m4: Require ALSA 0.9.1 or above as the current driver
	  does not compile with 0.9.0.	I have not actually tested it with
	  0.9.1 but the relevant change was made between 0.9.0 and 0.9.1,
	  judging from the ALSA CVS repository.

2004-12-11 23:54  gradha

	* src/gfx.c: Added some pedantic asserts.

2004-12-10 15:37  elias

	* src/x/xkeyboard.c: Added special Ctrl-Alt-End and Pause key
	  handlers to the X11 keyboard driver

2004-12-09 10:03  eglebbk

	* src/mouse.c: Fixed a problem with locking a variable that no
	  longer existed (remnant from an older patch).

2004-12-09 09:42  tjaden

	* src/x/xdga2.c: Need to add dga_event_base to event type numbers
	  for DGA2 events.

2004-12-09 00:37  tjaden

	* src/x/xkeyboard.c: Removed a stray debugging assertion

