]> git.eshelyaron.com Git - emacs.git/log
emacs.git
22 years ago*** empty log message ***
Eli Zaretskii [Tue, 5 Feb 2002 18:14:21 +0000 (18:14 +0000)]
*** empty log message ***

22 years ago(current_minor_maps): `override' only shadows its
Eli Zaretskii [Tue, 5 Feb 2002 18:13:45 +0000 (18:13 +0000)]
(current_minor_maps): `override' only shadows its
correspondent in minor-mode-map-alist, not the whole tail.

22 years ago(gud-refresh): Call recenter only after we are sure we
Eli Zaretskii [Tue, 5 Feb 2002 18:09:13 +0000 (18:09 +0000)]
(gud-refresh): Call recenter only after we are sure we
are in the right window.

22 years ago(Dired): Fix the xref to the dired-x manual.
Eli Zaretskii [Tue, 5 Feb 2002 18:07:45 +0000 (18:07 +0000)]
(Dired): Fix the xref to the dired-x manual.

22 years ago2002-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
ShengHuo ZHU [Mon, 4 Feb 2002 14:33:31 +0000 (14:33 +0000)]
2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>

* gnus-start.el (gnus-read-init-file): Cleaned up.

2002-01-03  Dave Love  <d.love@dl.ac.uk>

* gnus-start.el (gnus-startup-file-coding-system): Removed.
(gnus-read-init-file): Don't use it.

2002-01-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

* gnus-start.el (gnus-read-init-file): Don't force coding system
for ~/.gnus.  From Dave Love <fx@gnu.org>.

22 years agoFix a typo in "handle SIGINT" command.
Eli Zaretskii [Mon, 4 Feb 2002 12:56:50 +0000 (12:56 +0000)]
Fix a typo in "handle SIGINT" command.

22 years ago* rcs2log (Copyright): Update to 2002.
Paul Eggert [Sun, 3 Feb 2002 17:45:56 +0000 (17:45 +0000)]
* rcs2log (Copyright): Update to 2002.
Add '(C)' as per coding guidelines.
(AWK, TMPDIR): Work around portability problem in broken shells that
don't understand `: ${VAR=val}'.
(SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001.
Prefer the new -k option to the traditional +M -N option.

22 years ago(Copyright): Update to 2002. Add '(C)' as per coding guidelines.
Paul Eggert [Sun, 3 Feb 2002 17:45:30 +0000 (17:45 +0000)]
(Copyright): Update to 2002.  Add '(C)' as per coding guidelines.
(AWK, TMPDIR): Work around portability problem in broken shells that
don't understand `: ${VAR=val}'.
(SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001.
Prefer the new -k option to the traditional +M -N option.

22 years ago(rmail): Use find-buffer-visiting instead of
Eli Zaretskii [Sun, 3 Feb 2002 11:42:21 +0000 (11:42 +0000)]
(rmail): Use find-buffer-visiting instead of
get-file-buffer to check for rmail buffer existence.

22 years ago(term-emulate-terminal): Extract proper command string
Eli Zaretskii [Sun, 3 Feb 2002 11:40:06 +0000 (11:40 +0000)]
(term-emulate-terminal): Extract proper command string
which is supplied to term-command-hook.

22 years ago(uce-reply-to-uce): Prune the headers before copying
Eli Zaretskii [Sat, 2 Feb 2002 17:00:22 +0000 (17:00 +0000)]
(uce-reply-to-uce): Prune the headers before copying
the message text into the *mail* buffer, and restore the pruned
state after that.

22 years ago(rmail-redecode-body): Prune the headers before
Eli Zaretskii [Sat, 2 Feb 2002 16:58:33 +0000 (16:58 +0000)]
(rmail-redecode-body): Prune the headers before
looking for X-Coding-System header, and restore the pruned state
before returning.

22 years ago(customize-save-variable): Fix typo in prompt.
Pavel Janík [Sat, 2 Feb 2002 15:59:20 +0000 (15:59 +0000)]
(customize-save-variable): Fix typo in prompt.

22 years agoFix last change.
Eli Zaretskii [Sat, 2 Feb 2002 14:59:25 +0000 (14:59 +0000)]
Fix last change.

22 years agoRemove the (empty) lisp/calc subdirectory after linking.
Eli Zaretskii [Sat, 2 Feb 2002 14:55:35 +0000 (14:55 +0000)]
Remove the (empty) lisp/calc subdirectory after linking.

22 years agoDocument the new behavior of novice.el under "emacs -q".
Eli Zaretskii [Sat, 2 Feb 2002 13:10:57 +0000 (13:10 +0000)]
Document the new behavior of novice.el under "emacs -q".

22 years ago(disable-command, enable-command): If user-init-file
Eli Zaretskii [Sat, 2 Feb 2002 13:02:28 +0000 (13:02 +0000)]
(disable-command, enable-command): If user-init-file
is nil or does not exist, default to "~/.emacs" (~/_emacs on DOS
and, maybe, Windows).  But don't alter the init file if Emacs was
invoked as "emacs -q"

22 years ago(enlarge_window): Fix last change.
Eli Zaretskii [Sat, 2 Feb 2002 08:18:03 +0000 (08:18 +0000)]
(enlarge_window): Fix last change.

22 years ago(mail-mode) <adaptive-fill-first-line-regexp>: Undo half of last change.
Stefan Monnier [Fri, 1 Feb 2002 21:56:57 +0000 (21:56 +0000)]
(mail-mode) <adaptive-fill-first-line-regexp>: Undo half of last change.

22 years ago(x_erase_phys_cursor): Don't erase cursor if cursor row
Kim F. Storm [Fri, 1 Feb 2002 21:15:03 +0000 (21:15 +0000)]
(x_erase_phys_cursor): Don't erase cursor if cursor row
is invisible.  This can happen if cursor is on top line of a
window, and we switch to a buffer with a header line.

22 years ago(hi-lock-find-patterns): Save restriction.
Stefan Monnier [Fri, 1 Feb 2002 19:31:17 +0000 (19:31 +0000)]
(hi-lock-find-patterns): Save restriction.

22 years ago(decode_composition_emacs_mule): Give up if NCOMPONENT
Eli Zaretskii [Fri, 1 Feb 2002 18:03:09 +0000 (18:03 +0000)]
(decode_composition_emacs_mule): Give up if NCOMPONENT
gets too large to index `component'.

22 years ago*** empty log message ***
Pavel Janík [Tue, 29 Jan 2002 08:14:10 +0000 (08:14 +0000)]
*** empty log message ***

22 years ago(tmm-get-keymap): Honour :visible in `menu-item'.
Pavel Janík [Tue, 29 Jan 2002 08:08:08 +0000 (08:08 +0000)]
(tmm-get-keymap): Honour :visible in `menu-item'.
Add Keywords header.  Update Commentary section.
Update copyright notice.

22 years agoDocument changes in scroll-...-aggressively and addition of support for
Eli Zaretskii [Mon, 28 Jan 2002 18:44:47 +0000 (18:44 +0000)]
Document changes in scroll-...-aggressively and addition of support for
BSD/OS 5.0.

22 years agoBump version to 21.1.90.
Eli Zaretskii [Mon, 28 Jan 2002 17:15:14 +0000 (17:15 +0000)]
Bump version to 21.1.90.

22 years ago(Textual Scrolling): Exchange meanings of scroll-up-aggressively and
Eli Zaretskii [Mon, 28 Jan 2002 17:04:30 +0000 (17:04 +0000)]
(Textual Scrolling): Exchange meanings of scroll-up-aggressively and
scroll-down-aggressively.
Delete text erroneously added for scroll-conservatively.

22 years ago*** empty log message ***
Eli Zaretskii [Mon, 28 Jan 2002 17:00:07 +0000 (17:00 +0000)]
*** empty log message ***

22 years ago(try_scrolling): Exchange uses of scroll_down_aggressively and
Eli Zaretskii [Mon, 28 Jan 2002 16:57:06 +0000 (16:57 +0000)]
(try_scrolling): Exchange uses of scroll_down_aggressively and
scroll_up_aggressively.

22 years ago(syms_of_buffer): Doc fixes for scroll-...-aggressively.
Eli Zaretskii [Mon, 28 Jan 2002 16:56:03 +0000 (16:56 +0000)]
(syms_of_buffer): Doc fixes for scroll-...-aggressively.

22 years ago(basic-save-buffer-2): Ignore file-error in delete-file.
Eli Zaretskii [Mon, 28 Jan 2002 16:50:29 +0000 (16:50 +0000)]
(basic-save-buffer-2): Ignore file-error in delete-file.

22 years ago(custom-save-all): Bind file-precious-flag to t for saving .emacs.
Eli Zaretskii [Mon, 28 Jan 2002 16:49:41 +0000 (16:49 +0000)]
(custom-save-all): Bind file-precious-flag to t for saving .emacs.

22 years agoRecognize BSD/OS 5.0.
Eli Zaretskii [Mon, 28 Jan 2002 16:37:30 +0000 (16:37 +0000)]
Recognize BSD/OS 5.0.

22 years agoFix typos.
Pavel Janík [Sat, 26 Jan 2002 17:08:51 +0000 (17:08 +0000)]
Fix typos.
The file utf-8.el (and its author) is mentioned above.

22 years ago(note_mouse_highlight): Reset help_echo.
Jason Rumney [Sat, 26 Jan 2002 16:29:16 +0000 (16:29 +0000)]
(note_mouse_highlight): Reset help_echo.

22 years ago(eshell-eval-command): If eshell-resume-eval
Eli Zaretskii [Sat, 26 Jan 2002 12:11:12 +0000 (12:11 +0000)]
(eshell-eval-command): If eshell-resume-eval
returns t, don't treat that as an error.

22 years ago(face-font-registry-alternatives) [windows-nt]: Add
Jason Rumney [Fri, 25 Jan 2002 23:57:32 +0000 (23:57 +0000)]
(face-font-registry-alternatives) [windows-nt]: Add
ms-oemlatin as an alternative for iso8859-1.

22 years ago(mismatch): Doc fix.
Eli Zaretskii [Fri, 25 Jan 2002 18:52:53 +0000 (18:52 +0000)]
(mismatch): Doc fix.

22 years ago(x_scroll_run): Use ScrollWindowEx in place of BitBlt.
Jason Rumney [Thu, 24 Jan 2002 20:29:39 +0000 (20:29 +0000)]
(x_scroll_run): Use ScrollWindowEx in place of BitBlt.
If region left to draw is not what was expected, mark the frame as
garbaged.

22 years ago(w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
Jason Rumney [Thu, 24 Jan 2002 20:20:36 +0000 (20:20 +0000)]
(w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
Combine the regions returned by BeginPaint and GetUpdateRect.

22 years ago(record_char): Fix a typo in a comment.
Eli Zaretskii [Thu, 24 Jan 2002 17:20:15 +0000 (17:20 +0000)]
(record_char): Fix a typo in a comment.

22 years agoFix the grammar of the entry about rld-related problems on Irix.
Eli Zaretskii [Wed, 23 Jan 2002 11:08:27 +0000 (11:08 +0000)]
Fix the grammar of the entry about rld-related problems on Irix.

22 years ago(mail-mode): ">" is not a supercite-style prefix
Stefan Monnier [Wed, 23 Jan 2002 00:44:42 +0000 (00:44 +0000)]
(mail-mode): ">" is not a supercite-style prefix
and is already matched by adaptive-fill-regexp.

22 years agoDocument crashes on Irix due to a strange problem with `rld'.
Eli Zaretskii [Tue, 22 Jan 2002 11:52:53 +0000 (11:52 +0000)]
Document crashes on Irix due to a strange problem with `rld'.

22 years agoDocument problems with insufficient colors on X.
Eli Zaretskii [Tue, 22 Jan 2002 11:07:02 +0000 (11:07 +0000)]
Document problems with insufficient colors on X.

22 years ago(ispell-help): Clean up echo area if user quits.
Richard M. Stallman [Tue, 22 Jan 2002 07:37:39 +0000 (07:37 +0000)]
(ispell-help): Clean up echo area if user quits.

22 years ago*** empty log message ***
Eli Zaretskii [Sun, 20 Jan 2002 18:08:44 +0000 (18:08 +0000)]
*** empty log message ***

22 years ago(unexec) [__sgi]: Support the .got sections.
Eli Zaretskii [Sun, 20 Jan 2002 18:07:33 +0000 (18:07 +0000)]
(unexec) [__sgi]: Support the .got sections.

22 years ago(quail-start-translation, quail-start-conversion): Bind last-command-event,
Eli Zaretskii [Sun, 20 Jan 2002 17:52:22 +0000 (17:52 +0000)]
(quail-start-translation, quail-start-conversion): Bind last-command-event,
last-command, and this-command in the first let.  This fixes the change from
2000-08-30.

22 years agoFix a typo.
Eli Zaretskii [Sun, 20 Jan 2002 17:32:20 +0000 (17:32 +0000)]
Fix a typo.

22 years ago(w32_load_system_font, w32_to_x_charset): Use strnicmp
Jason Rumney [Sun, 20 Jan 2002 17:03:15 +0000 (17:03 +0000)]
(w32_load_system_font, w32_to_x_charset): Use strnicmp
in place of stricmp.
(w32_list_synthesized_fonts): Removed.
(w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
(struct enumfont_t): New element; list.
(enum_font_cb2): List all style and charset variations of a font.
(Fw32_select_font): Exclude vertical fonts.
(w32_enable_synthesized_fonts): Change to a boolean.
(Fw32_send_sys_command): Doc fix.

22 years ago(w32_native_per_char_metric): Don't trust the metrics
Jason Rumney [Sun, 20 Jan 2002 16:21:15 +0000 (16:21 +0000)]
(w32_native_per_char_metric): Don't trust the metrics
that Windows returns.  If a double check fails, try to guess how
ExtTextOut is going to act.

22 years ago*** empty log message ***
Jason Rumney [Sat, 19 Jan 2002 10:11:27 +0000 (10:11 +0000)]
*** empty log message ***

22 years ago(Fx_create_frame): Bind redisplay-dont-pause around
Jason Rumney [Sat, 19 Jan 2002 09:53:05 +0000 (09:53 +0000)]
(Fx_create_frame): Bind redisplay-dont-pause around
call to face-set-after-frame-default.

22 years ago(save-abbrevs, save-some-buffers): Don't ask the user
Richard M. Stallman [Sat, 19 Jan 2002 00:12:10 +0000 (00:12 +0000)]
(save-abbrevs, save-some-buffers): Don't ask the user
before saving abbrevs if `save-abbrevs' has the value `silently'.

22 years ago(Glyphs): All display types support faces in glyphs nowadays.
Eli Zaretskii [Fri, 18 Jan 2002 11:47:35 +0000 (11:47 +0000)]
(Glyphs): All display types support faces in glyphs nowadays.

22 years ago(VERSION): Set to 2.8.
Eli Zaretskii [Fri, 18 Jan 2002 10:35:47 +0000 (10:35 +0000)]
(VERSION): Set to 2.8.

22 years agoUpdate the manual version and the corresponding Emacs version. Update
Eli Zaretskii [Fri, 18 Jan 2002 10:33:34 +0000 (10:33 +0000)]
Update the manual version and the corresponding Emacs version.  Update
the copyright years.

22 years ago(VERSION): Set to 2.8. Update copyright years and the corresponding
Eli Zaretskii [Fri, 18 Jan 2002 10:31:22 +0000 (10:31 +0000)]
(VERSION): Set to 2.8.  Update copyright years and the corresponding
Emacs version.

22 years agoWording changes suggested by Richard M. Stallman.
Eli Zaretskii [Fri, 18 Jan 2002 07:50:19 +0000 (07:50 +0000)]
Wording changes suggested by Richard M. Stallman.

22 years agoAdvertise Info-scroll-prefer-subnodes.
Eli Zaretskii [Fri, 18 Jan 2002 07:44:53 +0000 (07:44 +0000)]
Advertise Info-scroll-prefer-subnodes.

22 years ago(enlarge_window): When exceeding size of parent,
Richard M. Stallman [Fri, 18 Jan 2002 03:51:33 +0000 (03:51 +0000)]
(enlarge_window): When exceeding size of parent,
directly delete all the siblings instead of trying to resize it.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 18 Jan 2002 03:51:10 +0000 (03:51 +0000)]
*** empty log message ***

22 years ago(network-connection-service-abbrev-alist): New variable.
Richard M. Stallman [Thu, 17 Jan 2002 00:31:50 +0000 (00:31 +0000)]
(network-connection-service-abbrev-alist): New variable.
(network-connection-mode-setup): Use it.

22 years ago*** empty log message ***
Richard M. Stallman [Thu, 17 Jan 2002 00:30:42 +0000 (00:30 +0000)]
*** empty log message ***

22 years ago(delete-selection-pre-hook): Handle and resignal file-supersession
Richard M. Stallman [Thu, 17 Jan 2002 00:20:17 +0000 (00:20 +0000)]
(delete-selection-pre-hook): Handle and resignal file-supersession
errors to interact properly with userlock.el.

22 years agoFix some "21.1" to say "21.2" instead. Fix a couple of typos.
Eli Zaretskii [Wed, 16 Jan 2002 19:50:42 +0000 (19:50 +0000)]
Fix some "21.1" to say "21.2" instead.  Fix a couple of typos.

22 years agoDocument problems with linking GCC-compiled libraries with a compiler
Eli Zaretskii [Wed, 16 Jan 2002 18:23:00 +0000 (18:23 +0000)]
Document problems with linking GCC-compiled libraries with a compiler
other than GCC.

22 years ago(feedmail): Fix :link spec.
Andreas Schwab [Wed, 16 Jan 2002 13:47:41 +0000 (13:47 +0000)]
(feedmail): Fix :link spec.

22 years ago(display_mode_element): When computing charpos, depend
Eli Zaretskii [Tue, 15 Jan 2002 17:30:41 +0000 (17:30 +0000)]
(display_mode_element): When computing charpos, depend
on multibyteness of elt, not the text in field.

22 years ago(diary-date-forms): Doc fix.
Eli Zaretskii [Tue, 15 Jan 2002 08:12:45 +0000 (08:12 +0000)]
(diary-date-forms): Doc fix.

22 years agoUpdates for current state of Windows port.
Jason Rumney [Mon, 14 Jan 2002 21:09:15 +0000 (21:09 +0000)]
Updates for current state of Windows port.

22 years ago[!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
Eli Zaretskii [Mon, 14 Jan 2002 13:03:25 +0000 (13:03 +0000)]
[!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
if defined, 0 otherwise.
(MAP_FAILED): Define if not defined and use it to test mmap failure.
(unexec) [!MAP_ANON]: Use /dev/zero as file to map.

22 years ago(ange-ftp-get-process, ange-ftp-send-cmd)
Stefan Monnier [Mon, 14 Jan 2002 12:45:46 +0000 (12:45 +0000)]
(ange-ftp-get-process, ange-ftp-send-cmd)
(ange-ftp-file-name-all-completions, ange-ftp-file-name-completion)
(ange-ftp-insert-directory): Preserve match-data.
(ange-ftp-shell-command): Strip port number from the host if present.

22 years ago(Fplay_sound): Initialize header_size also for :data case.
Pavel Janík [Mon, 14 Jan 2002 08:49:30 +0000 (08:49 +0000)]
(Fplay_sound): Initialize header_size also for :data case.

22 years agoRestore the quote in the `silly' example.
Richard M. Stallman [Sun, 13 Jan 2002 21:52:44 +0000 (21:52 +0000)]
Restore the quote in the `silly' example.

Fix the double-property examples.  Include one with a bare lambda.

22 years ago(find-file-noselect): Don't consider a buffer as
Eli Zaretskii [Sun, 13 Jan 2002 08:50:04 +0000 (08:50 +0000)]
(find-file-noselect): Don't consider a buffer as
visiting a file literally if it is in hexl-mode.

22 years ago(x_load_font): Never set fonts_changed_p to zero.
Andreas Schwab [Sun, 13 Jan 2002 00:46:08 +0000 (00:46 +0000)]
(x_load_font): Never set fonts_changed_p to zero.

22 years agoAdd further note about subprocess problems on Windows 9x.
Jason Rumney [Sat, 12 Jan 2002 13:55:00 +0000 (13:55 +0000)]
Add further note about subprocess problems on Windows 9x.

22 years ago(Faces): Mention that faces are supported on character terminals.
Eli Zaretskii [Fri, 11 Jan 2002 15:30:45 +0000 (15:30 +0000)]
(Faces): Mention that faces are supported on character terminals.

22 years agoFix last change.
Eli Zaretskii [Fri, 11 Jan 2002 09:35:34 +0000 (09:35 +0000)]
Fix last change.

22 years agoMake version checking in emacs.texi consistent with how we set it there.
Eli Zaretskii [Fri, 11 Jan 2002 09:32:50 +0000 (09:32 +0000)]
Make version checking in emacs.texi consistent with how we set it there.

22 years agoBump version to 21.1.80.
Eli Zaretskii [Fri, 11 Jan 2002 08:49:08 +0000 (08:49 +0000)]
Bump version to 21.1.80.

22 years agoBump the version to 21.1.80.
Eli Zaretskii [Fri, 11 Jan 2002 08:44:51 +0000 (08:44 +0000)]
Bump the version to 21.1.80.

22 years ago(send_process): Set src_multibyte to 1 after the call
Eli Zaretskii [Mon, 7 Jan 2002 21:21:51 +0000 (21:21 +0000)]
(send_process): Set src_multibyte to 1 after the call
top setup_coding_system, not before the call.

22 years agoUse wildcards.
Andreas Schwab [Mon, 7 Jan 2002 12:33:39 +0000 (12:33 +0000)]
Use wildcards.

22 years agoUndo previous change.
Richard M. Stallman [Sun, 6 Jan 2002 06:18:38 +0000 (06:18 +0000)]
Undo previous change.

22 years ago(x_draw_glyphs): Don't call notice_overwritten_cursor
Jason Rumney [Sat, 5 Jan 2002 00:42:26 +0000 (00:42 +0000)]
(x_draw_glyphs): Don't call notice_overwritten_cursor
if OVERLAPS_P.

22 years ago*** empty log message ***
Jason Rumney [Sat, 5 Jan 2002 00:41:05 +0000 (00:41 +0000)]
*** empty log message ***

22 years ago(menu_highlight_callback): Hide any tooltip window.
Richard M. Stallman [Fri, 4 Jan 2002 22:18:17 +0000 (22:18 +0000)]
(menu_highlight_callback): Hide any tooltip window.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 4 Jan 2002 22:18:09 +0000 (22:18 +0000)]
*** empty log message ***

22 years agoSuggest to upgrade ncurses if Emacs aborts in tparam1.
Eli Zaretskii [Fri, 4 Jan 2002 10:22:05 +0000 (10:22 +0000)]
Suggest to upgrade ncurses if Emacs aborts in tparam1.

22 years ago(sigunblock): Don't define if already defined.
Richard M. Stallman [Sun, 30 Dec 2001 22:42:06 +0000 (22:42 +0000)]
(sigunblock): Don't define if already defined.

22 years ago(sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
Richard M. Stallman [Sun, 30 Dec 2001 22:40:16 +0000 (22:40 +0000)]
(sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.

(sigprocmask_set): Declare as extern SIGMASKTYPE.
(SIGMASKTYPE): Define.

22 years ago(LIBX11_SYSTEM) [MOTIF]: Add -lgen.
Richard M. Stallman [Sat, 29 Dec 2001 23:51:48 +0000 (23:51 +0000)]
(LIBX11_SYSTEM) [MOTIF]: Add -lgen.

22 years ago*** empty log message ***
Richard M. Stallman [Sat, 29 Dec 2001 23:51:24 +0000 (23:51 +0000)]
*** empty log message ***

22 years ago(ange-ftp-allow-child-lookup): Always return nil.
Richard M. Stallman [Sat, 29 Dec 2001 20:48:06 +0000 (20:48 +0000)]
(ange-ftp-allow-child-lookup): Always return nil.
This fixes a bug that treated all files as directories.
(ange-ftp-insert-directory): Explicitly follow symlinks.

(ange-ftp-file-modtime): Use save-match-data.

22 years ago(try_scrolling) <PT below scroll margin>: Add the
Gerd Moellmann [Fri, 28 Dec 2001 12:44:24 +0000 (12:44 +0000)]
(try_scrolling) <PT below scroll margin>: Add the
height of the cursor line to the amount to scroll.

22 years ago(mail-envelope-from): Fix :type. Suggested by "Golubev I. N." <gin@mo.msk.ru>.
Eli Zaretskii [Fri, 28 Dec 2001 12:27:49 +0000 (12:27 +0000)]
(mail-envelope-from): Fix :type.  Suggested by "Golubev I. N." <gin@mo.msk.ru>.
(sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
From "Golubev I. N." <gin@mo.msk.ru>.

22 years ago(ldap-search-internal): Handle <file://...> in results.
Richard M. Stallman [Fri, 28 Dec 2001 06:28:41 +0000 (06:28 +0000)]
(ldap-search-internal): Handle <file://...> in results.