Commit graph

14617 commits

Author SHA1 Message Date
Richard M. Stallman
15f0cf7816 (redisplay) [USE_X_TOOLKIT]: Do nothing if popup_activated. 1996-02-12 20:56:46 +00:00
Per Bothner
b4991b7612 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
* config.guess (*:CYGWIN*): New
1996-02-12 20:55:56 +00:00
Richard M. Stallman
c889e0d823 (x_error_quitter): Add newline to error message. 1996-02-12 20:48:35 +00:00
Per Bothner
1b8f42ec23 * config.guess: Support m68k-cbm-sysv4.
* config.guess (*:Linux:*:*): Guess m68k-unknown-linux
1996-02-12 20:44:56 +00:00
Richard M. Stallman
9ca335ed3c (install-arch-indep): Install info/ccmode*.
(install-arch-indep): Copy build-dir's lisp subdir to lispdir.
Protect against /bin/pwd returning null string.
1996-02-12 19:53:16 +00:00
Richard M. Stallman
aaafd83d0b Commeht change. 1996-02-12 10:25:48 +00:00
Richard M. Stallman
f9655c60ab (xmalloc_widget_value): Define only if USE_X_TOOLKIT. 1996-02-12 10:05:00 +00:00
Richard M. Stallman
0fded513b9 (get_doc_string): Always read entire disk blocks. 1996-02-12 09:49:01 +00:00
Richard M. Stallman
48919e0ff4 (mail-names, mail-local-names, mail-directory-names)
(mail-address-field-regexp, mail-complete-alist)
(mail-complete-function, mail-directory-function)
(mail-directory-requery, mail-directory-process, mail-directory-stream)
(mail-directory-parser): New variables.
(expand-mail-aliases): Use `mail-address-field-regexp'.
(build-mail-aliases): Use space in buffer-name semantics.
(define-mail-alias): Reset `mail-names' to t.
(mail-complete): New command.
(mail-get-names, mail-directory, mail-directory-process)
(mail-directory-stream, mail-sentto-newsgroups): New functions.
1996-02-12 08:09:49 +00:00
Richard M. Stallman
e376f90dd2 [HAVE_NTGUI] (lispy_function_keys): Add mappings
for keypad function keys and new PC optional keys.
1996-02-12 06:53:30 +00:00
Richard M. Stallman
521736d11c (command-line): On windows NT, look for .emacs or _emacs. 1996-02-12 01:17:15 +00:00
Richard M. Stallman
36457345c7 (xmalloc_widget_value): Fix previous change. 1996-02-11 23:44:54 +00:00
Richard M. Stallman
210fbc32ee Fix typo in previous change. 1996-02-11 23:40:37 +00:00
Richard M. Stallman
f7fab165d0 (xmalloc_widget_value): New function.
Use it instead of malloc_widget_value.
1996-02-11 20:31:53 +00:00
Richard M. Stallman
cb4d47c527 Load cl only when compiling. 1996-02-11 19:27:29 +00:00
Richard M. Stallman
8777fbe2bb (Fopen_network_stream): Use sizeof, not strlen, for numeric_addr. 1996-02-11 19:26:25 +00:00
Richard M. Stallman
6f554752a4 (show-paren-command-hook): Position show-paren-overlay-1
properly when first creating it (just like when moving it).
1996-02-11 19:25:08 +00:00
Richard M. Stallman
f470d5375e Fix comment typo. 1996-02-11 18:46:18 +00:00
Richard M. Stallman
d3cca84f53 Fix typo. 1996-02-11 18:44:54 +00:00
Richard M. Stallman
46cfd45bca (doctor-mode): State that file has been censored. 1996-02-10 18:43:38 +00:00
Richard Kenner
805132d6bb (-psos*): New case. 1996-02-10 13:26:26 +00:00
Richard M. Stallman
64db13070c (Fadd_text_properties): Don't return without ungcpro. 1996-02-10 08:58:49 +00:00
Richard M. Stallman
ba8dfba86d (read_char, timer_check): Call any_kboard_state
after calling Fcommand_execute, if was previously in that state.
1996-02-10 08:48:48 +00:00
Roland McGrath
37962e6044 (display_buffer_1): Fix typo in last change. 1996-02-10 07:33:29 +00:00
Richard M. Stallman
60117126b5 (display_buffer_1): Raise the frame if already visible. 1996-02-10 07:13:00 +00:00
Richard M. Stallman
36d57fa96f Make sure `facemenu-unlisted-faces' is bound. 1996-02-10 05:14:34 +00:00
Karl Heuer
2a74bdc1b5 (f90-indent-subprogram): Fix message. 1996-02-09 23:19:02 +00:00
Richard M. Stallman
eac54d4c24 File censored. 1996-02-09 20:50:48 +00:00
Richard M. Stallman
cb4c9483a3 (nntp-send-region-to-server): Use a temporary buffer to
send text to the server.
1996-02-09 20:47:07 +00:00
Richard M. Stallman
9fa09c65d3 (x_real_positions): Use XFree. 1996-02-09 19:12:49 +00:00
Richard M. Stallman
e341dab2b3 (info): Doc fix. 1996-02-09 19:12:10 +00:00
Richard M. Stallman
947b27432d (add-log-current-defun): In Lisp, if we don't find a
real defun, return nil, not "".
1996-02-09 19:09:22 +00:00
Richard M. Stallman
9695bac622 Censored. 1996-02-09 19:08:26 +00:00
Richard M. Stallman
7f03b2b5db (f90-indent-subprogram, f90-match-end): Pass proper format string to message.
(f90-face-*): Reinstalled code deleted on Sep 22.
(f90-hilit-patterns): New variable.
(f90-mode): Call hilit-set-mode-patterns if defined.
(f90-auto-hilit19): New variable.
(f90-fill-region): Bind f90-auto-hilit19 to nil.
(f90-update-line): Rehilight if appropriate.
1996-02-09 02:54:26 +00:00
Richard M. Stallman
c823782040 (rmail-find-all-files): In a directory, ignore .' and ..'. 1996-02-09 01:38:22 +00:00
Richard M. Stallman
7b6540dd1b (Fdirectory_files): Doc fix. 1996-02-09 01:37:35 +00:00
Richard M. Stallman
c10902fb9c Initial revision 1996-02-08 23:26:45 +00:00
Richard M. Stallman
e4b68333a9 (min, max): Don't define if already defined. 1996-02-08 21:58:53 +00:00
Geoff Voelker
9c35997bcb (FONT_WIDTH): Use average character width, not maximum. 1996-02-08 19:04:58 +00:00
Richard M. Stallman
a259d3371e (x-display-pixel-height, x-display-pixel-width):
Make the returned value consistent with one-pixel-per-character.
1996-02-08 17:49:24 +00:00
Richard M. Stallman
3a3bfb181b (Fmake_temp_name) [MS-DOS]: Allow upto 8 characters in
the prefix of the temporary file name.
1996-02-08 17:46:58 +00:00
Richard M. Stallman
be047262ea (html-tag-alist): within the <ADDRESS> tag
generated with an <HTML> tag, use `user-mail-address'.
1996-02-08 17:27:23 +00:00
Simon Marshall
43c5ac8cbe Cope if get-buffer-window-list is given a buffer name (like get-buffer-window does). 1996-02-08 10:27:24 +00:00
Simon Marshall
a465832f09 Moved `supported' from turn-on-font-lock-if-supported to turn-on-font-lock. 1996-02-08 10:08:08 +00:00
Simon Marshall
a860d25f73 Added get-buffer-window-list. 1996-02-08 10:04:55 +00:00
Richard M. Stallman
2a664e7313 Clarify site-load.el vs site-init.el and how to deal with doc strings. 1996-02-08 06:36:57 +00:00
Richard M. Stallman
81c63241a9 (remove_process): Don't unlink the process marker. 1996-02-08 04:19:31 +00:00
Richard M. Stallman
ca4bd734d2 Change defconst into defvar. Many doc fixes. 1996-02-08 04:13:11 +00:00
Richard M. Stallman
79616aa086 (LIB_STANDARD): Add -lmach.
(LD_DATA_START): Definition deleted.
(LD_SWITCH_SYSTEM): Definition and #undef deleted.
1996-02-07 22:56:22 +00:00
Richard M. Stallman
ccb529a2b5 Initial revision 1996-02-07 22:55:45 +00:00