aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Give LessTif precedence over Motif.Richard M. Stallman2001-03-031-1/+1
|
* Many typo-fixes and clarifications from Dr Francis J. WrightEli Zaretskii2001-03-031-39/+46
| | | | <[email protected]>.
* (Mac Input, Mac Font Specs): Fix typos reported by Dr Francis J. WrightEli Zaretskii2001-03-031-2/+2
| | | | <[email protected]>.
* (Antinews): Fix typos reported by Dr Francis J. Wright <[email protected]>.Eli Zaretskii2001-03-031-4/+4
|
* (Checklist): Say that the example with LC_ALL and such is for a Unix shell.Eli Zaretskii2001-03-031-2/+3
| | | | From Dr Francis J. Wright <[email protected]>.
* According to Neil Booth <[email protected]>, versions of theEli Zaretskii2001-03-031-4/+7
| | | | preprocessor after Feb 1 2001 don't expand ".." into ". .".
* (insert-file-contents-literally): BindDave Love2001-03-022-2/+9
| | | | | inhibit-file-name-handlers and inhibit-file-name-operation, not jka-compr-compression-info-list.
* (glyph_rect): New function.Gerd Moellmann2001-03-022-35/+93
| | | | | (XTmouse_position): Use it to raise the threshold for mouse movement event generation.
* (comment-normalize-vars): Use [ \t] for the trailingStefan Monnier2001-03-022-11/+21
| | | | spaces in default comment-start-skip settings rather than \s-.
* *** empty log message ***Eli Zaretskii2001-03-021-1/+1
|
* (mark_maybe_pointer): Fix a typo in a comment.Eli Zaretskii2001-03-022-3/+3
|
* *** empty log message ***Eli Zaretskii2001-03-022-0/+19
|
* (msdos-handle-reverse-video): Look for reverse inEli Zaretskii2001-03-021-1/+2
| | | | default-frame-alist as well.
* *** empty log message ***Gerd Moellmann2001-03-022-0/+9
|
* (Fmsdos_remember_default_colors): If default-frame-alistEli Zaretskii2001-03-021-10/+22
| | | | | | | | | 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.
* (Fexpand_file_name): Collapse sequences of slashesGerd Moellmann2001-03-021-4/+20
| | | | to a single slash in the middle of file names.
* (Finternal_set_lisp_face_attribute)Eli Zaretskii2001-03-021-5/+7
| | | | | [!HAVE_WINDOW_SYSTEM]: Record the new attribute in the frame's parameters alist.
* (Fcurrent_time_zone) [HAVE_TM_ZONE || HAVE_TZNAME]:Gerd Moellmann2001-03-022-0/+17
| | | | Accept only alphanumeric time zone names.
* (parse_qualified_param_ident_or_type): Return aGerd Moellmann2001-03-021-2/+7
| | | | | freshly allocated object in *LAST_ID. (read_line): Accept \r\n line endings.
* (Dired Visiting): Fix wording, suggested by Ron Ross <[email protected]>.Eli Zaretskii2001-03-021-17/+22
| | | | | | | | (Marks vs Flags): Fix wording, suggested by Ron Ross <[email protected]>. (Shell Commands in Dired): Fix wording, suggested by Ron Ross <[email protected]>. (Subdirectories in Dired): Fix wording, suggested by Ron Ross <[email protected]>.
* (XTset_vertical_scroll_bar): Don't clear a zero heightGerd Moellmann2001-03-022-14/+23
| | | | | | or width area. (XTset_vertical_scroll_bar, x_scroll_bar_create): Don't configure a widget to zero height.
* *** empty log message ***Dave Love2001-03-012-2/+5
|
* (mm-inhibit-file-name-handlers): AddDave Love2001-03-011-1/+3
| | | | image-file-handler.
* (Fwindow_end): Call move_it_past_eol only ifGerd Moellmann2001-03-012-1/+7
| | | | ending up on a partially visible line.
* *** empty log message ***Dave Love2001-03-013-6/+31
|
* (defvar): Wrap some defvars inDave Love2001-03-011-8/+9
| | | | eval-when-compile. From Markus Rost <[email protected]>.
* (event-basic-type): Doc fix.Dave Love2001-03-011-1/+1
|
* (Fccl_execute): Doc fix.Dave Love2001-03-011-8/+9
|
* (ccl-compile): Doc fix.Dave Love2001-03-012-2/+3
|
* Doc fixes.Dave Love2001-03-012-50/+47
|
* Doc fixes.Dave Love2001-03-011-10/+11
| | | | (leim-list-header): Fix header text.
* (save-buffer-state): Use inhibit-modification-hooksStefan Monnier2001-03-012-6/+9
| | | | rather than (before|after)-change-functions.
* Add copyright notices for all files. README is a new file, mainlyEli Zaretskii2001-03-0113-12/+195
| | | | as a place for copyright notice for the binary files.
* (Fx_create_frame): Adjust the frame's height for presenceGerd Moellmann2001-03-012-28/+33
| | | | of the tool bar before calling x_figure_window_size.
* *** empty log message ***Gerd Moellmann2001-03-012-0/+10
|
* (free_frame_menubar): Set the frame's menubar_widget toGerd Moellmann2001-03-011-0/+1
| | | | | NULL after destroying it, otherwise XTread_socket can access a destroyed widget when input is unblocked.
* (ediff-scroll-horizontally): Arrange forGerd Moellmann2001-03-011-3/+11
| | | | | scroll-left and scroll-right being called interactively so that they set the window's min_hscroll.
* (Indirect Buffers): Add a @key[RET}.Gerd Moellmann2001-03-011-1/+1
|
* (Help): Add @key[RET} in @items.Gerd Moellmann2001-03-011-2/+2
|
* (info-insert-file-contents-1): Accept an additionalEli Zaretskii2001-03-012-17/+48
| | | | | | | | | 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.
* Fix last change.Eli Zaretskii2001-03-011-0/+5
|
* Document the problems with "Text file busy" due to buggy NFS servers.Eli Zaretskii2001-03-011-0/+26
|
* (x_set_foreground_color): Set the background of theGerd Moellmann2001-03-012-0/+5
| | | | cursor GC.
* (x_set_font): Handle case of x_new_fontset returning theGerd Moellmann2001-03-012-2/+16
| | | | same name as before, although there was a change in fontsets.
* * lisp.h (Fframe_parameter): Declare.Ken Raeburn2001-02-282-0/+3
|
* * window.c (set_window_buffer): Field vscroll is an int, not a lisp object.Ken Raeburn2001-02-282-1/+6
|
* *** empty log message ***Gerd Moellmann2001-02-282-0/+9
|
* (x_set_window_size): Don't use `None' with widgets; useGerd Moellmann2001-02-281-1/+1
| | | | NULL instead.
* (Fx_hide_tip): Don't use `None' with widgets; useGerd Moellmann2001-02-281-1/+1
| | | | NULL instead.
* (xm_arm_callback): Don't compare widgets with `None',Gerd Moellmann2001-02-281-2/+2
| | | | use NULL instead.