1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-27 19:31:38 +00:00
Commit Graph

57400 Commits

Author SHA1 Message Date
Miles Bader
b4c925d8e5 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.
2005-06-10 10:45:37 +00:00
Miles Bader
b390eb09fc 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.
2005-06-10 10:45:17 +00:00
Miles Bader
8e49668e15 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.
2005-06-10 10:44:55 +00:00
Miles Bader
25c066491c 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.
2005-06-10 10:44:34 +00:00
Miles Bader
4719d18424 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-387
Remove "-face" suffix from testcover faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
   Remove "-face" suffix from face names.
   (testcover-nohits-face, testcover-1value-face):
   New backward-compatibility aliases for renamed faces.
   (testcover-mark): Use renamed testcover faces.
2005-06-10 10:44:18 +00:00
Miles Bader
ccacbcecfe Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-386
Remove "-face" suffix from diary-button face

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/calendar/diary-lib.el (diary-button): Remove "-face" suffix from
   face name.
   (diary-button-face): New backward-compatibility alias for renamed face.
   (diary-entry): Use renamed diary-button face.
2005-06-10 10:44:01 +00:00
Miles Bader
75eb05f645 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-385
Remove "-face" suffix from calendar faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/calendar/calendar.el (diary, calendar-today, holiday)
   (mark-visible-calendar-date): Remove "-face" suffix from face names.
   (diary-face, calendar-today-face, holiday-face):
   New backward-compatibility aliases for renamed faces.
   (eval-after-load "facemenu", diary-entry-marker)
   (calendar-today-marker, calendar-holiday-marker, diary-face):
   Use renamed calendar faces.
2005-06-10 10:43:42 +00:00
Miles Bader
37af2dd341 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-384
Remove "-face" suffix from compare-windows face

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/compare-w.el (compare-windows): Remove "-face" suffix from face name.
   (compare-windows-face): New backward-compatibility alias for
   renamed face.
   (compare-windows-highlight): Use renamed compare-windows face.
2005-06-10 10:43:24 +00:00
Miles Bader
10853fc39e Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-383
Remove "-face" suffix from strokes-char face

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/strokes.el (strokes-char): Remove "-face" suffix from face name.
   (strokes-char-face): New backward-compatibility alias for renamed face.
   (strokes-encode-buffer): Use renamed strokes-char face.
2005-06-10 10:43:04 +00:00
Lute Kamstra
9bd4fb3fb8 Commit lispref/elisp.texi too. 2005-06-10 10:24:02 +00:00
Lute Kamstra
49e3fad2e5 (set-version): Set version in lisp manual too. 2005-06-10 10:21:27 +00:00
Lute Kamstra
cb08cc40d6 (Antinews): Correct version number. Use EMACSVER to refer to the
current version of Emacs.
2005-06-10 10:17:20 +00:00
Lute Kamstra
08d01386a6 (Top): Correct version number. 2005-06-10 10:16:32 +00:00
Lute Kamstra
0b3a296941 (Antinews): Use EMACSVER to refer to the current version of Emacs. 2005-06-10 10:11:22 +00:00
Lute Kamstra
4435c8d403 Don't set VERSION here a second time. Mention Emacs' version too. 2005-06-10 10:05:22 +00:00
Lute Kamstra
ccf9222ca4 Use EMACSVER to refer to the current version of Emacs.
(Top): Give it a title.  Correct version number.  Give the detailed
node listing a more prominent header.
2005-06-10 10:03:29 +00:00
Miles Bader
4a9ad3c685 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-381
Tweak ChangeLog
2005-06-10 09:13:38 +00:00
Miles Bader
94d5c8765b Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-380
Update uses of renamed pcvs faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
   * lisp/pcvs-defs.el (cvs-mode-map): Likewise.
   * lisp/cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2005-06-10 09:13:25 +00:00
Miles Bader
2058218eac Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-379
Remove "-face" suffix from pcvs faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
   (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
   Remove "-face" suffix from face names.
   (cvs-header-face, cvs-filename-face, cvs-unknown-face)
   (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
   (cvs-msg-face): New backward-compatibility aliases for renamed faces.
   (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
   Use renamed pcvs faces.
2005-06-10 09:06:16 +00:00
Miles Bader
a335c06e06 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-378
Remove "-face" suffix from and downcase info faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/info.el (info-title-1, info-title-2, info-title-3)
   (info-title-4): Remove "-face" suffix from and downcase face names.
   (Info-title-1-face, Info-title-2-face, Info-title-3-face)
   (Info-title-4-face):
   New backward-compatibility aliases for renamed faces.
   (Info-fontify-node): Use renamed info faces.
2005-06-10 08:58:53 +00:00
Miles Bader
a01853d708 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-377
Remove "-face" suffix from highlight-changes faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/hilit-chg.el (highlight-changes, highlight-changes-delete):
   Remove "-face" suffix from face names.
   (highlight-changes-face, highlight-changes-delete-face):
   New backward-compatibility aliases for renamed faces.
   (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
   (hilit-chg-make-list): Use renamed highlight-changes faces.
2005-06-10 08:48:45 +00:00
Miles Bader
f0b3dcbfb1 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-376
Remove "-face" suffix from show-tabs faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/generic-x.el (show-tabs-tab, show-tabs-space):
   Remove "-face" suffix from face names.
   (show-tabs-tab-face, show-tabs-space-face):
   New backward-compatibility aliases for renamed faces.
   (show-tabs-generic-mode-font-lock-defaults-1)
   (show-tabs-generic-mode-font-lock-defaults-2):
   Use renamed show-tabs faces.
2005-06-10 08:48:28 +00:00
Miles Bader
e8bfdf824f Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-375
Remove "-face" suffix from smerge faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/smerge-mode.el (smerge-mine, smerge-other, smerge-base)
   (smerge-markers): Remove "-face" suffix from face names.
   (smerge-mine-face, smerge-other-face, smerge-base-face)
   (smerge-markers-face):
   New backward-compatibility aliases for renamed faces.
   (smerge-mine-face, smerge-other-face, smerge-base-face)
   (smerge-markers-face): Use renamed smerge faces.
2005-06-10 08:48:08 +00:00
Thien-Thi Nguyen
342c350fb7 Remove eol whitespace; nfc. 2005-06-10 08:47:07 +00:00
Miles Bader
d842de85b3 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-374
Remove "-face" suffix from log-view faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/log-view.el (log-view-file, log-view-message):
   Remove "-face" suffix from face names.
   (log-view-file-face, log-view-message-face):
   New backward-compatibility aliases for renamed faces.
   (log-view-file-face, log-view-message-face): Use renamed log-view faces.
2005-06-10 08:29:58 +00:00
Miles Bader
2ec46551a3 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-373
Remove "-face" suffix from show-paren faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/paren.el (show-paren-match, show-paren-mismatch):
   Remove "-face" suffix from face names.
   (show-paren-match-face, show-paren-mismatch-face):
   New backward-compatibility aliases for renamed faces.
   (show-paren-function): Use renamed show-paren faces.
2005-06-10 08:25:35 +00:00
Miles Bader
42e648789a Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-372
Remove "-face" suffix from ruler-mode faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/ruler-mode.el (ruler-mode-default, ruler-mode-pad)
   (ruler-mode-margins, ruler-mode-fringes)
   (ruler-mode-column-number, ruler-mode-fill-column)
   (ruler-mode-comment-column, ruler-mode-goal-column)
   (ruler-mode-tab-stop, ruler-mode-current-column):
   Remove "-face" suffix from face names.
   (ruler-mode-default-face, ruler-mode-pad-face)
   (ruler-mode-margins-face, ruler-mode-fringes-face)
   (ruler-mode-column-number-face, ruler-mode-fill-column-face)
   (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
   (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
   New backward-compatibility aliases for renamed faces.
   (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
   (ruler-mode-column-number, ruler-mode-fill-column)
   (ruler-mode-comment-column, ruler-mode-goal-column)
   (ruler-mode-tab-stop, ruler-mode-current-column)
   (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
2005-06-10 08:20:44 +00:00
Miles Bader
ee01ad0e03 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-371
Remove "-face" suffix from whitespace-highlight face

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/whitespace.el (whitespace-highlight): Remove "-face" suffix from
   face name.
   (whitespace-highlight-the-space): Use renamed face.
   (whitespace-highlight-face): New backward-compatibility aliases
   for renamed face.
2005-06-10 08:13:51 +00:00
Miles Bader
b66e857532 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Remove "-face" suffix from woman faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/woman.el (woman-italic, woman-bold, woman-unknown)
   (woman-addition, woman-symbol-face):
   Remove "-face" suffix from face names.
   (woman-italic-face, woman-bold-face, woman-unknown-face)
   (woman-addition-face):
   New backward-compatibility aliases for renamed faces.
   (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
   (woman-decode-region, woman-replace-match)
   (woman-display-extended-fonts, woman-special-characters)
   (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
   Use renamed woman faces.
2005-06-10 08:07:29 +00:00
Miles Bader
041a6e4757 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-369
lisp/longlines.el (longlines-visible-face): Face removed
2005-06-10 08:07:08 +00:00
Miles Bader
221711eb23 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-368
Remove "-face" suffix from diff-mode faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/diff-mode.el (diff-header, diff-file-header, diff-index)
   (diff-hunk-header, diff-removed, diff-added, diff-changed)
   (diff-function, diff-context, diff-nonexistent):  Remove "-face"
   suffix from face names.
   (diff-header-face, diff-file-header-face, diff-index-face)
   (diff-hunk-header-face, diff-removed-face, diff-added-face)
   (diff-changed-face, diff-function-face, diff-context-face)
   (diff-nonexistent-face):  New backward-compatibility aliases for
   renamed faces.
   (diff-header-face, diff-file-header-face)
   (diff-index, diff-index-face, diff-hunk-header)
   (diff-hunk-header-face, diff-removed, diff-removed-face)
   (diff-added, diff-added-face, diff-changed-face, diff-function)
   (diff-function-face, diff-context-face, diff-nonexistent)
   (diff-nonexistent-face): Use renamed diff-mode faces.
2005-06-10 07:43:31 +00:00
Miles Bader
541a6d0de2 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-367
Remove "-face" suffix from compilation faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/progmodes/compile.el (compilation-warning-face)
   (compilation-info-face): Remove "-face" suffix from face names.
   (compilation-warning-face, compilation-info-face):
   New backward-compatibility aliases for renamed faces.
   (compilation-warning-face, compilation-info-face):
   Use renamed compilation faces.
2005-06-10 07:34:16 +00:00
Miles Bader
fe735a8d8e Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-366
Remove "-face" suffix from change-log faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/add-log.el (change-log-date, change-log-name)
   (change-log-email, change-log-file, change-log-list)
   (change-log-conditionals, change-log-function)
   (change-log-acknowledgement): Remove "-face" suffix from face names.
   (change-log-date-face, change-log-name-face)
   (change-log-email-face, change-log-file-face)
   (change-log-list-face, change-log-conditionals-face)
   (change-log-function-face, change-log-acknowledgement-face):
   New backward-compatibility aliases for renamed faces.
   (change-log-font-lock-keywords): Use renamed change-log faces.
2005-06-10 07:26:14 +00:00
Miles Bader
d478e69d60 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-365
Remove "-face" suffix from custom faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/cus-edit.el (custom-invalid, custom-rogue, custom-modified)
   (custom-set, custom-changed, custom-saved, custom-button)
   (custom-button-pressed, custom-documentation, custom-state)
   (custom-comment, custom-comment-tag, custom-variable-tag)
   (custom-variable-button, custom-face-tag, custom-group-tag-1)
   (custom-group-tag): Remove "-face" suffix from face names.
   (custom-magic-alist, custom-magic-value-create)
   (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
   (custom-invalid-face, custom-rogue-face, custom-modified-face)
   (custom-set-face, custom-changed-face, custom-saved-face)
   (custom-button-face, custom-button-pressed-face)
   (custom-documentation-face, custom-state-face)
   (custom-comment-face, custom-comment-tag-face)
   (custom-variable-tag-face, custom-variable-button-face)
   (custom-face-tag-face, custom-group-tag-face-1)
   (custom-group-tag-face):
   New backward-compatibility aliases for renamed faces.
2005-06-10 07:16:58 +00:00
Miles Bader
0efefc5296 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-364
Remove "-face" suffix from widget faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/wid-edit.el (widget-documentation, widget-button)
   (widget-field, widget-single-line-field, widget-inactive)
   (widget-button-pressed): "-face" suffix removed from face names.
   (widget-documentation-face, widget-button-face)
   (widget-field-face, widget-single-line-field-face)
   (widget-inactive-face, widget-button-pressed-face):
   New backward-compatibility aliases for renamed faces.
   (widget-documentation-face, widget-button-face)
   (widget-button-pressed-face, widget-specify-field)
   (widget-specify-inactive): Use renamed widget faces.
2005-06-10 07:16:40 +00:00
Kenichi Handa
d8338794e7 (x-clipboard-yank): Remove condition-case
wrapping.
2005-06-10 05:41:46 +00:00
Masatake YAMATO
121c59a3e4 * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
when mouse_face is not given.
Remove unnecessary tabs.
2005-06-10 05:31:45 +00:00
Luc Teirlinck
6ecf436de1 *** empty log message *** 2005-06-10 02:45:38 +00:00
Luc Teirlinck
c869384d74 (Fselect_window): Adapt call to Fselect_frame. 2005-06-10 02:36:07 +00:00
Luc Teirlinck
9848feb480 Update EXFUN of Fselect_frame. 2005-06-10 02:29:12 +00:00
Luc Teirlinck
f840fb39d6 (command_loop_1): Adapt call to Fselect_frame. 2005-06-10 02:26:58 +00:00
Luc Teirlinck
20dc6fbbe0 (Fhandle_switch_frame, Fselect_frame): Delete unused arg no_enter.
(Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame):
Adapt to above change.
2005-06-10 02:22:11 +00:00
Kenichi Handa
63e88db35a (x-clipboard-yank): Use x-selection-value instead of x-get-selection. 2005-06-10 01:52:13 +00:00
Juanma Barranquero
63baed9942 (cua-normal-cursor-color, cua-read-only-cursor-color,
cua-overwrite-cursor-color, cua-global-mark-cursor-color): Fix typos in
docstrings.
2005-06-10 01:00:55 +00:00
Juanma Barranquero
c62195fa74 (window-current-scroll-bars): Fix typos in docstring. 2005-06-10 00:57:02 +00:00
Juanma Barranquero
1cecf04d9a (frame-current-scroll-bars): Fix typos in docstring. 2005-06-10 00:56:04 +00:00
Juanma Barranquero
1acb4c265e (rmail-forward-separator-regex): Fix typo in docstring. 2005-06-10 00:44:05 +00:00
Juanma Barranquero
14629f1501 (term-mode, term-check-proc, term-input-sender, term-simple-send,
term-extract-string, term-word, term-match-partial-filename): Fix typos in
docstrings.
(term-send-string): Improve argument/docstring consistency.
2005-06-10 00:43:13 +00:00
Juanma Barranquero
54fc2b6add (comint-check-proc, make-comint-in-buffer, comint-source-default): Doc fixes.
(comint-mode, comint-snapshot-last-prompt): Fix typos in docstring.
2005-06-10 00:17:49 +00:00
Juanma Barranquero
c14ec13543 (Fmemq, Fmaphash): Doc fixes. 2005-06-09 23:27:58 +00:00