1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00
Commit Graph

30084 Commits

Author SHA1 Message Date
Stefan Monnier
c202dc91be *** empty log message *** 2005-06-15 16:38:53 +00:00
Stefan Monnier
c2fa1079b9 (bibtex-Preamble): Enclose BibTeX preamble by field delimiters. 2005-06-15 16:38:29 +00:00
David Ponce
61194c8d42 eval-and-compile inlined functions so they will
be available at run-time too.
(tree-widget-value-create): Fix last change.
2005-06-15 13:49:02 +00:00
David Ponce
3b2f3d1a0a *** empty log message *** 2005-06-15 13:48:31 +00:00
David Ponce
3bcf793ca4 (tree-widget-super-format-handler)
(tree-widget-format-handler): Remove.
(tree-widget-value-create): Handle the :indent property.
2005-06-15 08:19:19 +00:00
David Ponce
763e7cf6dd *** empty log message *** 2005-06-15 08:17:54 +00:00
Miles Bader
ef88a99990 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-421
Tweak which-func face

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

   * lisp/progmodes/which-func.el (which-func): Only inherit
   `font-lock-function-name-face' when that makes sense against the
   default mode-line face, otherwise set the face color explicitly.
2005-06-15 04:35:23 +00:00
Miles Bader
e6572f79e3 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-420
Fix cperl-mode font-lock problem

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

   * lisp/progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
   faces instead of (non-existent) variables.
2005-06-15 02:27:55 +00:00
Miles Bader
a5d3703136 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-419
Remove "-face" suffix from ld-script faces

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

   * lisp/progmodes/ld-script.el (ld-script-location-counter):
   Remove "-face" suffix from face name.
   (ld-script-location-counter-face):
   New backward-compatibility alias for renamed face.
   (ld-script-location-counter-face): Use renamed face.
2005-06-15 00:17:41 +00:00
Miles Bader
e4c067b5d5 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-418
Remove "-face" suffix from cperl-mode faces

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

   * lisp/progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
   (cperl-hash): Remove "-face" suffix from face names.
   (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
   New backward-compatibility alias for renamed faces.
   (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
   (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
2005-06-15 00:14:58 +00:00
Miles Bader
9ce2eb5ebb Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-417
Remove "-face" suffix from which-func face

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

   * lisp/progmodes/which-func.el (which-func): Remove "-face" suffix from face
   name.
   (which-func-face): New backward-compatibility alias for renamed face.
   (which-func-format): Use renamed which-func face.
2005-06-15 00:14:41 +00:00
Miles Bader
63a5fd6303 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-415
Remove "-face" suffix from vhdl-mode faces

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

   * lisp/progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
   (vhdl-function, vhdl-directive, vhdl-reserved-word)
   (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
   names.
   (vhdl-speedbar-entity, vhdl-speedbar-architecture)
   (vhdl-speedbar-configuration, vhdl-speedbar-package)
   (vhdl-speedbar-library, vhdl-speedbar-instantiation)
   (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
   (vhdl-speedbar-architecture-selected)
   (vhdl-speedbar-configuration-selected)
   (vhdl-speedbar-package-selected)
   (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
   names.
   (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
   Use renamed faces.
   (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
   (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
   (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
   Use renamed faces.
   (syntax-alist): Don't use "font-lock-" or "-face" in generated face
   names.
   (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
   (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
   (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
   (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
   (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
   (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
2005-06-14 23:56:26 +00:00
Miles Bader
33595ec6be Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-414
Remove "-face" suffix from sh-script faces

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

   * lisp/progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
   face name.
   (sh-heredoc-face): New backward-compatibility alias for renamed face.
   (sh-heredoc-face): Use renamed sh-heredoc face.
2005-06-14 23:56:03 +00:00
Miles Bader
57267a9565 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-413
Remove "-face" suffix from idlwave faces

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

   * lisp/progmodes/idlw-help.el (idlwave-help-link):
   Remove "-face" suffix from face name.
   (idlwave-help-link-face):
   New backward-compatibility alias for renamed face.
   (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.

   * lisp/progmodes/idlw-shell.el (idlwave-shell-bp-face)
   (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
   (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
   New backward-compatibility aliases for renamed faces.
   (idlwave-shell-disabled-breakpoint-face)
   (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
2005-06-14 23:20:55 +00:00
Miles Bader
ded09abd8d Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-412
Remove "-face" suffix from flymake faces

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

   * lisp/progmodes/flymake.el (flymake-errline, flymake-warnline):
   Remove "-face" suffix from face names.
   (flymake-errline-face, flymake-warnline-face):
   New backward-compatibility aliases for renamed faces.
   (flymake-highlight-line): Use renamed flymake faces.
2005-06-14 23:20:37 +00:00
Miles Bader
4f2d55da49 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-410
Remove "-face" suffix from ebrowse faces

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

   * lisp/progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
   (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
   (ebrowse-member-class, ebrowse-progress):
   Remove "-face" suffix from face names.
   (ebrowse-tree-mark-face, ebrowse-root-class-face)
   (ebrowse-file-name-face, ebrowse-default-face)
   (ebrowse-member-attribute-face, ebrowse-member-class-face)
   (ebrowse-progress-face):
   New backward-compatibility aliases for renamed faces.
   (ebrowse-show-progress, ebrowse-show-file-name-at-point)
   (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
   (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
   (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
2005-06-14 22:49:47 +00:00
Miles Bader
7a3dfaeead Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-409
Remove "-face" suffix from antlr-mode faces

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

   * lisp/progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
   (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
   (antlr-literal): Remove "-face" suffix and "font-lock-" from face
   names.
   (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
   (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
   (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
   (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
   New backward-compatibility aliases for renamed faces.
   (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
   (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
   (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
   "font-lock-".  Use renamed antlr-mode faces.
   (antlr-font-lock-additional-keywords): Use renamed faces.
   Replace literal face-names with face variable references.
2005-06-14 22:49:30 +00:00
Miles Bader
b6116bd256 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-408
Remove "-face" suffix from Buffer-menu-buffer face

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

   * lisp/buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
   face name.
   (Buffer-menu-buffer-face): New backward-compatibility alias for
   renamed face.
   (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
2005-06-14 22:49:09 +00:00
Daniel Pfeiffer
149012657f *** empty log message *** 2005-06-14 22:40:09 +00:00
Daniel Pfeiffer
602dc0daa0 (makefile-space, makefile-makepp-perl): Eliminate "-face" suffix.
(makefile-targets): Inherit from font-lock-function-name-face and eliminate
"-face" suffix.
(makefile-shell): Remove attributes and eliminate "-face" suffix.
(makefile-*-font-lock-keywords): Append makefile-targets in rule actions,
instead of prepending, to make it less visible.
(makefile-previous-dependency, makefile-match-dependency): Don't match a target
on a continuation line.
2005-06-14 22:33:56 +00:00
Nick Roberts
b636352442 (gdb-tooltip-print): Respect
tooltip-use-echo-area.
(menu): Re-order menu items.
2005-06-14 21:14:48 +00:00
Nick Roberts
dce4ed29ce * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
Define in tooltip.el.
(gud-tooltip-process-output): Respect tooltip-use-echo-area.
(gud-tooltip-tips): Respect tooltip-use-echo-area and
gud-tooltip-echo-area.
2005-06-14 21:14:12 +00:00
Nick Roberts
90aff7c61e * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
backward compatibility and make obsolete.
(tooltip-help-tips): Use tooltip-use-echo-area.
(tooltip-show-help-function): Rename to...
(tooltip-show-help): ...this, because it is a function.
(tooltip-mode, tooltip-help-message): Call tooltip-show-help.
2005-06-14 21:13:28 +00:00
Nick Roberts
3da629bdb6 *** empty log message *** 2005-06-14 21:12:41 +00:00
Luc Teirlinck
b6386e6354 (edebug-all-defs, edebug-initial-mode, edebug-print-length)
(edebug-print-level, edebug-print-circle, edebug-modify-breakpoint)
(edebug-eval-last-sexp, edebug-eval-print-last-sexp): Doc fixes.
2005-06-14 20:39:04 +00:00
Luc Teirlinck
197a7aaa50 *** empty log message *** 2005-06-14 20:34:19 +00:00
Juanma Barranquero
0b46b379ea *** empty log message *** 2005-06-14 15:52:56 +00:00
Stefan Monnier
561ec2254c (iswitchb-to-end): Replace mapcar with dolist.
(iswitchb-get-matched-buffers): Likewise.  Simplify.
2005-06-14 15:51:11 +00:00
Juanma Barranquero
fbb70c539b (make-obsolete, define-obsolete-function-alias): Rename arguments FUNCTION and
NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
(make-obsolete-variable, define-obsolete-variable-alias): Rename arguments
VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
2005-06-14 15:50:22 +00:00
Juanma Barranquero
8ab2275f10 (mh-secure-message): Follow error conventions. 2005-06-14 15:37:18 +00:00
Juanma Barranquero
52ebd91d1b (reftex-toc-dframe-p, reftex-toc-promote-prepare): Follow error conventions. 2005-06-14 15:36:08 +00:00
Juanma Barranquero
88c31d68c4 (reftex-access-scan-info): Follow error conventions. 2005-06-14 15:35:03 +00:00
Juanma Barranquero
4b9e737811 (org-promote, org-evaluate-time-range, org-agenda-next-date-line,
org-agenda-previous-date-line, org-agenda-error, org-open-at-point,
org-table-move-row, org-format-table-table-html-using-table-generate-source,
org-shiftcursor-error, org-ctrl-c-ctrl-c): Follow error conventions.
2005-06-14 15:33:45 +00:00
Kim F. Storm
1939ac922f (ido-mode): Make a new keymap every time we enable ido,
as the coverage buffer/file/both may change.
2005-06-14 15:32:41 +00:00
Kim F. Storm
6de5b135fc *** empty log message *** 2005-06-14 15:32:27 +00:00
Juanma Barranquero
5bb5087f3c (vhdl-speedbar-place-component): Follow error conventions. 2005-06-14 15:31:10 +00:00
Juanma Barranquero
ff689efdb4 idlwave-complete-class-structure-tag-help): Follow error conventions. 2005-06-14 15:29:27 +00:00
Juanma Barranquero
750362889e (idlwave-shell-move-to-bp): Follow error conventions. 2005-06-14 15:24:13 +00:00
Juanma Barranquero
eb4ed27f9a (ada-create-case-exception, ada-create-case-exception-substring,
ada-make-subprogram-body): Follow error conventions.
2005-06-14 15:23:26 +00:00
Juanma Barranquero
ff12e78d4b (tramp-find-file-exists-command, tramp-find-shell): Follow error conventions. 2005-06-14 15:22:35 +00:00
Juanma Barranquero
ef5c2ecae7 (vc-arch-checkin, vc-arch-diff): Follow error conventions. 2005-06-14 15:21:33 +00:00
Juanma Barranquero
e20bb6294d (ses-load): Follow error conventions. 2005-06-14 15:20:47 +00:00
Juanma Barranquero
e248903c19 (cvs-mode): Follow error conventions. 2005-06-14 15:20:05 +00:00
Juanma Barranquero
90d7908eb7 (isearchb-activate): Follow error conventions. 2005-06-14 15:19:08 +00:00
Juanma Barranquero
9afac171a5 (spam-stat-buffer-change-to-spam, spam-stat-buffer-change-to-non-spam):
Follow error conventions.
2005-06-14 15:17:00 +00:00
Juanma Barranquero
401d9d1a51 (gnus-agent-unlist-expire-days): Follow error conventions. 2005-06-14 15:15:23 +00:00
Juanma Barranquero
7f3a834027 (gnus-sieve-article-add-rule): Follow error conventions. 2005-06-14 15:14:01 +00:00
Juanma Barranquero
e2a0329ada (url-completion-function): Follow error conventions. 2005-06-14 15:07:56 +00:00
Juanma Barranquero
3b696504cd (diff-mode): Fix typo in docstring. 2005-06-14 14:34:40 +00:00
Lute Kamstra
b59f605b06 *** empty log message *** 2005-06-14 12:11:54 +00:00
Lute Kamstra
ccedb10b8b (internal-ange-ftp-mode): Use delay-mode-hooks and run-mode-hooks.
Simplify.
2005-06-14 12:10:55 +00:00
Lute Kamstra
fb33e15372 (rmail-edit-mode): Use delay-mode-hooks. 2005-06-14 12:08:43 +00:00
Lute Kamstra
cb1b44b04b (inferior-octave-mode): Use delay-mode-hooks. 2005-06-14 12:07:24 +00:00
Lute Kamstra
03789b211d (sql-interactive-mode): Use delay-mode-hooks. 2005-06-14 12:03:52 +00:00
Lute Kamstra
cdda556dbf (recentf-dialog-mode): Use kill-all-local-variables and
run-mode-hooks.
(recentf-edit-list, recentf-open-files): Don't call
kill-all-local-variables directly.
2005-06-14 12:02:42 +00:00
Lute Kamstra
8ac3941d04 (debug-on-entry): Fix docstring. 2005-06-14 12:00:50 +00:00
Juanma Barranquero
ca0a690049 *** empty log message *** 2005-06-14 11:37:49 +00:00
Juanma Barranquero
ebb7de8462 (flyspell-incorrect-hook, flyspell-maybe-correct-transposition,
flyspell-maybe-correct-doubling): Fix quoting in docstring.
2005-06-14 11:36:04 +00:00
Juanma Barranquero
490f67f86e (xdb): Fix quoting in docstring. 2005-06-14 11:34:43 +00:00
Juanma Barranquero
a4fd4556b5 (eshell/export): Fix quoting in docstring. 2005-06-14 11:33:54 +00:00
Juanma Barranquero
69df8d97d8 (flymake-new-err-info, flymake-start-syntax-check-for-current-buffer,
flymake-simple-cleanup): Fix quoting in docstring.
2005-06-14 11:32:58 +00:00
Juanma Barranquero
4790f3a438 (vi-goto-insert-state): Fix quoting in docstring. 2005-06-14 11:31:43 +00:00
Juanma Barranquero
841edf8d67 (forms--intuit-from-file): Fix reference to `forms-number-of-fields' in error message.
(forms-print): Fix quoting in error message.
(forms-mode): Fix quoting in docstring.
2005-06-14 11:30:22 +00:00
Juanma Barranquero
99b5aab79c (gnus-auto-select-subject): Fix quoting in docstring. 2005-06-14 11:24:08 +00:00
Juanma Barranquero
768e2c65ac (message-is-yours-p): Fix quoting. 2005-06-14 11:23:09 +00:00
Kim F. Storm
8da6c2f888 (add-to-ordered-list): Rework to use list-order property of list-var. 2005-06-14 08:14:06 +00:00
Daniel Pfeiffer
47d4e70988 Switch [Mm]akefile to gmake mode. 2005-06-14 07:33:01 +00:00
Miles Bader
a21fb88e7f Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-406
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 80-82)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mm-view.el (mm-inline-text): Withdraw the last change.

2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
   executing enriched-decode.
2005-06-14 02:49:36 +00:00
Luc Teirlinck
922a9de306 (cancel-debug-on-entry): Mention default in minibuffer prompt. 2005-06-13 23:40:05 +00:00
Luc Teirlinck
7efb41ae95 *** empty log message *** 2005-06-13 23:38:30 +00:00
Kim F. Storm
1a2f4b9fc0 (cua-mode): Use add-to-ordered-list to
add cua--keymap-alist to emulation-mode-map-alists.
2005-06-13 21:31:37 +00:00
Kim F. Storm
cbbd0b5a94 (add-to-ordered-list): New defun. 2005-06-13 21:29:52 +00:00
Kim F. Storm
929129fff1 *** empty log message *** 2005-06-13 21:29:25 +00:00
Stefan Monnier
5aa6db5755 *** empty log message *** 2005-06-13 20:50:25 +00:00
Stefan Monnier
e3b5b35b9a (read-face-name): Use complete-in-turn complete non-aliases
in preference to face aliases.
2005-06-13 20:47:08 +00:00
Stefan Monnier
9ed4906519 (complete-in-turn): New macro.
(dynamic-completion-table, lazy-completion-table): Add debug info.
2005-06-13 20:45:50 +00:00
Stefan Monnier
d95da8d3b2 (fill-match-adaptive-prefix): New function.
(fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
Remove unused vars `start' and `firstline'.
(fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
(justify-current-line, fill-individual-paragraphs): Remove unused vars.
2005-06-13 19:33:21 +00:00
Stefan Monnier
175384d1ee (url-file, url-file-asynch-callback): Use with-current-buffer. 2005-06-13 14:32:42 +00:00
Lute Kamstra
4da76c6afd *** empty log message *** 2005-06-13 12:08:25 +00:00
Lute Kamstra
16e8b16256 (ledit-mode): Use delay-mode-hooks. 2005-06-13 12:01:43 +00:00
Lute Kamstra
d7899a4ee3 (ediff-mode): Use run-mode-hooks. 2005-06-13 12:00:59 +00:00
Lute Kamstra
6f73217ed6 (ediff-meta-mode): Use run-mode-hooks. 2005-06-13 11:58:35 +00:00
Lute Kamstra
1a96d1f37a (edit-abbrevs-mode): Use kill-all-local-variables and run-mode-hooks. 2005-06-13 11:56:12 +00:00
Eli Zaretskii
2702394e7c (all): Don't complain about missing GTK-related variables,
unless either `gtk' is boundp or this isn't a `windows-nt' build.
2005-06-13 11:54:48 +00:00
Miles Bader
69008bcff4 Revert arch-tagline change 2005-06-13 09:49:47 +00:00
Lute Kamstra
63e9aa8ee8 (woman-mode-line-format): Delete constant.
(woman-mode-map): Initialize it properly.
(woman-mode): Set mode-class property to special.  Use
delay-mode-hooks and run-mode-hooks.  Use the right keymap.  Set
major-mode and mode-name.  Don't set mode-line-format directly.
(Man-getpage-in-background): Don't reference woman-mode-line-format.
2005-06-13 08:22:34 +00:00
Lute Kamstra
dd72a03ac2 (cancel-debug-on-entry): Make the empty string argument obsolete. 2005-06-13 08:14:06 +00:00
Carsten Dominik
30313b908d (org-CUA-compatible): New option.
(org-disputed-keys): New variable.
	(org-key): New function.
	(orgtbl-make-binding): Add docstring to the created function.
	(org-mode): Set paragraph start/separate regexps.
	(orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
	(org-archive-location, org-archive-mark-done)
	(org-archive-stamp-time): New options.
	(org-archive-subtree): New command.
	(org-fill-paragraph): New function.
	(org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
	(org-fake-empty-table-line): Function removed.
	(org-format-org-table-html): Do not create empty table lines at
	separator lines.  Improved table header treatment.
	(org-link-format): New option.
	(org-make-link): New function.
	(org-insert-link, org-store-link): Use org-make-link.
	(org-open-file): Quote file name for shell command, to allow
	spaces in file names.
	(org-link-regexp): Fixed bug with mailto link.
	(org-link-maybe-angles-regexp, org-protected-link-regexp): New
	constant.
	(org-export-as-html): Deal with the optional angles around a link.
	Better treatment of file: links.
	(org-open-at-point): Replace @{ and @} with < and >.
	(org-run-mode-hooks): Function removed.
	(org-agenda-mode): No longer use `org-run-mode-hooks'.
2005-06-13 06:42:53 +00:00
Nick Roberts
1e539d255b (gdb-registers-mode): Let gdbmi use
MI command -data-list-register-values.
(gdb-post-prompt): Indent properly.
2005-06-13 06:01:12 +00:00
Nick Roberts
3fd355d44e *** empty log message *** 2005-06-13 05:59:58 +00:00
Juanma Barranquero
b1412131a8 (highlight-changes-colors): Rename from `highlight-changes-colours'.
(highlight-changes-colours): Keep as obsolete alias.
(highlight-changes-face-list): Doc fix.
(hilit-chg-make-list): Use `highlight-changes-colors'.
2005-06-12 23:08:51 +00:00
Mark A. Hershberger
defa8e19a1 Remove stray paren in defun-prompt-regexp for cperl-mode 2005-06-12 23:04:41 +00:00
Stefan Monnier
84ae490875 Add comment. 2005-06-12 16:57:08 +00:00
Eli Zaretskii
0e659f576a Don't say we are dumping under 2 names on windows-nt and cygwin. 2005-06-12 12:49:00 +00:00
Eli Zaretskii
a1e8cad6ea *** empty log message *** 2005-06-12 11:28:55 +00:00
Eli Zaretskii
e8dbbf6f02 (bootstrap-clean-CMD, bootstrap-clean-SH): Don't use an old loaddefs.el,
as in Makefile.in.
2005-06-12 11:27:31 +00:00
Lute Kamstra
f586d18e58 (bootstrap-prepare): Don't use an old loaddefs.el. 2005-06-12 10:26:22 +00:00
Lute Kamstra
3a1524ed89 (Man-mode-map): Initialize it properly.
(Man-mode): Set mode-class property to special.
2005-06-12 10:11:00 +00:00
Lute Kamstra
ca0113b85a (calendar-mode): Use run-mode-hooks. 2005-06-12 09:00:57 +00:00
Luc Teirlinck
d02c57d351 (menu-bar-make-toggle): Remove stray backslash.
A newline is needed in the docstring there.
2005-06-12 00:04:44 +00:00
Luc Teirlinck
32cc0b0009 *** empty log message *** 2005-06-12 00:03:20 +00:00
Thien-Thi Nguyen
8b09abe105 Fix repeat' BNF and bits 2' example in Commentary. 2005-06-11 23:56:33 +00:00
Luc Teirlinck
8e71c318da (debug-on-entry, cancel-debug-on-entry): Doc fixes. 2005-06-11 23:52:51 +00:00
Vinicius Jose Latorre
b2c9cbd381 printing v6.8.4 2005-06-11 23:25:06 +00:00
Vinicius Jose Latorre
ac9abffebc printing v6.8.4 2005-06-11 23:18:57 +00:00
Thien-Thi Nguyen
d4ddf7839c Doc fixes for public funcs:
"Returns" to "return", document useful return values, etc.
2005-06-11 20:33:28 +00:00
Eli Zaretskii
98d1a1cf4c *** empty log message *** 2005-06-11 13:54:09 +00:00
Eli Zaretskii
b48e52066f (fill-context-prefix): Try `adaptive-fill-function'
BEFORE `adaptive-fill-regexp' when determining a fill prefix.
(adaptive-file-function): Minor amendment to doc-string.
2005-06-11 13:49:56 +00:00
Eli Zaretskii
67ed6461a6 (thumbs-per-line, thumbs-thumbsdir-max-size)
(thumbs-relief, thumbs-margin, thumbs-image-resizing-step): Fix
:type--it is `integer', not `string'.
2005-06-11 13:25:16 +00:00
Eli Zaretskii
e0dcaa3fee (modeline-highlight): Rename from (the erroneous) `modeline-higilight'. 2005-06-11 13:10:11 +00:00
Lute Kamstra
e5d79aa59c (edebug-eval-mode-map): Don't copy lisp-interaction-mode-map but make
it the parent.
(edebug-eval-mode): Use define-derived-mode.
2005-06-11 08:40:47 +00:00
Andreas Schwab
480c8cd32a Add binding of ESC functionkey' for every M-functionkey'. 2005-06-11 07:14:38 +00:00
Jan Djärv
75fb9fde10 Update item for 2004-01-21 with function items. 2005-06-11 05:40:16 +00:00
Jason Rumney
28547c1fa9 Fix last change 2005-06-11 00:09:39 +00:00
Jason Rumney
d11f8e1ab9 *** empty log message *** 2005-06-10 23:04:18 +00:00
Jason Rumney
2a516a73dd 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.
2005-06-10 22:54:06 +00:00
Stefan Monnier
0090e0483c Remove most autoload cookies.
Don't hook into the url-file-handler since it currently breaks all
non-HTTP URLs.
2005-06-10 22:02:23 +00:00
Stefan Monnier
7f95457178 (url-retrieve-synchronously): Don't exit precipitously when
fetching a file via ange-ftp.
2005-06-10 21:14:34 +00:00
Stefan Monnier
f1b587064a (vc-registered): Explicitly disable VC for URL files. 2005-06-10 21:14:10 +00:00
Mark A. Hershberger
23d519e49c eliminate use of inefficient match-data 2005-06-10 15:37:37 +00:00
Juanma Barranquero
578c1340ea *** empty log message *** 2005-06-10 15:00:48 +00:00
Juanma Barranquero
6cae5f240f 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.
2005-06-10 14:59:59 +00:00
Juanma Barranquero
466c78c08f *** empty log message *** 2005-06-10 14:16:23 +00:00
Juanma Barranquero
644efc09c4 (delphi-newline-always-indents): Fix spellings in docstrings. 2005-06-10 14:15:47 +00:00
Juanma Barranquero
bb27ac6f32 (cpp-face-light-name-list, cpp-face-dark-name-list): Fix spellings in
docstrings.
2005-06-10 14:15:10 +00:00
Juanma Barranquero
6292d528a7 (cperl-info-on-command-no-prompt, cperl-mode): Fix spellings in docstrings. 2005-06-10 14:14:37 +00:00
Juanma Barranquero
2d0bbf5d1f (lazy-lock-mode): Fix spellings in docstrings. 2005-06-10 14:14:07 +00:00
Juanma Barranquero
028f45d230 (browse-url-xterm-program): Fix spellings in docstrings. 2005-06-10 14:13:42 +00:00
Juanma Barranquero
2ae78c4d42 (unify-8859-on-encoding-mode): Fix spellings in docstrings. 2005-06-10 14:13:10 +00:00
Juanma Barranquero
11896c0ba5 (describe-coding-system): Fix spellings in docstrings. 2005-06-10 14:12:40 +00:00
Juanma Barranquero
fea6b73606 (select-safe-coding-system-accept-default-p, input-method-exit-on-invalid-key):
Fix spellings in docstrings.
2005-06-10 14:12:17 +00:00
Juanma Barranquero
3bf04f2fad (viper-find-char-forward): Fix spellings in docstrings. 2005-06-10 14:11:45 +00:00
Juanma Barranquero
1c7e8dfbd1 (vip-find-char-forward): Fix spellings in docstrings. 2005-06-10 14:11:18 +00:00
Juanma Barranquero
ca088b0437 (pc-select-selection-keys-only, pc-selection-mode): Fix spellings in docstrings. 2005-06-10 14:10:52 +00:00
Juanma Barranquero
77602fc76f (todo-insert-threshold): Fix spellings in docstrings. 2005-06-10 14:10:21 +00:00
Juanma Barranquero
c35dcd7e22 (woman-bold-headings, woman-ignore, woman-default-faces,
woman-monochrome-faces): Fix spellings in docstrings.
2005-06-10 14:09:51 +00:00
Juanma Barranquero
491a5bba5e (vcursor-copy-line): Fix spellings in docstrings. 2005-06-10 14:09:18 +00:00
Juanma Barranquero
aa40646530 (vc-annotate): Fix spellings in docstrings. 2005-06-10 14:08:47 +00:00
Juanma Barranquero
6bd47b393d (display-time-mail-face): Fix spellings in docstrings. 2005-06-10 14:08:19 +00:00
Juanma Barranquero
e5e4c6a171 (terminal-emulator): Fix spellings in docstrings. 2005-06-10 14:07:55 +00:00
Juanma Barranquero
5f94d2d009 (tempo-insert-region): Fix spellings in docstrings. 2005-06-10 14:07:27 +00:00
Juanma Barranquero
cc295a82c2 (insert-for-yank-1): Fix spellings in docstrings. 2005-06-10 14:06:47 +00:00
Juanma Barranquero
fb607ff181 (skeleton-autowrap): Fix spellings in docstrings. 2005-06-10 14:06:22 +00:00
Juanma Barranquero
1d68acd3a9 (mouse-1-click-follows-link): Fix spellings in docstrings. 2005-06-10 14:05:55 +00:00
Juanma Barranquero
5ab405e407 (log-edit-changelog-full-paragraphs): Fix spellings in docstrings. 2005-06-10 14:05:27 +00:00
Juanma Barranquero
480ef9bbde (kmacro-call-macro): Fix spellings in docstrings. 2005-06-10 14:04:52 +00:00
Juanma Barranquero
291cfc0c5a (ielm-dynamic-return, inferior-emacs-lisp-mode): Fix spellings in docstrings. 2005-06-10 14:04:24 +00:00
Juanma Barranquero
85fcb67105 (highlight-changes-colours highlight-changes-face-list,
highlight-changes-rotate-faces): Fix spellings in docstrings.
2005-06-10 14:03:52 +00:00
Juanma Barranquero
4f955a15c5 (filesets-external-viewers): Fix spellings in docstrings. 2005-06-10 14:02:49 +00:00
Juanma Barranquero
643c985df4 (make-backup-file-name-function): Fix spellings in docstrings. 2005-06-10 14:02:21 +00:00