1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
Commit Graph

21903 Commits

Author SHA1 Message Date
Richard M. Stallman
496725add1 (ps-header-title-font-size): Doc fix.
(ps-print-control-characters, ps-setup, ps-header-pad): Doc fixes.
(ps-printing-region, ps-nb-pages): Doc fixes.
1998-05-06 04:15:25 +00:00
Richard M. Stallman
6bdb808ecb Some doc fixes, eliminate (require cl).
(ps-print-version): New version number (3.06.1) and doc fix.
(ps-print-control-characters, ps-extend-face): Doc fix.
(ps-font-lock-face-attributes): Eliminate `pop'.
(ps-font): Eliminate `loop' and `return'.
(ps-fonts): Eliminate `loop'.
(ps-font-number): Replace `position' by `ps-position'.
(ps-select-font): Eliminate `flet'.
(ps-lookup, ps-size-scale): New macros.
(ps-output-string-prim): Handle multibyte characters.
(ps-position): New function.
(ps-begin-file): Eliminate `loop'.
(ps-header-page): Eliminate `incf'.
1998-05-06 04:06:30 +00:00
Richard M. Stallman
25f9b4bf39 (mouse-major-mode-menu): Run activate-menubar-hook here. 1998-05-05 21:47:53 +00:00
Richard M. Stallman
437d9247a0 (tmm-get-keymap): Fix previous change;
access the equiv string from the cache properly.
1998-05-05 21:37:23 +00:00
Richard M. Stallman
2ac86cc0fe (comint-replace-by-expanded-history-before-point):
When none of the ! or ^ constructs match, move forward one char.
1998-05-05 21:29:28 +00:00
Richard M. Stallman
833d591d60 (create_process): Add cast when calling encode_coding
and another when storing buf into new_argv.
1998-05-05 19:33:16 +00:00
Richard M. Stallman
643c73b90b (barf_or_query_if_file_exists): Encode file name.
(Finsert_file_contents): Don't use gap pos to set point
if del_range_byte deleted 0 characters.
1998-05-05 19:32:02 +00:00
Richard M. Stallman
a558a05d61 (Fmake_bool_vector): Clear out extraneous bits at end. 1998-05-05 19:30:33 +00:00
Richard M. Stallman
ef1c5063e5 (generic-x): Added defgroup declaration.
(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.
1998-05-05 19:26:50 +00:00
Simon Marshall
5bbc1cf756 move defpackage to lisp-font-lock-keywords-1 1998-05-05 09:29:55 +00:00
Richard M. Stallman
cb6792d2db (boyer_moore): Check more reliably for ptr[1] being
out of range.  Use pat_end to point at the pattern's end.
1998-05-05 06:25:58 +00:00
Richard M. Stallman
42b1fc290d (add-log-current-defun) <lisp>:
If element 1 of the defun is a list, use first symbol
within it (the car of the car.... of it).
1998-05-05 04:25:03 +00:00
Richard M. Stallman
bfce64768d (add-log-current-defun): Fix previous fortran change. 1998-05-05 04:09:14 +00:00
Richard M. Stallman
ada4407b16 (custom-face-attributes): Doc fix. 1998-05-05 03:29:49 +00:00
Richard M. Stallman
599f9a5c4c (server-buffer-done): Bind server-kill-buffer-running
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.
1998-05-05 00:39:35 +00:00
Michael Kifer
2eb4bdca8a new version 1998-05-04 22:42:59 +00:00
Richard M. Stallman
38cf95df42 (encode_coding_iso2022): Don't skip a code following some invalid code. 1998-05-04 22:33:38 +00:00
Richard M. Stallman
490fe8b05c (WINDOW_RIGHT_MARGIN): Don't subtract 1 from width when there are no
vertical scrollbars and this is the rightmost window in the frame.
1998-05-04 20:14:36 +00:00
Eli Zaretskii
07e464ab32 (follow-intercept-processes): When asynchronous
subprocesses aren't supported, default to nil.
1998-05-04 15:38:59 +00:00
Eli Zaretskii
229ba775d4 (Fload): Rename dosmode to fmode and use it on all
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.
1998-05-04 15:32:44 +00:00
Eli Zaretskii
67d3b149e2 (read1): Clear out extraneous bits at end of bool-vector. 1998-05-04 15:29:47 +00:00
Eli Zaretskii
b35c3bf62f (TAGS): Fix file name wildcards in lisp directory. 1998-05-04 15:12:05 +00:00
Andreas Schwab
ae79c227e8 Include syssignal.h after lisp.h. 1998-05-04 09:25:21 +00:00
Andreas Schwab
030f447530 Declare init_signals and add prototypes. 1998-05-04 09:24:30 +00:00
Andreas Schwab
46abf440cd Declare init functions. 1998-05-04 09:22:29 +00:00
Andreas Schwab
aa53db6a6e * progmodes/compile.el (compilation-directory-stack): Doc fix.
(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.
1998-05-04 08:35:40 +00:00
Richard M. Stallman
5e0082a529 (LIBXMU): Don't bother testing CANNOT_DUMP. 1998-05-04 01:50:46 +00:00
Richard M. Stallman
5204a3a0f6 (generic-make-keywords-list): Delete spurious paren. 1998-05-04 01:28:24 +00:00
Richard M. Stallman
248a9f6d2f (list-load-path-shadows): Don't say
anything if we are not interactive and nothing is wrong.
1998-05-04 01:22:17 +00:00
Richard M. Stallman
5522b032fc (add-log-debugging): New variable.
(add-change-log-entry): Set it.
1998-05-04 00:13:13 +00:00
Eli Zaretskii
eee86eff46 (sh-shell-file): If $SHELL evaluates to
one of MS-DOS or MS-Windows shells, use "bin/sh" instead.
1998-05-03 15:57:33 +00:00
Richard M. Stallman
7ab2c2894c (TAGS-LISP): New target.
(lisptagsfiles1, lisptagsfiles2): New variables.
(TAGS, TAGS-LISP): Use lisptagsfiles1, lisptagsfiles2.
1998-05-03 08:24:36 +00:00
Richard M. Stallman
becf3db327 (TAGS-LISP): New target.
(${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.
1998-05-03 08:24:10 +00:00
Richard M. Stallman
6d4de1a74a (mh-quit): Undo 3/3 change (and the subsequent fix). 1998-05-03 07:34:07 +00:00
Richard M. Stallman
82860d5cff (post-mail-send-it): Use mail-sendmail-undelimit-header. 1998-05-03 04:36:03 +00:00
Richard M. Stallman
51d541d42c (send-mail-function): Doc fix.
(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
1998-05-03 04:35:16 +00:00
Richard M. Stallman
e8cb089b39 (compute_motion): When invisible text cross TO,
return TO, not the start of the invisible text.
1998-05-03 04:33:27 +00:00
Richard M. Stallman
9e400f6dfb (uce-reply-to-uce): Use mail-sendmail-delimit-header. 1998-05-03 04:32:41 +00:00
Richard M. Stallman
f6a492a9f2 Comment change. 1998-05-03 04:30:10 +00:00
Richard M. Stallman
48f0011498 (command-line): When choosing a language from LANG,
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.
1998-05-03 03:48:05 +00:00
Richard M. Stallman
7276d3d802 (search_buffer): Fix casts when assigning raw_pattern.
(compile_pattern_1): Declare raw_pattern as unsigned char *.
Fix casts when assigning raw_pattern.
Cast raw_pattern when calling re_compile_pattern.
1998-05-03 02:32:58 +00:00
Richard M. Stallman
3c6db9d561 (Fformat): Fix casts when assigning buf. 1998-05-03 02:24:36 +00:00
Richard M. Stallman
b569d7eae4 (elisp.dvi): Don't depend on texindex or on elisp.tps.
Run texindex without `./'.  Always run texindex on elisp.tp.
(elisp.tps): Target deleted.
1998-05-03 02:05:54 +00:00
Dan Nicolaescu
6fe9c6584a *** empty log message *** 1998-05-03 00:53:50 +00:00
Richard M. Stallman
d8578e586c (isfloat_string): Don't look at bytes before the string. 1998-05-03 00:50:06 +00:00
Richard M. Stallman
5dab2fb4c9 (Info-up): New arg SAME-FILE: don't move to different file.
(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.
1998-05-03 00:02:10 +00:00
André Spiegel
eaff65c86b (vc-parse-cvs-status): Optimized. Ignore "Locally Removed" files. 1998-05-02 16:41:44 +00:00
André Spiegel
eccceb78ec (vc-fetch-cvs-status): Don't specify DIR on the command line.
(vc-dired-hook): Optimized for CVS.
1998-05-02 16:41:08 +00:00
Richard M. Stallman
34663a742b (rmail-default-dont-reply-to-names):
Don't set the variable in this file.
1998-05-02 06:53:18 +00:00
Richard M. Stallman
360b548370 (rfc822-goto-eoh): Stop at a blank line, too.
(rfc822-goto-eoh): New function.
(sendmail-user-agent-compose): Use rfc822-goto-eoh.
1998-05-02 06:50:44 +00:00