summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (mouse-1-click-follows-link): Fix spellings in docstrings.Juanma Barranquero2005-06-101-1/+1
|
* (log-edit-changelog-full-paragraphs): Fix spellings in docstrings.Juanma Barranquero2005-06-101-2/+2
|
* (kmacro-call-macro): Fix spellings in docstrings.Juanma Barranquero2005-06-101-1/+1
|
* (ielm-dynamic-return, inferior-emacs-lisp-mode): Fix spellings in docstrings.Juanma Barranquero2005-06-101-2/+2
|
* (highlight-changes-colours highlight-changes-face-list,Juanma Barranquero2005-06-101-9/+9
| | | | highlight-changes-rotate-faces): Fix spellings in docstrings.
* (filesets-external-viewers): Fix spellings in docstrings.Juanma Barranquero2005-06-101-2/+2
|
* (make-backup-file-name-function): Fix spellings in docstrings.Juanma Barranquero2005-06-101-1/+1
|
* (minibuffer): Fix spellings in docstrings.Juanma Barranquero2005-06-101-2/+2
|
* (url-cookie-multiple-line): Fix spelling in docstring.Juanma Barranquero2005-06-101-2/+2
|
* (eudc-hotlist-mode): Use run-mode-hooks.Lute Kamstra2005-06-102-1/+4
|
* (mspools-mode): Use run-mode-hooks.Lute Kamstra2005-06-101-1/+1
|
* (doctor-mode-map): Remove defvar.Lute Kamstra2005-06-102-13/+9
| | | | (doctor-mode): Use define-derived-mode.
* (blackbox-mode): Use run-mode-hooks.Lute Kamstra2005-06-101-3/+3
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-398Miles Bader2005-06-102-8/+22
| | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-397Miles Bader2005-06-102-8/+18
| | | | | | | | | | | | 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.
* *** empty log message ***Juanma Barranquero2005-06-101-12/+24
|
* (ido-mode, ido-file-extensions-order, ido-default-file-method,Juanma Barranquero2005-06-101-30/+30
| | | | | | | | | | | 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.
* *** empty log message ***Lute Kamstra2005-06-101-0/+6
|
* (dun-mode): Use define-derived-mode.Lute Kamstra2005-06-101-14/+8
| | | | | (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an obsolete alias.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-394Miles Bader2005-06-102-10/+23
| | | | | | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-393Miles Bader2005-06-102-3/+11
| | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-392Miles Bader2005-06-102-5/+18
| | | | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-391Miles Bader2005-06-102-4/+12
| | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-390Miles Bader2005-06-102-2/+10
| | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-389Miles Bader2005-06-102-61/+111
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-388Miles Bader2005-06-102-16/+37
| | | | | | | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-387Miles Bader2005-06-102-7/+17
| | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-386Miles Bader2005-06-102-3/+10
| | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-385Miles Bader2005-06-102-11/+25
| | | | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-384Miles Bader2005-06-102-4/+11
| | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-383Miles Bader2005-06-102-5/+11
| | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-381Miles Bader2005-06-101-4/+3
| | | | Tweak ChangeLog
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-380Miles Bader2005-06-104-6/+10
| | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-379Miles Bader2005-06-102-16/+37
| | | | | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-378Miles Bader2005-06-102-15/+30
| | | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-377Miles Bader2005-06-102-15/+26
| | | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-376Miles Bader2005-06-102-6/+18
| | | | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-375Miles Bader2005-06-102-8/+24
| | | | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-374Miles Bader2005-06-102-4/+14
| | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-373Miles Bader2005-06-102-4/+14
| | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-372Miles Bader2005-06-102-45/+83
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-371Miles Bader2005-06-102-13/+21
| | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370Miles Bader2005-06-102-31/+48
| | | | | | | | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-369Miles Bader2005-06-102-8/+4
| | | | lisp/longlines.el (longlines-visible-face): Face removed
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-368Miles Bader2005-06-102-26/+63
| | | | | | | | | | | | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-367Miles Bader2005-06-102-4/+15
| | | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-366Miles Bader2005-06-102-20/+47
| | | | | | | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-365Miles Bader2005-06-102-69/+119
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-364Miles Bader2005-06-102-48/+73
| | | | | | | | | | | | | | | | | 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.
* (x-clipboard-yank): Remove condition-caseKenichi Handa2005-06-102-4/+16
| | | | wrapping.