aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32select.c
Commit message (Collapse)AuthorAgeFilesLines
* (Fw32_set_clipboard_data): Update call to find_charset_in_str.Jason Rumney2000-01-231-1/+1
|
* (Fw32_set_clipboard_data): Undo last change to addAndrew Innes1999-05-021-1/+1
| | | | | nlines to encoding_buffer_size (real bug was in a ccl program in lisp/international/coding.el).
* (Fw32_set_clipboard_data): Take into account lineAndrew Innes1999-03-251-11/+14
| | | | ends when calculating clipboard storage needed for non-ASCII text.
* (Fw32_set_clipboard_data): Call find_charset_in_strKenichi Handa1998-12-151-1/+1
| | | | with MULTIBYTE arg 0.
* (Fw32_get_clipboard_data): Do not delete isolated CRGeoff Voelker1998-12-091-14/+18
| | | | characters, only convert CRLF to LF.
* (Vnext_selection_coding_system): New variable.Geoff Voelker1998-10-281-5/+46
| | | | | | | | (syms_of_w32select): DEFVAR_LISP it. (Fw32_set_clipboard_data): Use Vnext_selection_coding_system if non-nil. Always convert multibyte strings. (Fw32_get_clipboard_data): Use Vnext_selection_coding_system if non-nil. Always convert a string that includes non-ASCII characters.
* (Fw32_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0.Kenichi Handa1998-10-121-1/+1
|
* (Vselection_coding_system): Renamed from Vclipboard_coding_system.Richard M. Stallman1998-08-051-6/+5
| | | | (syms_of_w32select): No need to staticpro Vselection_coding_system.
* (Fw32_set_clipboard_data): Set Vlast_coding_system_used.Andrew Innes1998-07-121-0/+6
| | | | (Fw32_get_clipboard_data): Likewise.
* Include buffer.h, charset.h, and coding.h.Andrew Innes1998-06-221-67/+145
| | | | | | | | | (Vclipboard_coding_system): New variable. (syms_of_w32select): DEF_VAR it. (Fw32_set_clipboard_data): Encode string using Vclipboard_coding_system if necessary. (Fw32_get_clipboard_data): Decode clipboard contents using Vclipboard_coding_system if necessary.
* Change all uses of win95, winnt, and win32Geoff Voelker1997-01-201-1/+1
| | | | | | | into Windows 95, Windows NT, and W32, respectively. Expand "win" substring in variables referring to Microsoft Windows constructs into "windows". Canonicalize header comments to use same terminology.
* Change identifiers of the form win32* to w32*.Geoff Voelker1996-11-191-16/+16
|
* (QCLIPBOARD): New symbol.Karl Heuer1996-05-141-0/+43
| | | | | (Fx_selection_exists_p): New function. (syms_of_win32select): Initialize/staticpro and defsubr them.
* (Fwin32_set_clipboard_data, Fwin32_get_clipboard_data):Geoff Voelker1996-05-031-58/+87
| | | | Calculate exact size of clipboard string with CRs removed or inserted.
* Update FSF's address in the preamble.Erik Naggum1996-01-151-15/+16
|
* Initial revisionGeoff Voelker1995-11-071-0/+226