summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (FOR_EACH_FRAME): Use XCAR and XCDR.Ken Raeburn1999-09-111-4/+4
| | | | (PIXEL_X_FROM_CANON_X, PIXEL_Y_FROM_CANON_Y): Use XFLOAT_DATA.
* (GET_TRANSLATION_TABLE): Use XCDR.Ken Raeburn1999-09-111-1/+1
|
* (byte-compile-output-docform): Bind print-gensym-alist for compatibility,Richard M. Stallman1999-09-111-2/+8
| | | | and bind print-gensym in the old way for compatibility.
* (byte-compile-output-docform): Bind print-continuous-numbering andRichard M. Stallman1999-09-111-6/+4
| | | | print-number-table.
* Initial revisionRichard M. Stallman1999-09-111-0/+304
|
* (XTread_socket): In XSetInputFocus, use RevertToParent,Richard M. Stallman1999-09-111-12/+17
| | | | | | not RevertToPointerRoot. (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]: Fix the code to clear around the scroll bar.
* (Fbeginning_of_line): Don't handle minibuffer prompt here.Richard M. Stallman1999-09-111-10/+1
|
* (make-temp-file): New function.Richard M. Stallman1999-09-111-0/+24
|
* (lisp-imenu-generic-expression): Recognize define-widget.Dave Love1999-09-101-2/+22
| | | | | (emacs-lisp-mode-hook, lisp-mode-hook, lisp-interaction-mode-hook): Customize.
* (debug-ignored-errors): Restore BBDB stuff.Dave Love1999-09-101-1/+5
|
* (x_build_heuristic_mask): Accept a list `(R G B)'Gerd Moellmann1999-09-101-22/+51
| | | | | | | | | | | as background color specification instead of an integer. (image-cache-eviction-delay): Replaces image-eviction-seconds. (Vimage_cache_eviction_delay): Replaces Vimage_eviction_seconds. (clear_image_cache, syms_of_xfns): Use it. (Qpostscript): Replaces Qghostscript. (gs_type): Use it. (gs_image_p): Ditto. (syms_of_xfns): Initialize Qpostscript.
* (lw_separator_p): Add `--:space' with the sameGerd Moellmann1999-09-101-0/+1
| | | | meaning as `--:noLine'.
* (Ferase_buffer): Don't erase the minibuffer prompt.Richard M. Stallman1999-09-101-1/+6
|
* Finish making it fit Emacs conventions. Add autoloads.Richard M. Stallman1999-09-101-87/+146
|
* (bat-generic-mode): "::"-style comments don'tRichard M. Stallman1999-09-091-9/+3
| | | | | | need to begin with "-". Fix the font-lock definitions of ON/OFF after BREAK/VERIFY. Remove built-in commands like CALL and ECHO from the list of keywords. Add DO to the list of keywords.
* Comment.Dave Love1999-09-091-1/+1
|
* Comment on finder-known-keywords.Dave Love1999-09-091-0/+2
|
* (byte-optimize-backward-char, byte-optimize-backward-word): NewDave Love1999-09-091-10/+37
| | | | | optimizations. (side-effect-free-fns, side-effect-and-error-free-fns): Extra entries.
* (QCindex): New.Gerd Moellmann1999-09-091-2/+4
| | | | | (syms_of_xfns): Initialize QCindex. (gif_load): Use it instead of `:image'.
* (Fmakehash): Accept just one optional argument TEST.Gerd Moellmann1999-09-091-46/+8
|
* (mouse-drag-mode-line-1): Extension of formerGerd Moellmann1999-09-091-9/+34
| | | | | | | | mouse-drag-mode-line that also drags the header line. (mouse-drag-mode-line): Call it. (mouse-drag-header-line): New. (toplevel): Bind down-mouse-1 on header lines to mouse-drage-header-line.
* (put-image): Remove optional buffer parameter.Gerd Moellmann1999-09-091-16/+14
|
* (face-italic-p): Return t only for values `italic'Gerd Moellmann1999-09-091-1/+1
| | | | and `oblique'.
* (Fwrite_region): Finish renaming CONFIRM to MUSTBENEW.Richard M. Stallman1999-09-091-3/+4
| | | | (Fwrite_region) [DOS_NT]: Handle `excl' here too.
* (Qwhen): Replaces QCwhen.Gerd Moellmann1999-09-081-5/+5
| | | | | (syms_of_xdisp): Initialized it instead of QCwhen. (handle_single_display_prop): Use it instead of QCwhen.
* (mode-line-unbury-buffer): Use aref instead of sref.Gerd Moellmann1999-09-081-6/+6
| | | | | (make-mode-line-mouse-sensitive): Replace `top-line' by `header-line'.
* (read_minibuf): Put all three properties on the same range--the whole prompt.Richard M. Stallman1999-09-081-4/+5
|
* (CHAR_COMPONENTS_VALID_P): Fix for ASCII.Kenichi Handa1999-09-081-3/+5
|
* Reset MSBs of arguments of MAKE_CHAR.Kenichi Handa1999-09-081-1/+1
|
* Clear up previous change.Richard M. Stallman1999-09-081-4/+6
|
* (Fbufsize): Accept an extra BUFFER parameter.Richard M. Stallman1999-09-081-6/+11
|
* (Fbase64_decode_region): Don't place point outside of theRichard M. Stallman1999-09-081-1/+1
| | | | current accessible portion.
* (fill-region-as-paragraph, canonically-space-region):Richard M. Stallman1999-09-081-5/+11
| | | | Respect colon-double-space at end of line.
* (describe-function-1): Don't return empty string for keymaps.Richard M. Stallman1999-09-081-0/+12
|
* (backup-by-copying-when-privileged-mismatch): New variable.Richard M. Stallman1999-09-081-6/+24
| | | | (backup-buffer): Use it.
* (generic-define-unix-modes): Added new modes:Richard M. Stallman1999-09-081-24/+220
| | | | | | | | | | | | | | | | inetd-conf-generic-mode, etc-services-generic-mode, etc-passwd-generic-mode. These are all defined for Unix by default. (apache-generic-mode): Use an imenu-generic-expression to list Configuration keywords. (samba-generic-mode): Use both ; and # as comment characters. (samba-generic-mode): Font-lock expressions now highlight name value pairs. (bat-generic-mode): Keywords are now case-insensitive through font-lock-defaults setting. (java-properties-generic-mode): Supports both ! and # as comment characters. (java-properties-generic-mode): Added an imenu-generic-expression (java-properties-generic-mode): Reworked to support the various different ways to separate name and value (viz, '=', ':' and whitespace). (show-tabs-generic-mode): Added this new generic-mode.
* (tar-header-block-tokenize):Richard M. Stallman1999-09-081-4/+8
| | | | Use `when' instead of `and'. Fix some clobbered text.
* (gud-make-debug-menu): Make a child for theRichard M. Stallman1999-09-081-13/+12
| | | | | | | local menu, for its menu bar, and the debug menu. (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use the history for arg-reading in the simple way.
* (fix_submap_inheritance): Do nothing if the proper parent is anRichard M. Stallman1999-09-081-1/+17
| | | | ancestor of SUBMAP; otherwise, add it as the ultimate ancestor.
* (default-korean-keyboard): Initialize itKenichi Handa1999-09-081-1/+4
| | | | according to the environment variable HANGUL_KEYBOARD_TYPE.
* (handle_single_display_prop): Change conditionalGerd Moellmann1999-09-071-5/+2
| | | | display property to `:when FORM . VALUE'.
* (Fwrite_region): Doc fix.Richard M. Stallman1999-09-071-5/+8
|
* (font-lock-multiline): New text property containsRichard M. Stallman1999-09-071-6/+28
| | | | | | | | | | a boolean to indicate if the char is part of a multiline match. (font-lock-default-fontify-region): Extend the region appropriately for multiline keywords. (font-lock-default-unfontify-region): Also remove the new font-lock-multiline text property. (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. (font-lock-fontify-keywords-region): Mark multiline regexp matches.
* (Qexcl): New variable.Richard M. Stallman1999-09-071-12/+24
| | | | | | (report_file_error): Handle EEXIST specially. (Fwrite_region): Special handling for CONFIRM = `excl'. (syms_of_fileio): Initialize Qexcl.
* 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>Dave Love1999-09-071-1/+1
| | | | | * diary-lib.el (list-diary-entries): Make sure two-digit years have leading zeros.
* (x_set_foreground_color): CallGerd Moellmann1999-09-071-8/+11
| | | | | | | | | | update_face_from_frame_parameter. (x_set_background_color): Ditto. (x_set_mouse_color): Ditto. (x_set_cursor_color): Ditto. (x_set_border_color): Ditto. (x_set_scroll_bar_foreground): Ditto. (x_set_scroll_bar_background): Ditto.
* (recompute_basic_faces): Clear face cache.Gerd Moellmann1999-09-071-16/+134
| | | | | | | | | | (Finternal_set_lisp_face_attribute): Modify frame parameters if attributes of certain faces are changed. (update_face_from_frame_parameter): New. (realize_basic_faces): Realize new basic faces. (Qscroll_bar, Qcursor, Qborder, Qmouse): New. (syms_of_xfaces): Intialize new symbols. (Qfringe): Replaces Qmargin.
* (Fset_window_margins): Make window the first argument.Gerd Moellmann1999-09-071-5/+4
| | | | | (set_window_buffer): Call Fset_window_margins with window as first argument.
* (Fmakehash): Take one argument, test, make all theGerd Moellmann1999-09-071-26/+11
| | | | rest keyword arguments.
* (SCROLL_BAR_FACE_ID, BORDER_FACE_ID,Gerd Moellmann1999-09-071-0/+6
| | | | CURSOR_FACE_ID, MOUSE_FACE_ID): New.