1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
Commit graph

9023 commits

Author SHA1 Message Date
Romain Francoise
0a9cef67fe *** empty log message *** 2006-02-15 07:28:15 +00:00
Chong Yidong
9ca6610316 * cus-edit.el (custom-mode): Update docstring. 2006-02-15 02:43:55 +00:00
Chong Yidong
50be33f562 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
binding.
2006-02-15 02:42:10 +00:00
Chong Yidong
bb55f90e4a * wid-edit.el (widget-keymap): Bind down-mouse-1 to
widget-button-click.

	* cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2006-02-15 02:41:02 +00:00
Chong Yidong
0a158521c5 * files.el (hack-local-variables-confirm): Kill temp buffer after use. 2006-02-15 01:32:50 +00:00
Chong Yidong
42078bb225 * files.el (hack-local-variables-confirm): Allow scrolling if the
file variable list is too long.
2006-02-15 01:21:31 +00:00
Nick Roberts
a4b354b731 *** empty log message *** 2006-02-14 22:01:13 +00:00
Jay Belanger
d7505da3d0 *** empty log message *** 2006-02-14 21:42:32 +00:00
Chong Yidong
e1ec62a596 * wid-edit.el (widget-button-click): Use :pressed-face property
for overlay face, if it exists.

	* cus-edit.el (custom-manual, custom-add-see-also)
	(custom-add-parent-links, custom-group-link): Add :pressed-face
	property to links.
2006-02-14 20:16:04 +00:00
Chong Yidong
d450f2a250 * files.el (hack-local-variables): Remove ignored variables before
checking if any variables need setting.
2006-02-14 19:54:25 +00:00
Juanma Barranquero
ef4cbfc0fa *** empty log message *** 2006-02-14 11:39:21 +00:00
Jan Djärv
0dd95b49d8 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar 2006-02-14 11:36:25 +00:00
Juanma Barranquero
a5f435502d (where-is): Fix displaying of remappings. 2006-02-14 08:14:01 +00:00
Chong Yidong
5a6c1d871e * files.el (safe-local-variable-values): New option.
(hack-local-variables-prop-line): Return a list of variable-value
	pairs if MODE-ONLY is non-nil.
	(hack-local-variables): Construct list of variable-value pairs,
	and apply or reject them in one go.  Ask for confirmation if
	variables are not known safe.
	(hack-local-variables-confirm): Complete rewrite.  Support
	`safe-local-variable-values'.
	(enable-local-variables): Update docstring to reflect new
	behavior.
	(ignored-local-variables): Ignore ignored-local-variables and
	safe-local-variable-values.
	(safe-local-variable-p): New function.
	(risky-local-variable-p): `safe-local-variable' property check
	moved to safe-local-variable-p.
	(hack-one-local-variable): Checks moved to hack-local-variables.

	(byte-compile-dynamic, c-basic-offset, c-file-style,
	c-indent-level, comment-column, fill-column, fill-prefix,
	indent-tabs-mode, kept-new-versions, no-byte-compile,
	no-update-autoloads, outline-regexp, page-delimiter,
	paragraph-start, paragraph-separate, sentence-end,
	sentence-end-double-space tab-width, version-control): Add
	`safe-local-variable' property.

	* find-lisp.el: Delete nonexistent `autocompile' file variable.

	* icomplete.el, play/landmark.el: Change nonexistent
	`outline-layout' file variable to `allout-layout'.
2006-02-14 01:21:31 +00:00
Nick Roberts
ee517841b8 *** empty log message *** 2006-02-13 21:58:44 +00:00
Jay Belanger
c3a1b86139 (math-check-known-matrixp): Make sure expression is a symbol before
checking that it is bound.
2006-02-13 21:36:51 +00:00
Richard M. Stallman
f8d775e1cd *** empty log message *** 2006-02-13 18:47:24 +00:00
Richard M. Stallman
2c8ed53856 (describe-key-briefly, describe-key):
Do all arg-reading inside `interactive' spec.
(describe-key-briefly-internal, describe-key-internal):
Functions merged back into their callers.
2006-02-13 16:18:46 +00:00
Juri Linkov
fd5b25da6a (info-xref-visited): Inherit from info-xref too.
(Info-set-mode-line): Replace occurrences of `%' by `%%'
when propertizing Info-current-file and Info-current-node.
2006-02-13 15:44:01 +00:00
Juri Linkov
ace665ea95 (tumme-thumbnail-storage): Fix docstring.
(tumme-thumb-name): Fix per-directory format.
2006-02-13 14:47:25 +00:00
Juanma Barranquero
50d16788f2 (substitute-key-definition): Doc fix (hide internal argument). 2006-02-13 11:05:37 +00:00
Miles Bader
3715419e9e Revision: emacs@sv.gnu.org/emacs--devo--0--patch-79
(rcirc-format-response-string): Fix small bugs
2006-02-13 01:59:00 +00:00
Mathias Dahl
98da60f733 *** empty log message *** 2006-02-12 23:44:37 +00:00
Mathias Dahl
fb45347378 *** empty log message *** 2006-02-12 22:14:53 +00:00
Richard M. Stallman
0283e3398e *** empty log message *** 2006-02-12 20:32:51 +00:00
Michael Albinus
7dbde7dd2e * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
because on Solaris a POSIX compatible "id" is needed.  Reported by
Magnus Henoch <mange@freemail.hu>.
2006-02-12 20:22:28 +00:00
Juri Linkov
ea948bd6ef (dired-mode-map): Bind \C-t\C-t' to tumme-dired-insert-marked-thumbs'. 2006-02-12 17:46:11 +00:00
Juanma Barranquero
f828c6fc00 *** empty log message *** 2006-02-12 00:29:59 +00:00
Mathias Dahl
c39343cac8 *** empty log message *** 2006-02-11 23:35:12 +00:00
Miles Bader
324e4da7fb Revision: emacs@sv.gnu.org/emacs--devo--0--patch-69
rcirc: Add flexible response formatting; Add nick abbrevs

2006-02-12  Miles Bader  <miles@gnu.org>

   * lisp/net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
   New variables.
   (rcirc-abbrev-nick): New function.
   (rcirc-format-response-string): Rewrite to use the formats in
   `rcirc-response-formats' and expand escape sequences therein.
   A text-property `rcirc-text' is added over the actual response
   text to make easy to find inside the returned string.
   (rcirc-print): When filling, just look for the `rcirc-text'
   text-property to find the appropriate fill prefix, instead of
   using hardwired patterns.
2006-02-11 21:42:23 +00:00
Mathias Dahl
e6b84d1fc8 *** empty log message *** 2006-02-11 21:29:56 +00:00
Kim F. Storm
ed0965431a *** empty log message *** 2006-02-11 20:30:37 +00:00
Eli Zaretskii
518dc5be4e (revert-buffer, recover-file): Replace buffer-read-only with inhibit-read-only. Suggested by Stefan Monnier.
(revert-buffer): Let insert-file-contents discard buffer-undo-list.  Simplify
code.
(find-file, find-file-existing, revert-buffer): Doc-string fixes.
2006-02-11 18:42:56 +00:00
Eli Zaretskii
5fb64ecc5b (menu-bar-select-yank): Add a doc string. 2006-02-11 16:18:02 +00:00
Eli Zaretskii
8ee320fc76 (describe-key-briefly, describe-key): Populate yank-menu if empty. 2006-02-11 16:03:14 +00:00
Eli Zaretskii
c54fb9ef13 *** empty log message *** 2006-02-11 13:56:14 +00:00
Eli Zaretskii
0810857709 (glasses-separator): Doc fix.
(glasses-original-separator): New defcustom.
(glasses-make-readable, glasses-convert-to-unreadable): Use it.
2006-02-11 11:46:15 +00:00
Eli Zaretskii
a348f5ba1d (mouse-wheel-up-event): Doc fix. 2006-02-11 11:32:31 +00:00
Mathias Dahl
6295b3b11d *** empty log message *** 2006-02-10 23:42:08 +00:00
Juanma Barranquero
4f1a394982 *** empty log message *** 2006-02-10 17:11:56 +00:00
Juanma Barranquero
be617bbf58 (desktop-outvar): Fix typo.
(desktop-save-buffer-p): Doc fix.
2006-02-10 11:07:50 +00:00
YAMAMOTO Mitsuharu
cbd488c46a *** empty log message *** 2006-02-10 08:35:43 +00:00
Romain Francoise
02501160b4 *** empty log message *** 2006-02-10 07:20:11 +00:00
Kim F. Storm
d342156ca9 *** empty log message *** 2006-02-10 00:08:08 +00:00
Mathias Dahl
13664bec59 *** empty log message *** 2006-02-09 23:07:54 +00:00
Mathias Dahl
d03b98ade9 *** empty log message *** 2006-02-09 22:56:00 +00:00
Lars Hansen
9e72206753 Add highlight-changes-mode to desktop-locals-to-save.
(highlight-changes-mode): Don't change desktop-locals-to-save.
2006-02-09 21:01:19 +00:00
Romain Francoise
1bf6d4b5c1 *** empty log message *** 2006-02-09 20:10:53 +00:00
Chong Yidong
fcfc4732e0 * image-mode.el (image-toggle-display): Clear image cache if using
filename.
2006-02-09 19:34:08 +00:00
Masatake YAMATO
d2ea84be64 (dired-guess-shell-alist-default): Add .man as a `dired-man' target. 2006-02-09 19:20:46 +00:00