| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright and commentary. | Stefan Monnier | 2000-05-21 | 2 | -58/+67 |
* | (comment-styles): New `box-multi'. | Stefan Monnier | 2000-05-21 | 2 | -47/+87 |
* | *** empty log message *** | Gerd Moellmann | 2000-05-20 | 3 | -82/+214 |
* | (toplevel) [UNIX98_PTYS]: Include stdlib.h. | Gerd Moellmann | 2000-05-20 | 1 | -1/+1 |
* | (HAVE_GRANDPT, HAVE_GETPT): New defines. | Gerd Moellmann | 2000-05-20 | 1 | -0/+2 |
* | (setup_pty): Treat case that UNIX98_PTYS is defined | Gerd Moellmann | 2000-05-20 | 1 | -1/+1 |
* | (UNIX98_PTYS) [HAVE_GRANDPT]: Define. | Gerd Moellmann | 2000-05-20 | 1 | -42/+40 |
* | Check for grandpt and getpt. | Gerd Moellmann | 2000-05-20 | 1 | -0/+6 |
* | (ccl-compile-write-string): Make STR unibyte. | Kenichi Handa | 2000-05-20 | 1 | -0/+2 |
* | *** empty log message *** | Kenichi Handa | 2000-05-20 | 1 | -0/+6 |
* | *** empty log message *** | Kenichi Handa | 2000-05-20 | 2 | -0/+303 |
* | (find-multibyte-characters): Never | Kenichi Handa | 2000-05-20 | 1 | -2/+3 |
* | (list-character-sets-1): Handle | Kenichi Handa | 2000-05-20 | 1 | -18/+31 |
* | (rmail-decode-quoted-printable): Use delete-region | Kenichi Handa | 2000-05-20 | 1 | -5/+4 |
* | (selection_data_to_lisp_data): Setup members | Kenichi Handa | 2000-05-20 | 1 | -21/+17 |
* | (get_next_display_element): Handle 8-bit characters | Kenichi Handa | 2000-05-20 | 1 | -3/+8 |
* | (Fw32_set_clipboard_data): Setup members | Kenichi Handa | 2000-05-20 | 1 | -14/+9 |
* | (w32_to_x_font): Setup members src_multibyte and | Kenichi Handa | 2000-05-20 | 1 | -0/+4 |
* | (Fw16_set_clipboard_data): Setup members | Kenichi Handa | 2000-05-20 | 1 | -14/+11 |
* | (produce_special_glyphs): Use CHAR_BYTES instead of | Kenichi Handa | 2000-05-20 | 1 | -2/+2 |
* | (wordify): Use FETCH_STRING_CHAR_ADVANCE | Kenichi Handa | 2000-05-20 | 1 | -13/+6 |
* | (Fstart_process): GCPRO current_dir before calling | Kenichi Handa | 2000-05-20 | 1 | -125/+130 |
* | (print_object): Use FETCH_STRING_CHAR_ADVANCE | Kenichi Handa | 2000-05-20 | 1 | -6/+1 |
* | *** empty log message *** | Stefan Monnier | 2000-05-20 | 1 | -0/+7 |
* | (read1): On reading multibyte string, be sure to make | Kenichi Handa | 2000-05-20 | 1 | -11/+12 |
* | (Fsingle_key_description): Use SPLIT_CHAR instead of | Kenichi Handa | 2000-05-20 | 1 | -22/+10 |
* | (adjust_markers_for_record_delete): Deleted. | Kenichi Handa | 2000-05-20 | 1 | -633/+78 |
* | (fontset_ref): Use SPLIT_CHAR instead of | Kenichi Handa | 2000-05-20 | 1 | -3/+3 |
* | (concat): Handle 8-bit characters correctly. | Kenichi Handa | 2000-05-19 | 1 | -69/+104 |
* | (Finsert_file_contents): Setup src_multibyte and | Kenichi Handa | 2000-05-19 | 1 | -24/+27 |
* | (Fformat): Be sure to convert 8-bit characters to | Kenichi Handa | 2000-05-19 | 1 | -51/+22 |
* | (Faref): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR. | Kenichi Handa | 2000-05-19 | 1 | -2/+2 |
* | (enum iso_code_class_type): Member ISO_control_code is | Kenichi Handa | 2000-05-19 | 1 | -13/+23 |
* | (ONE_MORE_BYTE, TWO_MORE_BYTES): Set coding->resutl to | Kenichi Handa | 2000-05-19 | 1 | -1363/+1220 |
* | (LEADING_CODE_8_BIT_CONTROL, CHARSET_8_BIT_CONTROL, | Kenichi Handa | 2000-05-19 | 1 | -146/+212 |
* | (Qeight_bit_control, Qeight_bit_graphic): New | Kenichi Handa | 2000-05-19 | 1 | -225/+370 |
* | (CCL_WRITE_CHAR): Be sure to write single byte characters | Kenichi Handa | 2000-05-19 | 1 | -10/+9 |
* | (Fmodify_category_entry): Use SPLIT_CHAR, not | Kenichi Handa | 2000-05-19 | 1 | -1/+1 |
* | (Fcall_process): Always encode an argument string if | Kenichi Handa | 2000-05-19 | 1 | -28/+27 |
* | (Fbyte_code): If arg BYTESTR is multibyte, convert it | Kenichi Handa | 2000-05-19 | 1 | -2/+13 |
* | (advance_to_char_boundary): Don't use DEC_POS to find a | Kenichi Handa | 2000-05-19 | 1 | -5/+115 |
* | (Fmake_byte_code): If BYTECODE-STRING is multibyte, | Kenichi Handa | 2000-05-19 | 1 | -2/+15 |
* | (fns.o): Depend on charset.h. | Kenichi Handa | 2000-05-19 | 1 | -1/+1 |
* | (ada-mode, ada-create-case-exception): Don't quote lambdas. | Stefan Monnier | 2000-05-19 | 1 | -7/+7 |
* | (lisp-mode-variables): Set comment-add. | Stefan Monnier | 2000-05-19 | 1 | -0/+2 |
* | *** empty log message *** | Gerd Moellmann | 2000-05-19 | 2 | -1/+8 |
* | (gud-jdb-directories): Doc fix. | Gerd Moellmann | 2000-05-19 | 1 | -1/+9 |
* | (Fbury_buffer): Avoid trouble from burying a killed buffer. | Gerd Moellmann | 2000-05-19 | 1 | -10/+12 |
* | Fix license text and author. | Stefan Monnier | 2000-05-19 | 1 | -97/+114 |
* | *** empty log message *** | Stefan Monnier | 2000-05-19 | 1 | -0/+4 |