diff lisp/ChangeLog @ 83429:ec395f552d45

Merged from miles@gnu.org--gnu-2005 (patch 681) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-681 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-469
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 29 Dec 2005 04:46:59 +0000
parents d0eee3282e6b 7ee3fee734b9
children c69d44922688
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Dec 29 04:41:02 2005 +0000
+++ b/lisp/ChangeLog	Thu Dec 29 04:46:59 2005 +0000
@@ -1,5 +1,153 @@
+2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
+
+	* progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
+	Display name of expression instead of convenience variable.
+	(gdb-post-prompt): Only call gdb-get-changed-registers if needed.
+
+	* progmodes/gud.el (gud-tooltip-dereference): Rename from
+	toggle-gud-tooltip-dereference.
+	(gud-tooltip-print-command): Move concatenation of "*" to expr to...
+	(gud-tooltip-tips): ...here when dereferencing..
+
+2005-12-28  Bill Wohler  <wohler@newt.com>
+
+	* simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and
+	autoload.
+
+2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* vc.el (vc-annotate-display): Replace optional arg `color-map' with
+	compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
+	(vc-annotate-display-autoscale): Adjust call.
+	(vc-annotate-display-default): Adjust call.  Make arg compulsory.
+	Fix interactive spec.
+	(vc-annotate-time-span): Remove.
+	(vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
+	(vc-annotate-mode-menu, vc-annotate-display-autoscale)
+	(vc-annotate-display-select): Use new name.
+
+	* vc.el (vc-annotate-mode-map): Remove obsolete binding.
+	(vc-annotate-mode-menu): Remove left-over redundant declaration.
+	Correct the construction of span entries.  Simplify.
+	(vc-annotate-display-select): Fix the nil case.
+	(vc-annotate): Remove obsolete (and now broken) code.
+	(vc-annotate-extract-revision-at-line): Remove obsolete code.
+	(vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
+
+2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
+
+	* subr.el (lazy-completion-table): Correct typo in docstring.
+
+	* startup.el (command-line): Use `custom-reevaluate-setting' for
+	`send-mail-function'.
+
+	* mail/sendmail.el (send-mail-function): Autoload the standard-value.
+
+2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
+
+	* mail/smtpmail.el (smtpmail-try-auth-methods):
+	Send credentials together with "AUTH PLAIN" command.
+
+2005-12-27  Richard M. Stallman  <rms@gnu.org>
+
+	* mouse.el (mouse-drag-region-1): When remapping mouse-1 to
+	mouse-2, go back to previously selected window, so it's selected
+	when mouse-2 command runs.
+
+2005-12-27  Juri Linkov  <juri@jurta.org>
+
+	* descr-text.el (describe-text-sexp): Use square brackets for
+	button [Show] to distinguish it from the property value `show'.
+	(describe-property-list): Use `insert-text-button' with
+	`help-face' type instead of putting face in quotes, because button
+	is not created automatically for a list of faces.
+	(describe-text-properties-1): Put button-type value in quotes to
+	distinguish from plain text "button".
+	(describe-char): Display code point values in hex.  Don't use
+	`symbol-name' for `current-input-method' because it is a string.
+	Use `insert-text-button' with `help-face' type instead of putting
+	hardcoded face in quotes, because button is not created automatically.
+
+2005-12-27  Richard M. Stallman  <rms@gnu.org>
+
+	* progmodes/glasses.el (glasses-face): More specific custom type.
+
+	* files.el (set-visited-file-name): Doc fix.
+
+	* textmodes/flyspell.el (flyspell-external-point-words):
+	Use local var buffer-scan-pos to advance scan for next misspelling.
+	Advance it only after we find the misspelling.
+
+2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
+
+	* textmodes/flyspell.el (flyspell-external-point-words):
+	New criteria for finding the misspelling in the buffer.
+
+2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
+
+	* help-mode.el (help-insert-string): Set help-xref-stack-item
+	rather than call help-setup-xref.
+
+	* descr-text.el (describe-char): Revert previous changes for
+	optional buffer argument.
+
+2005-12-27  Juri Linkov  <juri@jurta.org>
+
+	* help-mode.el (help-insert-string): New function.  Save buffer
+	contents in cases where it is impossible to recompute the old contents.
+
+	* descr-text.el (describe-char): Set help-xref-stack-item
+	explicitly after buffer has been generated.
+
+2005-12-27  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
+
+	* cus-start.el (all): Add x-gtk-show-hidden-files.
+
+2005-12-26  Richard M. Stallman  <rms@gnu.org>
+
+	* replace.el (perform-replace): Calculate match-again
+	before skipping read-only matches.
+
+	* paren.el (paren-showing-faces): New group.
+	(show-paren-match, show-paren-mismatch): Move to that group.
+
+	* button.el (button): Put into group `basic-faces'.
+
+	* progmodes/make-mode.el: Remove faces from group `faces'.
+
+	* apropos.el (apropos, apropos-value): Doc fix.
+	(apropos-documentation): Doc fix.
+
+2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* subr.el (lazy-completion-table): Remove argument `args'.
+
+	* textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
+	Don't use the `args' argument of lazy-completion-table.
+
+2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
+
+	* descr-text.el (describe-char): Add optional argument for buffer.
+	Set buffer appropriately.  Call help-setup-xref.
+	Suggested by Stefan Monnier.
+
+2005-12-26  Juri Linkov  <juri@jurta.org>
+
+	* descr-text.el: Require `help-fns' at runtime.  Don't require
+	`button' for byte compilation.
+	(describe-text-widget): Add `help-echo' for first button.
+	Use `help-info' for second.
+	(describe-property-list): Use `help-argument-name' instead of `italic'.
+	(describe-text-category): Add prompt to interactive spec.
+	Call `help-setup-xref'.
+	(describe-char): Use `help-character-set'.  Add `help-echo' for
+	code point.  Use `help-input-method'.  Remove superfluous insert.
+
 2005-12-25  Richard M. Stallman  <rms@gnu.org>
 
+	* progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
+	at point, in case of narrowing.
+
 	* progmodes/delphi.el (delphi-other-face): Allow nil in type.
 
 	* locate.el (locate-header-face): Allow nil in type.
@@ -15,16 +163,16 @@
 
 	* custom.el (custom-push-theme): Fix docstring.
 
-	* cus-edit.el (custom-variable-set, custom-variable-save,
-	custom-variable-save): Custom-quote widget values.
+	* cus-edit.el (custom-variable-set, custom-variable-save)
+	(custom-variable-save): Custom-quote widget values.
 	(customize-save-variable): Fix custom-push-theme call.
 
 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
 
 	* w32-fns.el (w32-batch-update-autoloads): New function.
 
-	* makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el): Use
-	w32-batch-update-autoloads, and don't setq generated-autoload-file
+	* makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
+	Use w32-batch-update-autoloads, and don't setq generated-autoload-file
 	from the command line.
 
 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
@@ -37,15 +185,15 @@
 	customization" button one line up.
 	(custom-themed): New face.
 	(custom-magic-alist): New value, THEMED, for theme settings.
-	(custom-variable-state-set, custom-face-state-set): Check
-	theme-value instead of saved-value.
+	(custom-variable-state-set, custom-face-state-set):
+	Check theme-value instead of saved-value.
 	(custom-variable-reset-standard, custom-face-reset-standard):
 	Remove theme setting entirely.  Recalculate new values.
 	(custom-variable-set, custom-variable-set)
 	(custom-variable-reset-saved, custom-variable-reset-backup)
 	(custom-face-set, custom-face-reset-saved): Update `user' theme.
 	(custom-variable-save): Fix typos.
-	
+
 2005-12-23  Juri Linkov  <juri@jurta.org>
 
 	* emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
@@ -1384,7 +1532,7 @@
 	5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
 	covers all cases now).
 
-	* progmodes/cc-defs.el (c-point): Added 'bosws and 'eosws.
+	* progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
 
 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
 
@@ -1454,7 +1602,7 @@
 	* progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
 	Specify which submatch to use.
 
-	* progmodes/cc-langs.el (c-symbol-start): Include '@' in ObjC.
+	* progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
 
 	(c-decl-start-re): No no longer any need for special treatment of
 	ObjC due to the above.
@@ -1653,7 +1801,7 @@
 
 	(c-decl-start-re): New language variable to make
 	`c-font-lock-declarations' stop for the special protection labels
-	in Objective-C that start with '@'.
+	in Objective-C that start with `@'.
 
 	(c-label-key): Removed since it's no longer used.
 
@@ -1843,7 +1991,7 @@
 	has now taken the place of this function.
 
 	* progmodes/cc-vars.el (c-emacs-features): Removed compatibility
-	with older emacsen: We now require 'pps-extended-state.
+	with older emacsen: We now require `pps-extended-state'.
 
 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
 
@@ -2020,21 +2168,21 @@
 	(cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
 	select either meta, hyper, or super modifier for rectangle commands.
 	(cua--rectangle-modifier-key): New defvar.
-	(cua--M/H-key): Use it.  Remove special case for 'space.
+	(cua--M/H-key): Use it.  Remove special case for `space'.
 	(cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
 	on X, to meta otherwise.  Always bind C-return to toggle
-	rectangle.  Pass ?\s instead of 'space to cua--M/H-key.
+	rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
 
 	* emulation/cua-rect.el (cua-help-for-rectangle): Use
 	cua--rectangle-modifier-key.  Handle super modifier too.
 	(cua--init-rectangles): Always bind C-return to toggle rectangle.
-	Pass ?\s instead of 'space to cua--M/H-key and cua--rect-M/H-key.
+	Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
 
 	* ido.el: Move Acknowledgements and History after Commentary.
 	Minor changes to Commentary.
 
 	* emulation/cua-base.el (cua--select-keymaps): Enable repeat
-	keymap if cua--prefix-override-timer equals 'shift.
+	keymap if cua--prefix-override-timer is `shift'.
 	(cua--shift-control-prefix): New function; emulate "type prefix
 	key twice" functionality to handle shifted prefix key override.
 	(cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
@@ -2330,7 +2478,7 @@
 
 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
 
-	* allout.el:(eval-when-compile): Remove unnecessary load of 'cl.
+	* allout.el:(eval-when-compile): Remove unnecessary load of cl.
 	Add fset of allout-real-isearch-abort during compile to fix
 	byte-compilation warnings.
 	(allout-mode-p): Move definition of this macro above all uses, or
@@ -3467,7 +3615,7 @@
 	* jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
 	Add jka-compr-load-suffixes to load-suffixes.
 
-	* jka-compr.el: Require 'jka-cmpr-hook.
+	* jka-compr.el: Require jka-cmpr-hook.
 	(jka-compr-info-compress-message, jka-compr-info-compress-program)
 	(jka-compr-info-compress-args, jka-compr-info-uncompress-message)
 	(jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
@@ -3650,7 +3798,7 @@
 	* pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
 	(pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
 	(pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
-	(pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
+	(pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
 	argument to all these routines, so the passphrase can be managed
 	externally and passed in to the system.
 	(pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
@@ -3659,7 +3807,7 @@
 	* pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
 	(pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
 	(pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
-	(pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
+	(pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
 	argument to all these routines, so the passphrase can be managed
 	externally and passed in to the system.
 	(pgg-pgp5-sign-region): Use new name of	pgg-add-passphrase-to-cache
@@ -3843,7 +3991,7 @@
 	Change defvar to defcustom.
 	(rcirc-update-prompt): Add optional ALL arg, which will update
 	prompts in all rcirc buffers.  Regexp quote replacement text.
-	(rcirc-fill-column): Accept 'frame-width as a value.
+	(rcirc-fill-column): Accept frame-width as a value.
 	(rcirc-set-changed): Add function.
 	(rcirc-next-active-buffer): Write more meaningful messages.
 	(rcirc-faces): Add customization group.
@@ -3854,7 +4002,7 @@
 	(rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
 	(rcirc-debug-flag): Rename from `rcirc-log-p'.
 	(rcirc-debug): Rename from `rcirc-log'.
-	(rcirc-format-response-string): Do not print '-' chars for a
+	(rcirc-format-response-string): Do not print `-' chars for a
 	NOTICE with no sender.  Simplify output of server responses.
 
 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
@@ -3872,7 +4020,7 @@
 	* pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
 	(pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
 	(pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
-	(pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
+	(pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
 	argument to all these routines, so the passphrase can be managed
 	externally and passed in to the system.
 	(pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
@@ -3881,7 +4029,7 @@
 	* pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
 	(pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
 	(pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
-	(pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
+	(pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
 	argument to all these routines, so the passphrase can be managed
 	externally and passed in to the system.
 	(pgg-pgp5-sign-region): Use new name of	pgg-add-passphrase-to-cache
@@ -3896,7 +4044,7 @@
 
 	* textmodes/org.el (org-read-date, org-goto-calendar)
 	(org-recenter-calendar, org-agenda-goto-calendar):
-	Temporarily clear 'calendar-move-hook'.
+	Temporarily clear `calendar-move-hook'.
 
 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
 
@@ -4257,7 +4405,7 @@
 	key.  Also, added a note pointing out fact that the prompt only
 	indicates the first matching key.
 
-	* pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
+	* pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
 	pgg-decrypt-region.
 	(pgg-pending-timers): A new hash for tracking the passphrase cache
 	timers, so that new ones supercede old ones.
@@ -4287,14 +4435,14 @@
 	and then passed in to the system.
 
 	* pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
-	(pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
+	(pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
 	so the passphrase cache can be used reliably with identifiers
 	besides a pgp packet's key id.
 
 	* pgg-gpg.el (pgg-pgp-encrypt-region)
 	(pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
 	(pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
-	(pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
+	(pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
 	argument to all these routines, so the passphrase can be managed
 	externally and passed in to the system.
 
@@ -4343,7 +4491,7 @@
 	key.  Also, added a note pointing out fact that the prompt only
 	indicates the first matching key.
 
-	* pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
+	* pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
 	pgg-decrypt-region.
 	(pgg-pending-timers): A new hash for tracking the passphrase cache
 	timers, so that new ones supercede old ones.
@@ -4375,14 +4523,14 @@
 	and then passed in to the system.
 
 	* pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
-	(pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
+	(pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
 	so the passphrase cache can be used reliably with identifiers
 	besides a pgp packet's key id.
 
 	* pgg-gpg.el (pgg-pgp-encrypt-region)
 	(pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
 	(pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
-	(pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
+	(pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
 	argument to all these routines, so the passphrase can be managed
 	externally and passed in to the system.
 
@@ -5020,7 +5168,7 @@
 	* allout.el: Add autoloads of crypt++ and mailcrypt routines, all
 	for encryption functionality.
 	Move allout customization subgroup from `editing' to `outlines' group.
-	Fix commentary 'keywords' to legitimate ones.
+	Fix commentary keywords to legitimate ones.
 	Update author info (using my current email address, obscurified).
 	(allout-encrypt-string, allout-encryption-produce-work-buffer)
 	(allout-encrypted-topic-p, allout-encrypted-text-type)
@@ -5061,9 +5209,9 @@
 	any universal argument provokes now prompt for bullet, defaulting
 	to the bullet of the previous topic.
 	(allout-plain-bullets-string, allout-distinctive-bullets-string):
-	Plain bullet alternates '.' period and ',' comma only.  All other
+	Plain bullet alternates `.' period and `,' comma only.  All other
 	bullets are relegated to special status (but customizable).
-	(allout-end-of-entry): Rename from 'allout-end-of-current-entry
+	(allout-end-of-entry): Rename from allout-end-of-current-entry
 	since it actually operates w.r.t. most immediately containing
 	entry, visible or not.
 	(allout-hide-current-entry, allout-show-current-entry): Use the
@@ -5084,8 +5232,8 @@
 	(allout-isearch-rectification): Refine condition for isearching.
 	(allout-isearch-abort, allout-enwrap-isearch)
 	(allout-flag-region, my-region-active-p): Relocate some macros.
-	(allout-title): Fallback title is '(buffer-name)', not
-	non-existing '(current-buffer-name)'.
+	(allout-title): Fallback title is (buffer-name), not
+	non-existing (current-buffer-name).
 	(subst-char-in-string): Define if absent (for some XEmacs versions).
 
 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
@@ -5600,10 +5748,10 @@
 	(math-super-types): Add sqmatrix type.
 
 	* calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
-	mode name `square' to 'sqmatrix'.
+	mode name `square' to `sqmatrix'.
 
 	* calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
-	mode name `square' to 'sqmatrix'.
+	mode name `square' to `sqmatrix'.
 
 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 
@@ -7193,7 +7341,7 @@
 	(vhdl-trailer-re): Add "record" keyword (better indentation).
 	(vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
 	"[^ \t-\"]+".
-	(vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
+	(vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
 	(vhdl-testbench-entity-file-name)
 	(vhdl-testbench-architecture-file-name): Allow separate
 	customization of testbench file names.
@@ -7803,8 +7951,8 @@
 	* subr.el (insert-for-yank-1): Doc fix.
 
 	* ido.el (ido-enter-matching-directory): Rename from
-	ido-enter-single-matching-directory.  Change 'slash choice to
-	'only. 	Add 'first choice.
+	ido-enter-single-matching-directory.  Change `slash' choice to
+	`only'.  Add `first' choice.
 	(ido-exhibit): Adapt to above changes.
 
 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
@@ -12064,7 +12212,7 @@
 	included diary buffer if it was not already being visited.
 	Reported by Stephen Berman <Stephen.Berman@gmx.net>.
 
-	* calendar/icalendar.el (top-level): Do not require 'appt.
+	* calendar/icalendar.el (top-level): Do not require appt.
 
 	* mail/supercite.el (sc-select-attribution): Only use a list
 	element from sc-attrib-selection-list if it returns a string.
@@ -15371,7 +15519,7 @@
 
 	* calendar/cal-x.el (calendar-one-frame-setup)
 	(calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
-	rather than 'symbol for set-window-dedicated-p.
+	rather than `symbol' for set-window-dedicated-p.
 
 	* calendar/appt.el (appt-buffer-name): Make it a constant.
 	(appt-add): Doc fix.
@@ -18000,10 +18148,10 @@
 	(reftex-index-region-phrases): Add slave parameter to call of
 	`reftex-index-this-phrase'.
 	(reftex-display-index): New argument redo.
-	(reftex-index-rescan): Add 'redo to arguments of
+	(reftex-index-rescan): Add `redo' to arguments of
 	`reftex-display-index'.
 	(reftex-index-Rescan, reftex-index-revert)
-	(reftex-index-switch-index-tag): Add 'redo to arguments of
+	(reftex-index-switch-index-tag): Add `redo' to arguments of
 	`reftex-display-index'.
 	(reftex-index-make-phrase-regexp): Fix bug with case-sensitive
 	indexing.  Fix bug with matching is there is a quote before or
@@ -18070,8 +18218,8 @@
 
 	* xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
 	Enable mouse clicks on mode-line, header-line and margin.
-	(event-type): Give mouse event symbols an 'event-kind property
-	with value 'mouse-click.
+	(event-type): Give mouse event symbols an `event-kind' property
+	with value `mouse-click'.
 
 2005-01-12  Juri Linkov  <juri@jurta.org>