Eli Zaretskii [Sun, 4 Mar 2001 07:09:15 +0000 (07:09 +0000)]
Update the copyright.
Richard M. Stallman [Sun, 4 Mar 2001 07:08:34 +0000 (07:08 +0000)]
Minor usage fixes.
Richard M. Stallman [Sun, 4 Mar 2001 07:07:55 +0000 (07:07 +0000)]
Fix case convention for mouse click.
Richard M. Stallman [Sun, 4 Mar 2001 07:07:00 +0000 (07:07 +0000)]
Minor fixes.
Richard M. Stallman [Sun, 4 Mar 2001 07:05:37 +0000 (07:05 +0000)]
Minor cleanups.
Richard M. Stallman [Sun, 4 Mar 2001 07:04:48 +0000 (07:04 +0000)]
Fix Texinfo usage.
Eli Zaretskii [Sat, 3 Mar 2001 22:14:27 +0000 (22:14 +0000)]
(Misc Variables): Add example for setting EMACSCOLORS on MS-DOS.
Richard M. Stallman [Sat, 3 Mar 2001 20:14:30 +0000 (20:14 +0000)]
Delete indexing for MSB in `Menu Mouse Clicks';
just xref to Buffer Menus.
Delete mention of C-x 5 1 in `Creating Frames'.
Richard M. Stallman [Sat, 3 Mar 2001 20:13:13 +0000 (20:13 +0000)]
Minor clarifications. Explain that one normally specifies face attributes
rather than a font name.
Richard M. Stallman [Sat, 3 Mar 2001 20:01:31 +0000 (20:01 +0000)]
Minor cleanups. Rename `Motif Resources' node to `LessTif Resources'.
Richard M. Stallman [Sat, 3 Mar 2001 19:52:08 +0000 (19:52 +0000)]
Give LessTif precedence over Motif.
Eli Zaretskii [Sat, 3 Mar 2001 09:46:43 +0000 (09:46 +0000)]
Many typo-fixes and clarifications from Dr Francis J. Wright
<F.J.Wright@qmw.ac.uk>.
Eli Zaretskii [Sat, 3 Mar 2001 09:18:52 +0000 (09:18 +0000)]
(Mac Input, Mac Font Specs): Fix typos reported by Dr Francis J. Wright
<F.J.Wright@qmw.ac.uk>.
Eli Zaretskii [Sat, 3 Mar 2001 09:12:58 +0000 (09:12 +0000)]
(Antinews): Fix typos reported by Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>.
Eli Zaretskii [Sat, 3 Mar 2001 08:36:58 +0000 (08:36 +0000)]
(Checklist): Say that the example with LC_ALL and such is for a Unix shell.
From Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>.
Eli Zaretskii [Sat, 3 Mar 2001 08:30:35 +0000 (08:30 +0000)]
According to Neil Booth <neil@daikokuya.demon.co.uk>, versions of the
preprocessor after Feb 1 2001 don't expand ".." into ". .".
Dave Love [Fri, 2 Mar 2001 23:51:19 +0000 (23:51 +0000)]
(insert-file-contents-literally): Bind
inhibit-file-name-handlers and inhibit-file-name-operation, not
jka-compr-compression-info-list.
Gerd Moellmann [Fri, 2 Mar 2001 20:51:32 +0000 (20:51 +0000)]
(glyph_rect): New function.
(XTmouse_position): Use it to raise the threshold for mouse
movement event generation.
Stefan Monnier [Fri, 2 Mar 2001 20:31:48 +0000 (20:31 +0000)]
(comment-normalize-vars): Use [ \t] for the trailing
spaces in default comment-start-skip settings rather than \s-.
Eli Zaretskii [Fri, 2 Mar 2001 18:40:01 +0000 (18:40 +0000)]
*** empty log message ***
Eli Zaretskii [Fri, 2 Mar 2001 17:25:49 +0000 (17:25 +0000)]
(mark_maybe_pointer): Fix a typo in a comment.
Eli Zaretskii [Fri, 2 Mar 2001 13:37:27 +0000 (13:37 +0000)]
*** empty log message ***
Eli Zaretskii [Fri, 2 Mar 2001 13:34:48 +0000 (13:34 +0000)]
(msdos-handle-reverse-video): Look for reverse in
default-frame-alist as well.
Gerd Moellmann [Fri, 2 Mar 2001 13:32:05 +0000 (13:32 +0000)]
*** empty log message ***
Eli Zaretskii [Fri, 2 Mar 2001 13:31:52 +0000 (13:31 +0000)]
(Fmsdos_remember_default_colors): If default-frame-alist
specifies (reverse . t), reverse the initial screen colors.
(IT_set_frame_parameters): If the property is foreground-color,
but we are reversing the colors, set bg_set, not fg_set. Likewise
for setting background-color and reversing: set fg_set. Set
unspecified-fg and unspecified-bg correctly when (reverse . t) is
in effect.
Gerd Moellmann [Fri, 2 Mar 2001 13:31:33 +0000 (13:31 +0000)]
(Fexpand_file_name): Collapse sequences of slashes
to a single slash in the middle of file names.
Eli Zaretskii [Fri, 2 Mar 2001 13:30:40 +0000 (13:30 +0000)]
(Finternal_set_lisp_face_attribute)
[!HAVE_WINDOW_SYSTEM]: Record the new attribute in the frame's
parameters alist.
Gerd Moellmann [Fri, 2 Mar 2001 12:57:16 +0000 (12:57 +0000)]
(Fcurrent_time_zone) [HAVE_TM_ZONE || HAVE_TZNAME]:
Accept only alphanumeric time zone names.
Gerd Moellmann [Fri, 2 Mar 2001 12:34:45 +0000 (12:34 +0000)]
(parse_qualified_param_ident_or_type): Return a
freshly allocated object in *LAST_ID.
(read_line): Accept \r\n line endings.
Eli Zaretskii [Fri, 2 Mar 2001 12:27:41 +0000 (12:27 +0000)]
(Dired Visiting): Fix wording, suggested by Ron Ross <ronross@colba.net>.
(Marks vs Flags): Fix wording, suggested by Ron Ross <ronross@colba.net>.
(Shell Commands in Dired): Fix wording, suggested by Ron Ross
<ronross@colba.net>.
(Subdirectories in Dired): Fix wording, suggested by Ron Ross
<ronross@colba.net>.
Gerd Moellmann [Fri, 2 Mar 2001 12:04:38 +0000 (12:04 +0000)]
(XTset_vertical_scroll_bar): Don't clear a zero height
or width area.
(XTset_vertical_scroll_bar, x_scroll_bar_create): Don't configure
a widget to zero height.
Dave Love [Thu, 1 Mar 2001 20:26:18 +0000 (20:26 +0000)]
*** empty log message ***
Dave Love [Thu, 1 Mar 2001 20:17:08 +0000 (20:17 +0000)]
(mm-inhibit-file-name-handlers): Add
image-file-handler.
Gerd Moellmann [Thu, 1 Mar 2001 19:33:02 +0000 (19:33 +0000)]
(Fwindow_end): Call move_it_past_eol only if
ending up on a partially visible line.
Dave Love [Thu, 1 Mar 2001 18:47:58 +0000 (18:47 +0000)]
*** empty log message ***
Dave Love [Thu, 1 Mar 2001 18:42:27 +0000 (18:42 +0000)]
(defvar): Wrap some defvars in
eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
Dave Love [Thu, 1 Mar 2001 18:30:44 +0000 (18:30 +0000)]
(event-basic-type): Doc fix.
Dave Love [Thu, 1 Mar 2001 18:21:06 +0000 (18:21 +0000)]
(Fccl_execute): Doc fix.
Dave Love [Thu, 1 Mar 2001 18:19:09 +0000 (18:19 +0000)]
(ccl-compile): Doc fix.
Dave Love [Thu, 1 Mar 2001 18:14:39 +0000 (18:14 +0000)]
Doc fixes.
Dave Love [Thu, 1 Mar 2001 18:00:34 +0000 (18:00 +0000)]
Doc fixes.
(leim-list-header): Fix header text.
Stefan Monnier [Thu, 1 Mar 2001 17:49:04 +0000 (17:49 +0000)]
(save-buffer-state): Use inhibit-modification-hooks
rather than (before|after)-change-functions.
Eli Zaretskii [Thu, 1 Mar 2001 17:19:33 +0000 (17:19 +0000)]
Add copyright notices for all files. README is a new file, mainly
as a place for copyright notice for the binary files.
Gerd Moellmann [Thu, 1 Mar 2001 16:39:11 +0000 (16:39 +0000)]
(Fx_create_frame): Adjust the frame's height for presence
of the tool bar before calling x_figure_window_size.
Gerd Moellmann [Thu, 1 Mar 2001 15:28:57 +0000 (15:28 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 1 Mar 2001 15:28:26 +0000 (15:28 +0000)]
(free_frame_menubar): Set the frame's menubar_widget to
NULL after destroying it, otherwise XTread_socket can access a
destroyed widget when input is unblocked.
Gerd Moellmann [Thu, 1 Mar 2001 14:52:03 +0000 (14:52 +0000)]
(ediff-scroll-horizontally): Arrange for
scroll-left and scroll-right being called interactively so that
they set the window's min_hscroll.
Gerd Moellmann [Thu, 1 Mar 2001 14:29:05 +0000 (14:29 +0000)]
(Indirect Buffers): Add a @key[RET}.
Gerd Moellmann [Thu, 1 Mar 2001 14:28:32 +0000 (14:28 +0000)]
(Help): Add @key[RET} in @items.
Eli Zaretskii [Thu, 1 Mar 2001 14:14:09 +0000 (14:14 +0000)]
(info-insert-file-contents-1): Accept an additional
argument `lfn': if it is non-nil, concatenate `filename' and
`suffix'; otherwise use the complicated MS-DOS code. All callers
changed.
(info-insert-file-contents, Info-find-node): If the MS-DOS port
can access long file names, try the long file-name version of
`info-insert-file-contents-1', then the short file-name version.
Eli Zaretskii [Thu, 1 Mar 2001 13:53:04 +0000 (13:53 +0000)]
Fix last change.
Eli Zaretskii [Thu, 1 Mar 2001 13:50:51 +0000 (13:50 +0000)]
Document the problems with "Text file busy" due to buggy NFS servers.
Gerd Moellmann [Thu, 1 Mar 2001 13:12:24 +0000 (13:12 +0000)]
(x_set_foreground_color): Set the background of the
cursor GC.
Gerd Moellmann [Thu, 1 Mar 2001 12:57:24 +0000 (12:57 +0000)]
(x_set_font): Handle case of x_new_fontset returning the
same name as before, although there was a change in fontsets.
Ken Raeburn [Wed, 28 Feb 2001 17:43:49 +0000 (17:43 +0000)]
* lisp.h (Fframe_parameter): Declare.
Ken Raeburn [Wed, 28 Feb 2001 17:41:06 +0000 (17:41 +0000)]
* window.c (set_window_buffer): Field vscroll is an int, not a lisp object.
Gerd Moellmann [Wed, 28 Feb 2001 15:06:38 +0000 (15:06 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 28 Feb 2001 15:06:04 +0000 (15:06 +0000)]
(x_set_window_size): Don't use `None' with widgets; use
NULL instead.
Gerd Moellmann [Wed, 28 Feb 2001 15:05:10 +0000 (15:05 +0000)]
(Fx_hide_tip): Don't use `None' with widgets; use
NULL instead.
Gerd Moellmann [Wed, 28 Feb 2001 15:03:11 +0000 (15:03 +0000)]
(xm_arm_callback): Don't compare widgets with `None',
use NULL instead.
Gerd Moellmann [Wed, 28 Feb 2001 14:55:33 +0000 (14:55 +0000)]
(xaw_update_one_widget): Use XtSetSensitive instead
of setting the value of XtNsensitive.
Gerd Moellmann [Wed, 28 Feb 2001 14:54:54 +0000 (14:54 +0000)]
(xm_update_radiobox, update_one_menu_entry)
(xm_update_one_widget): Use XtSetSensitive instead of setting the
value of XmNsensitive. From Rick Scott
<rwscott@alumni.uwaterloo.ca>.
Gerd Moellmann [Wed, 28 Feb 2001 13:30:02 +0000 (13:30 +0000)]
(toplevel): Include process.h.
(enum mem_type): Add MEM_TYPE_PROCESS, MEM_TYPE_HASH_TABLE,
MEM_TYPE_FRAME, MEM_TYPE_WINDOW enumerators.
(allocate_vectorlike): Make it a static function. Add parameter TYPE.
(allocate_vector, allocate_hash_table, allocate_window)
(allocate_frame, allocate_process, allocate_other_vector): New
functions.
(Fmake_vector): Call allocate_vector instead of allocate_vectorlike.
(mark_maybe_pointer): New function.
(mark_memory): Also mark Lisp data to which only pointers
remain and not Lisp_Objects.
(min_heap_address, max_heap_address): New variables.
(mem_find): Return MEM_NIL if START is below min_heap_address or
above max_heap_address.
(mem_insert): Compute min_heap_address and max_heap_address.
Gerd Moellmann [Wed, 28 Feb 2001 13:29:03 +0000 (13:29 +0000)]
(make_process): Use allocate_process.
Gerd Moellmann [Wed, 28 Feb 2001 13:28:35 +0000 (13:28 +0000)]
(make_frame): Use allocate_frame.
Gerd Moellmann [Wed, 28 Feb 2001 13:28:11 +0000 (13:28 +0000)]
(make_window, make_dummy_parent): Use allocate_window.
(Fcurrent_window_configuration): Use allocate_other_vector.
Gerd Moellmann [Wed, 28 Feb 2001 13:27:38 +0000 (13:27 +0000)]
(Fdelete, larger_vector): Use allocate_vector.
(make_hash_table, copy_hash_table): Use allocate_hash_table.
Gerd Moellmann [Wed, 28 Feb 2001 13:27:04 +0000 (13:27 +0000)]
(allocate_vectorlike): Remove prototype.
(allocate_vector, allocate_other_vector, allocate_frame)
(allocate_window, allocate_process, allocate_hash_table):
Add prototypes.
Kenichi Handa [Wed, 28 Feb 2001 12:42:21 +0000 (12:42 +0000)]
("Ethiopic"): Add documentation.
Kenichi Handa [Wed, 28 Feb 2001 12:41:46 +0000 (12:41 +0000)]
(setup-ethiopic-environment-internal): Change bindings of functions
keys to conform to "Emacs Lisp Coding Convention".
Kenichi Handa [Wed, 28 Feb 2001 12:40:20 +0000 (12:40 +0000)]
*** empty log message ***
Dave Love [Wed, 28 Feb 2001 11:15:08 +0000 (11:15 +0000)]
*** empty log message ***
Kenichi Handa [Wed, 28 Feb 2001 05:50:44 +0000 (05:50 +0000)]
(mule-utf-8): Set coding-category property to coding-category-utf-8.
Kenichi Handa [Wed, 28 Feb 2001 05:50:18 +0000 (05:50 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 27 Feb 2001 19:12:19 +0000 (19:12 +0000)]
(lpr-add-switches): Default to t on gnu/linux.
Richard M. Stallman [Tue, 27 Feb 2001 19:07:09 +0000 (19:07 +0000)]
(lpr-page-header-switches, print-region-1): Undo 2000-07-06 change.
Richard M. Stallman [Tue, 27 Feb 2001 19:06:56 +0000 (19:06 +0000)]
*** empty log message ***
Andrew Choi [Tue, 27 Feb 2001 14:33:20 +0000 (14:33 +0000)]
* src/macfns.c: Rename everything containing *busy_cursor* and
similar to *hourglass*.
Change IMAGE_POSITIVE_INTEGER_VALUE to
IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout.
(x_set_font): If font hasn't changed, avoid recomputing faces and
other things, as in xfns.c.
(Qcancel_timer): New variable.
(syms_of_macfns): Rename x-busy-pointer-shape to
x-hourglass-pointer-shape, display-busy-cursor to
display-hourglass, busy-cursor-delay to hourglass-delay, as in
xfns.c.
(x_set_tool_bar_lines): Modify as in xfns.c
(x_change_window_heights): New function.
* inc/macterm.h (struct x_output): Rename busy_cursor to
hourglass_cursor, busy_window to hourglass_window, busy_p to
hourglass_p, as in xterm.h.
* src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
safe_run_hooks, as in xmenu.c.
* src/macterm.c (do_check_ram_size): New function.
* src/Emacs.r: Add ALRT resource #129 for alert when there is over
256 MB RAM.
Gerd Moellmann [Tue, 27 Feb 2001 13:24:54 +0000 (13:24 +0000)]
(bs-attributes-list): Doc fix.
Gerd Moellmann [Tue, 27 Feb 2001 12:22:37 +0000 (12:22 +0000)]
Update copyright notice.
Andrew Choi [Tue, 27 Feb 2001 05:46:51 +0000 (05:46 +0000)]
Made minor editing changes.
Kenichi Handa [Tue, 27 Feb 2001 03:29:08 +0000 (03:29 +0000)]
(struct ccl_program): New member eight_bit_control.
Kenichi Handa [Tue, 27 Feb 2001 03:28:48 +0000 (03:28 +0000)]
(CCL_WRITE_MULTIBYTE_CHAR): New macro.
(ccl_driver) <CCL_WriteMultibyteChar2>: Use
CCL_WRITE_MULTIBYTE_CHAR instead of CCL_WRITE_CHAR.
<ccl_finish>: Set ccl->eight_bit_control properly.
Kenichi Handa [Tue, 27 Feb 2001 03:27:20 +0000 (03:27 +0000)]
(ccl_coding_driver): If ccl->eight_bit_control is zero,
treat the produced bytes as a valid multibyte sequence.
Kenichi Handa [Tue, 27 Feb 2001 03:27:00 +0000 (03:27 +0000)]
*** empty log message ***
Dave Love [Mon, 26 Feb 2001 22:51:53 +0000 (22:51 +0000)]
Fix tool bar caveat.
mode-line <- modeline in faces.
isearch, isearch-lazy-highlight-face, tooltip faces.
Francesco Potortì [Mon, 26 Feb 2001 18:26:39 +0000 (18:26 +0000)]
Mention that etags switches to C++ when meets `template'.
Stefan Monnier [Mon, 26 Feb 2001 17:16:00 +0000 (17:16 +0000)]
(Faccessible_keymaps): Pass `is_metized' to accessible_keymaps_char_table.
(accessible_keymaps_char_table): Obey `is_metized'.
(where_is_internal, Fwhere_is_internal): Don't confuse int and Lisp_Object.
Stefan Monnier [Mon, 26 Feb 2001 17:07:47 +0000 (17:07 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 26 Feb 2001 16:40:46 +0000 (16:40 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 26 Feb 2001 16:40:08 +0000 (16:40 +0000)]
(describe-project): Display the file THE-GNU-PROJECT.
André Spiegel [Mon, 26 Feb 2001 14:21:28 +0000 (14:21 +0000)]
(Advanced C-x C-q): Fix prev change.
Gerd Moellmann [Mon, 26 Feb 2001 14:17:29 +0000 (14:17 +0000)]
(command-line-1): Add info about ordering manuals
to the not so fancy splash screens.
Gerd Moellmann [Mon, 26 Feb 2001 14:13:35 +0000 (14:13 +0000)]
(view-order-manuals): Use goto-address.
Gerd Moellmann [Mon, 26 Feb 2001 14:06:48 +0000 (14:06 +0000)]
Give URLs canonical form.
André Spiegel [Mon, 26 Feb 2001 13:48:36 +0000 (13:48 +0000)]
#
André Spiegel [Mon, 26 Feb 2001 13:45:06 +0000 (13:45 +0000)]
(vc-default-workfile-unchanged-p, vc-default-latest-on-branch-p): Add
missing BACKEND argument.
Gerd Moellmann [Mon, 26 Feb 2001 13:08:00 +0000 (13:08 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 26 Feb 2001 13:07:27 +0000 (13:07 +0000)]
(lazy-lock-fontify-after-idle): Make sure to
fontify in the right buffer.
Gerd Moellmann [Mon, 26 Feb 2001 12:17:18 +0000 (12:17 +0000)]
Check HAVE_TERM_H before including term.h.