bpt/emacs.git
21 years agoReformat some DEFUNs so that etags works.
Dave Love [Wed, 6 Nov 2002 23:31:21 +0000 (23:31 +0000)]
Reformat some DEFUNs so that etags works.

21 years ago(normal-mode): Call ucs-set-table-for-input.
Dave Love [Wed, 6 Nov 2002 23:28:29 +0000 (23:28 +0000)]
(normal-mode): Call ucs-set-table-for-input.

21 years ago(quoted-insert): Bind keyboard-translate-table around
Dave Love [Wed, 6 Nov 2002 23:27:24 +0000 (23:27 +0000)]
(quoted-insert): Bind keyboard-translate-table around
read-char.

21 years ago(Qset_buffer_major_mode_hook): New.
Dave Love [Wed, 6 Nov 2002 20:30:45 +0000 (20:30 +0000)]
(Qset_buffer_major_mode_hook): New.
(Fset_buffer_major_mode): Use it.

21 years ago*** empty log message ***
Juanma Barranquero [Wed, 6 Nov 2002 09:25:58 +0000 (09:25 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Richard M. Stallman [Wed, 6 Nov 2002 05:13:58 +0000 (05:13 +0000)]
*** empty log message ***

21 years ago(maybe_bootstrap): Add doublequotes to make it bulletproof.
Richard M. Stallman [Wed, 6 Nov 2002 05:13:29 +0000 (05:13 +0000)]
(maybe_bootstrap): Add doublequotes to make it bulletproof.
$bar may be empty when there are no .elc files.

21 years agoAdd copyright notice and permission notice.
Richard M. Stallman [Wed, 6 Nov 2002 05:11:59 +0000 (05:11 +0000)]
Add copyright notice and permission notice.

21 years ago(query-replace, query-replace-regexp): Doc fixes.
Richard M. Stallman [Wed, 6 Nov 2002 05:08:16 +0000 (05:08 +0000)]
(query-replace, query-replace-regexp): Doc fixes.

21 years agoComment change.
Richard M. Stallman [Wed, 6 Nov 2002 05:07:33 +0000 (05:07 +0000)]
Comment change.

21 years ago(byte-compile-lambda): Handle progn like let, inside interactive spec.
Richard M. Stallman [Wed, 6 Nov 2002 05:07:04 +0000 (05:07 +0000)]
(byte-compile-lambda): Handle progn like let, inside interactive spec.

21 years ago(tex-dvi-view-command): Value can be sexp.
Richard M. Stallman [Wed, 6 Nov 2002 05:05:47 +0000 (05:05 +0000)]
(tex-dvi-view-command): Value can be sexp.
Initialize to a suitable sexp.
(tex-view): Evaluate tex-dvi-view-command and use the value.

21 years ago(x_term_init): Use turn_on_atimers, not start_polling and stop_polling.
Richard M. Stallman [Wed, 6 Nov 2002 05:03:33 +0000 (05:03 +0000)]
(x_term_init): Use turn_on_atimers, not start_polling and stop_polling.

21 years ago(wait_reading_process_input):
Richard M. Stallman [Wed, 6 Nov 2002 05:01:46 +0000 (05:01 +0000)]
(wait_reading_process_input):
Test POLLING_PROBLEM_IN_SELECT, not hpux.
Avoid initialization for auto Lisp_Object var.

21 years ago(POLLING_PROBLEM_IN_SELECT): Add #undef.
Richard M. Stallman [Wed, 6 Nov 2002 04:58:50 +0000 (04:58 +0000)]
(POLLING_PROBLEM_IN_SELECT): Add #undef.

21 years ago(POLLING_PROBLEM_IN_SELECT): Defined.
Richard M. Stallman [Wed, 6 Nov 2002 04:57:48 +0000 (04:57 +0000)]
(POLLING_PROBLEM_IN_SELECT): Defined.

21 years ago(coding-system-eol-type-mnemonic): Use
Kenichi Handa [Wed, 6 Nov 2002 01:07:49 +0000 (01:07 +0000)]
(coding-system-eol-type-mnemonic): Use
eol-mnemonic-undecided if CODING-SYSTEM is nil.

21 years ago.
Karl Berry [Wed, 6 Nov 2002 00:47:05 +0000 (00:47 +0000)]
.

21 years ago(Info-fontify): reorder face list to avoid bad
Karl Berry [Wed, 6 Nov 2002 00:45:03 +0000 (00:45 +0000)]
(Info-fontify): reorder face list to avoid bad
line breaks.

21 years ago(Info-fontify-node): Fixed hiding of *note references
Kim F. Storm [Tue, 5 Nov 2002 22:39:07 +0000 (22:39 +0000)]
(Info-fontify-node): Fixed hiding of *note references
with embedded file names like (xxx.yyy).
Avoid making any lines visibly longer if hiding newlines inside
note references by wrapping line after references if it contained
a newline (unfortunaly this makes more lines appear "shorter").
Properly reindent multi-line menu entry descriptions.

21 years ago*** empty log message ***
Kim F. Storm [Tue, 5 Nov 2002 22:38:39 +0000 (22:38 +0000)]
*** empty log message ***

21 years ago("Bulgarian"): Fix typo.
Juanma Barranquero [Tue, 5 Nov 2002 14:39:32 +0000 (14:39 +0000)]
("Bulgarian"): Fix typo.

21 years ago(coding-system-eol-type-mnemonic): Move to mule.el.
Juanma Barranquero [Tue, 5 Nov 2002 10:43:33 +0000 (10:43 +0000)]
(coding-system-eol-type-mnemonic): Move to mule.el.

21 years ago(coding-system-eol-type-mnemonic): Move from mule-util.el.
Juanma Barranquero [Tue, 5 Nov 2002 10:42:25 +0000 (10:42 +0000)]
(coding-system-eol-type-mnemonic): Move from mule-util.el.

21 years ago*** empty log message ***
Juanma Barranquero [Tue, 5 Nov 2002 07:23:26 +0000 (07:23 +0000)]
*** empty log message ***

21 years ago(find-buffer-visiting): Accept new optional PREDICATE argument to return only a
Juanma Barranquero [Tue, 5 Nov 2002 07:21:14 +0000 (07:21 +0000)]
(find-buffer-visiting): Accept new optional PREDICATE argument to return only a
buffer that satisfies the predicate.
(insert-file-1): New function.
(insert-file-literally): Use it.
(insert-file): Use it.

21 years ago(BROKEN_SIGIO): Turn off the #undef.
Richard M. Stallman [Tue, 5 Nov 2002 05:19:58 +0000 (05:19 +0000)]
(BROKEN_SIGIO): Turn off the #undef.

21 years ago(Fcall_interactively): New local filter_specs.
Richard M. Stallman [Tue, 5 Nov 2002 05:15:47 +0000 (05:15 +0000)]
(Fcall_interactively): New local filter_specs.
(Fcall_interactively): Check for progn as well as let.
Add a gcpro.
(Qprogn): New variable.
(syms_of_callint): Staticpro and init Qprogn.

21 years ago(Feval_buffer): Doc fix.
John Paul Wallington [Mon, 4 Nov 2002 19:16:29 +0000 (19:16 +0000)]
(Feval_buffer): Doc fix.

21 years ago*** empty log message ***
Dave Love [Mon, 4 Nov 2002 18:29:06 +0000 (18:29 +0000)]
*** empty log message ***

21 years ago(read_char): Always translate iff
Dave Love [Mon, 4 Nov 2002 14:58:44 +0000 (14:58 +0000)]
(read_char): Always translate iff
Vkeyboard_translate_table is a char table and c is valid.

21 years ago(XTread_socket): Check Lisp types for Vx_keysym_table
Dave Love [Mon, 4 Nov 2002 14:29:04 +0000 (14:29 +0000)]
(XTread_socket): Check Lisp types for Vx_keysym_table
and fix C types.

21 years ago(desktop-relative-file-names): New variable.
Juanma Barranquero [Mon, 4 Nov 2002 08:21:51 +0000 (08:21 +0000)]
(desktop-relative-file-names): New variable.
(desktop-save): Use it.

21 years agoAdd comment to prev change.
André Spiegel [Sun, 3 Nov 2002 15:08:29 +0000 (15:08 +0000)]
Add comment to prev change.

21 years ago#
André Spiegel [Sun, 3 Nov 2002 14:51:21 +0000 (14:51 +0000)]
#

21 years ago(vc-dired-move): Adapt dired-move-to-filename-regexp to its current
André Spiegel [Sun, 3 Nov 2002 14:48:37 +0000 (14:48 +0000)]
(vc-dired-move): Adapt dired-move-to-filename-regexp to its current
version in dired.el.

21 years ago*** empty log message ***
Stefan Monnier [Sun, 3 Nov 2002 13:36:16 +0000 (13:36 +0000)]
*** empty log message ***

21 years ago(single_display_prop_intangible_p): Strings are intangible.
Stefan Monnier [Sun, 3 Nov 2002 13:35:46 +0000 (13:35 +0000)]
(single_display_prop_intangible_p): Strings are intangible.

21 years ago(generate-file-autoloads, update-file-autoloads): Strip .gz extensions.
Stefan Monnier [Sun, 3 Nov 2002 12:37:48 +0000 (12:37 +0000)]
(generate-file-autoloads, update-file-autoloads): Strip .gz extensions.
(update-autoloads-from-directories): Also consider compressed files.

21 years ago(Info-streamline-headings): New var.
Stefan Monnier [Sun, 3 Nov 2002 12:01:33 +0000 (12:01 +0000)]
(Info-streamline-headings): New var.
(Info-dir-remove-duplicates): New fun.
(Info-insert-dir): Use it.  Simplify the code with push,mapc,dolist.
(Info-select-node): Simplify handling of Info-header-line.
(Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
(Info-mode): Set header-line-format once and for all.
(Info-fontify-node): Accept bogus first line with `File:' missing.
Only make first line invisible if Info-use-header-line.
Don't use `intangible': it's evil.  Use inhibit-read-only.
(Info-follow-reference, Info-next-reference, Info-prev-reference)
(Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
since we don't use intangible any more.

21 years ago(get_pos_property): Don't hardcode Qfield.
Stefan Monnier [Sun, 3 Nov 2002 10:59:18 +0000 (10:59 +0000)]
(get_pos_property): Don't hardcode Qfield.

21 years ago(adjust_point_for_property): copy/paste error.
Stefan Monnier [Sun, 3 Nov 2002 09:36:55 +0000 (09:36 +0000)]
(adjust_point_for_property): copy/paste error.

21 years ago(adjust_point_for_property): Handle `display' prop on overlays.
Stefan Monnier [Sun, 3 Nov 2002 09:00:47 +0000 (09:00 +0000)]
(adjust_point_for_property): Handle `display' prop on overlays.
Also handle `invisible' prop.

21 years ago(insert-image): Don't make intangible since
Stefan Monnier [Sun, 3 Nov 2002 08:34:45 +0000 (08:34 +0000)]
(insert-image): Don't make intangible since
adjust_point_for_property should be sufficient by default.

21 years ago(lisp-fill-paragraph): Use fill-comment-paragraph.
Stefan Monnier [Sun, 3 Nov 2002 03:46:56 +0000 (03:46 +0000)]
(lisp-fill-paragraph): Use fill-comment-paragraph.

21 years ago(fill-paragraph-handle-comment): New var.
Stefan Monnier [Sun, 3 Nov 2002 03:41:11 +0000 (03:41 +0000)]
(fill-paragraph-handle-comment): New var.
(fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
(fill-paragraph): Use them.

21 years ago(decode_coding_emacs_mule, decode_coding_iso2022)
Stefan Monnier [Sat, 2 Nov 2002 08:16:57 +0000 (08:16 +0000)]
(decode_coding_emacs_mule, decode_coding_iso2022)
(decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.

21 years ago(mode-line-change-eol, mode-line-eol-desc-cache, mode-line-eol-desc): New.
Stefan Monnier [Sat, 2 Nov 2002 06:13:57 +0000 (06:13 +0000)]
(mode-line-change-eol, mode-line-eol-desc-cache, mode-line-eol-desc): New.
(mode-line-mule-info): Use them for the EOL part of the modeline.

21 years ago(server-sentinel): Kill buffers if applicable.
Stefan Monnier [Sat, 2 Nov 2002 05:29:13 +0000 (05:29 +0000)]
(server-sentinel): Kill buffers if applicable.
(server-temp-file-p): Make arg optional.
(server-done): Use it to simplify.
(server-switch-buffer): If server-window is a function, use it.

21 years ago(rmail-digest-end-regexps): Simplify.
Stefan Monnier [Sat, 2 Nov 2002 05:16:58 +0000 (05:16 +0000)]
(rmail-digest-end-regexps): Simplify.
(undigestify-rmail-message): Fix paren-bug and simplify.

21 years ago*** empty log message ***
Stefan Monnier [Sat, 2 Nov 2002 02:33:09 +0000 (02:33 +0000)]
*** empty log message ***

21 years ago(tex-common-initialization): comment-start-skip shouldn't match on next line.
Stefan Monnier [Sat, 2 Nov 2002 02:16:36 +0000 (02:16 +0000)]
(tex-common-initialization): comment-start-skip shouldn't match on next line.

21 years ago(lisp-fill-paragraph): Use match-string and line-beginning-position.
Stefan Monnier [Sat, 2 Nov 2002 01:38:03 +0000 (01:38 +0000)]
(lisp-fill-paragraph): Use match-string and line-beginning-position.
Don't bother making paragraph-start a superset of paragraph-separate.

21 years ago(Info-hide-note-references): nil value now does no
Kim F. Storm [Fri, 1 Nov 2002 22:48:12 +0000 (22:48 +0000)]
(Info-hide-note-references): nil value now does no
reformatting at all.  New choice 'tag reformats tag but shows
the section reference.
(Info-fontify-node): Use it.

21 years ago*** empty log message ***
Kim F. Storm [Fri, 1 Nov 2002 22:47:37 +0000 (22:47 +0000)]
*** empty log message ***

21 years ago(Fmessage): Revert last change to properly handle %% format.
Andreas Schwab [Fri, 1 Nov 2002 22:35:02 +0000 (22:35 +0000)]
(Fmessage): Revert last change to properly handle %% format.

21 years ago(unuse_menu_items): New fun.
Stefan Monnier [Fri, 1 Nov 2002 20:13:54 +0000 (20:13 +0000)]
(unuse_menu_items): New fun.
(menu_items_inuse): New var.
(syms_of_xmenu): Initialize it.
(init_menu_items): Use it to detect re-entrance.
(Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset it when done.
(Fx_popup_menu): Remove spurious XSETFRAME.

21 years ago*** empty log message ***
Dave Love [Fri, 1 Nov 2002 19:55:43 +0000 (19:55 +0000)]
*** empty log message ***

21 years ago(find_field): Make an exception for nil fields.
Stefan Monnier [Fri, 1 Nov 2002 19:06:06 +0000 (19:06 +0000)]
(find_field): Make an exception for nil fields.

21 years ago(sgml-skip-tag-backward, sgml-skip-tag-forward):
Stefan Monnier [Fri, 1 Nov 2002 17:41:41 +0000 (17:41 +0000)]
(sgml-skip-tag-backward, sgml-skip-tag-forward):
Deal with xml-style <foo/> empty tags.

21 years ago(ido-read-file-name): Removed leftover debug message "gotit".
Kim F. Storm [Fri, 1 Nov 2002 09:18:40 +0000 (09:18 +0000)]
(ido-read-file-name): Removed leftover debug message "gotit".

21 years ago(Info-hide-note-references): New defcustom.
Kim F. Storm [Fri, 1 Nov 2002 08:53:50 +0000 (08:53 +0000)]
(Info-hide-note-references): New defcustom.
(Info-fontify-node): Use it.

21 years ago*** empty log message ***
Kim F. Storm [Fri, 1 Nov 2002 08:53:18 +0000 (08:53 +0000)]
*** empty log message ***

21 years ago(explicit-bash-args): Bash 1.x doesn't grook
Kim F. Storm [Thu, 31 Oct 2002 23:37:15 +0000 (23:37 +0000)]
(explicit-bash-args): Bash 1.x doesn't grook
--noediting option; added run-time check to exclude it.

21 years ago*** empty log message ***
Kim F. Storm [Thu, 31 Oct 2002 23:36:56 +0000 (23:36 +0000)]
*** empty log message ***

21 years ago(Info-follow-reference, Info-next-reference)
Kim F. Storm [Thu, 31 Oct 2002 22:08:03 +0000 (22:08 +0000)]
(Info-follow-reference, Info-next-reference)
(Info-prev-reference, Info-try-follow-nearest-node): Bind
inhibit-point-motion-hooks to t while parsing reference.
(Info-fontify-node): When font-lock-mode is enabled, display
"*note" and "* menu" references in a more user friendly format.

21 years ago*** empty log message ***
Kim F. Storm [Thu, 31 Oct 2002 22:07:34 +0000 (22:07 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Kim F. Storm [Thu, 31 Oct 2002 22:02:12 +0000 (22:02 +0000)]
*** empty log message ***

21 years ago(XTread_socket): Fix last change.
Dave Love [Thu, 31 Oct 2002 17:59:30 +0000 (17:59 +0000)]
(XTread_socket): Fix last change.
(xaw_scroll_callback): Cast call_data to long to avoid warning.

21 years ago*** empty log message ***
Dave Love [Thu, 31 Oct 2002 17:58:26 +0000 (17:58 +0000)]
*** empty log message ***

21 years ago(Fformat_network_address): Fix int/Lisp_Object mixup.
Stefan Monnier [Thu, 31 Oct 2002 16:22:07 +0000 (16:22 +0000)]
(Fformat_network_address): Fix int/Lisp_Object mixup.

21 years ago*** empty log message ***
Stefan Monnier [Thu, 31 Oct 2002 00:42:35 +0000 (00:42 +0000)]
*** empty log message ***

21 years ago(fill-move-to-break-point): Skip white space
Stefan Monnier [Thu, 31 Oct 2002 00:30:36 +0000 (00:30 +0000)]
(fill-move-to-break-point): Skip white space
_before_ checking to see if we're hitting the margin.
(fill-region-as-paragraph): Don't fiddle with the undo-list any more:
it's now done by the C primitives.  Don't use narrowing.
Reorganize the line-breaking part of the code to simplify the control
flow and make it work in the absence of narrowing.
(fill-region): Don't use narrowing.

21 years ago(overlays_around, get_pos_property): New funs.
Stefan Monnier [Wed, 30 Oct 2002 23:11:26 +0000 (23:11 +0000)]
(overlays_around, get_pos_property): New funs.
(find_field): Use them.
Also be careful not to modify POS before its last use.
(Fmessage): Don't Fformat if there's nothing to format.

21 years ago*** empty log message ***
Dave Love [Wed, 30 Oct 2002 19:48:51 +0000 (19:48 +0000)]
*** empty log message ***

21 years ago(po-content-type-charset-alist): Delete most
Dave Love [Wed, 30 Oct 2002 19:47:53 +0000 (19:47 +0000)]
(po-content-type-charset-alist): Delete most
entries.
(po-find-charset): Doc fix.  Remove interactive spec.
(po): Provide.
(po-find-file-coding-system-guts): Re-written to use
coding-system-alist, and code-pages, not codepage stuff.

21 years agoRemove some ancient compatibility code. Populate
Dave Love [Wed, 30 Oct 2002 19:26:23 +0000 (19:26 +0000)]
Remove some ancient compatibility code.  Populate
x-keysym-table.

21 years agoComment.
Dave Love [Wed, 30 Oct 2002 19:17:50 +0000 (19:17 +0000)]
Comment.

21 years ago(Fforward_comment): Doc fix.
Dave Love [Wed, 30 Oct 2002 19:17:31 +0000 (19:17 +0000)]
(Fforward_comment): Doc fix.

21 years agoInclude sys/wait.h.
Dave Love [Wed, 30 Oct 2002 19:16:32 +0000 (19:16 +0000)]
Include sys/wait.h.
[HAVE_PTY_H]; Include pty.h.

21 years ago(Fload) <!load_dangerous_libraries>: Close fd.
Dave Love [Wed, 30 Oct 2002 19:15:17 +0000 (19:15 +0000)]
(Fload) <!load_dangerous_libraries>: Close fd.

21 years ago(lispy_accent_codes, lispy_accent_keys): Extended.
Dave Love [Wed, 30 Oct 2002 19:13:10 +0000 (19:13 +0000)]
(lispy_accent_codes, lispy_accent_keys): Extended.
(lispy_kana_keys): Comment out.
(make_lispy_event) [XK_kana_A]: Comment out.
(modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>: Fix
sprintf call.

21 years ago(Qeql): Declare.
Dave Love [Wed, 30 Oct 2002 19:12:37 +0000 (19:12 +0000)]
(Qeql): Declare.
(Vx_keysym_table): New.
(syms_of_xterm): Initialize it.
(XTread_socket): Use it.  Deal with ASCII keysyms.
(XSetIMValues) [HAVE_X11R6]: Prototype.

21 years ago(bcopy, bzero): Define conditional on HAVE_BCOPY.
Dave Love [Wed, 30 Oct 2002 18:59:01 +0000 (18:59 +0000)]
(bcopy, bzero): Define conditional on HAVE_BCOPY.
(bcmp): Define conditional on HAVE_BCMP.
(NO_SIOCTL_H): Don't define.
(TIOCSIGSEND): Don't make conditional on IRIX6.

21 years agoDon't include strings.h.
Dave Love [Wed, 30 Oct 2002 18:58:46 +0000 (18:58 +0000)]
Don't include strings.h.
(bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.

21 years ago(IRIX6): Don't define.
Dave Love [Wed, 30 Oct 2002 18:57:59 +0000 (18:57 +0000)]
(IRIX6): Don't define.
(bcopy, bcmp, bzero): Don't undef.

21 years agoDon't include strings.h.
Dave Love [Wed, 30 Oct 2002 18:57:41 +0000 (18:57 +0000)]
Don't include strings.h.
(IRIX6): Don't define.
(bcopy, bcmp, bzero): Don't undef.

21 years agoRequire autoconf 2.53. Test for pty.h,
Dave Love [Wed, 30 Oct 2002 18:52:27 +0000 (18:52 +0000)]
Require autoconf 2.53.  Test for pty.h,
sys/mman.h, sys/param.h, mremap, memmove.
(AH_BOTTOM): Maybe include strings.h.  Add local variables for
mode.
(AC_PROG_YACC): Deleted.
(size_t): Use AC_CHECK_TYPES.
(AH_TOP): Up-date copyright.

21 years ago(C_SWITCH_SYSTEM): Revert last change (fixed by
Dave Love [Wed, 30 Oct 2002 18:50:35 +0000 (18:50 +0000)]
(C_SWITCH_SYSTEM): Revert last change (fixed by
regexp.h change).
(TERMINFO, LIBS_TERMCAP): Define.

21 years ago(replace-regexp-in-string): Doc fix.
Andreas Schwab [Tue, 29 Oct 2002 23:42:00 +0000 (23:42 +0000)]
(replace-regexp-in-string): Doc fix.

21 years ago(selection-coding-system, scalable-fonts-allowed):
Dave Love [Tue, 29 Oct 2002 18:51:52 +0000 (18:51 +0000)]
(selection-coding-system, scalable-fonts-allowed):
Added.

21 years ago(syntax-case): Define
Dave Love [Tue, 29 Oct 2002 18:48:30 +0000 (18:48 +0000)]
(syntax-case): Define
scheme-indent-function.

21 years agoComment.
Dave Love [Tue, 29 Oct 2002 18:37:26 +0000 (18:37 +0000)]
Comment.

21 years ago*** empty log message ***
Richard M. Stallman [Tue, 29 Oct 2002 18:21:10 +0000 (18:21 +0000)]
*** empty log message ***

21 years agoAdd xref to Make manual.
Richard M. Stallman [Tue, 29 Oct 2002 18:18:41 +0000 (18:18 +0000)]
Add xref to Make manual.

21 years agoFix entries to follow ChangeLog style conventions.
Juanma Barranquero [Tue, 29 Oct 2002 18:17:50 +0000 (18:17 +0000)]
Fix entries to follow ChangeLog style conventions.

21 years ago(server-switch-buffer): Say when no server buffers remain.
Richard M. Stallman [Tue, 29 Oct 2002 18:17:46 +0000 (18:17 +0000)]
(server-switch-buffer): Say when no server buffers remain.

21 years ago(goto-address-url-regexp): Don't match `mailto'.
Richard M. Stallman [Tue, 29 Oct 2002 18:12:33 +0000 (18:12 +0000)]
(goto-address-url-regexp): Don't match `mailto'.

21 years ago(ido-wide-find-dirs-or-files): Fixed problem that caused
Kim F. Storm [Tue, 29 Oct 2002 14:14:56 +0000 (14:14 +0000)]
(ido-wide-find-dirs-or-files): Fixed problem that caused
incomplete list of matches to be returned.

21 years ago*** empty log message ***
Kim F. Storm [Tue, 29 Oct 2002 14:14:00 +0000 (14:14 +0000)]
*** empty log message ***