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

32257 Commits

Author SHA1 Message Date
Kim F. Storm
98faed9f39 (cua--highlight-rectangle): Preserve
existing face when partially highlighting a TAB in a rectangle.
2005-11-26 23:30:43 +00:00
Kim F. Storm
b14935df20 *** empty log message *** 2005-11-26 23:30:30 +00:00
Kim F. Storm
973495ca25 (ido-mode-map): Doc fix.
(ido-mode-common-map, ido-mode-file-map)
(ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
(ido-define-mode-map): Rewrite.  Select one of the new maps as
parent for ido-mode-map instead of building from scratch.
(ido-init-mode-maps): New defun to initialize new maps.
(ido-mode): Call it.
(ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
(ido-find-file): Doc fix -- use \<ido-mode-file-map>.
2005-11-26 19:25:36 +00:00
Kim F. Storm
46801e4c86 *** empty log message *** 2005-11-26 19:25:24 +00:00
John Paul Wallington
440e20fca8 (archive-extract): Use posn-set-point' instead of mouse-set-point'
because the latter is not fbound when configured without X.
2005-11-26 19:05:52 +00:00
Thien-Thi Nguyen
1be0210d3a (file-relative-name): Doc fix. 2005-11-26 15:52:10 +00:00
Eli Zaretskii
02b1a164f9 *** empty log message *** 2005-11-26 11:20:10 +00:00
Eli Zaretskii
107dd21bca (inferior-octave-startup): Force a non-empty string for secondary prompt PS2. 2005-11-26 10:51:22 +00:00
Chong Yidong
49d11c492a * progmodes/compile.el (compilation-setup): Fix last fix. 2005-11-25 22:07:00 +00:00
Nick Roberts
be1c984450 (gdb-info-breakpoints-custom)
(gdb-mouse-toggle-breakpoint-margin)
(gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
Add gdb-server-prefix to keep out of command history.
(gdb-edit-register-value): New function.
(gdb-registers-mode-map): Bind mouse-2 and RET to it.
(gdb-info-registers-custom): Use above map.
2005-11-25 21:34:03 +00:00
Nick Roberts
1c5a7258db *** empty log message *** 2005-11-25 21:33:02 +00:00
Chong Yidong
e335f09e0e * custom.el (enable-theme): Signal error if argument is not a
theme.  Don't recalculate a face if it's not loaded yet.

	* cus-face.el (custom-theme-set-faces): Don't change saved-face if
	the `user' theme is in effect.
2005-11-25 18:00:10 +00:00
Kim F. Storm
93a068651d *** empty log message *** 2005-11-25 17:57:06 +00:00
Chong Yidong
d590dbd27a * info.el (Info-on-current-buffer): Record actual filename in
Info-current-file, instead of t, or a fake filename if a non-file
	buffer.  Make autoload.
	(Info-find-node, Info-revert-find-node): No need to check for
	Info-current-file nil.
	(Info-set-mode-line, Info-up, Info-copy-current-node-name):
	Info-current-file is now never `t'.
	(Info-fontify-node): Many simplifications due to Info-current-file
	always being valid.  Use Info-find-file to find node filename.
2005-11-25 16:35:34 +00:00
David Kastrup
e5ad37ee8d (longlines-wrap-line): Reorder wrapping to "insert
new character, then delete" in order to preserve markers.
2005-11-25 11:06:30 +00:00
David Ponce
d973cf9cdb (recentf-arrange-by-rule): Handle a special `auto-mode-alist'-like
"strip suffix" rule.
(recentf-build-mode-rules): Handle second level auto-mode entries.
2005-11-25 07:57:21 +00:00
David Ponce
f81b92f259 *** empty log message *** 2005-11-25 07:55:48 +00:00
Michael Kifer
9b01475db9 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-wind (ediff-make-wide-display): Slight simplification.

	* ediff.el (ediff-date): Changed the date of last update.
2005-11-25 07:29:10 +00:00
Michael Kifer
0680ea10b4 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
* viper-keym.el (viper-ESC-key): use different values in terminal and
	window modes.

	* viper.el (viper-emacs-state-mode-list): delete mail-mode, add
	jde-javadoc-checker-report-mode.
2005-11-25 07:18:07 +00:00
Chong Yidong
e4d5906679 * hi-lock.el (hi-lock-buffer-mode): Turn on font-lock.
(hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
	font-lock-fontify-buffer.
	(hi-lock-refontify): Deleted.
	(hi-lock-font-lock-hook): Turn off hi-lock when font lock is
	turned off.
2005-11-25 05:32:56 +00:00
Chong Yidong
9cb4bb4503 Fix typo. 2005-11-24 21:11:42 +00:00
Chong Yidong
ae34cba19b Fix two omissions in last change. 2005-11-24 21:05:33 +00:00
Chong Yidong
963b20402d * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
Use define-minor-mode, and make it a local mode.
	(hi-lock-mode): New global minor mode.
	(turn-on-hi-lock-if-enabled): New function.
	(hi-lock-line-face-buffer, hi-lock-face-buffer)
	(hi-lock-set-pattern): Changed arguments to regexp and face
	instead of a font-lock pattern.  Directly set face property,
	instead of refontifying.
	(hi-lock-font-lock-hook): Check if font-lock is being turned on.
	(hi-lock-find-patterns): Use line-number-at-pos.

	(hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
	arguments for hi-lock-set-pattern.
	(hi-lock-find-file-hook, hi-lock-current-line)
	(hi-lock-set-patterns): Deleted unused functions.

	* progmodes/compile.el (compilation-setup): Don't fiddle with
	font-lock-defaults.
2005-11-24 20:52:16 +00:00
Nick Roberts
f3220d3a39 (gdb-var-create-handler, gdb-var-list-children-handler):
Find values for all variable objects.  gud-speedbar-buttons
decides whether to display them.
2005-11-24 20:45:50 +00:00
Nick Roberts
e5a690f115 *** empty log message *** 2005-11-24 20:43:52 +00:00
Romain Francoise
357e604527 (Info-speedbar-fetch-file-nodes): Prefix temporary buffer name with a
space.
2005-11-24 16:10:00 +00:00
Carsten Dominik
9981213caf *** empty log message *** 2005-11-24 14:46:59 +00:00
Carsten Dominik
7a368970c7 (org-export-plain-list-max-depth): Renamed from
`org-export-local-list-max-depth'.  Default values changed to 3.
	(org-auto-renumber-ordered-lists,
	org-plain-list-ordered-item-terminator): New options.
	(org-at-item-p, org-beginning-of-item, org-end-of-item,
	org-get-indentation, org-get-string-indentation,
	org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
	functions.
	(org-move-item-down, org-move-item-up): New commands.
	(org-export-as-html): New classes for CSS support.  Bug fix in
	regular expression detecting fixed-width regions.  Respect
	`org-local-list-ordered-item-terminator'.
	(org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
	also a list item.
	(org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
	New item moving functions added.
2005-11-24 14:45:21 +00:00
Juri Linkov
ece75c05d6 (isearch-repeat): With empty search ring set `isearch-error' to the
error string instead of signaling error with the function `error'.
2005-11-24 09:59:37 +00:00
YAMAMOTO Mitsuharu
b9c7cbf926 *** empty log message *** 2005-11-24 08:20:41 +00:00
YAMAMOTO Mitsuharu
d8dabccce2 Make modifier ctrl' an alias of control'. 2005-11-24 08:18:37 +00:00
Nick Roberts
1e906233d4 (gud-speedbar-menu-items): Add gdb-speedbar-auto-raise as radio button.
(gud-speedbar-buttons): Raise speedbar if requested.
Don't match on "char **...".
(gud-speedbar-buttons): Add (pointer) value for non-leaves.
Make it editable.
2005-11-24 00:36:03 +00:00
Nick Roberts
66395e6be0 (gdb-speedbar-auto-raise): New function and variable.
(gdb-var-create-handler, gdb-var-list-children-handler):
Don't match on "char **...".
(gdb-var-update-handler): Find values for all variable objects.
(gdb-info-frames-custom): Identify frames by leading "#".
2005-11-24 00:34:59 +00:00
Nick Roberts
55b2dea3c4 *** empty log message *** 2005-11-24 00:33:42 +00:00
Chong Yidong
98b37eab5d * info.el (Info-fontify-node): Handle the case where
Info-current-file is t.
2005-11-23 17:57:46 +00:00
Stefan Monnier
9c03d47858 (blink-matching-open): Fix off-by-one in last change. 2005-11-23 15:05:27 +00:00
YAMAMOTO Mitsuharu
2c012c4187 *** empty log message *** 2005-11-23 07:20:09 +00:00
YAMAMOTO Mitsuharu
0d83c94d20 Don't change default directory. 2005-11-23 07:19:59 +00:00
Luc Teirlinck
eac1f7d830 (Custom-reset-standard): Make it handle Custom group
buffers correctly.  (It used to throw an error in such buffers.)
Make it ask for confirmation in group buffers and other Custom
buffers containing more than one customization item.
2005-11-22 23:28:28 +00:00
Luc Teirlinck
2036ac732c *** empty log message *** 2005-11-22 23:26:53 +00:00
John Paul Wallington
43fb082deb (goto-address-fontify): Put `follow-link' property on mail and url overlays.
(goto-address-at-point): Use `posn-set-point' instead of `mouse-set-point'
because the latter is not fbound when configured without X.
2005-11-22 22:08:11 +00:00
Romain Francoise
5c4ce34de3 *** empty log message *** 2005-11-22 19:56:07 +00:00
Lars Hansen
5eba3394e0 (ls-lisp-parse-symlink): Delete.
(ls-lisp-classify, ls-lisp-format): Delete call to ls-lisp-parse-symlink.
(ls-lisp-handle-switches): Handle symlinks to directories as directories
when ls-lisp-dirs-first in non-nil.
2005-11-22 19:25:50 +00:00
Nick Roberts
5fdd4cf709 (gdb-locals-watch-keymap): Add "\r" binding to local map. 2005-11-22 03:35:33 +00:00
Luc Teirlinck
e7eda24568 (command-line): Make sure that loaddefs.el is handled correctly in
load-history.
2005-11-22 03:32:50 +00:00
Luc Teirlinck
84ad29ae9a *** empty log message *** 2005-11-22 03:31:30 +00:00
Nick Roberts
b581a7273b *** empty log message *** 2005-11-22 03:22:05 +00:00
Nick Roberts
e03a33ea48 (gdb-locals-watch-keymap): New local map.
(gdb-struct-string, gdb-array-string): New constants.
(gdb-info-locals-handler): Use them.
(gdb-reset): Reset gdb-var-list to nil.
2005-11-22 03:10:53 +00:00
Stefan Monnier
bd24684be0 (sh-font-lock-paren): Handle continued lines in patterns. 2005-11-21 22:24:13 +00:00
Juri Linkov
17c1971a7e *** empty log message *** 2005-11-21 07:57:45 +00:00
Juri Linkov
11ee7d4e70 (defcustom): Update link types in docstring. 2005-11-21 07:56:50 +00:00
Stefan Monnier
74b99d45fd (define-widget): Don't use declare for the doc-string-elt. 2005-11-21 00:02:31 +00:00
Stefan Monnier
45aacac640 (defgroup): Add doc-string-elt info. 2005-11-21 00:01:06 +00:00
Stefan Monnier
1cb4008915 (comment-enter-backward): Fix last fix. 2005-11-20 23:25:46 +00:00
Stefan Monnier
3cc4b07630 *** empty log message *** 2005-11-20 18:09:09 +00:00
Stefan Monnier
1c4b7278d6 (blink-matching-open): Allow new paren-class info. 2005-11-20 18:08:55 +00:00
Stefan Monnier
1793ac759f (show-paren-function): Allow new paren-class info. 2005-11-20 18:07:19 +00:00
Stefan Monnier
602ad1ad2d *** empty log message *** 2005-11-20 18:06:05 +00:00
Andreas Schwab
6398b88f53 (describe-char): When copying overlays put them
over the full char description instead of just the first character
of it.
2005-11-20 15:25:35 +00:00
Chong Yidong
a7b0a0e36e * faces.el: Revert 2005-11-17 change. :ignore-defface is now
handled automagically.
2005-11-20 15:24:27 +00:00
Juri Linkov
c9393a612b Delete duplicate entry. 2005-11-20 07:51:30 +00:00
Juri Linkov
695effccdf (encoded-string-description): Use Lisp-readable syntax for hex. 2005-11-20 07:48:44 +00:00
Juri Linkov
9f40939dcd (describe-char): Use Lisp-readable syntax for octal and hex.
Reorder decimal, octal and hex values.
Remove excess whitespace in the output.
2005-11-20 07:43:44 +00:00
Juri Linkov
a17a79c039 (what-cursor-position): Use Lisp-readable syntax for octal and hex.
Reorder decimal, octal and hex values.
Remove excess whitespace in the output.
Use `=' in `column=' like in `point=' and `Hscroll='.
2005-11-20 07:43:01 +00:00
Chong Yidong
cee723fbf9 longlines.el (longlines-wrap-line): Preserve marker positions. 2005-11-20 05:17:27 +00:00
Chong Yidong
1271a058af (message-insert-citation-line): Use newlines. 2005-11-20 03:44:35 +00:00
Chong Yidong
2c127d45ea (longlines-mode): Add a message-setup-hook.
(longlines-decode-buffer): New function.
2005-11-20 03:44:00 +00:00
Chong Yidong
f129a4dfe3 message.el: Revert last changes. 2005-11-20 03:31:11 +00:00
Andreas Schwab
dc9d3a05c7 Revert last change. 2005-11-19 21:09:10 +00:00
Chong Yidong
c613b39cea Typo. 2005-11-19 18:31:08 +00:00
Andreas Schwab
603add2d25 *** empty log message *** 2005-11-19 17:44:38 +00:00
Andreas Schwab
75f21b6e69 (set-language-environment): Always
call set-display-table-and-terminal-coding-system.
2005-11-19 17:42:56 +00:00
Chong Yidong
b39aa4fdf7 * longlines.el (longlines-before-revert-hook)
(longlines-after-revert-hook): New functions.
	(longlines-mode): Turn off longlines temporarily when reverting.
2005-11-19 17:29:20 +00:00
Andreas Schwab
da49096f06 Handle compressed files. 2005-11-19 16:53:48 +00:00
Romain Francoise
f0f98146d2 (browse-url-default-browser): Signal an error if no usable browser can
be found, rather than try to load w3.
2005-11-19 15:57:20 +00:00
Eli Zaretskii
ad8121fe5d (rcirc-mangle-text): Add bold face property without replacing existing
properties.
(rcirc-my-nick, rcirc-other-nick, rcirc-server)
(rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove tty specs.
(rcirc-server-prefix, rcirc-server): New faces.
(rcirc-url-regexp): Generate with rx macro.
(rcirc-last-server-message-time): New variable.
(rcirc-filter): Record time of last message.
(rcirc-keepalive): Kill processes that did not send a message
since the last ping.
(rcirc-mode): Give rcirc-topic a local binding here.
2005-11-19 13:12:05 +00:00
Eli Zaretskii
a4b1de6e8d (read-passwd): Fontify the prompt as we do with other prompts. 2005-11-19 12:49:59 +00:00
Eli Zaretskii
e27de09e24 (ffap-menu-rescan): Use inhibit-read-only instead of binding
buffer-read-only to nil.
2005-11-19 12:18:37 +00:00
Eli Zaretskii
101568527f (partial-completion-mode): Mention completion-auto-help in the doc string. 2005-11-19 12:09:25 +00:00
Eli Zaretskii
7172607266 (Man-highlight-references): Doc fix. Reformat code in a more Lisp-ish way. 2005-11-19 11:54:08 +00:00
Eli Zaretskii
e0d473407c (ls-lisp-format-file-size): Format file size with 9 digits, not 8, to avoid
misalignment for files larger than 100MB.
2005-11-19 11:39:36 +00:00
Eli Zaretskii
eeb935fd22 (menu-bar-describe-menu) <list-keybindings>: Mention "keyboard shortcuts"
in the help text.
2005-11-19 11:23:38 +00:00
YAMAMOTO Mitsuharu
125ce9ec5e *** empty log message *** 2005-11-19 06:35:38 +00:00
YAMAMOTO Mitsuharu
ed256b3057 (fancy-splash-default-action): Discard only
mouse-down and succeeding mouse-up events in the splash screen
window so that drag-n-drop event can be processed.
2005-11-19 06:34:23 +00:00
Chong Yidong
426f857336 *** empty log message *** 2005-11-18 19:42:08 +00:00
Chong Yidong
0f157ad549 Add hacks for citation in mail-mode and message-mode. 2005-11-18 19:40:35 +00:00
Stefan Monnier
12f1edc823 Use with-current-buffer.
(url-http-target-url): Rename from url-http-cookies-sources.
(url-http-parse-headers): Use it.
(url-http-handle-authentication): Use subst-char-in-string.
2005-11-18 16:55:54 +00:00
Carsten Dominik
35af34900f *** empty log message *** 2005-11-18 16:13:55 +00:00
Carsten Dominik
e0e66b8ec4 (org-table-sort-lines): New command.
(org-tbl-menu): Add entry for `org-table-sort-lines'.
	(org-add-file): Command removed, use `org-agenda-file-to-front'
	instead.
	(org-export-icalendar): Use `org-icalendar-combined-name'.
	(org-cycle-agenda-files, org-agenda-file-to-end)
	(org-agenda-file-to-front): New commands.
	(org-table-tab-jumps-over-hlines,org-export-html-style): New
	options.
	(org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
	(org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
	New functions.
	(org-fill-paragraph): Call `org-table-align' in tables.
	(org-mode): Call `org-set-autofill-regexps'.
	(org-export-as-html): Support for local handformatted lists.
	Modified to produce valid HTML 4.0. Use `org-export-html-style'.
	(org-export-local-list-max-depth): New option.
	(org-html-expand): Use `org-html-protect'.
2005-11-18 16:08:29 +00:00
Nick Roberts
f1a5d0e203 (gud-install-speedbar-variables): Bind gud-pp to "p".
(gdb): Move definition of gud-pp to gdb-ui.el.
2005-11-18 02:48:58 +00:00
Nick Roberts
4130aa2c84 (gdb-ann3): Move definition of gud-pp to here.
Make it work in the speedbar.
(gdb-find-watch-expression): New function.
2005-11-18 02:47:21 +00:00
Nick Roberts
3d18d67771 *** empty log message *** 2005-11-18 02:46:06 +00:00
Chong Yidong
fbe8d00750 * faces.el (face-attribute, set-face-attribute): Mention existence
of `:ignore-defface' setting in docstring.
2005-11-18 02:25:24 +00:00
Stefan Monnier
39c7cde2a4 (completion-setup-function): Fix last change. 2005-11-18 00:17:46 +00:00
John Paul Wallington
f5723ff54e (comint-insert-input): Use `posn-set-point' instead of
`mouse-set-point' because the latter is not fbound when configured
without X.
2005-11-17 23:02:34 +00:00
John Paul Wallington
1617bc07f6 (ibuffer-interactive-filter-by-mode): Use `posn-set-point' instead of
`mouse-set-point' because the latter isn't fbound when configured without X.
2005-11-17 22:56:28 +00:00
Romain Francoise
225dad8eda *** empty log message *** 2005-11-17 19:47:04 +00:00
Chong Yidong
2fbbeaf12f * simple.el (next-line): Use hard-newline. 2005-11-17 18:21:37 +00:00
Chong Yidong
bcd8c291c1 * simple.el (sendmail-user-agent-compose): Use hard-newline. 2005-11-17 18:18:33 +00:00
Chong Yidong
6586e9c949 * message.el (message-courtesy-message)
(message-mark-insert-begin, message-mark-insert-end)
	(message-elide-ellipsis, message-cancel-message)
	(message-add-header, message-change-subject)
	(message-cross-post-followup-to-header)
	(message-cross-post-insert-note, message-reduce-to-to-cc)
	(message-widen-reply, message-delete-not-region)
	(message-kill-to-signature, message-insert-signature)
	(message-insert-importance-high, message-insert-importance-low)
	(message-insert-or-toggle-importance)
	(message-insert-disposition-notification-to)
	(message-indent-citation, message-yank-original)
	(message-cite-original-without-signature, message-cite-original)
	(message-insert-citation-line, message-position-on-field)
	(message-fix-before-sending, message-send-mail-partially)
	(message-send-mail, message-send-mail-with-sendmail)
	(message-send-mail-with-qmail, message-send-news)
	(message-check-news-header-syntax, message-generate-headers)
	(message-insert-courtesy-copy, message-fill-address)
	(message-fill-header, message-shorten-references)
	(message-setup-1, message-cancel-news)
	(message-forward-make-body-plain) (message-forward-make-body-mime)
	(message-forward-make-body-mml) (message-encode-message-body)
	(message-forward-make-body-digest-plain)
	(message-forward-make-body-digest-mime)
	(message-use-alternative-email-as-from): Insert `hard-newline'
	instead of ordinary newlines.
2005-11-17 16:31:22 +00:00
Chong Yidong
4ea0018b7f * simple.el (hard-newline): New variable.
* mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
	(sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
	(mail-mail-reply-to, mail-mail-followup-to)
	(mail-position-on-field, mail-signature, mail-yank-original)
	(mail-attach-file): Use it.

	* mail/mailheader.el (mail-header-format)
	(mail-header-format-function): Likewise.

	* add-log.el (add-change-log-entry, change-log-merge): Likewise.
2005-11-17 16:30:52 +00:00
Juri Linkov
9f5f5ff2cf *** empty log message *** 2005-11-17 07:41:53 +00:00
Juri Linkov
8ec3bce045 Add :link (custom-group-link font-lock-faces) to defgroup. 2005-11-17 07:40:11 +00:00
Juri Linkov
f43eaaefc8 (hi-lock): Rename this defgroup from
`hi-lock-interactive-text-highlighting'.  Change parent group from
`faces' to `font-lock'.  Add link to the manual.
(hi-lock-mode, hi-lock-file-patterns-range)
(hi-lock-exclude-modes, hi-lock-faces): Rename :group from
`hi-lock-interactive-text-highlighting' to `hi-lock'.
(hi-lock-faces): Add :group `faces'.
2005-11-17 07:21:54 +00:00
Juri Linkov
d69ab4ba1f (face-read-string): Set the default value arg of completing-read. 2005-11-17 07:20:51 +00:00
Juri Linkov
3e721a1465 (lisp, c, tex): Add :link (custom-group-link font-lock-faces) to defgroup.
(custom-variable-prompt): Clarify the code.
2005-11-17 07:18:07 +00:00
Juri Linkov
a4deefedf3 (font-lock-faces): Rename this defgroup from
`font-lock-highlighting-faces'.
(font-lock-comment-face, font-lock-comment-delimiter-face)
(font-lock-string-face, font-lock-doc-face)
(font-lock-keyword-face, font-lock-builtin-face)
(font-lock-function-name-face, font-lock-variable-name-face)
(font-lock-type-face, font-lock-constant-face)
(font-lock-warning-face, font-lock-negation-char-face)
(font-lock-preprocessor-face)
(font-lock-regexp-grouping-backslash)
(font-lock-regexp-grouping-construct): Rename :group from
`font-lock-highlighting-faces' to `font-lock-faces'.
2005-11-17 07:16:45 +00:00
Luc Teirlinck
1135363e9a (file-name-shadow-properties, file-name-shadow-tty-properties)
(file-name-shadow-mode): Remove autoloads, because the file is now preloaded.
2005-11-17 05:34:45 +00:00
Luc Teirlinck
4bbd5b6914 *** empty log message *** 2005-11-17 05:32:33 +00:00
Stefan Monnier
bead134f40 (easy-menu-intern): Don't define.
(pr-get-symbol): Use easy-menu-intern only if defined.
2005-11-16 22:44:53 +00:00
Stefan Monnier
b83867531a (blink-matching-open): Simplify a bit.
(completion-setup-function): Fix the case of partial-completion-mode
when the minibuffer's contents start with "-".
Obey completion-base-size-function even when
minibuffer-completing-file-name is non-nil.
2005-11-16 22:43:16 +00:00
Richard M. Stallman
afabbb4d0a *** empty log message *** 2005-11-16 22:25:16 +00:00
Richard M. Stallman
4e46799eac (eudc-ph-open-session): Use set-process-query-on-exit-flag. 2005-11-16 22:23:28 +00:00
Richard M. Stallman
63fcfa450f (smtpmail-send-it): Use insert-buffer-contents. 2005-11-16 22:22:18 +00:00
Richard M. Stallman
f832e85422 (ucs-set-table-for-input):
Use make-local-variable, not make-variable-buffer-local.
2005-11-16 22:21:16 +00:00
Richard M. Stallman
9d8684ddf3 (byte-optimize-form-code-walker): Improve warning message text. 2005-11-16 22:20:03 +00:00
Richard M. Stallman
f6fbc344c1 (savehist-save-hook): Add :group. 2005-11-16 22:18:46 +00:00
Richard M. Stallman
957dc1a49d (menu-bar-help-menu): Rename Find Extra Packages to External Packages. 2005-11-16 22:17:29 +00:00
Richard M. Stallman
ce4374c7dc (color): Enclose %t in %{...%}. 2005-11-16 22:15:59 +00:00
Richard M. Stallman
49698bb717 (Custom-reset-standard): Verify that
:custom-standard-value prop exists before calling it.

(face): Enclose %t in %{...%}.
2005-11-16 22:15:07 +00:00
Richard M. Stallman
347a20b867 (apropos-calc-scores): Use apropos-pattern. 2005-11-16 22:11:47 +00:00
Stefan Monnier
77f05e24e8 (url-insert-file-contents): Use the charset info
provided by the HTTP server, if any.
2005-11-16 19:05:38 +00:00
Stefan Monnier
c01f0ed303 *** empty log message *** 2005-11-16 18:39:00 +00:00
Stefan Monnier
ed5a258ad1 (savehist-mode-hook): Re-add the var.
(savehist-mode): Use it.
2005-11-16 17:20:25 +00:00
Stefan Monnier
042c6fb7c7 Fix commenting convention. Remove unnecessary leading * in custom docstrings.
(flyspell-emacs): Remove unused var.
(flyspell-accept-buffer-local-defs): Use save-current-buffer.
(flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
(flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
(flyspell-debug-signal-word-checked): Use with-current-buffer.
(make-flyspell-overlay): Don't locally reuse a global name.
(flyspell-highlight-incorrect-region)
(flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
(flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
(flyspell-notify-misspell): Remove unused args `start' and `end'.
(flyspell-word): Adjust call accordingly.  Use ispell-send-string.
Wrap calls to accept-process-output inside with-local-quit since it's
often called from a post-command-hook.
(flyspell-correct-word, flyspell-auto-correct-word): Use ispell-send-string.
(flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
2005-11-16 17:00:29 +00:00
Stefan Monnier
5cb35db593 (flyspell-delete-region-overlays): Use remove-overlays. 2005-11-16 16:07:47 +00:00
Stefan Monnier
66a85723ce (diary-list-entries): Also hide the terminating newline. 2005-11-16 16:04:29 +00:00
Carsten Dominik
a3d6972f26 (reftex-use-fonts): removed the check for
window-system, to allow fonts on tty.
2005-11-16 13:42:58 +00:00
Carsten Dominik
c194b021cc *** empty log message *** 2005-11-16 13:42:38 +00:00
Nick Roberts
e930091eb3 (gud-speedbar-item-info): New function.
(gud-install-speedbar-variables): Use it to display data types
of watch expression as tooltips in speedbar.
2005-11-16 11:26:34 +00:00
Nick Roberts
20eff2b29e *** empty log message *** 2005-11-16 11:25:18 +00:00
Luc Teirlinck
496f36c064 (file-name-shadow-properties, file-name-shadow-tty-properties)
(file-name-shadow, file-name-shadow-mode): Add :version keyword.
2005-11-16 05:02:40 +00:00
Luc Teirlinck
9fc0053d93 *** empty log message *** 2005-11-16 04:59:07 +00:00
Luc Teirlinck
1cc9e877dd *** empty log message *** 2005-11-16 04:53:15 +00:00
Luc Teirlinck
e64a3dcf4c (auto-compression-mode): Add :version keyword, because default was changed. 2005-11-16 04:06:52 +00:00
Luc Teirlinck
33bf811849 Whitespace change. 2005-11-16 04:04:58 +00:00
Luc Teirlinck
e72955945f *** empty log message *** 2005-11-16 03:58:28 +00:00
Luc Teirlinck
11783809fb (global-font-lock-mode): Add :version keyword, because default was changed. 2005-11-16 03:52:35 +00:00
Luc Teirlinck
cdc81c7abe (file-name-shadow-mode): Undo last change; the file itself is new in 22.1. 2005-11-16 03:48:45 +00:00
Luc Teirlinck
e6d77df2a6 (file-name-shadow-mode): Set :version to "22.1", because default was changed. 2005-11-16 03:44:17 +00:00
Luc Teirlinck
8ab8482310 *** empty log message *** 2005-11-16 02:42:57 +00:00
Luc Teirlinck
db441dba11 (command-line): Use custom-reevaluate-setting' for file-name-shadow-mode'. 2005-11-16 02:30:58 +00:00
Luc Teirlinck
1f42385127 Preload rfn-eshadow. 2005-11-16 02:26:37 +00:00
Luc Teirlinck
da80e0daf7 (file-name-shadow-mode): Set :init-value to t. 2005-11-16 02:25:19 +00:00
Luc Teirlinck
08adfdbb4b (custom-add-parent-links): Fix bug whereby, for instance,
`(fringe custom-face)' shadowed `(fringe custom-group)'
in the custom-group property of the symbol frames and the
fringe group got no link to its parent group frames.
Doc fix.
2005-11-16 02:02:03 +00:00
Nick Roberts
3671718b70 *** empty log message *** 2005-11-16 01:01:24 +00:00
Nick Roberts
0b4b288e4a (gud-stop-subjob): New function.
(gud-menu-map, gud-tool-bar-map): Use it.
2005-11-16 00:55:52 +00:00
Stefan Monnier
2fe3d6ec19 (rfn-eshadow-regexp): Remove.
(rfn-eshadow-sifn-equal): New function.
(rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
2005-11-15 23:02:03 +00:00
Kim F. Storm
7b75b9937c (gud-menu-map): Let [stop] stop program rather than kill it.
(gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
to a more useful/logical place.
2005-11-15 22:55:48 +00:00
Kim F. Storm
7ecef1e9dd *** empty log message *** 2005-11-15 22:55:18 +00:00
Nick Roberts
3525a3ee84 (gud-menu-map): Make visibility of stop and
go buttons complementary.
2005-11-15 22:37:49 +00:00
Nick Roberts
18468a1ea7 *** empty log message *** 2005-11-15 22:36:55 +00:00
Michael Kifer
3cc60763f8 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-util (ediff-make-temp-file): use proper file-name-handler
	operation
2005-11-15 18:49:33 +00:00
Michael Kifer
54b171c787 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
* viper-utils (viper-non-word-characters-reformed-vi): quote `-' in
	string.

	* viper.el (viper-emacs-state-mode-list): Ensure that
	rcirc-mode buffers come up in Emacs state.
2005-11-15 18:44:30 +00:00
Dan Nicolaescu
59c560f76f (term-termcap-format): Fix typos.
(term-down): Fix the negative argument case.
2005-11-15 17:13:22 +00:00
Nick Roberts
8014739509 (gud-menu-map, gud-tool-bar-map): Re-define buttons and include new ones.
(gud-tool-bar-item-visible-no-fringe): New function.
(gud-menu-map): Use it.
2005-11-15 12:27:29 +00:00
Nick Roberts
ba5ff011a8 Remove face-alias left over from change on
2005-08-15.
(gdb-ann3): New command gud-go.
(menu): Accomodate gdb-mi.el.
(gdb-assembler-custom): Make buffer of selected window current
so that set-window-point works.
2005-11-15 12:25:49 +00:00
Nick Roberts
a354cf393b *** empty log message *** 2005-11-15 12:24:56 +00:00
Luc Teirlinck
12d944296e (auto-compression-mode): Enable it in a way that works correctly for
Custom and that does not override a user who disables it.
2005-11-15 00:07:03 +00:00
Luc Teirlinck
70acba5dda *** empty log message *** 2005-11-15 00:05:27 +00:00
Luc Teirlinck
e715d9b46f (help-make-xrefs, help-xref-on-pp, help-xref-interned, help-follow):
Make hyperlinks for variables that are unbound, but have a non-nil
variable-documentation property.
2005-11-14 23:19:42 +00:00
Luc Teirlinck
7cb1a55105 *** empty log message *** 2005-11-14 23:16:26 +00:00
Luc Teirlinck
156680e2df (define-derived-mode): Remove defvar for mode hook. (It conflicted
with defcustoms for some mode hooks.)  Use the `variable-documentation'
property to give the mode hook a docstring and expand that docstring.
2005-11-14 23:05:53 +00:00
Stefan Monnier
2d10b62be6 (savehist-mode): Don't bother with `custom-set-minor-mode.
(savehist-coding-system): Check XEmacs version.
(history-length): Declare also at run time.
(savehist-mode): Don't emit a message.  Don't run the minor mode hook.
Don't set the customize state.
(savehist-minibuffer-hook): Special case for when
minibuffer-history-variable is equal to t.
2005-11-14 22:30:35 +00:00
Stefan Monnier
8e5c7b90ee (write-file): Refresh VC status. 2005-11-14 22:19:28 +00:00
Stefan Monnier
2f0e484649 (diary-list-entries, diary-show-all-entries)
(mark-diary-entries, make-diary-entry): Check default-major-mode rather
than fundamental-mode to see if the mode was set.
2005-11-14 22:14:23 +00:00
Romain Francoise
670d3fce9d If `vm-visit-folder' doesn't exist, define it as a dummy function in
`eval-when-compile' to avoid compiler warning.
Require `man' at compile time.
2005-11-14 21:04:26 +00:00
Jay Belanger
d0158f7354 (calcFunc-ldiv): Check to see if the first argument is a scalar. 2005-11-14 20:21:40 +00:00
Jay Belanger
431bbd673e (calc-left-divide): New function. 2005-11-14 20:13:46 +00:00
Jay Belanger
3b2fad43c8 Change calcFunc-writeoutpower and calc-writeoutpower to
calcFunc-powerexpand and calc-powerexpand in autoloads.
Add calcFunc-ldiv to autoloads.
2005-11-14 20:13:25 +00:00
Jay Belanger
c431c73028 (calcFunc-write-out-power): Rename calcFunc-powerexpand.
(math-write-out-power): Rename math-powerexpand, have it handle
negative exponents.
(calc-writeoutpower): Rename calc-powerexpand.
2005-11-14 20:12:56 +00:00
Jay Belanger
d883348df8 (calcFunc-ldiv): New function. 2005-11-14 20:12:35 +00:00
Juri Linkov
882108c7b3 (custom-make-dependencies): Reverse the list of found dependencies. 2005-11-14 18:28:49 +00:00
Juri Linkov
e46e522524 (custom-variable-prompt): Set the default value arg of completing-read. 2005-11-14 18:28:12 +00:00
Dan Nicolaescu
dea2460818 (menu-bar-options-menu): Delete "Syntax
Highlighting" entry, it is on by default now.
(menu-bar-options-save): Do not save global-font-lock-mode.
2005-11-14 16:20:34 +00:00
Dan Nicolaescu
cadb1c906a (menu-bar-options-menu): Delete "Syntax
Highlighting" entry, it is on by default now.
2005-11-14 08:03:59 +00:00
Richard M. Stallman
b8b7c66e1c (flyspell-large-region): Call flyspell-accept-buffer-local-defs.
(flyspell-notify-misspell): Fix misspelling of "Misspelling".
(flyspell-process-localwords): New function.
(flyspell-large-region): Call flyspell-process-localwords and
flyspell-delete-region-overlays.
(flyspell-delete-region-overlays): New function.
(flyspell-delete-all-overlays): Call that.
2005-11-14 04:53:14 +00:00
Richard M. Stallman
7e1b6c2c59 (help-for-help-internal): Improve doc of C-h a. 2005-11-14 04:47:05 +00:00
Stefan Monnier
1508b91a6c (vc-svn-registered): Catch all errors. 2005-11-14 04:33:03 +00:00
Stefan Monnier
1c32c9d6dc (custom-make-dependencies): Typo. 2005-11-14 04:18:53 +00:00
Michael Albinus
75b19c394d * net/tramp-util.el (top): Fix compilation warning. 2005-11-13 22:12:59 +00:00
Kim F. Storm
ccf849afd3 (help-for-help-internal): Fix a' entry. Add d' entry. 2005-11-13 21:25:13 +00:00
Kim F. Storm
8965e9c1b3 *** empty log message *** 2005-11-13 21:25:02 +00:00
Nick Roberts
6d41699de0 (gud-menu-map): Move parentheses (again).
(gud-speedbar-buttons): Match on "const char *" too.
2005-11-13 09:03:36 +00:00
Nick Roberts
9e772f982c (gdb-var-create-handler, gdb-var-list-children-handler):
Match on "const char *" too.
(gdb-var-evaluate-expression-handler): Match on empty string.
(gdb-var-update-handler): Only call
gdb-var-evaluate-expression-handler when required.
2005-11-13 09:02:23 +00:00
Nick Roberts
9ecc27d05e *** empty log message *** 2005-11-13 09:00:56 +00:00
Nick Roberts
007af086d0 (gud-menu-map): Revert to window-fringes for
selected window.  This still doesn't work for speedbar.
(gud-speedbar-buttons): Handle string expressions properly.
2005-11-12 21:26:55 +00:00
Nick Roberts
47b3cf39b4 (gdb-var-create-handler)
(gdb-var-evaluate-expression-handler): Handle strings properly.
(gdb-var-list-children-regexp, gdb-var-list-children-handler):
Handle strings properly.  Move "type" field into regexp.
2005-11-12 21:21:51 +00:00
Nick Roberts
e79b7435ac *** empty log message *** 2005-11-12 21:17:12 +00:00
Karl Fogel
9a9f1fddff * bookmark.el (bookmark-maybe-message): New function to reduce code
duplication: invokes `message' iff baud-rate is high enough.
  (bookmark-write-file): Use above instead of an inline conditional.
  (bookmark-load): Same.
2005-11-12 20:46:10 +00:00
Karl Fogel
a506054af7 (bookmark-write-file): Don't visit the destination file, just write
the data to it using write-region.  This is similar to 2005-05-29T08:36:26Z!rms@gnu.org
of saveplace.el, but with an additional change to avoid visiting the
file in the first place.
2005-11-12 20:30:22 +00:00
Chong Yidong
71dd9295e3 * hi-lock.el (hi-lock-mode): Set the default value of
font-lock-defaults.
2005-11-12 17:17:52 +00:00
Romain Francoise
77f996e594 *** empty log message *** 2005-11-12 14:19:34 +00:00
Richard M. Stallman
ee8fdb13a2 *** empty log message *** 2005-11-12 05:42:54 +00:00
Luc Teirlinck
dcd6fc3809 (find-lisp-find-dired-insert-file): Pass 'string arg to `file-attributes'.
(find-lisp-format): The UID and GID can now be strings.
2005-11-12 02:44:51 +00:00
Luc Teirlinck
81d7d0d631 *** empty log message *** 2005-11-12 02:42:59 +00:00
Kim F. Storm
9f49f57702 *** empty log message *** 2005-11-12 00:58:35 +00:00
Kim F. Storm
e27f7c139a (help-map): Bind C-h d to apropos-documentation. 2005-11-12 00:57:38 +00:00
Kim F. Storm
63219d53c2 (what-cursor-position): Print (EOB) instead of (100%)
when point is at end-of-buffer.
2005-11-12 00:10:56 +00:00
Kim F. Storm
0820b753f7 (apropos-match-face): Doc fix.
(apropos-sort-by-scores): Add new choice `verbose'.
(apropos-documentation-sort-by-scores): New defcustom.
(apropos-pattern): Now contains the pattern entered by the user.
(apropos-pattern-quoted): New defvar.
(apropos-regexp): New defvar, containing the regexp corresponding
to apropos-pattern.
(apropos-all-words-regexp): Renamed from apropos-all-regexp.
(apropos-read-pattern): New defun.  Use it to read pattern arg in
interactive calls; returns list of words for a word list, and
string for a regexp.
(apropos-parse-pattern): Renamed from apropos-rewrite-regexp.  Now
parses a list of words or regexp as returned by apropos-read-pattern.
(apropos-calc-scores): Return nil if apropos-regexp doesn't match.
(apropos-score-doc): Return a very high score if the string
entered by the user matches literally.
(apropos-variable): Doc fix.  Use apropos-read-pattern.
(apropos-command): Doc fix.  Use apropos-read-pattern and
apropos-parse-pattern.  Call apropos-print with nosubst=t.
(apropos, apropos-value): Doc fix. Use apropos-read-pattern and
apropos-parse-pattern.
(apropos-documentation): Doc fix. Use apropos-read-pattern and
apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
apropos-documentation-sort-by-scores.  Call apropos-print with
nosubst=t.
(apropos-documentation-internal): Pass doc string through
substitute-key-definition before adding text properties.
Highlight substring matching literal user input if possible.
(apropos-documentation-check-doc-file): Remove locals beg and end.
Fix calculation of score (as added twice).  Pass doc string through
substitute-key-definition before adding text properties.
(apropos-documentation-check-elc-file): Pass doc string through
substitute-key-definition before adding text properties.
Highlight substring matching literal user input if possible.
(apropos-print): Add new arg NOSUBST; if set, command and variable
doc strings have already been passed through substitute-key-definition.
Add code to handle apropos-accumulator items without score element
for backwards compatibility (e.g. with woman package).
Only show scores if apropos-sort-by-scores is `verbose'.
2005-11-12 00:10:40 +00:00
Kim F. Storm
42aad0f69a *** empty log message *** 2005-11-12 00:08:35 +00:00
Miles Bader
ead9d1830f Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-647
lisp/gnus/ChangeLog: Remove duplicate entry
2005-11-11 05:14:54 +00:00
Miles Bader
e8beac8a04 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 152-156)

   - Update from CVS: lisp/mml.el (mml-preview): Doc fix.
   - Update from CVS

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

   * lisp/gnus/message.el (message-generate-headers): Downcase the argument
   given to message-check-element.

2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus.el (gnus-parameters-case-fold-search): New variable.
   (gnus-parameters-get-parameter): Use it.

   * lisp/gnus/gnus-score.el (gnus-home-score-file): Doc fix.

2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)

   * lisp/gnus/gnus-score.el (gnus-update-score-entry-dates): Doc fix.

2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mml.el (mml-preview): Doc fix.

2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
   new variable gnus-toolbar-thickness.

2005-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (XVarious): Revert description of gnus-use-toolbar.

2005-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (X-Face): Fix description.
   (XVarious): Remove gnus-xmas-logo-color-alist and
   gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.

2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Group Parameters): Mention new varable
   gnus-parameters-case-fold-search.
   (Home Score File): Addition.
2005-11-11 05:14:27 +00:00
Stefan Monnier
be93a2c448 (jka-compr-install): Use push and dolist.
Add jka-compr-load-suffixes to load-suffixes.
2005-11-11 04:23:02 +00:00
Stefan Monnier
f6cb7e0afb 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)
(jka-compr-info-can-append, jka-compr-info-strip-extension)
(jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
(jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
(jka-compr-uninstall): Remove entries from
jka-compr-added-to-file-coding-system-alist after they are used.
(jka-compr-error): Remove unused var `curbuf'.
(jka-compr-file-local-copy): Remove unused var `notfound'.
2005-11-11 02:54:08 +00:00
Romain Francoise
7127d508b4 (apropos-calc-scores): Use `apropos-pattern'. 2005-11-10 19:45:03 +00:00
Nick Roberts
a3caa4de72 (gud-menu-map): Move parentheses.
(gdb): New command gud-pv.
2005-11-10 19:25:59 +00:00
Nick Roberts
46faf25e00 *** empty log message *** 2005-11-10 19:24:43 +00:00
Stefan Monnier
8560523d63 Remove spurious or unnecessary leading stars in docstrings.
(tar-header-block-tokenize): Also obey default-file-name-coding-system.
(tar-parse-octal-integer-safe): Use mapc.
(tar-header-block-summarize): Remove unused var `ck'.
(tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
cleared before.  Obey default-enable-multibyte-characters.
Use mapconcat.  Simplify setting of tar-header-offset.
(tar-mode-map): Move initialization inside delcaration.
(tar-flag-deleted): Use `abs'.
(tar-expunge-internal): Remove unused var `line'.
(tar-expunge-internal): Don't hardcode point-min==1.
(tar-expunge): Widen while doing set-buffer-multibyte.
(tar-rename-entry): Use file-name-coding-system.
(tar-alter-one-field): Don't hardcode point-min==1.
(tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
(tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
2005-11-10 18:00:37 +00:00
Reiner Steib
d730a9fcf4 Fix my mail address. Fix typo in 2005-11-07 entry of man.el. 2005-11-10 15:36:44 +00:00
Kim F. Storm
af94256be6 *** empty log message *** 2005-11-10 15:34:03 +00:00
Masatake YAMATO
94b073f33d (add-log-current-defun): Handle class::method notation of c++.
Fix incorrect comment.
2005-11-10 12:36:52 +00:00
Alan Mackenzie
f192689e61 2005-11-10 Alan Mackenzie <acm@muc.de>
* help-fns.el (describe-variable): Make C-h v work when a variable
	has variable documentation yet is unbound.
2005-11-10 08:07:23 +00:00
Masatake YAMATO
af8308ec80 (Man-highlight-references): Set an empty
string to `Man-arguments' if it is nil.
Suggested by Reiner Steib <reinersteib+gmane@imap.cc>.
2005-11-10 04:49:19 +00:00
Richard M. Stallman
fe8bc3fa17 (apropos-pattern): Renamed from apropos-regexp.
(apropos-orig-pattern): Renamed from apropos-orig-regexp.
All uses changed.

(apropos-rewrite-regexp): Doc fix.
(apropos-variable, apropos-command apropos, apropos-value):
Change prompt; carry through the argument renaming.
2005-11-10 03:18:51 +00:00
Stefan Monnier
1f0bb3e7fe (mh-loaddefs.el, loaddefs.el): Better follow the commenting conventions. 2005-11-10 02:04:56 +00:00
Stefan Monnier
e2dc1f61ad (custom-make-dependencies): Simplify.
Better follow the commenting conventions.
2005-11-10 01:58:55 +00:00
Luc Teirlinck
9c797a34f5 Require dired.
(find-lisp-find-dired-internal): Do not call `abbreviate-file-name' on DIR.
2005-11-09 23:04:46 +00:00
Luc Teirlinck
6e128e3224 *** empty log message *** 2005-11-09 23:02:25 +00:00
Nick Roberts
c69da4c77d (gdb): Make gud-pp use user-defined command pp1. 2005-11-09 20:39:06 +00:00
Nick Roberts
78e5988ddd *** empty log message *** 2005-11-09 20:33:46 +00:00
Jay Belanger
2f884e83d4 (math-pow-fancy): Further expand product of square matrices.
(math-check-known-square-matrixp): Do a more extensive check for
square matrices.
2005-11-09 19:27:29 +00:00
Nick Roberts
5ee476765c (gud-menu-map): Ensure tool-bar is constant when using the speedbar.
(gdb): New command gud-pp.
(gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
2005-11-09 10:45:07 +00:00
Nick Roberts
31fa5025bb *** empty log message *** 2005-11-09 10:43:46 +00:00
YAMAMOTO Mitsuharu
d64f470d22 (standard-display-european): Apply changes previously mentioned but
not applied actually.
2005-11-09 08:06:10 +00:00
Juri Linkov
58b6f884c0 *** empty log message *** 2005-11-09 07:49:18 +00:00
Juri Linkov
8b363e6f08 (occur-excluded-properties): New defcustom.
(occur-1, occur-engine, occur-accumulate-lines): Use it.
2005-11-09 07:41:48 +00:00
Romain Francoise
217d155e3a *** empty log message *** 2005-11-09 06:27:27 +00:00
Jay Belanger
65b62d0acb (math-convert-units): Replace any composite unit by its definition. 2005-11-09 06:02:54 +00:00
Lars Hansen
1e0888f5a6 (update-directory-autoloads): Add obsolete function alias. 2005-11-08 20:24:19 +00:00
Stefan Monnier
5a3859e611 (lisp-mode-variables): Don't set comment-indent-function.
(lisp-comment-indent): Replace by an alias for comment-indent-default.
2005-11-08 01:46:37 +00:00
Stefan Monnier
4acbd507ac (reveal-post-command): Rework the handling of
reveal-open-spots, so as to be more reliable.  There were several
tricky corner cases where an open spot might be lost, or where
a closed spot might end up on the list of open spots.
Only reveal text that's ellipsised.
2005-11-07 22:33:31 +00:00
Carsten Dominik
9fe0d191bb (org-export-as-html): Removed bogus (debug) form. 2005-11-07 10:57:10 +00:00
Carsten Dominik
b58b00ca71 *** empty log message *** 2005-11-07 10:56:50 +00:00
John Paul Wallington
fab0d3087e (ibuffer): Search iconified frames too when getting Ibuffer buffer's window. 2005-11-07 01:30:29 +00:00
Richard M. Stallman
fda12b27a9 *** empty log message *** 2005-11-07 01:28:15 +00:00
Richard M. Stallman
d21d2c23ac (flyspell-external-point-words):
flyspell-get-word returns a list, not just a string.
2005-11-07 00:50:01 +00:00
Richard M. Stallman
8dfb3e1610 (compilation-internal-error-properties):
save-excursion around the computation of MARKER.
2005-11-07 00:49:17 +00:00
John Paul Wallington
9514fb7f5e (ibuffer): Search all visible frames when getting Ibuffer buffer's window. 2005-11-06 21:09:09 +00:00
Kim F. Storm
c660a32238 *** empty log message *** 2005-11-06 19:51:51 +00:00
Masatake YAMATO
30abc4f43e Improve man -k support.
(Man-reference-regexp): Accpet spaces between
`Man-name-regexp' and `Man-section-regexp'.
(Man-apropos-regexp): New variable.
(Man-abstract-xref-man-page): Use value for `Man-target-string'
if available.
(Man-highlight-references, Man-highlight-references0): Handle
the case when `Man-arguments' includes "-k".
(Man-highlight-references0): Rename the argument `TARGET-POS' to
`TARGET'. `TARGET' can be a number, function or nil.
2005-11-06 18:01:34 +00:00
Nick Roberts
36188c5e3a (gdb-var-create-handler, gdb-var-delete)
(gdb-edit-value, gdb-speedbar-expand-node)
(gdb-get-create-buffer,  gdb-breakpoints-mode)
(gdb-toggle-breakpoint, gdb-delete-breakpoint)
(gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
(gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
(gdb-send-item, ): Use buffer-local-value and simplify.
2005-11-06 01:31:24 +00:00
Nick Roberts
2dd3b43be1 *** empty log message *** 2005-11-06 01:30:15 +00:00
Luc Teirlinck
1b0ee2ceb8 *** empty log message *** 2005-11-05 23:20:41 +00:00
Luc Teirlinck
c442c26d67 (command-line): Use custom-reevaluate-setting' for global-font-lock-mode'. 2005-11-05 23:11:38 +00:00
Luc Teirlinck
00fe0acef4 (global-font-lock-mode): Enable `global-font-lock-mode' by default,
except in batch mode or when the -D command line option is given.
2005-11-05 23:07:40 +00:00
Luc Teirlinck
0ceed14b2e (define-global-minor-mode): Pass all specified keyword args on to
`define-minor-mode'.  Update docstring.
2005-11-05 23:03:57 +00:00
Romain Francoise
61f570e290 (occur-engine): Add marker at end of line, too. 2005-11-05 14:02:18 +00:00
Dan Nicolaescu
d60b49ac4e * font-lock.el: Don't deal with font-lock-face-attributes here,
move the code ...

* startup.el (command-line): ... here. Use face-spec-set instead
of custom-declare-face.

* faces.el (face-spec-set): Reset the face if spec is not nil.
2005-11-05 07:29:45 +00:00
Bill Wohler
6b19bd8250 * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
Move to mh-init.el to minimize bulk of mh-customize.el.

* mh-init.el: Modify commentary since file is used for load and
initialization as well as setting and getting the variant.
(mh-min-colors-defined-flag, mh-defface-compat): Move here from
mh-customize.el.
2005-11-05 04:02:06 +00:00