summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* provide `cus-load'.Per Abrahamsen1997-04-151-1/+5
|
* * (x-select-enable-clipboard): New variable.Eli Zaretskii1997-04-151-3/+42
| | | | | (x-select-text, x-get-selection-value): New functions, support for MS-Windows clipboard.
* Tue Apr 15 16:09:15 1997 Francesco Potorti` <F.Potorti@cnuce.cnr.it>Francesco Potortì1997-04-151-91/+87
| | | | | | | | | | | * etags.c (xnew): Add support for debugging with chkmalloc. (error): Use this instead of printf whenever possible. (main): Only call xnew after having initialised progname. (substitute): Bad memory corruption error corrected. * etags.c (add_regex): Undo previous change. (relative_filename): Small memory leak closed. (absolute_filename): Cleaned up the code, possibly closing a bug. (absolute_dirname): Always return a newly allocated string.
* Spelling error.Per Abrahamsen1997-04-151-1/+1
|
* Add support for build in faces.Per Abrahamsen1997-04-151-0/+20
|
* Fixed message.Per Abrahamsen1997-04-151-1/+1
|
* Fixed generation of empty dependencies lists.Per Abrahamsen1997-04-151-2/+3
|
* (rlogin-process-connection-type): Default to t for solaris 2.x.Noah Friedman1997-04-151-2/+10
|
* (overwrite-mode-binary, overwrite-mode-textual): Use defvar.Richard M. Stallman1997-04-151-2/+2
|
* Clean up comments, etc.Richard M. Stallman1997-04-151-21/+10
|
* Initial revisionRichard M. Stallman1997-04-151-0/+356
|
* (font-lock-fontify-syntactically-region): Use newRichard M. Stallman1997-04-151-72/+26
| | | | features of parse-partial-sexp instead of doing regexp search.
* Style of comments corrected.Richard M. Stallman1997-04-151-27/+69
| | | | (interval_of): New function.
* Update copyright year.Richard M. Stallman1997-04-152-2/+2
|
* (enum syntaxcode): New members Scomment_fence, Sstring_fence.Richard M. Stallman1997-04-151-14/+118
| | | | | | | | | (SYNTAX_ENTRY): Depending on the value of SYNTAX_ENTRY_VIA_PROPERTY may do a lookup for syntax table in gl_state. (UPDATE_SYNTAX_TABLE_FORWARD, UPDATE_SYNTAX_TABLE_BACKWARD, UPDATE_SYNTAX_TABLE, SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT): New macros. (struct gl_state_s): New struct.
* (SYNTAX_ENTRY_VIA_PROPERTY): Set to take `syntax-table'Richard M. Stallman1997-04-151-101/+783
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | text property into account when doing SYNTAX (c). (ST_COMMENT_STYLE, ST_STRING_STYLE): New codes to denote delimiters for new types of strings and comments. (Vparse_sexp_lookup_properties): New variable. (struct lisp_parse_state): Comment updated. (gl_state): New global variable. (update_syntax_table): New function. (char_quoted): Move earlier, update gl_state when needed. (find_defun_start): Update gl_state when needed. (back_comment): New function. (Scomment_fence, Sstring_fence): New delimeter char classes denoted by `!' and `|'. (Fchar_syntax, Fmatching_paren): Update gl_state to whole-bufferstate. (scan_words): update gl_state when needed. (Fskip_chars_forward): Move from search.c. (Fskip_chars_backward): Move from search.c. (Fskip_syntax_forward): Move from search.c. (Fskip_syntax_backward): Move from search.c. (skip_chars): Move from search.c. (Fforward_comment, scan_lists): Update gl_state when needed. Handle Scomment_fence, Sstring_fence. (Fbackward_prefix_chars) Update gl_state when needed. (scan_sexps_forward): Update gl_state when needed. Handle Scomment_fence, Sstring_fence. If comment_stop==-1, stop at start or end of comment or string. (Fparse-partial-sexp): Doc fix. (syms_of_syntax): Move initialization of skip* from search.c.
* (looking_at_1): Set re_match_object.Richard M. Stallman1997-04-151-297/+8
| | | | | | | | | | | | (string_match_1): Set re_match_object. (fast_string_match): Set re_match_object. (Fskip_chars_forward): Move to syntax.c. (Fskip_chars_backward): Move to syntax.c. (Fskip_syntax_forward): Move to syntax.c. (Fskip_syntax_backward): Move to syntax.c. (skip_chars): Move to syntax.c. (search_buffer): Set re_match_object. (syms_of_search): Move initialization of skip* to syntax.c.
* (update_interval): New function declaration.Richard M. Stallman1997-04-151-0/+1
|
* (update_interval): New function.Richard M. Stallman1997-04-151-0/+39
|
* (Fdirectory_files): Set re_match_object.Richard M. Stallman1997-04-151-0/+1
|
* (Fmodify_category_entry): Delete second arg in call to make_sub_char_table.Karl Heuer1997-04-141-1/+1
|
* (edebug-read-and-maybe-wrap-form): ProtectRichard M. Stallman1997-04-141-4/+6
| | | | against pathological recursive calls.
* (timer-until): Fix syntax error.Karl Heuer1997-04-141-1/+1
|
* (browse-url-browser-function): Fix syntax error.Karl Heuer1997-04-141-1/+1
|
* (MSDOS_OBJ): Add w16select.o.Eli Zaretskii1997-04-141-1/+2
| | | | (dependencies): Add dependencies for w16select.o.
* doc-fix to be compatible with other frame- fns.Simon Marshall1997-04-141-2/+3
|
* (SYMS_SYSTEM): Add `syms_of_win16select'.Eli Zaretskii1997-04-141-1/+1
|
* New function.Richard M. Stallman1997-04-141-0/+20
| | | | | | (timer-max-repeats): New variable. (timer-event-handler): Avoid rerunning a timer many times if real time has "jumped" forward.
* Initial revisionEli Zaretskii1997-04-141-0/+547
|
* Initial revisionRichard M. Stallman1997-04-142-0/+1123
|
* Fix FSF address.Richard M. Stallman1997-04-141-9/+10
|
* Install the proper version.Richard M. Stallman1997-04-141-43/+79
|
* (Fprimitive_undo): When inserting, always insertRichard M. Stallman1997-04-141-8/+6
| | | | after markers (the ordinary kind of insertion).
* (adjust_markers): Don't be confused by the gapRichard M. Stallman1997-04-141-2/+18
| | | | when computing the arg to record_marker_adjustment.
* Add defgroup; use defcustom for user vars.Richard M. Stallman1997-04-141-9/+21
|
* (make-frame): Call custom-initialize-frameRichard M. Stallman1997-04-141-1/+2
| | | | only if cus-face is loaded.
* Add defgroup; use defcustom for user vars.Richard M. Stallman1997-04-141-18/+35
|
* Doc fixes.Richard M. Stallman1997-04-141-3/+3
|
* (jka-compr-temp-name-template): Fix editing error.Richard M. Stallman1997-04-131-0/+1
|
* (ps-print-color-p): Fix minor error.Richard M. Stallman1997-04-131-1/+1
|
* (dired-internal-noselect): When setting default-directory,Richard M. Stallman1997-04-131-3/+5
| | | | don't check file-name-directory.
* Add defgroup; use defcustom for user vars.Richard M. Stallman1997-04-131-9/+24
|
* (kbd): New macro.Richard M. Stallman1997-04-131-0/+6
|
* Add defgroup; use defcustom for user vars.Richard M. Stallman1997-04-137-99/+231
|
* Add defgroup's; use defcustom for user vars.Richard M. Stallman1997-04-131-35/+89
|
* (server-done): If buffer visits no file, don't offer save.Richard M. Stallman1997-04-131-0/+1
|
* (sgml-mode-facemenu-add-face-function): New function.Richard M. Stallman1997-04-131-7/+10
| | | | (sgml-mode-common): Use that function for the hook value.
* Add defgroup; use defcustom for user vars.Richard M. Stallman1997-04-131-11/+27
|
* (dired-noselect): Avoid calling file-directory-pRichard M. Stallman1997-04-131-3/+11
| | | | when the initial argument was syntactically a directory name.
* Add defgroup; use defcustom for user vars.Richard M. Stallman1997-04-133-32/+82
|