1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00
Commit graph

62378 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
a6d48e0919 (mouse-wheel-click-event, mouse-wheel-mode): Fix typos in docstrings. 2006-02-14 11:35:48 +00:00
Jan Djärv
26ebccfd1d * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the
value of x-gtk-whole-detached-tool-bar.
 (xg_tool_bar_attach_callback): Set show-arrow to FALSE.

 * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar.
2006-02-14 11:35:19 +00:00
Jan Djärv
e0f467cba7 * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar. 2006-02-14 11:35:00 +00:00
Jan Djärv
0f340cab5f * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the
value of x-gtk-whole-detached-tool-bar.
2006-02-14 11:34:44 +00:00
Juanma Barranquero
0da933504c (File Local Variables): Use @code for a cons cell, not @var. 2006-02-14 10:05:39 +00:00
Jan Djärv
4d7637b85f Fix address. 2006-02-14 10:04:19 +00:00
Jan Djärv
58118de5e0 * xterm.c (x_x_to_emacs_modifiers): Make non-static.
* xterm.h: Declare x_x_to_emacs_modifiers.

 * gtkutil.c (xg_tool_bar_button_cb): New function.
 (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to
 store modifiers in event.
 (update_frame_tool_bar): Connect button-release-event to
 xg_tool_bar_button_cb.
2006-02-14 10:02:23 +00:00
Jan Djärv
2334f9e769 * gtkutil.c (xg_tool_bar_button_cb): New function.
(xg_tool_bar_callback): Call x_x_to_emacs_modifiers to
 store modifiers in event.
 (update_frame_tool_bar): Connect button-release-event to
 xg_tool_bar_button_cb.
2006-02-14 10:01:58 +00:00
Jan Djärv
d39f8cb634 * xterm.h: Declare x_x_to_emacs_modifiers. 2006-02-14 10:01:39 +00:00
Jan Djärv
e92928a72d * xterm.c (x_x_to_emacs_modifiers): Make non-static. 2006-02-14 10:01:23 +00:00
Juanma Barranquero
a5f435502d (where-is): Fix displaying of remappings. 2006-02-14 08:14:01 +00:00
Chong Yidong
dd60bebe07 * files.el (hack-local-variables): Only set results if they
exist.
2006-02-14 03:47:00 +00:00
Chong Yidong
51a39bab2e * variables.texi (File Local Variables): Document new file local
variable behavior.
2006-02-14 01:22:05 +00:00
Chong Yidong
f925e502c9 * custom.texi (Specifying File Variables, Unsafe File Variables):
New nodes, split from File Variables.  Document new file local
	variable behavior.
2006-02-14 01:21:48 +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
Miles Bader
240029d92c Revision: emacs@sv.gnu.org/emacs--devo--0--patch-82
Creator:  Michael Olson <mwolson@gnu.org>

Fix compiler error in erc-dcc.el.
2006-02-13 22:57:54 +00:00
Nick Roberts
621b3aac56 (gud-watch, gdb-invalidate-registers-1)
(gdb-get-changed-registers): Test value of gud-minor-mode relative
to gud-comint-buffer.
(gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
gdb-ui.el for gdb-mi.el.
(gdb-post-prompt, gdb-get-changed-registers): Move test for
registers buffer to gdb-get-changed-registers.
(gdb-breakpoint-regexp): New regexp.  Allow toggling and
deletion of catchpoints (throw and catch).
(gdb-toggle-breakpoint, gdb-delete-breakpoint)
(gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
(gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
(gdb-var-list-children-1, gdb-info-breakpoints-custom)
(gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2006-02-13 21:59:45 +00:00
Nick Roberts
ee517841b8 *** empty log message *** 2006-02-13 21:58:44 +00:00
Richard M. Stallman
555ffb460d Fix style of last change. 2006-02-13 21:42:43 +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
ad64cd77b0 (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
for the minibuffer too, but not if resize-mini-windows will interfere.
2006-02-13 18:47:18 +00:00
Richard M. Stallman
25d3464373 (xwindow): Update the code to show the window box. 2006-02-13 18:45:39 +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
Jan Djärv
0c0351b599 * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame). 2006-02-13 11:34:20 +00:00
Juanma Barranquero
50d16788f2 (substitute-key-definition): Doc fix (hide internal argument). 2006-02-13 11:05:37 +00:00
YAMAMOTO Mitsuharu
2d488bd1db (X Resources): Mention Mac OS port. 2006-02-13 10:13:05 +00:00
YAMAMOTO Mitsuharu
0a2f1a0cfc (Glossary) <Clipboard>: Mention Mac OS port. 2006-02-13 10:12:09 +00:00
YAMAMOTO Mitsuharu
99ce07a658 (Clipboard): Mention Mac OS port. 2006-02-13 10:11:45 +00:00
YAMAMOTO Mitsuharu
638dab3734 (Visiting): Mention Mac OS port. 2006-02-13 10:11:18 +00:00
YAMAMOTO Mitsuharu
96c53f2ae8 (Colors on a TTY): Mention Mac OS port. 2006-02-13 10:10:52 +00:00
YAMAMOTO Mitsuharu
461a311802 (Standard Faces): Mention Mac OS port. 2006-02-13 10:10:25 +00:00
Richard M. Stallman
4d94dd9a25 (internal_self_insert): Handle weird auto-fill-function. 2006-02-13 02:17:15 +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
Karl Berry
7478b9d7d9 no 8-bit in faq.texi 2006-02-13 01:27:21 +00:00
Karl Berry
8e5815612b (Emacs for Atari ST): use Sch@"auble instead of
the 8-bit accented a.
2006-02-13 01:25:58 +00:00
Mathias Dahl
f491d78ad8 Removed history section. If someone needs it, it
can always be found in CVS.
2006-02-12 23:44:53 +00:00
Mathias Dahl
98da60f733 *** empty log message *** 2006-02-12 23:44:37 +00:00
Mathias Dahl
d51e86cc3e (tumme-thumbnail-storage): Updated docstring. Added
info about the Thumbnail Managing Standard option.
2006-02-12 22:15:05 +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
Richard M. Stallman
fda11e854d (substitute-key-definition): Doc fix. 2006-02-12 20:32:18 +00:00
Richard M. Stallman
ab6b3b1655 (blink-matching-paren-dont-ignore-comments): Doc fix. 2006-02-12 20:31:12 +00:00
Richard M. Stallman
516bf0ee5f Comment changes. 2006-02-12 20:30:49 +00:00
Richard M. Stallman
a52152f859 (magic-mode-alist): Don't use `\\s ' in regexps. 2006-02-12 20:30:28 +00:00
Richard M. Stallman
9012c084ef (Info-mode): Doc fix. 2006-02-12 20:29:57 +00:00