Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define HAVE_SHUTDOWN. | Geoff Voelker | 1997-07-10 | 1 | -0/+1 |
| | |||||
* | (Fset_face_attribute_internal): Set mouse_face_defer | Eli Zaretskii | 1997-07-10 | 1 | -0/+2 |
| | | | | only if HAVE_X_WINDOWS is defined. | ||||
* | (char-after): Allow 0 args. | Richard M. Stallman | 1997-07-10 | 1 | -2/+2 |
| | |||||
* | (c-copy-tree): New function. | Richard M. Stallman | 1997-07-10 | 1 | -2/+19 |
| | | | | (c-initialize-builtin-style): Use c-copy-tree. | ||||
* | Initial revision | Richard M. Stallman | 1997-07-10 | 10 | -0/+5805 |
| | |||||
* | (create-fontset-from-fontset-spec): Typo in doc-string fixed. | Kenichi Handa | 1997-07-10 | 1 | -2/+2 |
| | |||||
* | (echo_area_display): Don't offset using left-side | Richard M. Stallman | 1997-07-10 | 1 | -3/+5 |
| | | | | | scroll bar width because it is included in the width; clear the entire line. | ||||
* | (hilit-submit-feedback): Change mail address. | Richard M. Stallman | 1997-07-10 | 1 | -5/+4 |
| | |||||
* | Change titles of quail packages. | Kenichi Handa | 1997-07-10 | 2 | -39/+39 |
| | |||||
* | Give t as arg NOERROR to | Kenichi Handa | 1997-07-10 | 1 | -4/+4 |
| | | | | create-fontset-from-fontset-spec. | ||||
* | (create-fontset-from-fontset-spec): Add | Kenichi Handa | 1997-07-10 | 1 | -13/+17 |
| | | | | | | optional arg NOERROR. (create-fontset-from-x-resource): Give t as arg NOERROR to create-fontset-from-fontset-spec. | ||||
* | (isearch-input-method): New variable. | Kenichi Handa | 1997-07-10 | 1 | -29/+32 |
| | | | | | | | | (isearch-input-method-title): New variable. (isearch-toggle-specified-input-method): Set the above variables. (isearch-toggle-input-method): Likewise. (isearch-process-search-multibyte-characters): Give iseach-input-method as arg to read-multilingual-string. | ||||
* | (read-multilingual-string): Adjusted | Kenichi Handa | 1997-07-10 | 1 | -5/+8 |
| | | | | for the previous change of variables related to input methods. | ||||
* | (mode-line-mule-info): Remove tailing ">" from input | Kenichi Handa | 1997-07-10 | 1 | -1/+1 |
| | | | | method indicator. | ||||
* | (isearch-message-prefix): Adjusted | Kenichi Handa | 1997-07-10 | 1 | -3/+4 |
| | | | | for the previous change of variables related to input methods. | ||||
* | Make global bindings only via loaddefs.el. | Richard M. Stallman | 1997-07-10 | 1 | -12/+6 |
| | |||||
* | (read_process_output): Add cast. | Richard M. Stallman | 1997-07-10 | 1 | -1/+1 |
| | |||||
* | (current_lock_owner, lock_file_1): Add casts. | Richard M. Stallman | 1997-07-10 | 1 | -3/+3 |
| | |||||
* | (x_load_font): Get value of fontp->height from | Richard M. Stallman | 1997-07-10 | 1 | -4/+4 |
| | | | | | ascent and descent members of structure font->max_bounds. (dumpglyphs): Draw background by FillSolid if a font is too short. | ||||
* | (x_term_init): Don't use initializer for null_bits. | Richard M. Stallman | 1997-07-10 | 1 | -1/+7 |
| | | | | (XTread_socket) <KeyPress>: Call XFilterEvent. | ||||
* | (mail-mode): Make fill-paragraph-function local. | Richard M. Stallman | 1997-07-10 | 1 | -0/+1 |
| | |||||
* | (redisplay_internal): Fix previous change. | Richard M. Stallman | 1997-07-10 | 1 | -6/+14 |
| | |||||
* | (C_SWITCH_SYSTEM): Add -Wf,-XNh option. | Richard M. Stallman | 1997-07-09 | 1 | -2/+5 |
| | |||||
* | [C_ALLOCA] (xmalloc): New function. | Richard M. Stallman | 1997-07-09 | 1 | -0/+17 |
| | |||||
* | (menu-bar-custom-menu): Add several more menu items. | Richard M. Stallman | 1997-07-09 | 1 | -5/+15 |
| | | | | Rename some. Delete "Update this menu". | ||||
* | [top level]: Add `up-list' and `down-list' to eldoc-message-commands. | Noah Friedman | 1997-07-09 | 1 | -2/+3 |
| | |||||
* | (Fdelete_frame): Always err for deleting the only frame. | Richard M. Stallman | 1997-07-09 | 1 | -0/+3 |
| | |||||
* | (encoded-kbd-mode): Call coding-system-XXX instead of coding-vector-XXX. | Kenichi Handa | 1997-07-09 | 1 | -7/+7 |
| | |||||
* | (print-fontset): Output format improved. | Kenichi Handa | 1997-07-09 | 1 | -17/+16 |
| | | | | | (describe-fontset): Likewise. Doc-string modified. (list-fontsets): Likewise. | ||||
* | (mostlyclean): Add cleaning leim directory. | Kenichi Handa | 1997-07-09 | 1 | -0/+4 |
| | | | | (clean, distclean, maintainer-clean): Likewise. | ||||
* | (Ffont_info): Make vector of correct size. | Kenichi Handa | 1997-07-09 | 1 | -1/+1 |
| | |||||
* | Fix previous change. | Richard M. Stallman | 1997-07-09 | 1 | -5/+11 |
| | |||||
* | (dontcompilefiles): Add cyril-util.el. | Richard M. Stallman | 1997-07-09 | 1 | -1/+1 |
| | |||||
* | (bogosities): Check subdirs of `lisp' also. | Richard M. Stallman | 1997-07-09 | 1 | -7/+7 |
| | | | | | (etc): Really avoid symlinks now. (lisp): Don't delete from subdirs the things we never copy. | ||||
* | (format-alist): Don't handle compression here. | Richard M. Stallman | 1997-07-09 | 1 | -5/+2 |
| | |||||
* | (mouse-undouble-last-event): Fix gross bugs: | Richard M. Stallman | 1997-07-09 | 1 | -1/+1 |
| | | | | use modifiers, not old-modifiers. | ||||
* | (RE_TRANSLATE): Copy definition from config.in. | Richard M. Stallman | 1997-07-09 | 1 | -0/+1 |
| | |||||
* | (finder-list-matches): Create *Finder Category* buffer. | Richard M. Stallman | 1997-07-09 | 1 | -1/+1 |
| | |||||
* | (syms_of_fns): Fix previous change. | Richard M. Stallman | 1997-07-09 | 1 | -1/+1 |
| | |||||
* | Fix copyright and copying permissions. | Richard M. Stallman | 1997-07-09 | 1 | -6/+6 |
| | |||||
* | (decode_mode_spec) <z,Z>: Display buffer coding system | Richard M. Stallman | 1997-07-09 | 1 | -2/+3 |
| | | | | last of the three. | ||||
* | (main) [__NetBSD__]: Round up new stack limit to page bdry. | Richard M. Stallman | 1997-07-09 | 1 | -0/+7 |
| | |||||
* | (url): Define end-op property again. Wrap end-op | Richard M. Stallman | 1997-07-09 | 1 | -9/+11 |
| | | | | and beginning-op lambdas with `function', not quote. | ||||
* | Use #ifdef to test STDC_HEADERS. | Richard M. Stallman | 1997-07-08 | 1 | -1/+1 |
| | |||||
* | (shortlisp): Fix typo. | Richard M. Stallman | 1997-07-08 | 1 | -1/+1 |
| | |||||
* | (Finsert_file_contents): Give up match-end only if | Richard M. Stallman | 1997-07-08 | 1 | -1/+8 |
| | | | | | coding requires conversion. Adjust end of non-matching text area to multibyte character boundary if enable_multibyte_character is non-nil. | ||||
* | (struct gl_state_s): New field `offset'. | Richard M. Stallman | 1997-07-08 | 1 | -14/+27 |
| | | | | | | | (SETUP_SYNTAX_TABLE_FOR_OBJECT): Set offset field. (SETUP_SYNTAX_TABLE): Clear offset field. (UPDATE_SYNTAX_TABLE, UPDATE_SYNTAX_TABLE_FORWARD): (UPDATE_SYNTAX_TABLE_BACKWARD): Use the offset field. | ||||
* | (decode_mode_spec_coding): Really don't display | Richard M. Stallman | 1997-07-08 | 1 | -3/+6 |
| | | | | | EOL indicator when eol_flag is 0. (echo_area_display): Use proper width when scroll bars on left. | ||||
* | (find-file-literally): New function. | Richard M. Stallman | 1997-07-08 | 1 | -0/+15 |
| | |||||
* | (mouse-show-mark): Handle switch-frame events in the loop. | Richard M. Stallman | 1997-07-08 | 1 | -4/+7 |
| |