summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for MIPS OpenBSD systems (from Per Fogelstromlibc-970505libc-970504libc-970503libc-970502libc-970501libc-970430libc-970429libc-970428libc-970427libc-970426libc-970425libc-970424libc-970423libc-970422libc-970421libc-970420libc-970419libc-970418Ian Lance Taylor1997-04-171-5/+11
| | | | <pefo@openbsd.org>)
* Customise.Simon Marshall1997-04-172-60/+127
|
* Use EVAL form for shell-prompt-pattern.Simon Marshall1997-04-171-4/+4
|
* Font Lock support.Simon Marshall1997-04-171-1/+106
|
* Customise. And a few code cleanups.Simon Marshall1997-04-171-359/+292
|
* Fixed version number.Lars Magne Ingebrigtsen1997-04-161-1/+1
|
* Initial revisionLars Magne Ingebrigtsen1997-04-1664-0/+55945
|
* Comment change.Richard M. Stallman1997-04-161-1/+1
|
* (sgml-value): Don't perform the skeleton-transformationRichard M. Stallman1997-04-161-48/+74
| | | | | | | | | | | | | | | | | | | | | on the value. (sgml-transformation): New variable. (sgml-mode-common): Use it. (html-href-anchor): Ask for address, wrap around text. (html-name-anchor): Same as above, without initial input. (html-image): No initial input for address. (html-ordered-list): Incorporate char into string. (html-unordered-list): Same as above. (html-checkboxes, html-radio-buttons): Rewritten. (sgml-char-names): Change ensp to nbsp. (sgml-tag): Use intangible here. (sgml-tags-invisible): Don't add intangible property separately here. Just the category property is enough. Eliminate local variable `point'. Bind inhibit-point-motion-hooks.
* (skeleton-insert): Rename the function's argumentRichard M. Stallman1997-04-161-58/+61
| | | | | to `regions', and bind `skeleton-regions' with let. (skeleton-read): Rename arg STR to PROMPT.
* Add defgroup's; use defcustom for user vars.Richard M. Stallman1997-04-161-109/+253
|
* (sendmail-send-it): Use quoted-printable encoding for the From field.Richard M. Stallman1997-04-161-22/+47
| | | | | | (mail-do-fcc): After appending to a buffer, offer to save it. Or if the buffer matched the file, append to the file too.
* *** empty log message ***Richard M. Stallman1997-04-161-9/+28
|
* (hilit-rehighlight-message): Respect mail-mode header/body separation line.Richard M. Stallman1997-04-161-1/+3
|
* (setup_coding_system): Setup coding->eol_type as LFKenichi Handa1997-04-161-0/+1
| | | | for a invalid coding system.
* (rmail-summary-delete-forward): Argument is now a repeat count.Richard M. Stallman1997-04-161-14/+20
| | | | (rmail-summary-delete-backward): Corresponding changes.
* Add defgroup; use defcustom for user vars.Richard M. Stallman1997-04-151-34/+65
|
* (pascal-mode): Set comment-start.Richard M. Stallman1997-04-151-2/+4
|
* Add defgroup; use defcustom for user vars.Richard M. Stallman1997-04-151-8/+25
|
* (sh-while-getopts): Don't add menu-enable property.Richard M. Stallman1997-04-151-1/+0
|
* 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
|