]>
git.eshelyaron.com Git - emacs.git/log
Eli Zaretskii [Sun, 12 Jun 2005 12:49:00 +0000 (12:49 +0000)]
Don't say we are dumping under 2 names on windows-nt and cygwin.
Eli Zaretskii [Sun, 12 Jun 2005 11:28:55 +0000 (11:28 +0000)]
*** empty log message ***
Eli Zaretskii [Sun, 12 Jun 2005 11:27:31 +0000 (11:27 +0000)]
(bootstrap-clean-CMD, bootstrap-clean-SH): Don't use an old loaddefs.el,
as in Makefile.in.
Eli Zaretskii [Sun, 12 Jun 2005 10:41:05 +0000 (10:41 +0000)]
(w32_abort): Use the MB_YESNO dialog instead of
MB_ABORTRETRYIGNORE. Never return, even if DebugBreak does.
Lute Kamstra [Sun, 12 Jun 2005 10:26:22 +0000 (10:26 +0000)]
(bootstrap-prepare): Don't use an old loaddefs.el.
Lute Kamstra [Sun, 12 Jun 2005 10:11:00 +0000 (10:11 +0000)]
(Man-mode-map): Initialize it properly.
(Man-mode): Set mode-class property to special.
Lute Kamstra [Sun, 12 Jun 2005 09:00:57 +0000 (09:00 +0000)]
(calendar-mode): Use run-mode-hooks.
Luc Teirlinck [Sun, 12 Jun 2005 00:04:44 +0000 (00:04 +0000)]
(menu-bar-make-toggle): Remove stray backslash.
A newline is needed in the docstring there.
Luc Teirlinck [Sun, 12 Jun 2005 00:03:20 +0000 (00:03 +0000)]
*** empty log message ***
Thien-Thi Nguyen [Sat, 11 Jun 2005 23:56:33 +0000 (23:56 +0000)]
Fix `repeat' BNF and `bits 2' example in Commentary.
Luc Teirlinck [Sat, 11 Jun 2005 23:52:51 +0000 (23:52 +0000)]
(debug-on-entry, cancel-debug-on-entry): Doc fixes.
Luc Teirlinck [Sat, 11 Jun 2005 23:42:13 +0000 (23:42 +0000)]
(Function Debugging): Delete mention of empty string argument to
`cancel-debug-on-entry'. Delete inaccurate description of the return
value of that command.
Vinicius Jose Latorre [Sat, 11 Jun 2005 23:25:06 +0000 (23:25 +0000)]
printing v6.8.4
Vinicius Jose Latorre [Sat, 11 Jun 2005 23:18:57 +0000 (23:18 +0000)]
printing v6.8.4
Thien-Thi Nguyen [Sat, 11 Jun 2005 20:33:28 +0000 (20:33 +0000)]
Doc fixes for public funcs:
"Returns" to "return", document useful return values, etc.
Eli Zaretskii [Sat, 11 Jun 2005 16:25:14 +0000 (16:25 +0000)]
(x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
to CreateDIBSection to avoid a compiler warning.
(pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler
warning.
(png_load): Cast return values of fn_png_create_read_struct and
fn_png_create_info_struct, to avoid compiler warnings on W32.
Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent
to avoid compiler warnings.
(jpeg_load): Cast return value of fn_jpeg_std_error to avoid a
compiler warning on W32. Cast 3rd arg to IMAGE_BACKGROUND to
avoid a compiler warning.
(tiff_load): Cast return values of fn_TIFFOpen and
fn_TIFFClientOpen to avoid compiler warning on W32. Cast 3rd arg
to IMAGE_BACKGROUND to avoid a compiler warning.
(gif_load): Cast return values of fn_DGifOpenFileName and
fn_DGifOpen to avoid compiler warnings on W32. Cast 3rd arg to
IMAGE_BACKGROUND to avoid a compiler warning.
(DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef
before redefining.
Eli Zaretskii [Sat, 11 Jun 2005 15:11:34 +0000 (15:11 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 11 Jun 2005 15:10:58 +0000 (15:10 +0000)]
(create_offscreen_bitmap): Cast `bitsp' to `void **' in
the call to CreateDIBSection, to avoid a compiler warning.
Eli Zaretskii [Sat, 11 Jun 2005 14:50:00 +0000 (14:50 +0000)]
If their fc.exe returns a meaningful exit status, don't overwrite
src/config.h and src/epaths.h with identical copies.
Eli Zaretskii [Sat, 11 Jun 2005 14:21:24 +0000 (14:21 +0000)]
Update the URL of the Emacs Windows build instructions.
Eli Zaretskii [Sat, 11 Jun 2005 13:58:16 +0000 (13:58 +0000)]
Mention that adaptive-fill-function is now used before adaptive-fill-regexp,
rather than after it.
Eli Zaretskii [Sat, 11 Jun 2005 13:54:09 +0000 (13:54 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 11 Jun 2005 13:53:34 +0000 (13:53 +0000)]
(Adaptive Fill): Amplify the description of fill-context-prefix.
Eli Zaretskii [Sat, 11 Jun 2005 13:49:56 +0000 (13:49 +0000)]
(fill-context-prefix): Try `adaptive-fill-function'
BEFORE `adaptive-fill-regexp' when determining a fill prefix.
(adaptive-file-function): Minor amendment to doc-string.
Eli Zaretskii [Sat, 11 Jun 2005 13:25:16 +0000 (13:25 +0000)]
(thumbs-per-line, thumbs-thumbsdir-max-size)
(thumbs-relief, thumbs-margin, thumbs-image-resizing-step): Fix
:type--it is `integer', not `string'.
Eli Zaretskii [Sat, 11 Jun 2005 13:10:11 +0000 (13:10 +0000)]
(modeline-highlight): Rename from (the erroneous) `modeline-higilight'.
Eli Zaretskii [Sat, 11 Jun 2005 13:02:39 +0000 (13:02 +0000)]
Mention emacs-buffer.gdb.
Eli Zaretskii [Sat, 11 Jun 2005 11:31:43 +0000 (11:31 +0000)]
Warn about using "cvs up -kb" if one intends to commit
changes. Add a pointer to another site with detailed configure
and build instructions. Suggest to look at config.log when
configure fails. Add MinGW Make 3.80 to the list of successful
combinations.
Eli Zaretskii [Sat, 11 Jun 2005 11:00:52 +0000 (11:00 +0000)]
(ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal "-mcpu=i686".
Eli Zaretskii [Sat, 11 Jun 2005 10:56:49 +0000 (10:56 +0000)]
Update copyright years.
Delete config.log before doing anything else.
Write additional diagnostics to config.log in case of failures to
compile test programs, including the failed test program itself.
Add a test for support of -mtune=pentium4 switch to GCC; if it is
supported, set up MCPU_FLAG variable on the various Makefiles to
use that switch during compilations. (This avoids GCC warning
about -mcpu being deprecated.)
Lute Kamstra [Sat, 11 Jun 2005 08:40:47 +0000 (08:40 +0000)]
(edebug-eval-mode-map): Don't copy lisp-interaction-mode-map but make
it the parent.
(edebug-eval-mode): Use define-derived-mode.
Andreas Schwab [Sat, 11 Jun 2005 07:14:38 +0000 (07:14 +0000)]
Add binding of `ESC functionkey' for every `M-functionkey'.
Jan Djärv [Sat, 11 Jun 2005 05:40:16 +0000 (05:40 +0000)]
Update item for 2004-01-21 with function items.
Jason Rumney [Sat, 11 Jun 2005 00:09:39 +0000 (00:09 +0000)]
Fix last change
Jason Rumney [Fri, 10 Jun 2005 23:04:18 +0000 (23:04 +0000)]
*** empty log message ***
Jason Rumney [Fri, 10 Jun 2005 23:03:28 +0000 (23:03 +0000)]
(Fx_file_dialog): Unblock input before falling back to minibuffer.
Luc Teirlinck [Fri, 10 Jun 2005 22:59:17 +0000 (22:59 +0000)]
(Parsing Expressions): Fix Texinfo error.
Jason Rumney [Fri, 10 Jun 2005 22:54:06 +0000 (22:54 +0000)]
2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
* progmodes/compile.el (compilation-error-regexp-alist-alist)
[msft]: update regexp for newer msft compilers.
Noah Friedman [Fri, 10 Jun 2005 22:39:45 +0000 (22:39 +0000)]
(ybuffer-list): Don't use $filename; can't use char as placeholder when
buffer has no file name and process is still live. Use different printf
cases instead.
Stefan Monnier [Fri, 10 Jun 2005 22:20:25 +0000 (22:20 +0000)]
(Parsing Expressions): Document syntax-ppss.
Stefan Monnier [Fri, 10 Jun 2005 22:02:23 +0000 (22:02 +0000)]
Remove most autoload cookies.
Don't hook into the url-file-handler since it currently breaks all
non-HTTP URLs.
Stefan Monnier [Fri, 10 Jun 2005 21:14:34 +0000 (21:14 +0000)]
(url-retrieve-synchronously): Don't exit precipitously when
fetching a file via ange-ftp.
Stefan Monnier [Fri, 10 Jun 2005 21:14:10 +0000 (21:14 +0000)]
(vc-registered): Explicitly disable VC for URL files.
Eli Zaretskii [Fri, 10 Jun 2005 17:47:00 +0000 (17:47 +0000)]
($(TEMACS)): Depend on addsection.exe.
Luc Teirlinck [Fri, 10 Jun 2005 15:43:48 +0000 (15:43 +0000)]
(Error Debugging): Minor rewording.
(Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry' is optional.
Mark A. Hershberger [Fri, 10 Jun 2005 15:37:37 +0000 (15:37 +0000)]
eliminate use of inefficient match-data
Juanma Barranquero [Fri, 10 Jun 2005 15:00:48 +0000 (15:00 +0000)]
*** empty log message ***
Juanma Barranquero [Fri, 10 Jun 2005 14:59:59 +0000 (14:59 +0000)]
Fixes for changes of 2005-06-09.
(thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable as a directory.
(thumbs-thumbname): Remove directory separator from format string;
`thumbs-thumbsdir' now returns a valid directory name.
(thumbs-temp-dir): New defsubst.
(thumbs-temp-file, thumbs-resize-image, thumbs-modify-image): Use it.
Juanma Barranquero [Fri, 10 Jun 2005 14:21:22 +0000 (14:21 +0000)]
(syms_of_w32fns): Fix spellings.
Juanma Barranquero [Fri, 10 Jun 2005 14:19:26 +0000 (14:19 +0000)]
(syms_of_process) [ADAPTIVE_READ_BUFFERING]: Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:16:23 +0000 (14:16 +0000)]
*** empty log message ***
Juanma Barranquero [Fri, 10 Jun 2005 14:15:47 +0000 (14:15 +0000)]
(delphi-newline-always-indents): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:15:10 +0000 (14:15 +0000)]
(cpp-face-light-name-list, cpp-face-dark-name-list): Fix spellings in
docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:14:37 +0000 (14:14 +0000)]
(cperl-info-on-command-no-prompt, cperl-mode): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:14:07 +0000 (14:14 +0000)]
(lazy-lock-mode): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:13:42 +0000 (14:13 +0000)]
(browse-url-xterm-program): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:13:10 +0000 (14:13 +0000)]
(unify-8859-on-encoding-mode): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:12:40 +0000 (14:12 +0000)]
(describe-coding-system): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:12:17 +0000 (14:12 +0000)]
(select-safe-coding-system-accept-default-p, input-method-exit-on-invalid-key):
Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:11:45 +0000 (14:11 +0000)]
(viper-find-char-forward): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:11:18 +0000 (14:11 +0000)]
(vip-find-char-forward): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:10:52 +0000 (14:10 +0000)]
(pc-select-selection-keys-only, pc-selection-mode): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:10:21 +0000 (14:10 +0000)]
(todo-insert-threshold): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:09:51 +0000 (14:09 +0000)]
(woman-bold-headings, woman-ignore, woman-default-faces,
woman-monochrome-faces): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:09:18 +0000 (14:09 +0000)]
(vcursor-copy-line): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:08:47 +0000 (14:08 +0000)]
(vc-annotate): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:08:19 +0000 (14:08 +0000)]
(display-time-mail-face): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:07:55 +0000 (14:07 +0000)]
(terminal-emulator): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:07:27 +0000 (14:07 +0000)]
(tempo-insert-region): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:06:47 +0000 (14:06 +0000)]
(insert-for-yank-1): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:06:22 +0000 (14:06 +0000)]
(skeleton-autowrap): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:05:55 +0000 (14:05 +0000)]
(mouse-1-click-follows-link): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:05:27 +0000 (14:05 +0000)]
(log-edit-changelog-full-paragraphs): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:04:52 +0000 (14:04 +0000)]
(kmacro-call-macro): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:04:24 +0000 (14:04 +0000)]
(ielm-dynamic-return, inferior-emacs-lisp-mode): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:03:52 +0000 (14:03 +0000)]
(highlight-changes-colours highlight-changes-face-list,
highlight-changes-rotate-faces): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:02:49 +0000 (14:02 +0000)]
(filesets-external-viewers): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:02:21 +0000 (14:02 +0000)]
(make-backup-file-name-function): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:01:47 +0000 (14:01 +0000)]
(minibuffer): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 13:19:09 +0000 (13:19 +0000)]
(url-cookie-multiple-line): Fix spelling in docstring.
Eli Zaretskii [Fri, 10 Jun 2005 12:56:51 +0000 (12:56 +0000)]
Update copyrighte years.
Eli Zaretskii [Fri, 10 Jun 2005 12:55:36 +0000 (12:55 +0000)]
(copy_executable_and_add_section): Pass non-zero
`verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
environment. Print section names with %.8s.
(COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
only if non-zero. All callers changed.
Lute Kamstra [Fri, 10 Jun 2005 12:47:38 +0000 (12:47 +0000)]
(eudc-hotlist-mode): Use run-mode-hooks.
Lute Kamstra [Fri, 10 Jun 2005 12:43:58 +0000 (12:43 +0000)]
(mspools-mode): Use run-mode-hooks.
Lute Kamstra [Fri, 10 Jun 2005 12:06:05 +0000 (12:06 +0000)]
(doctor-mode-map): Remove defvar.
(doctor-mode): Use define-derived-mode.
Lute Kamstra [Fri, 10 Jun 2005 12:03:06 +0000 (12:03 +0000)]
(blackbox-mode): Use run-mode-hooks.
Miles Bader [Fri, 10 Jun 2005 11:38:27 +0000 (11:38 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-398
Remove "-face" suffix from mpuz faces
2005-06-10 Miles Bader <miles@gnu.org>
* lisp/play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
(mpuz-text): Remove "-face" suffix from face names.
(mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
(mpuz-text-face): New backward-compatibility aliases for renamed faces.
(mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
Miles Bader [Fri, 10 Jun 2005 11:38:11 +0000 (11:38 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-397
Remove "-face" suffix from gomoku faces
2005-06-10 Miles Bader <miles@gnu.org>
* lisp/play/gomoku.el (gomoku-O, gomoku-X):
Remove "-face" suffix from face names.
(gomoku-font-lock-O-face, gomoku-font-lock-X-face):
New backward-compatibility aliases for renamed faces.
(gomoku-font-lock-keywords): Use renamed gomoku faces.
Juanma Barranquero [Fri, 10 Jun 2005 11:20:55 +0000 (11:20 +0000)]
*** empty log message ***
Juanma Barranquero [Fri, 10 Jun 2005 11:05:52 +0000 (11:05 +0000)]
(ido-mode, ido-file-extensions-order, ido-default-file-method,
ido-default-buffer-method, ido-max-prospects, ido-slow-ftp-hosts,
ido-setup-hook, ido-decorations,
ido-read-file-name-as-directory-commands,
ido-read-file-name-non-ido, ido-work-directory-list,
ido-ignore-item-temp-list, ido-current-directory,
ido-magic-forward-char, ido-enter-find-file,
ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer,
ido-find-file, ido-read-buffer): Fix typos in docstrings.
Eli Zaretskii [Fri, 10 Jun 2005 11:04:20 +0000 (11:04 +0000)]
(COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument
`verbose'; print diagnostic messages only if it is non-zero. All
callers changed to pass a zero value unless DEBUG_DUMP is defined
in the environment.
(copy_executable_and_dump_data): Print section names with %.8s.
Lute Kamstra [Fri, 10 Jun 2005 11:00:43 +0000 (11:00 +0000)]
*** empty log message ***
Lute Kamstra [Fri, 10 Jun 2005 10:58:59 +0000 (10:58 +0000)]
(dun-mode): Use define-derived-mode.
(dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
obsolete alias.
Miles Bader [Fri, 10 Jun 2005 10:46:38 +0000 (10:46 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-394
Remove "-face" suffix from flyspell faces
2005-06-10 Miles Bader <miles@gnu.org>
* lisp/textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
Remove "-face" suffix from face names.
(flyspell-incorrect-face, flyspell-duplicate-face):
New backward-compatibility aliases for renamed faces.
(flyspell-mode-on, make-flyspell-overlay)
(flyspell-highlight-incorrect-region)
(flyspell-highlight-duplicate-region)
(flyspell-display-next-corrections)
(flyspell-auto-correct-previous-word): Use renamed flyspell faces.
Miles Bader [Fri, 10 Jun 2005 10:46:19 +0000 (10:46 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-393
Remove "-face" suffix from texinfo-heading face
2005-06-10 Miles Bader <miles@gnu.org>
* lisp/textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
from face name.
(texinfo-heading-face): New backward-compatibility alias for
renamed face.
(texinfo-heading-face): Use renamed texinfo-heading face.
Miles Bader [Fri, 10 Jun 2005 10:45:56 +0000 (10:45 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-392
Remove "-face" suffix from tex-mode faces
2005-06-10 Miles Bader <miles@gnu.org>
* lisp/textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
suffix from face names.
(tex-math-face, tex-verbatim-face):
New backward-compatibility aliases for renamed faces.
(tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
(tex-insert-quote): Use `tex-verbatim-face' variable instead of
literal face name.
Miles Bader [Fri, 10 Jun 2005 10:45:37 +0000 (10:45 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-391
Remove "-face" suffix from table-cell face
2005-06-10 Miles Bader <miles@gnu.org>
* lisp/textmodes/table.el (table-cell): Remove "-face" suffix from face
name.
(table-cell-face): New backward-compatibility alias for renamed face.
(table--put-cell-face-property, table--update-cell-face):
Use renamed table-cell face.
Miles Bader [Fri, 10 Jun 2005 10:45:17 +0000 (10:45 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-390
Remove "-face" suffix from sgml-namespace face
2005-06-10 Miles Bader <miles@gnu.org>
* lisp/textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
from face name.
(sgml-namespace-face): New backward-compatibility alias for
renamed face.
(sgml-namespace-face): Use renamed sgml-namespace face.
Miles Bader [Fri, 10 Jun 2005 10:44:55 +0000 (10:44 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-389
Remove "-face" suffix from org faces
2005-06-10 Miles Bader <miles@gnu.org>
* lisp/textmodes/org.el (org-level-1, org-level-2, org-level-3)
(org-level-4, org-level-5, org-level-6, org-level-7)
(org-level-8, org-warning, org-headline-done)
(org-deadline-announce, org-scheduled-today)
(org-scheduled-previously, org-link, org-done, org-table)
(org-time-grid): Remove "-face" suffix from face names.
(org-level-1-face, org-level-2-face, org-level-3-face)
(org-level-4-face, org-level-5-face, org-level-6-face)
(org-level-7-face, org-level-8-face, org-warning-face)
(org-headline-done-face, org-deadline-announce-face)
(org-scheduled-today-face, org-scheduled-previously-face)
(org-link-face, org-done-face, org-table-face)
(org-time-grid-face):
New backward-compatibility aliases for renamed faces.
(org-level-faces, org-set-font-lock-defaults, org-timeline)
(org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
(org-agenda-get-timestamps, org-agenda-get-scheduled)
(org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
Miles Bader [Fri, 10 Jun 2005 10:44:34 +0000 (10:44 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-388
Remove "-face" suffix from viper faces
2005-06-10 Miles Bader <miles@gnu.org>
* lisp/emulation/viper-init.el (viper-search, viper-replace-overlay)
(viper-minibuffer-emacs, viper-minibuffer-insert)
(viper-minibuffer-vi): Remove "-face" suffix from face names.
(viper-search-face, viper-replace-overlay-face)
(viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
(viper-minibuffer-vi-face):
New backward-compatibility aliases for renamed faces.
(viper-search-face, viper-replace-overlay-face)
(viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
(viper-minibuffer-vi-face): Use renamed viper faces.