1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00
Commit graph

9013 commits

Author SHA1 Message Date
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
Masatake YAMATO
d9674f335b (autoconf-font-lock-keywords): Check start boundary of symbols. 2006-02-09 19:15:46 +00:00
Stefan Monnier
bf54d81452 (vc-svn-print-log): Show recent commits as well. 2006-02-09 03:47:00 +00:00
Juanma Barranquero
ddd1e91e60 (hilit-chg-update-all-buffers): Use mapc' instead of mapcar'; return nil. 2006-02-09 01:36:22 +00:00
Chong Yidong
745cfc5705 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
* mouse.el (mouse-drag-track): Don't change window if we rebind to
	some other event.
2006-02-08 20:47:24 +00:00
Eli Zaretskii
db58efbf51 (rcirc-startup-channels-alist): Add irc.freenode.net and #emacs as defaults.
(rcirc-ignore-all-activity-flag): Remove variable.
(rcirc-authinfo): New variable.
(rcirc-authinfo-filename): Remove variable.
(rcirc-always-use-server-buffer-flag): New flag.
(rcirc): M-x rcirc will automatically connect without prompting.
C-u M-x rcirc will prompt.  Use rcirc-connect to create a
connection in lisp.
(rcirc-process-server-response-1): Remove everything but the nick
portion of the sender so it doesn't need to be done everywhere
else.  Update related code.
(global-map): Remove global keybindings.
(rcirc-get-buffer-create): Make sure rcirc-topic is set.
(rcirc-send-input): Split into several functions.
(rcirc-process-input-line, rcirc-process-message, rcirc-process-command):
New functions.
(rcirc-target-buffer): Add function to determine where to route messages.
(rcirc-user-nick): Save match data.
(rcirc-toggle-ignore-buffer-activity)
(rcirc-update-activity-string): Remove global ignore
functionality, which can be done now by toggling rcirc-track-minor-mode.
(rcirc-track-minor-mode-map): New keymap.
(rcirc-track-minor-mode): New minor-mode.
(ignore): Make the ignore output nicer.  Always print it when adding or
removing nicks.
(rcirc-url-regexp): Improve.
(rcirc-mangle-text): Remove properties before using text in the modeline.
(rcirc-authenticate): Authentication data comes from rcirc-authinfo, not
the file pointed to by rcirc-authinfo-file.
(rcirc-server-prefix): Inherit from rcirc-server.
2006-02-08 17:39:10 +00:00
Eli Zaretskii
063cd226b9 (compile): Append "|| true" to the end of the `find' command, like
compile-always does.
2006-02-08 17:32:09 +00:00
Sam Steingold
df2a9b125d (tramp-maybe-open-connection): Do not wait for output from a dead connection. 2006-02-08 15:47:31 +00:00
Juanma Barranquero
cb192119a8 *** empty log message *** 2006-02-07 22:52:58 +00:00
Mathias Dahl
6102da2671 Added more bindings for tumme. 2006-02-07 21:23:14 +00:00
Stefan Monnier
d4f2cc777b (wdired-mode-map): Use remap.
(wdired-get-filename): Massage.
(wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
(wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
`keymap' property rather than `local-map'.
2006-02-07 17:30:10 +00:00