summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Define HAVE_SHUTDOWN.Geoff Voelker1997-07-101-0/+1
|
* (Fset_face_attribute_internal): Set mouse_face_deferEli Zaretskii1997-07-101-0/+2
| | | | only if HAVE_X_WINDOWS is defined.
* (char-after): Allow 0 args.Richard M. Stallman1997-07-101-2/+2
|
* (c-copy-tree): New function.Richard M. Stallman1997-07-101-2/+19
| | | | (c-initialize-builtin-style): Use c-copy-tree.
* Initial revisionRichard M. Stallman1997-07-1010-0/+5805
|
* (create-fontset-from-fontset-spec): Typo in doc-string fixed.Kenichi Handa1997-07-101-2/+2
|
* (echo_area_display): Don't offset using left-sideRichard M. Stallman1997-07-101-3/+5
| | | | | scroll bar width because it is included in the width; clear the entire line.
* (hilit-submit-feedback): Change mail address.Richard M. Stallman1997-07-101-5/+4
|
* Change titles of quail packages.Kenichi Handa1997-07-102-39/+39
|
* Give t as arg NOERROR toKenichi Handa1997-07-101-4/+4
| | | | create-fontset-from-fontset-spec.
* (create-fontset-from-fontset-spec): AddKenichi Handa1997-07-101-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 Handa1997-07-101-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): AdjustedKenichi Handa1997-07-101-5/+8
| | | | for the previous change of variables related to input methods.
* (mode-line-mule-info): Remove tailing ">" from inputKenichi Handa1997-07-101-1/+1
| | | | method indicator.
* (isearch-message-prefix): AdjustedKenichi Handa1997-07-101-3/+4
| | | | for the previous change of variables related to input methods.
* Make global bindings only via loaddefs.el.Richard M. Stallman1997-07-101-12/+6
|
* (read_process_output): Add cast.Richard M. Stallman1997-07-101-1/+1
|
* (current_lock_owner, lock_file_1): Add casts.Richard M. Stallman1997-07-101-3/+3
|
* (x_load_font): Get value of fontp->height fromRichard M. Stallman1997-07-101-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. Stallman1997-07-101-1/+7
| | | | (XTread_socket) <KeyPress>: Call XFilterEvent.
* (mail-mode): Make fill-paragraph-function local.Richard M. Stallman1997-07-101-0/+1
|
* (redisplay_internal): Fix previous change.Richard M. Stallman1997-07-101-6/+14
|
* (C_SWITCH_SYSTEM): Add -Wf,-XNh option.Richard M. Stallman1997-07-091-2/+5
|
* [C_ALLOCA] (xmalloc): New function.Richard M. Stallman1997-07-091-0/+17
|
* (menu-bar-custom-menu): Add several more menu items.Richard M. Stallman1997-07-091-5/+15
| | | | Rename some. Delete "Update this menu".
* [top level]: Add `up-list' and `down-list' to eldoc-message-commands.Noah Friedman1997-07-091-2/+3
|
* (Fdelete_frame): Always err for deleting the only frame.Richard M. Stallman1997-07-091-0/+3
|
* (encoded-kbd-mode): Call coding-system-XXX instead of coding-vector-XXX.Kenichi Handa1997-07-091-7/+7
|
* (print-fontset): Output format improved.Kenichi Handa1997-07-091-17/+16
| | | | | (describe-fontset): Likewise. Doc-string modified. (list-fontsets): Likewise.
* (mostlyclean): Add cleaning leim directory.Kenichi Handa1997-07-091-0/+4
| | | | (clean, distclean, maintainer-clean): Likewise.
* (Ffont_info): Make vector of correct size.Kenichi Handa1997-07-091-1/+1
|
* Fix previous change.Richard M. Stallman1997-07-091-5/+11
|
* (dontcompilefiles): Add cyril-util.el.Richard M. Stallman1997-07-091-1/+1
|
* (bogosities): Check subdirs of `lisp' also.Richard M. Stallman1997-07-091-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. Stallman1997-07-091-5/+2
|
* (mouse-undouble-last-event): Fix gross bugs:Richard M. Stallman1997-07-091-1/+1
| | | | use modifiers, not old-modifiers.
* (RE_TRANSLATE): Copy definition from config.in.Richard M. Stallman1997-07-091-0/+1
|
* (finder-list-matches): Create *Finder Category* buffer.Richard M. Stallman1997-07-091-1/+1
|
* (syms_of_fns): Fix previous change.Richard M. Stallman1997-07-091-1/+1
|
* Fix copyright and copying permissions.Richard M. Stallman1997-07-091-6/+6
|
* (decode_mode_spec) <z,Z>: Display buffer coding systemRichard M. Stallman1997-07-091-2/+3
| | | | last of the three.
* (main) [__NetBSD__]: Round up new stack limit to page bdry.Richard M. Stallman1997-07-091-0/+7
|
* (url): Define end-op property again. Wrap end-opRichard M. Stallman1997-07-091-9/+11
| | | | and beginning-op lambdas with `function', not quote.
* Use #ifdef to test STDC_HEADERS.Richard M. Stallman1997-07-081-1/+1
|
* (shortlisp): Fix typo.Richard M. Stallman1997-07-081-1/+1
|
* (Finsert_file_contents): Give up match-end only ifRichard M. Stallman1997-07-081-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. Stallman1997-07-081-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 displayRichard M. Stallman1997-07-081-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. Stallman1997-07-081-0/+15
|
* (mouse-show-mark): Handle switch-frame events in the loop.Richard M. Stallman1997-07-081-4/+7
|