]>
git.eshelyaron.com Git - emacs.git/log
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.
Miles Bader [Fri, 10 Jun 2005 10:44:18 +0000 (10:44 +0000)]
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.
Miles Bader [Fri, 10 Jun 2005 10:44:01 +0000 (10:44 +0000)]
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.
Miles Bader [Fri, 10 Jun 2005 10:43:42 +0000 (10:43 +0000)]
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.
Miles Bader [Fri, 10 Jun 2005 10:43:24 +0000 (10:43 +0000)]
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.
Miles Bader [Fri, 10 Jun 2005 10:43:04 +0000 (10:43 +0000)]
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.
Lute Kamstra [Fri, 10 Jun 2005 10:24:02 +0000 (10:24 +0000)]
Commit lispref/elisp.texi too.
Lute Kamstra [Fri, 10 Jun 2005 10:21:27 +0000 (10:21 +0000)]
(set-version): Set version in lisp manual too.
Lute Kamstra [Fri, 10 Jun 2005 10:17:20 +0000 (10:17 +0000)]
(Antinews): Correct version number. Use EMACSVER to refer to the
current version of Emacs.
Lute Kamstra [Fri, 10 Jun 2005 10:16:32 +0000 (10:16 +0000)]
(Top): Correct version number.
Lute Kamstra [Fri, 10 Jun 2005 10:11:22 +0000 (10:11 +0000)]
(Antinews): Use EMACSVER to refer to the current version of Emacs.
Lute Kamstra [Fri, 10 Jun 2005 10:05:22 +0000 (10:05 +0000)]
Don't set VERSION here a second time. Mention Emacs' version too.
Lute Kamstra [Fri, 10 Jun 2005 10:03:29 +0000 (10:03 +0000)]
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.
Miles Bader [Fri, 10 Jun 2005 09:13:38 +0000 (09:13 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-381
Tweak ChangeLog
Miles Bader [Fri, 10 Jun 2005 09:13:25 +0000 (09:13 +0000)]
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.
Miles Bader [Fri, 10 Jun 2005 09:06:16 +0000 (09:06 +0000)]
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.
Miles Bader [Fri, 10 Jun 2005 08:58:53 +0000 (08:58 +0000)]
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.
Miles Bader [Fri, 10 Jun 2005 08:48:45 +0000 (08:48 +0000)]
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.
Miles Bader [Fri, 10 Jun 2005 08:48:28 +0000 (08:48 +0000)]
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.
Miles Bader [Fri, 10 Jun 2005 08:48:08 +0000 (08:48 +0000)]
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.
Thien-Thi Nguyen [Fri, 10 Jun 2005 08:47:07 +0000 (08:47 +0000)]
Remove eol whitespace; nfc.
Miles Bader [Fri, 10 Jun 2005 08:29:58 +0000 (08:29 +0000)]
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.
Miles Bader [Fri, 10 Jun 2005 08:25:35 +0000 (08:25 +0000)]
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.
Miles Bader [Fri, 10 Jun 2005 08:20:44 +0000 (08:20 +0000)]
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.
Miles Bader [Fri, 10 Jun 2005 08:13:51 +0000 (08:13 +0000)]
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.
Miles Bader [Fri, 10 Jun 2005 08:07:29 +0000 (08:07 +0000)]
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.
Miles Bader [Fri, 10 Jun 2005 08:07:08 +0000 (08:07 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-369
lisp/longlines.el (longlines-visible-face): Face removed
Miles Bader [Fri, 10 Jun 2005 07:43:31 +0000 (07:43 +0000)]
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.
Miles Bader [Fri, 10 Jun 2005 07:34:16 +0000 (07:34 +0000)]
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.
Miles Bader [Fri, 10 Jun 2005 07:26:14 +0000 (07:26 +0000)]
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.
Miles Bader [Fri, 10 Jun 2005 07:16:58 +0000 (07:16 +0000)]
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.
Miles Bader [Fri, 10 Jun 2005 07:16:40 +0000 (07:16 +0000)]
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.
Kenichi Handa [Fri, 10 Jun 2005 05:41:46 +0000 (05:41 +0000)]
(x-clipboard-yank): Remove condition-case
wrapping.
Masatake YAMATO [Fri, 10 Jun 2005 05:31:45 +0000 (05:31 +0000)]
* xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
when mouse_face is not given.
Remove unnecessary tabs.
Luc Teirlinck [Fri, 10 Jun 2005 02:45:38 +0000 (02:45 +0000)]
*** empty log message ***
Luc Teirlinck [Fri, 10 Jun 2005 02:36:07 +0000 (02:36 +0000)]
(Fselect_window): Adapt call to Fselect_frame.
Luc Teirlinck [Fri, 10 Jun 2005 02:29:12 +0000 (02:29 +0000)]
Update EXFUN of Fselect_frame.
Luc Teirlinck [Fri, 10 Jun 2005 02:26:58 +0000 (02:26 +0000)]
(command_loop_1): Adapt call to Fselect_frame.
Luc Teirlinck [Fri, 10 Jun 2005 02:22:11 +0000 (02:22 +0000)]
(Fhandle_switch_frame, Fselect_frame): Delete unused arg no_enter.
(Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame):
Adapt to above change.
Kenichi Handa [Fri, 10 Jun 2005 01:52:13 +0000 (01:52 +0000)]
(x-clipboard-yank): Use x-selection-value instead of x-get-selection.
Juanma Barranquero [Fri, 10 Jun 2005 01:00:55 +0000 (01:00 +0000)]
(cua-normal-cursor-color, cua-read-only-cursor-color,
cua-overwrite-cursor-color, cua-global-mark-cursor-color): Fix typos in
docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 00:57:02 +0000 (00:57 +0000)]
(window-current-scroll-bars): Fix typos in docstring.
Juanma Barranquero [Fri, 10 Jun 2005 00:56:04 +0000 (00:56 +0000)]
(frame-current-scroll-bars): Fix typos in docstring.
Juanma Barranquero [Fri, 10 Jun 2005 00:44:05 +0000 (00:44 +0000)]
(rmail-forward-separator-regex): Fix typo in docstring.
Juanma Barranquero [Fri, 10 Jun 2005 00:43:13 +0000 (00:43 +0000)]
(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.
Juanma Barranquero [Fri, 10 Jun 2005 00:17:49 +0000 (00:17 +0000)]
(comint-check-proc, make-comint-in-buffer, comint-source-default): Doc fixes.
(comint-mode, comint-snapshot-last-prompt): Fix typos in docstring.
Juanma Barranquero [Thu, 9 Jun 2005 23:27:58 +0000 (23:27 +0000)]
(Fmemq, Fmaphash): Doc fixes.
Luc Teirlinck [Thu, 9 Jun 2005 21:16:40 +0000 (21:16 +0000)]
(comint-mode-hook): Do not enable Font Lock by default.
Luc Teirlinck [Thu, 9 Jun 2005 21:15:02 +0000 (21:15 +0000)]
*** empty log message ***
Luc Teirlinck [Thu, 9 Jun 2005 21:08:13 +0000 (21:08 +0000)]
(comint-send-input): Bind `inhibit-read-only' around call to `delete-region'.
Juanma Barranquero [Thu, 9 Jun 2005 14:04:18 +0000 (14:04 +0000)]
(shrink-window-if-larger-than-buffer): Fix typo in docstring.
Lute Kamstra [Thu, 9 Jun 2005 12:14:26 +0000 (12:14 +0000)]
(ispell-menu-map-needed): flyspell-mode could be void.
Juanma Barranquero [Thu, 9 Jun 2005 10:39:02 +0000 (10:39 +0000)]
(Fdisplay_supports_face_attributes_p): Fix typo in docstring.
Juanma Barranquero [Thu, 9 Jun 2005 09:17:17 +0000 (09:17 +0000)]
(window-size-fixed): Fix typo in docstring.
Steven Tamm [Thu, 9 Jun 2005 03:59:20 +0000 (03:59 +0000)]
Describe support for Intel-based Macintosh
Steven Tamm [Thu, 9 Jun 2005 03:43:37 +0000 (03:43 +0000)]
configure.in: Support Darwin/MacOSX on Intel
configure: Regenerate.
Steven Tamm [Thu, 9 Jun 2005 03:37:20 +0000 (03:37 +0000)]
unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
used by gcc4 on intel mac.
Stefan Monnier [Thu, 9 Jun 2005 03:15:05 +0000 (03:15 +0000)]
*** empty log message ***
Stefan Monnier [Thu, 9 Jun 2005 03:09:30 +0000 (03:09 +0000)]
(debugger-will-be-back): New var.
(debug): Use it.
(debugger-step-through, debugger-continue, debugger-jump)
(debugger-return-value): Set it when needed.
(debugger-make-xrefs, debugger-frame, debugger-frame-clear):
Use inhibit-read-only.
Juanma Barranquero [Thu, 9 Jun 2005 01:41:23 +0000 (01:41 +0000)]
Don't set `auto-image-file-mode'. Do not create the thumbnails directory on
loading.
(thumbs-conversion-program): Use `eq' to check the system type, not `equal'.
(thumbs-temp-dir): Set to `temporary-file-directory', not "/tmp". Fix
docstring.
(thumbs-thumbsdir): New function to return the thumbnails directory, creating it
if needed.
(thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
(thumbs-temp-file): Delete variable and make it into a function.
(thumbs-resize-image, thumbs-modify-image): Use it.
(thumbs-kill-buffer): Simplify.
(thumbs-gensym): Defalias or duplicate CL `gensym'.
(thumbs-resize-image, thumbs-resize-interactive): Fix typos in docstrings.
Kim F. Storm [Wed, 8 Jun 2005 23:04:27 +0000 (23:04 +0000)]
*** empty log message ***
Kim F. Storm [Wed, 8 Jun 2005 23:03:29 +0000 (23:03 +0000)]
(Entire Match Data): Explain new `reseat' argument to
match-data and set-match-data.
Kim F. Storm [Wed, 8 Jun 2005 22:54:39 +0000 (22:54 +0000)]
(Fset_match_data): Fix last change.
Kim F. Storm [Wed, 8 Jun 2005 22:37:23 +0000 (22:37 +0000)]
(save-match-data): Add RESEAT arg `evaporate' to
set-match-data to free markers in match-data.
Kim F. Storm [Wed, 8 Jun 2005 22:37:13 +0000 (22:37 +0000)]
(replace-match-data): Pass RESEAT arg `t' to
match-data to unchain markers in match-data.
Luc Teirlinck [Wed, 8 Jun 2005 22:36:28 +0000 (22:36 +0000)]
(Log Buffer): Document when there can be more than one file to be committed.
Luc Teirlinck [Wed, 8 Jun 2005 22:34:19 +0000 (22:34 +0000)]
*** empty log message ***
Kim F. Storm [Wed, 8 Jun 2005 22:33:36 +0000 (22:33 +0000)]
* composite.c (compose_chars_in_text):
* eval.c (do_autoload):
* macmenu.c (set_frame_menubar):
* process.c (read_process_output, exec_sentinel):
* xmenu.c (set_frame_menubar):
* xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
* w32menu.c (set_frame_menubar):
Use record_unwind_save_match_data.
Rename restore_match_data to restore_search_regs.
Kim F. Storm [Wed, 8 Jun 2005 22:32:33 +0000 (22:32 +0000)]
(Fmatch_data, Fset_match_data): Fix EXFUN.
(record_unwind_save_match_data): Add prototype.
(restore_search_regs): Rename from restore_match_data.
Kim F. Storm [Wed, 8 Jun 2005 22:32:20 +0000 (22:32 +0000)]
(Fmatch_data): Add optional RESEAT arg. Unchain markers
in REUSE list if non-nil; free them if equal to evaporate.
(Fset_match_data): Add optional RESEAT arg. Unchain markers in LIST
if non-nil; free them if equal to evaporate. Use XCAR/XCDR.
(restore_search_regs): Rename from restore_match_data. Uses changed.
(unwind_set_match_data): New function.
(record_unwind_save_match_data): New function like save-match-data.
Stefan Monnier [Wed, 8 Jun 2005 19:41:19 +0000 (19:41 +0000)]
*** empty log message ***
Stefan Monnier [Wed, 8 Jun 2005 19:35:54 +0000 (19:35 +0000)]
(debug): Don't iconify if we know we'll re-enter the debugger immediately
anyway. Undo the 2005-06-06 change, rendered unnecessary now.
Richard M. Stallman [Wed, 8 Jun 2005 15:55:18 +0000 (15:55 +0000)]
*** empty log message ***
Richard M. Stallman [Wed, 8 Jun 2005 15:54:43 +0000 (15:54 +0000)]
(define-minor-mode): If BODY is empty, give the variable a doc string
that doesn't say don't set it directly.
Richard M. Stallman [Wed, 8 Jun 2005 15:53:51 +0000 (15:53 +0000)]
(no-break-space): Test `class' before `min-colors'
Richard M. Stallman [Wed, 8 Jun 2005 15:45:34 +0000 (15:45 +0000)]
(ispell-check-version): Use match-string-no-properties.
(ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
(ispell-buffer-local-words): Likewise.
Richard M. Stallman [Wed, 8 Jun 2005 15:43:59 +0000 (15:43 +0000)]
(makefile-shell-face): Make this a no-op
except on terminals with enough colors to really display it.
(makefile-dependency-regex): Delete spurious `bb'.
Richard M. Stallman [Wed, 8 Jun 2005 15:41:36 +0000 (15:41 +0000)]
(escape-glyph): Use blue once again in last case.
(no-break-space): Redefined so that it isn't invisible on a tty.
Richard M. Stallman [Wed, 8 Jun 2005 15:35:05 +0000 (15:35 +0000)]
Comment changes.
Richard M. Stallman [Wed, 8 Jun 2005 15:34:13 +0000 (15:34 +0000)]
(Entire Match Data): Clarify when match-data
returns markers and when integers.
Richard M. Stallman [Wed, 8 Jun 2005 15:33:10 +0000 (15:33 +0000)]
(Defining Faces): Explain that face name should not end in `-face'.
Richard M. Stallman [Wed, 8 Jun 2005 15:32:01 +0000 (15:32 +0000)]
(Mode Line Data): Minor cleanup.
(Customizing Keywords): Node split out of Search-based Fontification.
Add example of using font-lock-add-keywords from a hook.
Clarify when MODE should be non-nil, and when nil.
Richard M. Stallman [Wed, 8 Jun 2005 15:28:27 +0000 (15:28 +0000)]
Undo previous change.
Richard M. Stallman [Wed, 8 Jun 2005 15:26:33 +0000 (15:26 +0000)]
(get_next_display_element): Alter previous change:
Distinguish Vshow_nonbreak_escape = t or not t.
For t, use escape_glyph once again, as before previous change.
Use space or hyphen for display, instead of the non-ASCII char.
(syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
Richard M. Stallman [Wed, 8 Jun 2005 15:18:49 +0000 (15:18 +0000)]
Clean up whitespace.
Richard M. Stallman [Wed, 8 Jun 2005 15:18:10 +0000 (15:18 +0000)]
(Fstart_process): Don't touch command_channel_p slot.
Richard M. Stallman [Wed, 8 Jun 2005 15:16:31 +0000 (15:16 +0000)]
(struct process): Conditionalize slots adaptive_read_buffering,
read_output_delay and read_output_skip on ADAPTIVE_READ_BUFFERING.
Delete command_channel_p.
Kim F. Storm [Wed, 8 Jun 2005 12:13:32 +0000 (12:13 +0000)]
Linux kernel 2.6.10 may corrupt process output.
Warn that using CVS+SSH may corrupt files, include work-around.
Kim F. Storm [Wed, 8 Jun 2005 12:13:21 +0000 (12:13 +0000)]
*** empty log message ***