]> code.delx.au - gnu-emacs/log
gnu-emacs
23 years agoSet version to 21.0.95.
Gerd Moellmann [Mon, 18 Dec 2000 13:50:14 +0000 (13:50 +0000)]
Set version to 21.0.95.

23 years ago(send-mail-function): Customize.
Dave Love [Mon, 18 Dec 2000 13:48:34 +0000 (13:48 +0000)]
(send-mail-function): Customize.

23 years ago*** empty log message ***
Eli Zaretskii [Mon, 18 Dec 2000 13:28:31 +0000 (13:28 +0000)]
*** empty log message ***

23 years ago(IT_set_face): Obey inverse_video.
Eli Zaretskii [Mon, 18 Dec 2000 13:27:18 +0000 (13:27 +0000)]
(IT_set_face): Obey inverse_video.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 18 Dec 2000 13:17:24 +0000 (13:17 +0000)]
*** empty log message ***

23 years agoAdd some commentary.
Dave Love [Mon, 18 Dec 2000 12:54:50 +0000 (12:54 +0000)]
Add some commentary.

23 years ago(x_connection_closed): Prevent being called recursively
Gerd Moellmann [Mon, 18 Dec 2000 12:54:00 +0000 (12:54 +0000)]
(x_connection_closed): Prevent being called recursively
because of an error condition in XtCloseDisplay.

23 years ago(cp866-decode-table): New table.
Eli Zaretskii [Mon, 18 Dec 2000 12:36:36 +0000 (12:36 +0000)]
(cp866-decode-table): New table.

23 years ago*** empty log message ***
Dave Love [Mon, 18 Dec 2000 12:36:31 +0000 (12:36 +0000)]
*** empty log message ***

23 years ago(news-setup, news-reply-mode): Don't autoload
Dave Love [Mon, 18 Dec 2000 12:36:19 +0000 (12:36 +0000)]
(news-setup, news-reply-mode): Don't autoload
(unused).

23 years ago(emacs-version): Remove `%a' from the time format
Gerd Moellmann [Mon, 18 Dec 2000 12:12:09 +0000 (12:12 +0000)]
(emacs-version): Remove `%a' from the time format
because the weekday doesn't fit well into each locale.

23 years ago(directory_files_internal): Always return decoded filenames.
Kenichi Handa [Mon, 18 Dec 2000 12:05:38 +0000 (12:05 +0000)]
(directory_files_internal): Always return decoded filenames.

23 years ago*** empty log message ***
Kenichi Handa [Mon, 18 Dec 2000 12:05:20 +0000 (12:05 +0000)]
*** empty log message ***

23 years ago(init_iterator): If noninteractive, and the frame's
Gerd Moellmann [Mon, 18 Dec 2000 12:02:37 +0000 (12:02 +0000)]
(init_iterator): If noninteractive, and the frame's
face cache is null, make one.

23 years ago(show_busy_cursor): Check for live frames more
Gerd Moellmann [Mon, 18 Dec 2000 11:36:34 +0000 (11:36 +0000)]
(show_busy_cursor): Check for live frames more
thoroughly.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 18 Dec 2000 11:25:48 +0000 (11:25 +0000)]
*** empty log message ***

23 years ago(wait_reading_process_input): Check for pending
Gerd Moellmann [Mon, 18 Dec 2000 10:53:51 +0000 (10:53 +0000)]
(wait_reading_process_input): Check for pending
input when running timers.

23 years agoExchange order of last two entries, to make them chronological.
Eli Zaretskii [Mon, 18 Dec 2000 10:27:06 +0000 (10:27 +0000)]
Exchange order of last two entries, to make them chronological.

23 years ago(IT_write_glyphs): Compute the glyph face from str->face_id.
Eli Zaretskii [Mon, 18 Dec 2000 10:23:43 +0000 (10:23 +0000)]
(IT_write_glyphs): Compute the glyph face from str->face_id.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 18 Dec 2000 10:22:02 +0000 (10:22 +0000)]
*** empty log message ***

23 years agoTypo.
Stefan Monnier [Mon, 18 Dec 2000 03:19:54 +0000 (03:19 +0000)]
Typo.

23 years ago(cvs-diff-backup-extractor): Return full-path for file.
Stefan Monnier [Mon, 18 Dec 2000 03:17:46 +0000 (03:17 +0000)]
(cvs-diff-backup-extractor): Return full-path for file.
(cvs-execute-single-file): Don't change directory.
Patch from Per Cederqvist.

23 years agoRemove useless Version.
Stefan Monnier [Mon, 18 Dec 2000 03:17:31 +0000 (03:17 +0000)]
Remove useless Version.

23 years ago(image-file-name-extensions): Add "pgm" and "ppm".
Miles Bader [Mon, 18 Dec 2000 02:18:21 +0000 (02:18 +0000)]
(image-file-name-extensions): Add "pgm" and "ppm".

23 years ago(artist-replace-chars, artist-replace-char):
Miles Bader [Mon, 18 Dec 2000 01:18:43 +0000 (01:18 +0000)]
(artist-replace-chars, artist-replace-char):
Check that emacs-major-version is `=' to 20, not `>='.
(artist-replace-chars): Use `make-string' instead of a loop.

23 years ago(read_process_output): Don't run a filter if the code
Kenichi Handa [Mon, 18 Dec 2000 00:39:59 +0000 (00:39 +0000)]
(read_process_output): Don't run a filter if the code
decoder produces nothing but carryover.

23 years ago*** empty log message ***
Kenichi Handa [Mon, 18 Dec 2000 00:39:30 +0000 (00:39 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Andrew Innes [Sun, 17 Dec 2000 23:16:42 +0000 (23:16 +0000)]
*** empty log message ***

23 years ago(sys_rename): Only check errno against EEXIST, and not
Andrew Innes [Sun, 17 Dec 2000 23:14:55 +0000 (23:14 +0000)]
(sys_rename): Only check errno against EEXIST, and not
EACCES, when determining whether rename failed because the target
exists.  This was resulting in indefinite looping on Windows 9x if
the source file was locked by another process.

23 years ago(Ffile_system_info): New function.
Andrew Innes [Sun, 17 Dec 2000 23:13:26 +0000 (23:13 +0000)]
(Ffile_system_info): New function.
(syms_of_w32fns): Defsubr it.

23 years ago(install): Copy directories to the correct
Andrew Innes [Sun, 17 Dec 2000 23:10:02 +0000 (23:10 +0000)]
(install): Copy directories to the correct
places.
(real_install): Remove obsolete target.

23 years ago(coordinates_in_window): Fix computation for
Gerd Moellmann [Sun, 17 Dec 2000 15:11:56 +0000 (15:11 +0000)]
(coordinates_in_window): Fix computation for
position on vertical line between mode lines.

23 years ago(unwind_create_frame): Return t if frame was deleted.
Gerd Moellmann [Sun, 17 Dec 2000 15:10:18 +0000 (15:10 +0000)]
(unwind_create_frame): Return t if frame was deleted.
Don't alter tip_frame or tip_window.
(unwind_create_tip_frame): Set tip_frame to nil only if frame
was deleted.

23 years ago*** empty log message ***
Gerd Moellmann [Sun, 17 Dec 2000 15:07:38 +0000 (15:07 +0000)]
*** empty log message ***

23 years ago(canonicalize_filename) [DOS_NT]: Fix last change.
Eli Zaretskii [Sat, 16 Dec 2000 17:46:59 +0000 (17:46 +0000)]
(canonicalize_filename) [DOS_NT]: Fix last change.

23 years ago*** empty log message ***
Eli Zaretskii [Sat, 16 Dec 2000 15:33:58 +0000 (15:33 +0000)]
*** empty log message ***

23 years ago(Fcopy_file): Rename the last argument to keep_time, to
Eli Zaretskii [Sat, 16 Dec 2000 15:31:03 +0000 (15:31 +0000)]
(Fcopy_file): Rename the last argument to keep_time, to
be consistent with the doc string.

23 years ago(check-ispell-version): If
Eli Zaretskii [Sat, 16 Dec 2000 15:13:31 +0000 (15:13 +0000)]
(check-ispell-version): If
`ispell-program-name' is "aspell", pass it the -v switch instead
of -vv.

23 years ago(mule-diag): Insert information about
Kenichi Handa [Sat, 16 Dec 2000 01:44:39 +0000 (01:44 +0000)]
(mule-diag): Insert information about
configure options, multibyte awareness, language env.

23 years ago*** empty log message ***
Kenichi Handa [Sat, 16 Dec 2000 01:44:23 +0000 (01:44 +0000)]
*** empty log message ***

23 years ago(Vface_ignored_fonts): New variable.
Kenichi Handa [Sat, 16 Dec 2000 01:15:05 +0000 (01:15 +0000)]
(Vface_ignored_fonts): New variable.
(x_face_list_fonts): Ignore fonts matching Vface_ignored_fonts.
(syms_of_xfaces): Declare Vface_ignored_fonts as a Lisp variable.

23 years agoRe-generated by the new ja-dic-cnv.el.
Kenichi Handa [Sat, 16 Dec 2000 00:26:31 +0000 (00:26 +0000)]
Re-generated by the new ja-dic-cnv.el.

23 years ago*** empty log message ***
Kenichi Handa [Sat, 16 Dec 2000 00:26:08 +0000 (00:26 +0000)]
*** empty log message ***

23 years ago(skkdic-get-candidate-list): Fix the regexp to search for candidates.
Kenichi Handa [Sat, 16 Dec 2000 00:11:37 +0000 (00:11 +0000)]
(skkdic-get-candidate-list): Fix the regexp to search for candidates.

23 years ago(Info-forward-node): If the node has an
Eli Zaretskii [Fri, 15 Dec 2000 22:03:05 +0000 (22:03 +0000)]
(Info-forward-node): If the node has an
Info-header-line, widen the buffer before searching for "next:"
and "up:" pointers, and set the search limit to stay in the
current node.

23 years ago(update_window): Detect pending input every nth line
Gerd Moellmann [Fri, 15 Dec 2000 17:14:56 +0000 (17:14 +0000)]
(update_window): Detect pending input every nth line
updated, i.e. do it depending on real work done, and not on the
vpos of the line.

23 years ago(expose_window): Don't redraw the window that's
Gerd Moellmann [Fri, 15 Dec 2000 17:14:07 +0000 (17:14 +0000)]
(expose_window): Don't redraw the window that's
currently being updated.

23 years ago(delete-trailing-whitespace): Remove extraneous let.
Miles Bader [Fri, 15 Dec 2000 16:25:51 +0000 (16:25 +0000)]
(delete-trailing-whitespace): Remove extraneous let.

23 years ago2000-12-15 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 15 Dec 2000 15:13:29 +0000 (15:13 +0000)]
2000-12-15  ShengHuo ZHU  <zsh@cs.rochester.edu>

* pop3.el (pop3-movemail): Use binary.
(pop3-movemail-file-coding-system): Removed.

23 years ago*** empty log message ***
Dave Love [Fri, 15 Dec 2000 15:07:18 +0000 (15:07 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 15 Dec 2000 15:06:57 +0000 (15:06 +0000)]
*** empty log message ***

23 years ago(Fset_window_point): Remove test for
Gerd Moellmann [Fri, 15 Dec 2000 15:06:35 +0000 (15:06 +0000)]
(Fset_window_point): Remove test for
cursor_in_non_selected_windows.

23 years agoComment update.
Gerd Moellmann [Fri, 15 Dec 2000 14:49:34 +0000 (14:49 +0000)]
Comment update.

23 years ago(bcopy) [IRIX6]: Don't special-case definition of
Gerd Moellmann [Fri, 15 Dec 2000 14:49:08 +0000 (14:49 +0000)]
(bcopy) [IRIX6]: Don't special-case definition of
bcopy & al.

23 years ago#undef bcopy & al here. Include strings.h.
Gerd Moellmann [Fri, 15 Dec 2000 14:48:46 +0000 (14:48 +0000)]
#undef bcopy & al here.  Include strings.h.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 15 Dec 2000 14:48:30 +0000 (14:48 +0000)]
*** empty log message ***

23 years ago(operator_name): Cast argument of isalpha to
Gerd Moellmann [Fri, 15 Dec 2000 14:33:39 +0000 (14:33 +0000)]
(operator_name): Cast argument of isalpha to
unsigned char.

23 years ago(get_keyword): Make sure that isspace and
Gerd Moellmann [Fri, 15 Dec 2000 14:33:25 +0000 (14:33 +0000)]
(get_keyword): Make sure that isspace and
similar aren't called with a negative argument.

23 years ago(ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.
Gerd Moellmann [Fri, 15 Dec 2000 14:32:55 +0000 (14:32 +0000)]
(ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.
Use them throughout instead of ctype functions/macros.
(lowcase): Cast to unsigned char.
(UPCASE): New macro.
(canonicalize_filename): Use UPCASE instead toupper.

23 years ago*** empty log message ***
Miles Bader [Fri, 15 Dec 2000 14:18:53 +0000 (14:18 +0000)]
*** empty log message ***

23 years ago(comint-send-string, comint-send-region): Also accept a buffer, buffer-name,
Miles Bader [Fri, 15 Dec 2000 14:09:22 +0000 (14:09 +0000)]
(comint-send-string, comint-send-region): Also accept a buffer, buffer-name,
or nil for PROCESS, for compatibility with process-send-string/region.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 15 Dec 2000 13:59:46 +0000 (13:59 +0000)]
*** empty log message ***

23 years ago(read1): Recognize end of file after `\\'.
Gerd Moellmann [Fri, 15 Dec 2000 13:59:23 +0000 (13:59 +0000)]
(read1): Recognize end of file after `\\'.

23 years ago(isearch-lazy-highlight-max): New user-option.
Gerd Moellmann [Fri, 15 Dec 2000 13:22:21 +0000 (13:22 +0000)]
(isearch-lazy-highlight-max): New user-option.
(isearch-lazy-highlight-update): Don't highlight more than
isearch-lazy-highlight-max matches.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 15 Dec 2000 13:01:30 +0000 (13:01 +0000)]
*** empty log message ***

23 years ago(sort-columns): Fix error message.
Gerd Moellmann [Fri, 15 Dec 2000 13:00:59 +0000 (13:00 +0000)]
(sort-columns): Fix error message.

23 years ago(mh-find-path): Set read-mail-command.
Gerd Moellmann [Fri, 15 Dec 2000 12:32:33 +0000 (12:32 +0000)]
(mh-find-path): Set read-mail-command.

23 years ago(x_create_tip_frame): Use unwind_create_tip_frame,
Gerd Moellmann [Fri, 15 Dec 2000 12:06:34 +0000 (12:06 +0000)]
(x_create_tip_frame): Use unwind_create_tip_frame,
not unwind_create_frame.

23 years ago(dabbrev--last-case-pattern): Value is now
Gerd Moellmann [Fri, 15 Dec 2000 11:51:04 +0000 (11:51 +0000)]
(dabbrev--last-case-pattern): Value is now
`upcase' or `downcase' or nil.
(dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
Pass new record-case-pattern arg to dabbrev--substitute-expansion.
(dabbrev--substitute-expansion): New arg record-case-pattern.
If it is non-nil, set dabbrev--last-case-pattern.
If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.

(dabbrev--find-expansion): Remove extra nreverse.

23 years agoAdd note aboute using `inverse-video' to detect excessive screen redraw.
Miles Bader [Fri, 15 Dec 2000 11:41:20 +0000 (11:41 +0000)]
Add note aboute using `inverse-video' to detect excessive screen redraw.

23 years ago(detect_coding): Call detect_coding_mask with a correct MULTIBYTEP
Kenichi Handa [Fri, 15 Dec 2000 08:30:40 +0000 (08:30 +0000)]
(detect_coding): Call detect_coding_mask with a correct MULTIBYTEP
argument.
(code_convert_region): Don't override coding->src_multibyte and
coding->dst_multibyte.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 15 Dec 2000 08:30:10 +0000 (08:30 +0000)]
*** empty log message ***

23 years ago(setup_coding_system): Clear all members of the struct
Kenichi Handa [Fri, 15 Dec 2000 04:45:53 +0000 (04:45 +0000)]
(setup_coding_system): Clear all members of the struct
coding_system at first.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 15 Dec 2000 04:45:38 +0000 (04:45 +0000)]
*** empty log message ***

23 years ago(Info-default-directory-list): Don't delete configure-info-directory
Miles Bader [Fri, 15 Dec 2000 03:54:32 +0000 (03:54 +0000)]
(Info-default-directory-list): Don't delete configure-info-directory
from the list of standard info directories when appending it to the
end -- their order is important.

23 years agoWS
Miles Bader [Fri, 15 Dec 2000 03:18:26 +0000 (03:18 +0000)]
WS

23 years ago(read-face-attribute): If there's no entry for the user's input in
Miles Bader [Fri, 15 Dec 2000 03:12:09 +0000 (03:12 +0000)]
(read-face-attribute): If there's no entry for the user's input in
VALID, just use it as-is (this will often result in an error, but it may
be OK for e.g. colors using hexadecimal notation, and at least will
yield a better error message).

23 years ago(Fmd5): Docstring improved.
Kenichi Handa [Fri, 15 Dec 2000 02:04:31 +0000 (02:04 +0000)]
(Fmd5): Docstring improved.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 15 Dec 2000 02:04:09 +0000 (02:04 +0000)]
*** empty log message ***

23 years ago(window_box_height): Add comment.
Miles Bader [Fri, 15 Dec 2000 01:51:26 +0000 (01:51 +0000)]
(window_box_height): Add comment.

23 years ago*** empty log message ***
Miles Bader [Fri, 15 Dec 2000 01:12:29 +0000 (01:12 +0000)]
*** empty log message ***

23 years ago(mode-line-window-height-fudge):
Miles Bader [Fri, 15 Dec 2000 01:11:04 +0000 (01:11 +0000)]
(mode-line-window-height-fudge):
  Function removed.
(height-affecting-face-attributes, mode-line-window-height-fudge):
  Variables removed.

23 years ago(ispell-overlay-window): Ensure that the new window is really the right size.
Miles Bader [Fri, 15 Dec 2000 01:09:50 +0000 (01:09 +0000)]
(ispell-overlay-window): Ensure that the new window is really the right size.
  Use vertical-motion rather than forward-line.
(ispell-help): Don't use ispell-mode-line-window-height-fudge.
(ispell-command-loop, ispell-show-choices): Use the variable
  ispell-choices-win-default-height, rather than the function.
(ispell-choices-win-default-height): Function removed.
(ispell-mode-line-window-height-fudge): Function removed.

23 years ago(window_box_height): Only use mode-line glyph-rows that are actually
Miles Bader [Fri, 15 Dec 2000 00:59:56 +0000 (00:59 +0000)]
(window_box_height): Only use mode-line glyph-rows that are actually
marked as mode-lines; otherwise use estimate_mode_line_height.

23 years ago(add-change-log-entry): Only expand-file-name if non-nil.
Stefan Monnier [Thu, 14 Dec 2000 17:30:34 +0000 (17:30 +0000)]
(add-change-log-entry): Only expand-file-name if non-nil.

23 years ago(Info-directory-list): Change doc string to reflect the
Eli Zaretskii [Thu, 14 Dec 2000 17:14:32 +0000 (17:14 +0000)]
(Info-directory-list): Change doc string to reflect the
change in Info-default-directory-list.

23 years ago(Info-default-directory-list): If
Eli Zaretskii [Thu, 14 Dec 2000 17:12:39 +0000 (17:12 +0000)]
(Info-default-directory-list): If
configure-info-directory is not one of the standard directories,
put it first in the list; otherwise put it last.  Doc string
changed accordingly.

23 years ago([M-delete]): Remap to M-d.
Eli Zaretskii [Thu, 14 Dec 2000 16:53:25 +0000 (16:53 +0000)]
([M-delete]): Remap to M-d.

23 years ago(delete-key-deletes-forward-mode): Treat ms-dos and
Eli Zaretskii [Thu, 14 Dec 2000 16:51:52 +0000 (16:51 +0000)]
(delete-key-deletes-forward-mode): Treat ms-dos and
windows-nt as windowed environments, even under -nw.

23 years ago(command-line): Don't call x-backspace-delete-keys-p
Eli Zaretskii [Thu, 14 Dec 2000 16:51:13 +0000 (16:51 +0000)]
(command-line): Don't call x-backspace-delete-keys-p
if not fboundp.  Switch delete-forward mode for the <delete> key
on all PC platforms, even under -nw.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 14 Dec 2000 16:47:18 +0000 (16:47 +0000)]
*** empty log message ***

23 years agoChange maintainer to FSF.
Gerd Moellmann [Thu, 14 Dec 2000 16:44:40 +0000 (16:44 +0000)]
Change maintainer to FSF.

23 years ago(Fformat): Prevent a buffer overrun when the format
Gerd Moellmann [Thu, 14 Dec 2000 16:18:54 +0000 (16:18 +0000)]
(Fformat): Prevent a buffer overrun when the format
specifies a precision.

23 years agoDocument show-cursor-in-non-selected-windows and
Eli Zaretskii [Thu, 14 Dec 2000 15:20:27 +0000 (15:20 +0000)]
Document show-cursor-in-non-selected-windows and
cursor-in-non-selected-windows.

23 years agoMark show-cursor-in-non-selected-windows aas documented in the manual.
Eli Zaretskii [Thu, 14 Dec 2000 15:19:20 +0000 (15:19 +0000)]
Mark show-cursor-in-non-selected-windows aas documented in the manual.

23 years ago*** empty log message ***
Eli Zaretskii [Thu, 14 Dec 2000 15:18:26 +0000 (15:18 +0000)]
*** empty log message ***

23 years ago(show-cursor-in-non-selected-windows): Doc fix.
Eli Zaretskii [Thu, 14 Dec 2000 15:16:27 +0000 (15:16 +0000)]
(show-cursor-in-non-selected-windows): Doc fix.

23 years ago(Fmsdos_set_mouse_buttons): Signal an error if the
Eli Zaretskii [Thu, 14 Dec 2000 15:12:58 +0000 (15:12 +0000)]
(Fmsdos_set_mouse_buttons): Signal an error if the
argument is outside the range [2..3].

23 years agoNote about W3.
Dave Love [Thu, 14 Dec 2000 14:21:32 +0000 (14:21 +0000)]
Note about W3.

23 years ago*** empty log message ***
Dave Love [Thu, 14 Dec 2000 14:17:49 +0000 (14:17 +0000)]
*** empty log message ***