Mercurial > emacs
graph
-
(internal_self_insert): In a multibyte buffer, insert C2002-09-03, by Kenichi Handa
-
(casify_object): Fix previous change.2002-09-03, by Kenichi Handa
-
(Fset_unibyte_charset): If the dimension of CHARSET is2002-09-03, by Kenichi Handa
-
(unibyte_to_multibyte_table): New variable.2002-09-03, by Kenichi Handa
-
(LEADING_CODE_LATIN_1_MIN)2002-09-03, by Kenichi Handa
-
(Fbyte_code): Convert a unibyte character to multibyte if necessary.2002-09-03, by Kenichi Handa
-
(Fexpand_abbrev): Convert a unibyte character to2002-09-03, by Kenichi Handa
-
Don't define the charset iso-8859-1 here, just setup its properties.2002-09-03, by Kenichi Handa
-
*** empty log message ***2002-08-23, by Kenichi Handa
-
(enum lface_attribute_index): New member LFACE_FONTSET_INDEX.2002-08-23, by Kenichi Handa
-
(QCfontset): New variable.2002-08-23, by Kenichi Handa
-
(base64_encode_1): Handle eight-bit chars correctly.2002-08-22, by Kenichi Handa
-
*** empty log message ***2002-08-22, by Kenichi Handa
-
*** empty log message ***2002-08-22, by Kenichi Handa
-
(insert_from_gap): Make it work even if PT != GTP.2002-08-21, by Kenichi Handa
-
(coding_set_destination): Fix coding->destination for2002-08-21, by Kenichi Handa
-
(utf-8): Give :mime-charset property.2002-08-21, by Kenichi Handa
-
*** empty log message ***2002-08-21, by Kenichi Handa
-
(base64_decode_1): Insert eight-bit chars correctly.2002-08-21, by Kenichi Handa
-
(BYTE8_STRING): New macro.2002-08-21, by Kenichi Handa
-
(quoted-printable-decode-region): Fix previous change.2002-08-21, by Kenichi Handa
-
(quoted-printable-decode-region): Insert bytes by `insert-byte'.2002-08-21, by Kenichi Handa
-
*** empty log message ***2002-08-20, by Kenichi Handa
-
(Finsert_byte): New function.2002-08-20, by Kenichi Handa
-
*** empty log message ***2002-08-20, by Kenichi Handa
-
Don't setup printable-chars here.2002-08-20, by Kenichi Handa
-
(set_canon, set_identity, shuffle): Simplified.2002-08-20, by Kenichi Handa
-
(get_next_display_element): Don't display unibyte 8-bit2002-08-20, by Kenichi Handa
-
(syms_of_character): Setup Vprintable_chars.2002-08-20, by Kenichi Handa
-
(Freplace_match): Fix previous change.2002-08-20, by Kenichi Handa
-
(Freplace_match): Fix for the unibyte case.2002-08-20, by Kenichi Handa
-
(read_key_sequence): Use ~CHAR_MODIFIER_MASK instead2002-08-20, by Kenichi Handa
-
(Fchar_equal): Fix for the unibyte case.2002-08-20, by Kenichi Handa
-
(Fexpand_abbrev): Fix for the multibyte case.2002-08-20, by Kenichi Handa
-
*** empty log message ***2002-08-20, by Kenichi Handa
-
Remove duplicated case setting for Cyrillic and Greek letters.2002-08-20, by Kenichi Handa
-
*** empty log message ***2002-08-20, by Kenichi Handa
-
(_fetch_multibyte_char_len): This variable deleted.2002-08-20, by Kenichi Handa
-
(_fetch_multibyte_char_len): Extern deleted.2002-08-20, by Kenichi Handa
-
(MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.2002-08-20, by Kenichi Handa
-
(casify_object): Simplified. Handle the case that2002-08-20, by Kenichi Handa
-
(describe-buffer-case-table): Handle the case that KEY is a cons2002-08-20, by Kenichi Handa
-
*** empty log message ***2002-08-19, by Kenichi Handa
-
Fix categories ?A and ?C.2002-08-19, by Kenichi Handa
-
*** empty log message ***2002-08-19, by Kenichi Handa
-
(safe_to_load_p): Fix the logic.2002-08-19, by Kenichi Handa
-
*** empty log message ***2002-08-19, by Kenichi Handa
-
(scan_words): Don't treat characters belonging to2002-08-19, by Kenichi Handa
-
(Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.2002-08-19, by Kenichi Handa
-
(script-list): Treat ascii characters as `latin' script.2002-08-19, by Kenichi Handa
-
*** empty log message ***2002-08-19, by Kenichi Handa
-
(Fset_fontset_font): Treate `ascii' as charset, not script.2002-08-19, by Kenichi Handa
-
*** empty log message ***2002-08-19, by Kenichi Handa
-
(fontset-plain-name): If the fontset2002-08-19, by Kenichi Handa
-
(main): In the case of --unibyte, instead of aborting on2002-08-19, by Kenichi Handa
-
(main): In the case of --unibyte, instead of aborting on finding2002-08-19, by Kenichi Handa
-
*** empty log message ***2002-08-18, by Dave Love
-
(rfc2047-encode): Fix last change.2002-08-18, by Dave Love
-
*** empty log message ***2002-08-18, by Dave Love
-
(term-char-mode): Remove generic-character-list code.2002-08-18, by Dave Love
-
(ruler-mode-character-validate): Use characterp.2002-08-18, by Dave Love
-
(character): Use characterp.2002-08-18, by Dave Love
-
*** empty log message ***2002-08-18, by Dave Love
-
*** empty log message ***2002-08-18, by Dave Love
-
(describe-coding-system): Add utf-162002-08-18, by Dave Love
-
(viet-encode-viscii-char): Use encode-char.2002-08-18, by Dave Love
-
("Tajik", "Bulgarian", "Belarusian"): Add2002-08-18, by Dave Love
-
(Funibyte_char_to_multibyte): Doc fix.2002-08-18, by Dave Love
-
Fix last change.2002-08-18, by Dave Love
-
*** empty log message ***2002-08-15, by Kenichi Handa
-
(nonascii_insert_offset, Vnonascii_translation_table):2002-08-15, by Kenichi Handa
-
(x_produce_glyphs): Use ASCII_CHAR_P, not2002-08-15, by Kenichi Handa
-
(charset_unibyte): Renamed from charset_primary.2002-08-15, by Kenichi Handa
-
(charset_unibyte): Extern it instead of2002-08-15, by Kenichi Handa
-
(unibyte_char_to_multibyte): Refer to2002-08-15, by Kenichi Handa
-
(fontset_add): Make the type `int'.2002-08-15, by Kenichi Handa
-
(reset-language-environment): Don't2002-08-15, by Kenichi Handa
-
*** empty log message ***2002-08-15, by Kenichi Handa
-
*** empty log message ***2002-08-08, by Kenichi Handa
-
(tar-extract): Fix previous change.2002-08-08, by Kenichi Handa
-
(Fdefine_coding_system_internal): Fix category setting2002-08-08, by Kenichi Handa
-
(next-word-boundary-han): Don't2002-08-08, by Kenichi Handa
-
*** empty log message ***2002-08-08, by Kenichi Handa
-
*** empty log message ***2002-08-01, by Kenichi Handa
-
(FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.2002-08-01, by Kenichi Handa
-
*** empty log message ***2002-08-01, by Kenichi Handa
-
Call map-charset-chars on big52002-08-01, by Kenichi Handa
-
(Vnext_word_boundary_function_table): New variable.2002-08-01, by Kenichi Handa
-
*** empty log message ***2002-08-01, by Kenichi Handa
-
(fs_load_font): If fontp->charset is not negative,2002-08-01, by Kenichi Handa
-
(x_load_font): Initialize fontp->fontset to -1.2002-08-01, by Kenichi Handa
-
*** empty log message ***2002-07-31, by Dave Love
-
Generated with autoheader.2002-07-31, by Dave Love
-
Change logic (instead of fixing typo).2002-07-31, by Dave Love
-
Don't include strings.h.2002-07-31, by Dave Love
-
(bcopy, bzero, bcmp): Don't undef.2002-07-31, by Dave Love
-
(NO_SIOCTL_H): Don't define.2002-07-31, by Dave Love
-
(HAVE_ALLOCA): Delete.2002-07-31, by Dave Love
-
(leim): Don't put PARALLEL in environment.2002-07-31, by Dave Love
-
Require autoconf 2.53. Merge changes from trunk.2002-07-31, by Dave Love
-
(syms_of_charset): Fix previous change.2002-07-31, by Kenichi Handa
-
*** empty log message ***2002-07-31, by Kenichi Handa
-
(tar-file-name-coding-system): New variable. Make2002-07-31, by Kenichi Handa
-
(archive-file-name-coding-system): New variable.2002-07-31, by Kenichi Handa
-
(Fstring_to_multibyte): New function.2002-07-31, by Kenichi Handa
-
(setup_echo_area_for_printing, set_message_1): Adjusted2002-07-31, by Kenichi Handa
-
(Fset_buffer_multibyte): Prototype adjusted.2002-07-31, by Kenichi Handa
-
* coding.c (make_conversion_work_buffer): Adjusted for the change2002-07-31, by Kenichi Handa
-
(charset_8_bit): Extern it.2002-07-31, by Kenichi Handa
-
(charset_eight_bit, Qeight_bit_control): New2002-07-31, by Kenichi Handa
-
(Funibyte_char_to_multibyte): If C can't be decoded2002-07-31, by Kenichi Handa
-
(CHAR_TO_BYTE8): If C is not eight-bit char, call2002-07-31, by Kenichi Handa
-
(Fcall_process): Don't call insert_1_both directly if2002-07-31, by Kenichi Handa
-
(Qas, Qmake, Qto): New variables.2002-07-31, by Kenichi Handa
-
*** empty log message ***2002-07-30, by Dave Love
-
("welsh"): Doc fix.2002-07-30, by Dave Love
-
Reinstate some commented-out redundancies.2002-07-30, by Dave Love
-
(x_put_x_image): Declare args.2002-07-30, by Dave Love
-
(font_name_registry, choose_face_font): Delete unused2002-07-30, by Dave Love
-
(message2_nolog, set_message): Declare an arg.2002-07-30, by Dave Love
-
(tparam): Declare an arg. Use P_ to declare tparm.2002-07-30, by Dave Love
-
Comment fix2002-07-30, by Dave Love
-
(scan_sexps_forward): Declare an arg.2002-07-30, by Dave Love
-
(calculate_scrolling, calculate_direct_scrolling):2002-07-30, by Dave Love
-
(Fnew_fontset): Declare.2002-07-30, by Dave Love
-
(push_key_description): Call CHARACTERP correctly.2002-07-30, by Dave Love
-
(fontset_add): Declare args. Call make_number2002-07-30, by Dave Love
-
(Fsubstitute_command_keys): Delete unused vars.2002-07-30, by Dave Love
-
(update_compositions): Declare arg.2002-07-30, by Dave Love
-
(calccost, cmgoto): Declare args.2002-07-30, by Dave Love
-
Remove `emacs' conditional. Doc fixes.2002-07-30, by Dave Love
-
(syms_of_character) <translation-table-vector>: Doc2002-07-30, by Dave Love
-
Remove `emacs' conditional. Include hash table stuff2002-07-30, by Dave Love
-
Don't redefine P_.2002-07-30, by Dave Love
-
Updates for current changes.2002-07-30, by Dave Love
-
(quail-cxterm-package-ext-info): Doc2002-07-30, by Dave Love
-
comment2002-07-30, by Dave Love
-
(rfc2047-charset-encoding-alist): Use B for Hebrew.2002-07-30, by Dave Love
-
(gnus-read-newsrc-el-file): Don't bind2002-07-30, by Dave Love
-
Copyright up-date2002-07-30, by Dave Love
-
*** empty log message ***2002-07-30, by Dave Love
-
(copyright-regexp): Remove redundancy.2002-07-30, by Dave Love
-
(Vchar_script_table): Extern it.2002-07-26, by Kenichi Handa
-
*** empty log message ***2002-07-26, by Kenichi Handa
-
(Vscript_alist): This variable deleted.2002-07-26, by Kenichi Handa
-
*** empty log message ***2002-07-26, by Kenichi Handa
-
*** empty log message ***2002-07-26, by Kenichi Handa
-
(x_produce_glyphs): Use ASCII_CHAR_P, not2002-07-26, by Kenichi Handa
-
(x_get_font_repertory): Extern it.2002-07-26, by Kenichi Handa
-
(x_set_font): Always call x_new_fontset and2002-07-26, by Kenichi Handa
-
Include charset.h.2002-07-26, by Kenichi Handa
-
(message_dolog, set_message_1,2002-07-26, by Kenichi Handa
-
(XMenuActivate): Adjuted for the change of lookup_derived_face.2002-07-26, by Kenichi Handa
-
(CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).2002-07-26, by Kenichi Handa
-
(Qprepend, Qappend): New variables.2002-07-26, by Kenichi Handa
-
(get_font_repertory_func): New prototype.2002-07-26, by Kenichi Handa
-
(struct face): Member `charset' deleted.2002-07-26, by Kenichi Handa
-
(Fmake_char_table): Doc fixed. If PURPOSE doesn't2002-07-26, by Kenichi Handa
-
(Fccl_execute_on_string): Add `const' to local variables.2002-07-26, by Kenichi Handa
-
(Fmake_string): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.2002-07-26, by Kenichi Handa
-
(abbrev.o): Depend on syntax.h.2002-07-26, by Kenichi Handa
-
Don't register ccl-encode-indian-glyph-font2002-07-26, by Kenichi Handa
-
(print-fontset): Use describe-vector2002-07-26, by Kenichi Handa
-
Unify these charses: korean-ksc5601, ipa, tibetan, ethiopic,2002-07-26, by Kenichi Handa
-
Setup the default fontset by the new2002-07-26, by Kenichi Handa
-
Setup char-script-table.2002-07-26, by Kenichi Handa
-
*** empty log message ***2002-07-25, by Kenichi Handa
-
*** empty log message ***2002-07-25, by Kenichi Handa
-
(Ffind_coding_systems_region_internal): Detect an2002-07-25, by Kenichi Handa
-
(Fload): Don't load with Qload_force_doc_strings t if2002-07-25, by Kenichi Handa
-
*** empty log message ***2002-07-25, by Kenichi Handa
-
Include "coding.h".2002-07-24, by Kenichi Handa
-
*** empty log message ***2002-07-24, by Kenichi Handa
-
*** empty log message ***2002-07-23, by Dave Love
-
(face_before_or_after_it_pos): Call2002-07-23, by Kenichi Handa
-
*** empty log message ***2002-07-23, by Kenichi Handa
-
(Fmap_charset_chars): Fix handling of default value for FROM_CODE2002-07-22, by Kenichi Handa
-
*** empty log message ***2002-07-22, by Kenichi Handa
-
*** empty log message ***2002-07-22, by Kenichi Handa
-
(Vscript_alist): New variable.2002-07-22, by Kenichi Handa
-
*** empty log message ***2002-07-22, by Kenichi Handa
-
(LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12,2002-07-22, by Kenichi Handa
-
(Vcharset_ordered_list): Extern it.2002-07-22, by Kenichi Handa
-
(charset_ordered_list_tick): New variable.2002-07-22, by Kenichi Handa
-
(TRAILING_CODE_P): New macro.2002-07-22, by Kenichi Handa
-
(print_object): Use octal form for printing the2002-07-22, by Kenichi Handa
-
*** empty log message ***2002-07-18, by Dave Love
-
(Fload) <!load_dangerous_libraries>: Don't leak fd.2002-07-18, by Dave Love
-
*** empty log message ***2002-07-18, by Dave Love
-
(fancy-splash-head): Warn about status.2002-07-18, by Dave Love
-
(detect-coding-with-priority): Fix the place of using `,' marker in2002-07-17, by Kenichi Handa
-
*** empty log message ***2002-07-17, by Kenichi Handa
-
*** empty log message ***2002-07-17, by Dave Love
-
Move coding.h.2002-07-17, by Dave Love
-
*** empty log message ***2002-07-17, by Dave Love
-
(adjust_coding_eol_type): Fix eol_type/eol_seen mixup.2002-07-17, by Dave Love
-
(print_string): Remove CHAR_VALID_P test.2002-07-16, by Dave Love
-
Comments.2002-07-16, by Dave Love
-
*** empty log message ***2002-07-16, by Dave Love
-
Include "...h", not <...h> in some cases.2002-07-16, by Dave Love
-
(fontset_ref, fontset_set, fs_load_font)2002-07-16, by Dave Love
-
(ENCODE_DESIGNATION, decode_eol)2002-07-16, by Dave Love
-
(Fmap_charset_chars): Check args. Convert Lisp types.2002-07-16, by Dave Love
-
(CHECK_CHARSET_GET_ID): Use XINT on AREF result.2002-07-16, by Dave Love
-
(syms_of_character): Fix CHAR_TABLE_SET call.2002-07-16, by Dave Love
-
(SYNTAX_ENTRY_INT): Don't use make_number.2002-07-16, by Dave Love
-
(init_casetab_once, init_casetab_once): Fix2002-07-16, by Dave Love
-
(Fmodify_category_entry): Fix CATEGORY_MEMBER call.2002-07-16, by Dave Love
-
(note_mouse_movement): Fix call of window_from_coordinates.2002-07-16, by Dave Love
-
(code_convert_region): Fix prototype.2002-07-16, by Dave Love
-
(display_mode_element): Fix call of Fset_text_properties.2002-07-16, by Dave Love
-
*** empty log message ***2002-07-11, by Dave Love
-
(Fset_coding_system_priority): Allow null arg list.2002-07-11, by Dave Love
-
(set-coding-priority): Fix obsolete spec.2002-07-11, by Dave Love
-
(mule-unicode-e000-ffff): Set2002-07-11, by Dave Love
-
(with-coding-priority): Fix.2002-07-11, by Dave Love
-
*** empty log message ***2002-07-09, by Dave Love
-
(mm-find-mime-charset-region): Fix :mime-charset2002-07-09, by Dave Love
-
Comments.2002-07-06, by Dave Love
-
*** empty log message ***2002-07-05, by Dave Love
-
(leim-list-header): Add coding tag.2002-07-05, by Dave Love
-
*** empty log message ***2002-07-05, by Dave Love
-
*** empty log message ***2002-07-04, by Dave Love
-
(find-coding-systems-region)2002-07-04, by Dave Love
-
*** empty log message ***2002-07-03, by Dave Love
-
Comment.2002-07-03, by Dave Love
-
(set-char-table-default): Make obsolete.2002-07-03, by Dave Love
-
(Fminibuffer_complete_word): Remove unused var.2002-07-03, by Dave Love
-
*** empty log message ***2002-07-03, by Dave Love
-
(Fcall_process): Remove unused vars.2002-07-03, by Dave Love
-
(XTread_socket): Add extra dead keysyms.2002-07-03, by Dave Love
-
(decode_mode_spec_coding): Use CHARACTERP.2002-07-03, by Dave Love
-
Remove prototypes for redraw_frame,2002-07-03, by Dave Love
-
Copyright up-date.2002-07-03, by Dave Love
-
(Fself_insert_command): Use CHARACTERP.2002-07-03, by Dave Love
-
(make_sub_char_table): Remove unused var.2002-07-03, by Dave Love
-
(access_keymap): Remove generic char code.2002-07-03, by Dave Love
-
*** empty log message ***2002-07-01, by Dave Love
-
("Devanagari"): Fix coding-system,2002-07-01, by Dave Love
-
(describe-char-after): Modify display2002-07-01, by Dave Love
-
Doc fixes.2002-07-01, by Dave Love
-
Truncate to reflect only the branch.2002-07-01, by Dave Love
-
*** empty log message ***2002-06-29, by Dave Love
-
(batch-byte-compile-if-not-done): Add2002-06-29, by Dave Love
-
*** empty log message ***2002-06-29, by Dave Love
-
(skkdic-convert): Add coding tag.2002-06-29, by Dave Love
-
*** empty log message ***2002-06-29, by Dave Love
-
(detect-coding-with-priority):2002-06-29, by Dave Love
-
*** empty log message ***2002-06-27, by Dave Love
-
(compose-string): Doc fix.2002-06-27, by Dave Love
-
("Georgian"): Delete code-pages feature,2002-06-27, by Dave Love
-
("German", "French", "Spanish"): Add2002-06-27, by Dave Love
-
Doc fixes.2002-06-27, by Dave Love
-
(side-effect-free-fns): Add decode-char,2002-06-27, by Dave Love
-
*** empty log message ***2002-06-27, by Dave Love
-
Don't require cl when compiling.2002-06-27, by Dave Love