1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

39074 Commits

Author SHA1 Message Date
Robert J. Chassell
6964db142f Fixed typographic error. 2001-12-07 14:25:16 +00:00
Andreas Schwab
b85238397a (display_mode_element): Don't read past end of string if it ends with '%'. 2001-12-07 13:35:25 +00:00
Robert J. Chassell
81a8491d8a Added *.txt to .cvsignore list. 2001-12-07 13:05:38 +00:00
Andreas Schwab
9464dea48d *** empty log message *** 2001-12-07 12:32:34 +00:00
Andreas Schwab
54defd0d1e (inhibit_garbage_collection): Don't exceed value an int can hold. 2001-12-07 12:32:21 +00:00
Andreas Schwab
9d113d9d58 (Vmost_positive_fixnum, Vmost_negative_fixnum): Renamed
from most_positive_fixnum and most_negative_fixnum, resp., and
type changed to Lisp_Object.
(syms_of_data): DEFVAR_LISP them.
2001-12-07 12:15:35 +00:00
Andreas Schwab
b5f1c9fa02 Don't omit first argument of @ref. 2001-12-07 11:57:15 +00:00
Werner LEMBERG
8220a1f0a6 Updated. 2001-12-07 08:10:56 +00:00
Richard M. Stallman
70ec13773a (init_callproc): Set Vdata_directory based on the source
location whenever Emacs was not run installed.
2001-12-07 06:46:45 +00:00
Paul Eggert
120d77d821 Fix comment about vfork. 2001-12-07 05:55:41 +00:00
Paul Eggert
1e659e0e93 (HAVE_VFORK): Remove #undef. 2001-12-07 05:55:03 +00:00
Paul Eggert
23eb7790bd (vfork): Remove #define. 2001-12-07 05:54:13 +00:00
Paul Eggert
b3561514f6 (HAVE_VFORK): Remove. 2001-12-07 05:53:45 +00:00
Paul Eggert
351e611fa8 (create_process): Use HAVE_WORKING_VFORK, not HAVE_VFORK. 2001-12-07 05:52:35 +00:00
Paul Eggert
3e48e9dfc3 (HAVE_WORKING_VFORK): New #undef. 2001-12-07 05:51:51 +00:00
Paul Eggert
92f7dd3703 * config.in (HAVE_WORKING_VFORK): New #undefs.
* process.c (create_process):
Use HAVE_WORKING_VFORK, not HAVE_VFORK.
* m/cnvrgnt.h (HAVE_VFORK): Remove #define.
* m/ibm370aix.h (HAVE_VFORK): Remove #undef.
* m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
* m/intel386.h (HAVE_VFORK): Likewise.
* m/mips-siemens.h (HAVE_VFORK): Likewise.
* m/mips.h (HAVE_VFORK): Likewise.
* s/freebsd.h (vfork): Remove #define.
* s/lynxos.h (HAVE_VFORK): Remove #undef.
* s/usg5-4-2.h: Fix comment about vfork.
2001-12-07 05:50:56 +00:00
Paul Eggert
5a129fafb5 (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
(AC_FUNC_VFORK): Remove.
(AC_FUNC_FORK): Add.
(HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
this is required by recent Autoconf versions.
2001-12-07 05:50:16 +00:00
Paul Eggert
d6a702046c * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
(AC_FUNC_VFORK): Remove.
(AC_FUNC_FORK): Add.
(HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
this is required by recent Autoconf versions.
2001-12-07 05:49:20 +00:00
Richard M. Stallman
c93674bb07 *** empty log message *** 2001-12-07 03:41:19 +00:00
Richard M. Stallman
3d82370938 (random): Add undef.
(HAVE_RANDOM): Define it just once.
2001-12-07 03:38:24 +00:00
Richard M. Stallman
c3f9a06ab9 (set-justification): Rename arg VALUE to STYLE.
(set-justification-left, set-justification-right): Doc fix.
2001-12-07 03:34:59 +00:00
Richard M. Stallman
f00d330457 (f90-break-line): Use (newline 1) to insert newlines.
(bug-f90-mode): Variable deleted.
2001-12-07 03:33:39 +00:00
Stefan Monnier
59b5989217 *** empty log message *** 2001-12-06 16:24:26 +00:00
Stefan Monnier
7a25dc6ddc Undo last change. Consistency doesn't seem to be desired. 2001-12-06 16:21:23 +00:00
Stefan Monnier
f059f7032f (indent-line-function): Default is indent-relative again. 2001-12-06 16:17:08 +00:00
Miles Bader
c299126f7f (compilation-error-regexp-alist): Added regexps for RXP.
From Reto Stamm <reto@xilinx.com>.
2001-12-06 15:27:53 +00:00
Gerd Moellmann
ebbaf4e3af Add --trace-move. 2001-12-06 14:22:57 +00:00
Stefan Monnier
43d69cc327 *** empty log message *** 2001-12-06 14:17:02 +00:00
Eli Zaretskii
1d3adc2687 Advice how to debug X protocol error which disappear in the
synchronous mode.
2001-12-06 12:35:13 +00:00
Eli Zaretskii
c6ea27758c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
scroll bars of the frame before deleting the frame itself.  If the
frame has a widget, delete the frame with XtDestroyWidget, and do
not call XDestroyWindow before that.
2001-12-06 11:56:53 +00:00
Eli Zaretskii
5385455256 Use outline-mode. 2001-12-06 09:26:21 +00:00
Kim F. Storm
9117567315 *** empty log message *** 2001-12-05 23:03:44 +00:00
Kim F. Storm
e90c3f90d4 (x_report_frame_params): Return actual fringe widths. 2001-12-05 23:02:18 +00:00
Kim F. Storm
30bf44e00e (x_report_frame_params): Make the scroll-bar-width frame parameter have a numeric value 2001-12-05 22:58:22 +00:00
Andrew Innes
e0fead5d9f (Fgarbage_collect): Shrink buffer gaps that are
excessively large.
2001-12-05 21:39:01 +00:00
Andrew Innes
8af5b8e71f (make_gap_larger): New function.
(make_gap_smaller): New function.
(make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]: Call
make_gap_smaller if arg is negative.
2001-12-05 21:37:11 +00:00
ShengHuo ZHU
4e72858007 2001-12-05 ShengHuo ZHU <zsh@cs.rochester.edu>
* mm-view.el: Partially sync with the Gnus CVS.
	* gnus-sum.el (gnus-summary-save-article): Nix
	gnus-display-mime-function and gnus-article-prepare-hook.
2001-12-05 19:27:45 +00:00
Eli Zaretskii
a17c90638b (cwarn-font-lock-match-assignment-in-expression):
Add shift-assignment operators to those highlighted, and highlight
the whole operator rather than just the "=".  From Broadey Kevin
<Kevin.Broadey@motorola.com>.
2001-12-05 18:41:34 +00:00
Stefan Monnier
8bc2420015 (minibuffer-local-map): Undo last change. 2001-12-05 15:36:44 +00:00
Stefan Monnier
c186cdb3cb *** empty log message *** 2001-12-05 03:00:59 +00:00
Stefan Monnier
7189cad8a1 (kbd_buffer_store_event): Fix interrupt_signal prototype.
Pass a dummy argument when calling interrupt_signal.
(parse_menu_item): Mark disabled items before checking for empty def.
(read_char_minibuf_menu_prompt): Make safety more visible.
(read_key_sequence): Add a `first_unbound' variable.
Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
unbound prefix as soon as we can detect it.
2001-12-05 02:51:12 +00:00
Stefan Monnier
87afdd65ce (Fsnarf_documentation): Add prototype.
(get_doc_string): Handle negative arguments.
(Fdocumentation): Use AREF and ASIZE.
Move the calls to get_doc_string to a single place.
Don't confuse an interactive-spec for a docstring reference.
(Fdocumentation_property): Take advantage of the fact that
get_doc_string now ignores the sign of the docstring position.
2001-12-05 01:47:27 +00:00
Stefan Monnier
162873a199 Use standard syntax for usage in docstrings. 2001-12-05 01:39:21 +00:00
Stefan Monnier
a01639a362 Doc fix. 2001-12-04 21:24:17 +00:00
Pavel Janík
2bc8d7c812 *** empty log message *** 2001-12-04 20:36:13 +00:00
Stefan Monnier
54cf809264 Doc fix. 2001-12-04 19:28:25 +00:00
Eli Zaretskii
02c6a1ccf0 (save-abbrevs, save-some-buffers): Don't ask the user
before saving abbrevs if `save-abbrevs' has the value `silently'.
2001-12-04 18:27:06 +00:00
Eli Zaretskii
273a39301b Fix wording of the save-abbrevs feature; from RMS.
Remove the obsolete notes about the +++ markings.
2001-12-04 18:21:44 +00:00
Andreas Schwab
90e742e08f (turn-off-xterm-mouse-tracking): Doc fix. 2001-12-04 16:13:04 +00:00
Colin Walters
52c9b141f4 (toplevel): Define docstring offset for `defmacro*'. 2001-12-04 07:12:56 +00:00