1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-18 10:16:51 +00:00
Commit Graph

8649 Commits

Author SHA1 Message Date
Nick Roberts
e7d42ea719 *** empty log message *** 2005-12-02 07:59:09 +00:00
Bill Wohler
3166ee6507 (mh-loaddefs.el): Reinsert Change Log as its absence triggers
lm-verify errors.
2005-12-02 03:20:34 +00:00
Luc Teirlinck
94261ba30b *** empty log message *** 2005-12-02 03:18:08 +00:00
Richard M. Stallman
b330c3e94e *** empty log message *** 2005-12-01 17:43:33 +00:00
Nick Roberts
68b381461a *** empty log message *** 2005-12-01 02:15:56 +00:00
Jason Rumney
896bd1662f *** empty log message *** 2005-11-30 22:49:26 +00:00
Romain Francoise
64db3923d3 (speedbar-default-position): New defcustom.
(speedbar-frame-reposition-smartly): Use it.
2005-11-30 21:15:11 +00:00
Romain Francoise
8a2c27b96c (dframe-reposition-frame-emacs): Fix position computation for 'left
location.
Update copyright year.
2005-11-30 19:40:13 +00:00
Stefan Monnier
604aa5f0f9 (help-map): Move initialization into declaration. 2005-11-30 16:09:58 +00:00
Stefan Monnier
1bddeeed51 (make-autoload): Handle defgroup specially. 2005-11-30 16:04:40 +00:00
Stefan Monnier
33d434cdce (help-argument-name): Don't autoload.
It's useless and triggers a bug in cus-dep.el causing ldefs-boot
to be re-loaded when customizing the `help' group.
2005-11-30 15:52:50 +00:00
John Paul Wallington
24374f5a1d (describe-function-1): Fill arglist. 2005-11-30 00:55:12 +00:00
Kim F. Storm
4269a2fd77 *** empty log message *** 2005-11-30 00:04:34 +00:00
Chong Yidong
15575807da * longlines.el (longlines-mode): Add mail-setup-hook.
* mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.

	* simple.el (sendmail-user-agent-compose, next-line):
	Conditionally use hard-newline.
2005-11-29 23:54:47 +00:00
Kim F. Storm
80cda39aeb *** empty log message *** 2005-11-29 23:52:42 +00:00
Chong Yidong
597767dac7 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
(hi-lock-face-phrase-buffer): Use hi-yellow face.
	(hi-lock-write-interactive-patterns): Use comment-region.
2005-11-29 22:28:59 +00:00
Andreas Schwab
13ea43e96a *** empty log message *** 2005-11-29 20:48:32 +00:00
Reiner Steib
06e2cc3d29 (latex-inputenc-coding-alist): Reword doc string. 2005-11-29 16:45:19 +00:00
Chong Yidong
2c30b4506a * help.el (describe-key-briefly, describe-key): Recognize default
bindings.
2005-11-29 15:42:42 +00:00
Romain Francoise
1c0484e2a2 (view-inhibit-help-message): New defcustom.
(view-mode-enter): Use it.
2005-11-29 10:53:30 +00:00
Michael Kifer
59f1b05814 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
	preserve user position.
2005-11-29 06:12:52 +00:00
Luc Teirlinck
846e22f8a8 *** empty log message *** 2005-11-29 04:59:38 +00:00
Luc Teirlinck
daa7197c9d *** empty log message *** 2005-11-29 03:56:45 +00:00
Jay Belanger
867e8d9ac0 *** empty log message *** 2005-11-28 23:04:35 +00:00
Stefan Monnier
2122713598 (log-edit-insert-cvs-rcstemplate): Ignore stderr. 2005-11-28 22:31:47 +00:00
Stefan Monnier
d95324034b (elp-not-profilable): Replace interactive-p with called-interactively-p.
(elp-profilable-p): Rename from elp-not-profilable-p.
Invert result and take into account macros and autoloaded functions.
(elp-instrument-function): Update call.
(elp-instrument-package): Update call.  Add completion.
(elp-pack-number): Use match-string.
(elp-results-jump-to-definition-by-mouse): Merge into
elp-results-jump-to-definition and then remove.
(elp-output-insert-symname): Make help echo text single-line.
2005-11-28 21:55:15 +00:00
Stefan Monnier
cedbd3f084 (query-replace-map): Move initialization into declaration.
(occur-engine): Use with-current-buffer.
(occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
(occur-mode-mouse-goto): Replace with an alias.
2005-11-28 21:46:51 +00:00
Juri Linkov
756bfad575 Bind [S-tab] to [backtab]. 2005-11-28 21:20:28 +00:00
Stefan Monnier
f7eeab0d22 *** empty log message *** 2005-11-28 20:22:04 +00:00
Juri Linkov
1f57934ca5 (quoted-insert): Let-bind input-method-function to nil. 2005-11-28 19:59:59 +00:00
Chong Yidong
7e1d31d460 * replace.el (occur-mode-goto-occurrence): Pop, don't switch. 2005-11-28 19:18:51 +00:00
Stefan Monnier
6a99c27283 (flyspell-last-buffer): New var.
(flyspell-accept-buffer-local-defs): Use it to avoid silly redundant work.
(flyspell-mode-on): Use add-hook for after-change-functions.
(flyspell-mode-off): Use remove-hook for after-change-functions.
(flyspell-changes): Make it buffer-local.
(flyspell-after-change-function): Make it non-interactive.  Use push.
(flyspell-post-command-hook): Check input-pending-p while processing
the potentially long list of buffer changes.
2005-11-28 16:44:37 +00:00
Károly Lőrentey
e99c9adab0 (list-buffers-noselect): Display the selected frame's buffer list, not
the global one.
2005-11-28 14:36:07 +00:00
Nick Roberts
17550579d6 *** empty log message *** 2005-11-28 05:36:04 +00:00
Luc Teirlinck
db9c3f6bd5 *** empty log message *** 2005-11-28 01:53:12 +00:00
Stefan Monnier
36cc948ee0 Remove useless leading * in defcustom docstrings.
(save-completions-file-name): Use ~/.emacs.d if available.
(completion-standard-syntax-table): Rename from
cmpl-standard-syntax-table and fold initialization into declaration,
thus removing cmpl-make-standard-completion-syntax-table.
(completion-lisp-syntax-table, completion-c-syntax-table)
(completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
(cmpl-saved-syntax, cmpl-saved-point): Remove.
(symbol-under-point, symbol-before-point)
(symbol-under-or-before-point, symbol-before-point-for-complete)
(add-completions-from-c-buffer): Use with-syntax-table.
(make-completion): Don't return a list of completion entries.
Update callers.
(cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
(completion-initialize): Rename from initialize-completions.
(completion-find-file-hook): Rename from cmpl-find-file-hook.
(kill-emacs-save-completions): Collect stats here.
(save-completions-to-file, load-completions-from-file):
Use with-current-buffer.
(completion-def-wrapper): Rename from def-completion-wrapper.  Make it
into a function.  Move all calls to toplevel.
(completion-lisp-mode-hook): New fun.
(completion-c-mode-hook, completion-setup-fortran-mode):
Set the syntax-table here.  Use local-set-key.
(completion-saved-bindings): New var.
(dynamic-completion-mode): Make it into a proper minor mode.
(load-completions-from-file): Remove unused var `num-uses'.
2005-11-28 01:43:28 +00:00
Luc Teirlinck
0ee83bc6fa *** empty log message *** 2005-11-27 23:51:40 +00:00
Nick Roberts
3f6d4fb5ce *** empty log message *** 2005-11-27 22:15:03 +00:00
Richard M. Stallman
161ef3be43 *** empty log message *** 2005-11-27 19:29:09 +00:00
Luc Teirlinck
181fcf0075 *** empty log message *** 2005-11-27 15:46:32 +00:00
Luc Teirlinck
cb0a2595f5 *** empty log message *** 2005-11-27 15:37:54 +00:00
John Paul Wallington
940ed7e48b (gdb-edit-register-value): Use posn-set-point' instead of mouse-set-point'
because the latter is not fbound when configured without X.
2005-11-27 02:59:52 +00:00
Nick Roberts
d05877b438 *** empty log message *** 2005-11-27 01:16:06 +00:00
Kim F. Storm
b14935df20 *** empty log message *** 2005-11-26 23:30:30 +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
Chong Yidong
49d11c492a * progmodes/compile.el (compilation-setup): Fix last fix. 2005-11-25 22:07:00 +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
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
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
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
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
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
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
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
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
Stefan Monnier
74b99d45fd (define-widget): Don't use declare for the doc-string-elt. 2005-11-21 00:02:31 +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
602ad1ad2d *** empty log message *** 2005-11-20 18:06:05 +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
Chong Yidong
cee723fbf9 longlines.el (longlines-wrap-line): Preserve marker positions. 2005-11-20 05:17:27 +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
Andreas Schwab
dc9d3a05c7 Revert last change. 2005-11-19 21:09:10 +00:00
Andreas Schwab
603add2d25 *** empty log message *** 2005-11-19 17:44:38 +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
Chong Yidong
0f157ad549 Add hacks for citation in mail-mode and message-mode. 2005-11-18 19:40:35 +00:00
Carsten Dominik
35af34900f *** empty log message *** 2005-11-18 16:13:55 +00:00