- 05 May, 1998 9 commits
-
-
Richard M. Stallman authored
(Finsert_file_contents): Don't use gap pos to set point if del_range_byte deleted 0 characters.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(generic-bat-mode-setup-function): Fixed comment-start variable. (generic-define-mswindows-modes): Enable hosts-generic-mode and apache-generic-mode. (generic-define-unix-modes): Enable alias-generic-mode. (java-properties-generic-mode): Changed regexp to allow property and value to be separated by whitespace or an equal sign. (alias-generic-mode): Check generic-extras-enable-list before defining this mode. (installshield-statement-keyword-list): New variable. (installshield-system-functions-list): Likewise. (installshield-system-variables-list): Likewise. (installshield-types-list): Likewise. (installshield-funarg-constants-list): Likewise. (rul-generic-mode): Uses the variables listed above instead of hard-coding the lists of keywords.
-
Simon Marshall authored
-
Richard M. Stallman authored
out of range. Use pat_end to point at the pattern's end.
-
Richard M. Stallman authored
If element 1 of the defun is a list, use first symbol within it (the car of the car.... of it).
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
around places that might kill the buffer. Do something reasonable if server-done-hook kills the buffer. (server-kill-buffer-running): Doc fix. (server-kill-buffer): Do nothing unless server-buffer-clients. (server-done): Doc fix. (server-buffer-done): Test of for-killing was backwards.
-
- 04 May, 1998 15 commits
-
-
Michael Kifer authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
vertical scrollbars and this is the rightmost window in the frame.
-
Eli Zaretskii authored
subprocesses aren't supported, default to nil.
-
Eli Zaretskii authored
platforms. Avoid calling fdopen only for WINDOWSNT, use fdopen for the the MSDOS version. (read1): Avoid recording doc strings positions only for WINDOWSNT, not for MSDOS.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Andreas Schwab authored
-
Andreas Schwab authored
-
Andreas Schwab authored
-
Andreas Schwab authored
(compilation-mode): Accept optional parameter and initialize mode-name from it. (compile-internal): Pass name-of-mode to compilation-mode. Don't set mode-name here. (compilation-minor-mode): Don't let mode-line-process change. (compilation-next-error-locus): Use forward-char instead of move-to-column. (compilation-parse-errors): Set default-directory from head of compilation-directory-stack.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
anything if we are not interactive and nothing is wrong.
-
Richard M. Stallman authored
(add-change-log-entry): Set it.
-
- 03 May, 1998 16 commits
-
-
Eli Zaretskii authored
one of MS-DOS or MS-Windows shells, use "bin/sh" instead.
-
Richard M. Stallman authored
(lisptagsfiles1, lisptagsfiles2): New variables. (TAGS, TAGS-LISP): Use lisptagsfiles1, lisptagsfiles2.
-
Richard M. Stallman authored
(${lispsource}TAGS): Target deleted. (tags): Depend on TAGS-LISP. (TAGS): Generate the TAGS file in the build dir. (lisptagsfiles): Variable deleted. (shortnamesdir, cppdir): Vars deleted. (shortnames): Target deleted. (temacs): Don't use $(SHORT). (SHORT): Var deleted.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(mail-header-end, mail-text-start): New functions. (mail-sendmail-delimit-header): New function. (mail-sendmail-undelimit-header): New function. (mail-mode-auto-fill): Use mail-header-end. (mail-mode-fill-paragraph, mail-send, sendmail-send-it): Likewise. (mail-sent-via, mail-position-on-field): Likewise. (mail-fill-yanked-message, mail-text): Use mail-text-start
-
Richard M. Stallman authored
return TO, not the start of the invisible text.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
call set-language-environment in unibyte and multibyte mode. Don't call standard-display-european; instead, call standard-display-european-internal and set-terminal-coding-system. But do them only for latin-1 ... latin-5.
-
Richard M. Stallman authored
(compile_pattern_1): Declare raw_pattern as unsigned char *. Fix casts when assigning raw_pattern. Cast raw_pattern when calling re_compile_pattern.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Run texindex without `./'. Always run texindex on elisp.tp. (elisp.tps): Target deleted.
-
Dan Nicolaescu authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(Info-next-preorder): Pass new arg to Info-up. (Info-last-preorder): Likewise. (Info-last-preorder): Don't follow the Prev if it's same as the Up. Instead, follow it as the Up.
-