Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Fw32_set_clipboard_data): Update `nbytes' correctly | Kenichi Handa | 2004-06-30 | 1 | -1/+5 |
| | | | | after getting a new string by pre-write-conversion. | ||||
* | (Fw32_set_clipboard_data): Get sequence number after closing the clipboard. | Jason Rumney | 2004-04-18 | 1 | -2/+9 |
| | |||||
* | * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe. | Jason Rumney | 2004-02-03 | 1 | -0/+5 |
| | | | | * w32fns.c (x_to_w32_font): Likewise. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| | |||||
* | (last_clipboard_sequence_number): New variable. | Jason Rumney | 2003-07-06 | 1 | -17/+35 |
| | | | | | (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence number if possible. | ||||
* | (syms_of_win32select): Fix docstring for `selection-coding-system'. | Juanma Barranquero | 2002-10-14 | 1 | -35/+36 |
| | |||||
* | (syms_of_w32select): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -2/+2 |
| | |||||
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -6/+6 |
| | | | | | SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now. | ||||
* | Include composite.h | Juanma Barranquero | 2002-06-24 | 1 | -0/+1 |
| | |||||
* | (Fw32_get_clipboard_data): Disable composition handling. | Kenichi Handa | 2002-06-24 | 1 | -0/+4 |
| | |||||
* | (Fw32_set_clipboard_data): Run pre-write-conversion | Jason Rumney | 2002-02-23 | 1 | -21/+24 |
| | | | | | | on the string before encoding it. (Fw32_get_clipboard_data): Run post-read-conversion on the string after decoding it. | ||||
* | Change doc-string comments to `new style'. [w/`doc:' keyword]. Doc fixes. | Jason Rumney | 2001-11-12 | 1 | -25/+29 |
| | |||||
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel JanÃk | 2001-11-02 | 1 | -5/+5 |
| | |||||
* | (Fw32_set_clipboard_data): Save a copy of what is put on the clipboard. | Jason Rumney | 2000-11-21 | 1 | -10/+44 |
| | | | | | | (Fw32_get_clipboard_data): Compare data on clipboard with saved copy of what Emacs last put there. If they are the same, do not use the clipboard copy to avoid losing data due to coding conversions. | ||||
* | Include keyboard.h before frame.h. | Andrew Innes | 2000-08-22 | 1 | -0/+1 |
| | |||||
* | (Fw32_set_clipboard_data): Change QNil to Qnil. | Jason Rumney | 2000-05-31 | 1 | -1/+1 |
| | |||||
* | (Fw32_set_clipboard_data): Setup members | Kenichi Handa | 2000-05-20 | 1 | -14/+9 |
| | | | | | | src_multibyte and dst_multibyte of coding. Adjusted for the change for find_charset_in_str. (Fw32_get_clipboard_data): Likewise. | ||||
* | (Fw32_set_clipboard_data): Update call to find_charset_in_str. | Jason Rumney | 2000-01-23 | 1 | -1/+1 |
| | |||||
* | (Fw32_set_clipboard_data): Undo last change to add | Andrew Innes | 1999-05-02 | 1 | -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 line | Andrew Innes | 1999-03-25 | 1 | -11/+14 |
| | | | | ends when calculating clipboard storage needed for non-ASCII text. | ||||
* | (Fw32_set_clipboard_data): Call find_charset_in_str | Kenichi Handa | 1998-12-15 | 1 | -1/+1 |
| | | | | with MULTIBYTE arg 0. | ||||
* | (Fw32_get_clipboard_data): Do not delete isolated CR | Geoff Voelker | 1998-12-09 | 1 | -14/+18 |
| | | | | characters, only convert CRLF to LF. | ||||
* | (Vnext_selection_coding_system): New variable. | Geoff Voelker | 1998-10-28 | 1 | -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 Handa | 1998-10-12 | 1 | -1/+1 |
| | |||||
* | (Vselection_coding_system): Renamed from Vclipboard_coding_system. | Richard M. Stallman | 1998-08-05 | 1 | -6/+5 |
| | | | | (syms_of_w32select): No need to staticpro Vselection_coding_system. | ||||
* | (Fw32_set_clipboard_data): Set Vlast_coding_system_used. | Andrew Innes | 1998-07-12 | 1 | -0/+6 |
| | | | | (Fw32_get_clipboard_data): Likewise. | ||||
* | Include buffer.h, charset.h, and coding.h. | Andrew Innes | 1998-06-22 | 1 | -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 win32 | Geoff Voelker | 1997-01-20 | 1 | -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 Voelker | 1996-11-19 | 1 | -16/+16 |
| | |||||
* | (QCLIPBOARD): New symbol. | Karl Heuer | 1996-05-14 | 1 | -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 Voelker | 1996-05-03 | 1 | -58/+87 |
| | | | | Calculate exact size of clipboard string with CRs removed or inserted. | ||||
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -15/+16 |
| | |||||
* | Initial revision | Geoff Voelker | 1995-11-07 | 1 | -0/+226 |