1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-08 20:58:58 +00:00

14750 Commits

Author SHA1 Message Date
Gerd Moellmann
bdbeb193c4 (rmail-clear-headers): Don't throw an error
if rmail-ignored-headers is nil.
(rmail-retry-failure): Bind rmail-ignored-headers and
rmail-displayed-headers to nil.
2000-07-07 14:14:08 +00:00
Gerd Moellmann
2f72fd2f68 *** empty log message *** 2000-07-07 13:02:53 +00:00
Gerd Moellmann
3b36190124 Change author's mail address. 2000-07-07 13:01:49 +00:00
Gerd Moellmann
2c80a61870 (Info-last-search): Variable removed.
(Info-search-history): New variable.
(Info-search): New Info-search-history.
2000-07-07 13:01:16 +00:00
Gerd Moellmann
c5753a5d97 (dired-find-alternate-file): New function.
(dired-mode-map): Bind `a' to dired-find-alternate-file.
(toplevel): Require dired-aux when compiling.
(dired-buffers): Move defvar within file to avoid compiler warning.
2000-07-07 13:00:21 +00:00
Gerd Moellmann
e5c81191ca *** empty log message *** 2000-07-06 21:03:55 +00:00
Gerd Moellmann
53e7c664c8 (lpr-page-header-switches): Add `-h' switch.
(print-region-1): Don't hard code `-h' here.
2000-07-06 20:08:45 +00:00
Gerd Moellmann
c70d73590c (mail-unsent-separator): Changed "the" to "\\w+", as
exim can use "your message" instead of "the message".
2000-07-06 20:08:28 +00:00
Gerd Moellmann
dd8888a136 *** empty log message *** 2000-07-06 14:20:42 +00:00
Gerd Moellmann
4136efcb0a (TAGS-LISP): Don't use `$(lispsource)'. 2000-07-06 14:20:10 +00:00
Stefan Monnier
7e6cb5132d Docstrings fixes.
(facemenu-get-face): Don't use internal-find-face.
(facemenu-iterate): Rename arg to match the docstring.
2000-07-06 13:58:49 +00:00
Stefan Monnier
27c292d1f3 Remove redundant change-log. 2000-07-06 13:25:31 +00:00
Stefan Monnier
6dcd3806b0 (uncomment-region): Be more careful when skipping
backwards over `=' not to bump into BOBP.
2000-07-06 13:24:28 +00:00
Michael Kifer
d396e5218f 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
* ediff-diff.el (ediff-wordify): use syntax table.
	* ediff-init.el (ediff-has-face-support-p): use
	ediff-color-display-p.
	(ediff-color-display-p): use display-color-p, changed to defun
	from defsubst.
	Got rid of special cases for NeXT and OS/2.
	* ediff-wind.el (ediff-setup-control-frame): set proper modeline
	face.
2000-07-06 05:36:21 +00:00
Stefan Monnier
5e2dfaa48e Require CL.
(copy-tree, remprop): Remove, it's provided by CL.
(map-keymap): Define in terms of cl-map-keymap.
(extent-property, set-extent-end-glyph): New functions.
2000-07-05 22:07:21 +00:00
Stefan Monnier
8d9f77f43c (cl-map-keymap): Handle char-tables in keymaps. 2000-07-05 22:00:58 +00:00
Gerd Moellmann
485266d0f7 *** empty log message *** 2000-07-05 20:04:27 +00:00
Gerd Moellmann
da7d597f76 (DONTCOMPILE): Add comment that the name may
not be changed without changing the make-dist script.
2000-07-05 20:03:53 +00:00
Gerd Moellmann
d5c5cddd55 *** empty log message *** 2000-07-05 17:33:10 +00:00
Andrew Innes
de32572e73 Add support for `bootstrap' and related targets. 2000-07-05 17:32:43 +00:00
Gerd Moellmann
e2b1c42435 (cl-old-mapc): Removed; don't defalias mapc.
(cl-mapc): Use mapc instead of cl-old-mapc.
2000-07-05 17:29:40 +00:00
Andrew Innes
e2c46326e6 *** empty log message *** 2000-07-05 17:03:03 +00:00
Stefan Monnier
a027a91ba2 *** empty log message *** 2000-07-05 15:41:18 +00:00
Stefan Monnier
d0acce1e29 (easy-menu-define): Docstring fix.
(easy-menu-do-define): Use `menu-item' format.
Handle case where easy-menu-create-menu returns a symbol.
Manually call the potential top-level filter in the function binding.
(easy-menu-filter-return): New arg NAME.
Convert to a keymap if MENU is an XEmacs menu.
(easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
(easy-menu-converted-items-table, easy-menu-convert-item): New.
(easy-menu-do-add-item): Use it.
(easy-menu-create-menu): Use easy-menu-convert-item.
Wrap easy-menu-filter-return around any :filter specification.
Don't convert the menu if a filter was specified.
Tell easy-menu-make-symbol not to check for MENU being an expression.
(easy-menu-make-symbol): New arg NOEXP.
2000-07-05 15:40:03 +00:00
Gerd Moellmann
5e03eb84a1 *** empty log message *** 2000-07-05 15:17:49 +00:00
Gerd Moellmann
105d6be118 (eval-defun-2): Remove parameter
EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
(eval-defun): If called with prefix arg, instrument code for
Edebug.
2000-07-05 15:16:15 +00:00
Gerd Moellmann
44b6285eb6 (edebug-eval-defun): Make doc string
similar to that of eval-defun.
2000-07-05 15:15:53 +00:00
Dave Love
7ccbba4cce *** empty log message *** 2000-07-04 14:56:20 +00:00
Dave Love
8448245f09 (hl-line-overlay): Make it permanent-local. 2000-07-04 13:53:23 +00:00
Dave Love
fca68a958a *** empty log message *** 2000-07-04 11:27:14 +00:00
Dave Love
cb9222cf5b Replaced with a working version, based on 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up. 2000-07-04 11:15:24 +00:00
Dave Love
89802f436f Minor doc fixes and code tweaks. 2000-07-04 10:35:24 +00:00
Miles Bader
78e7e8a045 (info-initialize): Use prune-directory-list to remove non-existant
directories from Info-directory-list.
2000-07-04 04:50:20 +00:00
Miles Bader
97ad35dd11 (prune-directory-list): New function.
(Info-default-directory-list): Rewritten to more methodically
  enumerate a big list of possible info directories (based on the
  list used by the standalone info reader).
2000-07-04 04:48:49 +00:00
Miles Bader
02df875089 (woman-man.conf-path): Explicitly include the debian man-db config file
"/etc/manpath.config".
(woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
are present in `manpath.config'.
(woman-manpath): Include "/usr/share/man".
2000-07-04 04:46:05 +00:00
Gerd Moellmann
6753393b26 (command-line): Initialize blink-cursor based
on window-system.
2000-07-03 19:14:39 +00:00
Gerd Moellmann
cae2c28eee (blink-cursor-mode): Don't hide cursor initially. 2000-07-03 19:13:55 +00:00
Gerd Moellmann
e4f98ad3c6 (blink-cursor): Default to nil if not running under
a window-system.
2000-07-03 16:01:31 +00:00
Gerd Moellmann
2f51694043 *** empty log message *** 2000-07-03 13:49:08 +00:00
Gerd Moellmann
c96308624c (face-spec-set): Ignore invalid attributes like 20.x.
(face-x-resources): Remove duplicate entry for :font.
2000-07-03 13:47:23 +00:00
Gerd Moellmann
67c9a1d26e *** empty log message *** 2000-07-03 09:18:48 +00:00
Gerd Moellmann
d4aff7ccfc (some-window): New function.
(walk-windows): Remove reference to walk-windows-start.

(walk-windows): Guarantee termination by keeping a list
of all the windows already handled.
2000-07-03 09:17:25 +00:00
Gerd Moellmann
6d4dd88504 (server-switch-buffer): Use some-window instead of
cycling through windows with next-window.
2000-07-03 09:13:42 +00:00
Gerd Moellmann
8822bfb631 (te-process-output): Use walk-windows instead of
cycling through windows with next-window.
2000-07-03 09:13:23 +00:00
Gerd Moellmann
f9cc39a188 (dabbrev--find-expansion): Use walk-windows instead
of cycling through windows with next-window.
2000-07-03 09:13:06 +00:00
Gerd Moellmann
7c0d9b8972 (appt-select-lowest-window): Use walk-windows
instead of cycling through windows with next-window.
2000-07-03 09:12:39 +00:00
Gerd Moellmann
e940c6dabf (edebug-window-live-p, edebug-window-list)
(edebug-get-displayed-buffer-points): Use walk-windows/some-window
instead of cycling through windows with next-window.
2000-07-03 09:12:12 +00:00
Gerd Moellmann
d8aa822b22 (bg-window-from-x-y): Use some-window instead
of cycling through windows with next-window.
2000-07-03 09:11:33 +00:00
Gerd Moellmann
a74b0a725a (sup-pos-to-window): Use some-window instead
of cycling through windows with next-window.
2000-07-03 09:11:03 +00:00
Gerd Moellmann
90601de977 (refer-find-entry-internal): Use some-window
instead of cycling through windows with next-window.
2000-07-03 09:10:44 +00:00