1997-05-17 |
Richard M.... | (mode-line-modified): Delete one of the leading dashes. |
commit | commitdiff | tree | snapshot |
1997-05-17 |
Richard M.... | (outline-mode): Use `add-to-invisibility-spec' and |
commit | commitdiff | tree | snapshot |
1997-05-17 |
Kenichi Handa | (enable-kinsoku): Name changed form do-kinsoku. |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Richard M.... | (update-autoloads-from-directories): Renamed from |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Richard M.... | Comment change for testing. |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Richard M.... | (nonascii_insert_offset): New variable. |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Richard M.... | (iso-accents-insert-offset): Use nonascii-insert-offset. |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Richard M.... | (iso-transl-define-keys): Use nonascii-insert-offset. |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Richard M.... | (display_text_line): Move the code to fill out the... |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Richard M.... | (mallopt): Declare, if appropriate. |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Kenichi Handa | (charset.o): Add disptab.h in dependency list. |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Kenichi Handa | Include disptab.h. |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Kenichi Handa | (standard-fontset-spec): Name changed from |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Kenichi Handa | Coding system names changed as follows: |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Kenichi Handa | (set-language-info): Change the special treatment |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Kenichi Handa | Coding system names changed as follows: |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Kenichi Handa | Create bold, italic, bold-italic variants of |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Kenichi Handa | (make-unification-table): Fix handling of a generic |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Kenichi Handa | (Fx_create_frame): Delete unnecessary code. |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Kenichi Handa | Name change through the code: |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Kenichi Handa | (non_ascii_char_to_string): Signal error if the |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Kenichi Handa | (VALID_CHAR_P): New macro. |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Kenichi Handa | Declare Fcopy_keymap as Lisp_Object in advance to |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Kenichi Handa | (BYTES_USED): Put # at the beginning of line. |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Kenichi Handa | Declare set_internal as Lisp_Object in advance to avoid |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Kenichi Handa | Declare Fuser_full_name as Lisp_Object in advance to |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Kenichi Handa | (struct ccl_prog_stack): Declear the member ccl_prog as |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Kenichi Handa | (fontset_pattern_regexp): Cast to (char *) before |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Kenichi Handa | (copy_sub_char_table): Declare the argument ARG as |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Kenichi Handa | (dumpglyphs): Draw glyphs one by one if the font for |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Richard M.... | Add GDB/Guile task. |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Richard M.... | (Finsert_file_contents): Use xrealloc too. |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Richard M.... | Fix previous change. |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Richard M.... | (rmail-retry-failure): Rename local to rmail-this-buffer. |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Richard M.... | (Finsert_file_contents): Use xmalloc. not malloc. |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Richard M.... | (Fcopy_sequence): Correctly copy the char-table contents. |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Richard M.... | (strwidth, Fchar_width): Handle display table. |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Kenichi Handa | Add Cyrillic script for Serbo-Croatian |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Karl Heuer | Include charset.h. |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Karl Heuer | (compute_trt_identity, compute_trt_shuffle): Add comments. |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Richard M.... | Don't create faces if make-face isn't defined. |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Richard M.... | (lpr-page-header-switches): Use -F, not -f. |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Richard M.... | (mode-line-mule-info): Delete the colon. |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Richard M.... | Fix previous change. |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Richard M.... | (dired-mode): Don't include `Dired:' in mode line. |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Richard M.... | (mode-line-frame-identification): |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Richard M.... | (mode-line-buffer-identification): |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Richard M.... | (compute_trt_identity): Use make_sub_char_table. |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Richard M.... | (Fcall_interactively): Pass extra arg to Fread_string. |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Richard M.... | (Fread_from_minibuffer): Add gcpro. |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Karl Heuer | Include charset.h. |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Richard M.... | Don't include term.el. |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Richard M.... | (browse-url-event-buffer): |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Richard M.... | (server-kill-buffer): Act only when there is a server... |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Per Abrahamsen | Restored code lost in merge. |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Per Abrahamsen | Synched with 1.97. |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Per Abrahamsen | Synched with version 1.97. |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Simon Marshall | make expand-mail-aliases interactive |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Simon Marshall | entry for expand-mail-aliases |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Richard M.... | (describe_vector): Identify charset row numbers clearly. |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Richard M.... | (isearch-process-search-char): Use multibyte |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Richard M.... | Make Latin-4 characters self-insert. |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Richard M.... | (iso-transl-define-keys): |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Paul Eggert | (files): When computing arguments automatically, ignore... |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Richard M.... | (forward-whitespace, forward-symbol): |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Richard M.... | (map_char_table): New arg SUBTABLE. Callers changed. |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Richard M.... | (get_keyelt): Handle an indirect entry with meta char. |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Richard M.... | (describe_category_1): Pass new args to describe_vector. |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Richard M.... | (describe_syntax_1): Pass new args to describe_vector. |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Francesco Potortì | Added support for the Java language. |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Richard M.... | Define Latin-1, Latin-2 and Latin-3 chars as self-inser... |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Richard M.... | Move bindings.el after mule-conf.el. |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Richard M.... | (iso-accents-compose): Return composed character direct... |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Richard M.... | (isearch-mode-map): Treat Latin-1, Latin-2 an Latin-3 |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Richard M.... | (wrong_type_argument): Pass new arg to Fstring_to_number. |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Richard M.... | (Fx_create_frame): Get X resources from the display |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Francesco Potortì | * etags.c: (Cplusplus_suffixes): .pdb is Postscript... |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | (viqr-pre-write-conversion): Make it work |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | (tibetan-pre-write-conversion): Make it work |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | (thai-pre-write-conversion): Make it work |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | (fidel-to-tex-map): Name changed to ethio-fidel-to... |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | (in-is13194-devanagari-post-read-conversion): New function. |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | Make functions setup-LANGUAGE-environment |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | Make functions setup-LANGUAGE-environment |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | Make functions setup-LANGUAGE-environment |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | Make functions setup-LANGUAGE-environment |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | Make functions setup-LANGUAGE-environment |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | Make functions setup-LANGUAGE-environment |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | Make functions setup-LANGUAGE-environment |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | Make functions setup-LANGUAGE-environment |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | (use-quail-package): Error message added. |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | Create bold, italic, and bold-italic variants of |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | (rmail-enable-decoding-message): New variable. |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | (make-char): Doc-string modified. |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | Delete code for alternate-charset-table. |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | Set category of kinsoku-bol and kinsoku-eol for |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | (build-describe-language-support-function, |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | (gnus-mule-message-send-news-function): New |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | (help-with-tutorial): Fix a bug of handling non-English |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Kenichi Handa | (x-decompose-font-name): While seting each field of |
commit | commitdiff | tree | snapshot |
next |