summaryrefslogtreecommitdiff
path: root/src/w16select.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (Fw16_set_clipboard_data): Don't encode text if clipboard is unavailable.Eli Zaretskii2008-08-301-4/+5
* (Fw16_set_clipboard_data, Fw16_get_clipboard_data): Adjust for changes inEli Zaretskii2008-08-231-48/+34
* Make "xfree (NULL)" a no-op; remove useless if-before-xfree.Jim Meyering2008-06-021-2/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\ \ | |/
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | Merge from emacs--devo--0Miles Bader2007-01-261-1/+1
|\ \ | |/
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merge from emacs--devo--0Miles Bader2006-12-071-1/+1
|\ \ | |/
| * (Fw16_set_clipboard_data): Fix the call to sit_for as per the calling sequenceEli Zaretskii2006-11-251-1/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-1/+2
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Sync to HEADKenichi Handa2004-04-161-0/+3
* | *** empty log message ***Kenichi Handa2003-09-081-1/+1
|\ \
| * | Include "character.h" instead of "charset.h".Kenichi Handa2002-03-011-1/+1
* | | New directoryKenichi Handa2003-09-081-3/+0
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-011-0/+3
* | (syms_of_win16select): Fix docstring for `selection-coding-system'.Juanma Barranquero2002-10-141-2/+2
* | (syms_of_win16select): Fix spacing.Juanma Barranquero2002-09-061-2/+2
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-5/+5
* | Include composite.hJuanma Barranquero2002-06-241-0/+1
* | (Fw16_get_clipboard_data): Disable composition handling.Kenichi Handa2002-06-241-0/+3
* | Fix whitespace.Eli Zaretskii2002-05-171-11/+8
|/
* (Fw16_get_clipboard_data): Fix last change.Eli Zaretskii2002-02-231-1/+1
* (Fw16_set_clipboard_data): Run pre-write-conversionEli Zaretskii2002-02-221-29/+32
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-12-111-21/+21
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-4/+4
* Use SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessingGerd Moellmann2001-10-051-3/+3
* (set_clipboard_data): If there's not enough memoryEli Zaretskii2000-08-171-5/+10
* (Fw16_set_clipboard_data): Fix the change from 2000-05-20.Eli Zaretskii2000-05-251-2/+2
* (Fw16_set_clipboard_data): Setup membersKenichi Handa2000-05-201-14/+11
* (get_clipboard_data): Always stop at the first null byte.Eli Zaretskii1999-03-031-16/+6
* (get_clipboard_data): Work around a bug in Windows95Eli Zaretskii1999-02-151-5/+11
* (last_clipboard_text, clipboard_storage_size): NewEli Zaretskii1999-02-041-1/+48
* Fix last change.Eli Zaretskii1999-02-031-2/+2
* (Fw16_set_clipboard_data): When the text needs to beEli Zaretskii1999-02-031-1/+3
* (set_clipboard_data): Correctly null-terminate theEli Zaretskii1999-02-021-5/+11
* (set_clipboard_data): Terminate the text with a nullEli Zaretskii1999-01-061-16/+39
* (Fw16_set_clipboard_data): Call find_charset_in_strKenichi Handa1998-12-151-1/+1
* (Fw16_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0.Kenichi Handa1998-10-121-1/+1