Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide `cus-load'. | Per Abrahamsen | 1997-04-15 | 1 | -1/+5 |
| | |||||
* | * (x-select-enable-clipboard): New variable. | Eli Zaretskii | 1997-04-15 | 1 | -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-15 | 1 | -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 Abrahamsen | 1997-04-15 | 1 | -1/+1 |
| | |||||
* | Add support for build in faces. | Per Abrahamsen | 1997-04-15 | 1 | -0/+20 |
| | |||||
* | Fixed message. | Per Abrahamsen | 1997-04-15 | 1 | -1/+1 |
| | |||||
* | Fixed generation of empty dependencies lists. | Per Abrahamsen | 1997-04-15 | 1 | -2/+3 |
| | |||||
* | (rlogin-process-connection-type): Default to t for solaris 2.x. | Noah Friedman | 1997-04-15 | 1 | -2/+10 |
| | |||||
* | (overwrite-mode-binary, overwrite-mode-textual): Use defvar. | Richard M. Stallman | 1997-04-15 | 1 | -2/+2 |
| | |||||
* | Clean up comments, etc. | Richard M. Stallman | 1997-04-15 | 1 | -21/+10 |
| | |||||
* | Initial revision | Richard M. Stallman | 1997-04-15 | 1 | -0/+356 |
| | |||||
* | (font-lock-fontify-syntactically-region): Use new | Richard M. Stallman | 1997-04-15 | 1 | -72/+26 |
| | | | | features of parse-partial-sexp instead of doing regexp search. | ||||
* | Style of comments corrected. | Richard M. Stallman | 1997-04-15 | 1 | -27/+69 |
| | | | | (interval_of): New function. | ||||
* | Update copyright year. | Richard M. Stallman | 1997-04-15 | 2 | -2/+2 |
| | |||||
* | (enum syntaxcode): New members Scomment_fence, Sstring_fence. | Richard M. Stallman | 1997-04-15 | 1 | -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. Stallman | 1997-04-15 | 1 | -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. Stallman | 1997-04-15 | 1 | -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. Stallman | 1997-04-15 | 1 | -0/+1 |
| | |||||
* | (update_interval): New function. | Richard M. Stallman | 1997-04-15 | 1 | -0/+39 |
| | |||||
* | (Fdirectory_files): Set re_match_object. | Richard M. Stallman | 1997-04-15 | 1 | -0/+1 |
| | |||||
* | (Fmodify_category_entry): Delete second arg in call to make_sub_char_table. | Karl Heuer | 1997-04-14 | 1 | -1/+1 |
| | |||||
* | (edebug-read-and-maybe-wrap-form): Protect | Richard M. Stallman | 1997-04-14 | 1 | -4/+6 |
| | | | | against pathological recursive calls. | ||||
* | (timer-until): Fix syntax error. | Karl Heuer | 1997-04-14 | 1 | -1/+1 |
| | |||||
* | (browse-url-browser-function): Fix syntax error. | Karl Heuer | 1997-04-14 | 1 | -1/+1 |
| | |||||
* | (MSDOS_OBJ): Add w16select.o. | Eli Zaretskii | 1997-04-14 | 1 | -1/+2 |
| | | | | (dependencies): Add dependencies for w16select.o. | ||||
* | doc-fix to be compatible with other frame- fns. | Simon Marshall | 1997-04-14 | 1 | -2/+3 |
| | |||||
* | (SYMS_SYSTEM): Add `syms_of_win16select'. | Eli Zaretskii | 1997-04-14 | 1 | -1/+1 |
| | |||||
* | New function. | Richard M. Stallman | 1997-04-14 | 1 | -0/+20 |
| | | | | | | (timer-max-repeats): New variable. (timer-event-handler): Avoid rerunning a timer many times if real time has "jumped" forward. | ||||
* | Initial revision | Eli Zaretskii | 1997-04-14 | 1 | -0/+547 |
| | |||||
* | Initial revision | Richard M. Stallman | 1997-04-14 | 2 | -0/+1123 |
| | |||||
* | Fix FSF address. | Richard M. Stallman | 1997-04-14 | 1 | -9/+10 |
| | |||||
* | Install the proper version. | Richard M. Stallman | 1997-04-14 | 1 | -43/+79 |
| | |||||
* | (Fprimitive_undo): When inserting, always insert | Richard M. Stallman | 1997-04-14 | 1 | -8/+6 |
| | | | | after markers (the ordinary kind of insertion). | ||||
* | (adjust_markers): Don't be confused by the gap | Richard M. Stallman | 1997-04-14 | 1 | -2/+18 |
| | | | | when computing the arg to record_marker_adjustment. | ||||
* | Add defgroup; use defcustom for user vars. | Richard M. Stallman | 1997-04-14 | 1 | -9/+21 |
| | |||||
* | (make-frame): Call custom-initialize-frame | Richard M. Stallman | 1997-04-14 | 1 | -1/+2 |
| | | | | only if cus-face is loaded. | ||||
* | Add defgroup; use defcustom for user vars. | Richard M. Stallman | 1997-04-14 | 1 | -18/+35 |
| | |||||
* | Doc fixes. | Richard M. Stallman | 1997-04-14 | 1 | -3/+3 |
| | |||||
* | (jka-compr-temp-name-template): Fix editing error. | Richard M. Stallman | 1997-04-13 | 1 | -0/+1 |
| | |||||
* | (ps-print-color-p): Fix minor error. | Richard M. Stallman | 1997-04-13 | 1 | -1/+1 |
| | |||||
* | (dired-internal-noselect): When setting default-directory, | Richard M. Stallman | 1997-04-13 | 1 | -3/+5 |
| | | | | don't check file-name-directory. | ||||
* | Add defgroup; use defcustom for user vars. | Richard M. Stallman | 1997-04-13 | 1 | -9/+24 |
| | |||||
* | (kbd): New macro. | Richard M. Stallman | 1997-04-13 | 1 | -0/+6 |
| | |||||
* | Add defgroup; use defcustom for user vars. | Richard M. Stallman | 1997-04-13 | 7 | -99/+231 |
| | |||||
* | Add defgroup's; use defcustom for user vars. | Richard M. Stallman | 1997-04-13 | 1 | -35/+89 |
| | |||||
* | (server-done): If buffer visits no file, don't offer save. | Richard M. Stallman | 1997-04-13 | 1 | -0/+1 |
| | |||||
* | (sgml-mode-facemenu-add-face-function): New function. | Richard M. Stallman | 1997-04-13 | 1 | -7/+10 |
| | | | | (sgml-mode-common): Use that function for the hook value. | ||||
* | Add defgroup; use defcustom for user vars. | Richard M. Stallman | 1997-04-13 | 1 | -11/+27 |
| | |||||
* | (dired-noselect): Avoid calling file-directory-p | Richard M. Stallman | 1997-04-13 | 1 | -3/+11 |
| | | | | when the initial argument was syntactically a directory name. | ||||
* | Add defgroup; use defcustom for user vars. | Richard M. Stallman | 1997-04-13 | 3 | -32/+82 |
| |