1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00
Commit Graph

65493 Commits

Author SHA1 Message Date
Eli Zaretskii
48bd8440bc (allout-prior-bindings, allout-added-bindings): Remove, after long deprecation.
(allout-beginning-of-line-cycles, allout-end-of-line-cycles):
Add customization vars controlling allout-beginning-of-line and
allout-end-of-line conveniences.
(allout-header-prefix, allout-use-mode-specific-leader)
(allout-use-mode-specific-leader, allout-mode-leaders): Revised docstrings.
(allout-infer-header-lead): Change to be an alias for
allout-infer-header-lead-and-primary-bullet.
(allout-infer-header-lead-and-primary-bullet): New version of
allout-infer-header-lead which assigns the primary bullet to the
same as the header lead, when its being changed.
(allout-infer-body-reindent): Apply regexp-quote instead of unconditionally
prepending "\\", so that all literal allout-header-prefix and
allout-primary-bullet strings are properly handled.
(allout-add-resumptions): Add optional qualifier for extending or appending to
existing values, rather than replacing them.
(allout-view-change-hook): Clarify docstring.
(allout-exposure-change-hook): Take explicit arguments, via run-hook-with-args.
(allout-structure-added-hook, allout-structure-deleted-hook)
(allout-structure-shifted-hook): New hooks analogous to
allout-exposure-change-hook for other kinds of structural outline edits.
(allout-encryption-plaintext-sanitization-regexps): New encryption
customization variable, by which cooperating modes can provde massage of the
plaintext without actually being passed it.
(allout-encryption-ciphertext-rejection-regexps)
(allout-encryption-ciphertext-rejection-ceiling): New encryption
customization variables, by which cooperating modes can prohibit rare but
possible ciphertext patterns from fouling their operation, with actually being
passed the ciphertext.
(allout-mode): Run activation and deactivation hooks after the minor-mode
variable has been toggled, to clarify the mode disposition.  The new encryption
ciphertext rejection variable is used to ensure that the ciphertext does not
contain text that would be recognized as outline structural elements by allout.
Substite allout-beginning-of-line and allout-end-of-line for conventionall
beginning-of-line and end-of-line bindings. If allout-old-style-prefixes is
non-nil, don't nullify it on mode activation!
(allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
(allout-end-of-line): Respect `allout-end-of-line-cycles'.
(allout-chart-subtree): Implement new mode, charting only the visible items in
the subtree, when new 'visible' parameter is non-nil.
(allout-end-of-subtree): Properly handle the last item in the buffer.
(allout-pre-command-business, allout-command-counter): Increment an advertised
counter so that cooperating enhancements can track revisions of items.
(allout-open-topic): Run allout-structure-added-hook with suitable arguments.
(allout-shift-in): Run allout-structure-shifted-hook with suitable arguments.
(allout-shift-out): Fix doubling for negative args and ensure call of
allout-structure-shifted-hook by solely using allout-shift-in.
(allout-kill-line, allout-kill-topic): Run allout-structure-deleted-hook with
suitable arguments.
(allout-yank-processing): Run allout-structure-added-hook with proper arguments.
(allout-yank): Enclose activity in allout-unprotected.
(allout-flag-region): Run allout-exposure-change-hook with suitable arguments,
instead of making the callee infer the arguments.
(allout-encrypt-string): Support
allout-encryption-plaintext-sanitization-regexps,
allout-encryption-ciphertext-rejection-regexps, and
allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
en/decryption mode in symmetric encryption failure message.
(allout-obtain-passphrase): Use copy-sequence to get a distinct copy of the
passphrase, and don't zero it or we'll corrupt the stashed copy.
(allout-create-encryption-passphrase-verifier)
(allout-verify-passphrase): Respect the new signature for allout-encrypt-string.
(allout-get-configvar-values): Convenience for getting a configuration variable
value and handling its absence gracefully.
2006-08-12 12:33:32 +00:00
Eli Zaretskii
c97f19653b Clarify that bootstrap and the shorter procedure are alternatives. 2006-08-12 12:04:04 +00:00
Eli Zaretskii
5bfef96c0f (Saving Emacs Sessions): Clarify when desktop is restored on startup. 2006-08-12 12:00:30 +00:00
Eli Zaretskii
d0cd961e58 (Fmouse_position, Fmouse_pixel_position)
(Fset_mouse_position, Fset_mouse_pixel_position): Doc fix.
2006-08-12 11:36:15 +00:00
Romain Francoise
d5e5361f9f (Acknowledgments): Delete mention to zone-mode.el. 2006-08-11 15:43:40 +00:00
Romain Francoise
946c199400 Delete zone-mode.el. 2006-08-11 15:42:48 +00:00
Romain Francoise
08eedb7923 Fix formatting/indentation. 2006-08-11 14:11:24 +00:00
Chong Yidong
b3302d9b0a * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
restore unread-command-events here.
	(edebug-display): Do it here, to detect sit-for interruptions.
2006-08-11 14:11:10 +00:00
Stefan Monnier
aa7adb2ada (dns-mode): Use before-save-hook. 2006-08-11 13:56:50 +00:00
Thien-Thi Nguyen
bad03cfc80 (bindat-ip-to-string): Use `format-network-address' if possible. 2006-08-11 09:28:44 +00:00
Jan Djärv
2f2f340fb5 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom. 2006-08-11 07:32:39 +00:00
Jan Djärv
0c584069b6 * xselect.c (Fx_register_dnd_atom): New function.
(syms_of_xselect): Defsubr it.
	(x_handle_dnd_message): Check that message_type is in
	dpyinfo->x_dnd_atoms before generating lisp event.

	* xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track
	of drag and drop Atoms.

	* xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms*
2006-08-11 07:31:14 +00:00
Jan Djärv
93acf8f34d * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms* 2006-08-11 07:30:56 +00:00
Jan Djärv
9f562c51d6 * xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track
of drag and drop Atoms.
2006-08-11 07:30:36 +00:00
Jan Djärv
9fc68699c6 * xselect.c (Fx_register_dnd_atom): New function.
(syms_of_xselect): Defsubr it.
 (x_handle_dnd_message): Check that message_type is in
 dpyinfo->x_dnd_atoms before generating lisp event.
2006-08-11 07:30:14 +00:00
Romain Francoise
82a33a215e Mention that zone-mode.el is now obsolete. 2006-08-10 20:07:08 +00:00
Romain Francoise
c40408fbe7 * textmodes/dns-mode.el: Alias zone-mode' to dns-mode'.
(dns-mode-soa-auto-increment-serial): New user option.
(dns-mode-soa-maybe-increment-serial): New function.
(dns-mode): Add the latter to `write-contents-functions'.

* obsolete/zone-mode.el: Move to obsolete/ from net/.
Delete autoload cookies.
2006-08-10 20:06:19 +00:00
Thien-Thi Nguyen
43901444a4 (Recognize Coding, Text Coding): Fix typos. 2006-08-10 18:43:55 +00:00
Chong Yidong
65b13f4bc0 Minor fix to last change. 2006-08-10 16:07:43 +00:00
John Wiegley
f80c9382ef (eshell-glob-chars-list) (eshell-glob-translate-alist): Add support
for [^g] in character globs.
2006-08-10 15:30:56 +00:00
John Wiegley
87c9ab0c7a *** empty log message *** 2006-08-10 15:30:17 +00:00
Chong Yidong
3a79932757 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
restore unread-command-events here.
	(edebug-display): Do it here, to detect sit-for interruptions.
2006-08-10 15:27:41 +00:00
Jan Djärv
abef1dd799 * keyboard.c: Define in_sighandler.
(input_available_signal): Set in_sighandler.
 (init_keyboard): Initialize in_sighandler.

 * keyboard.h: Declare in_sighandler.

 * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler
 to check if mutex should be locked or not.
2006-08-10 06:09:57 +00:00
Jan Djärv
0d3e774694 * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler
to check if mutex should be locked or not.
2006-08-10 06:09:30 +00:00
Jan Djärv
90b03d5896 * keyboard.c: Define in_sighandler.
(input_available_signal): Set in_sighandler.
2006-08-10 06:07:15 +00:00
Jan Djärv
0e94a24a87 * keyboard.h: Declare in_sighandler. 2006-08-10 06:06:48 +00:00
Richard M. Stallman
38cdf40b3c *** empty log message *** 2006-08-10 04:31:27 +00:00
Richard M. Stallman
d7beaf5382 (facemenu-listed-faces): Doc fix. 2006-08-10 04:31:21 +00:00
Richard M. Stallman
5667ecd2ca (Format Faces): Substantial rewrites to deal with face merging. Empty
regions don't count.  Clarify face property inheritance.
2006-08-10 04:19:57 +00:00
Richard M. Stallman
cd7890bd1a (facemenu-add-face): Pass frame to facemenu-active-faces.
(facemenu-set-face): Doc fix.
2006-08-10 04:00:34 +00:00
Chong Yidong
38ceb48f7f * avoid.el (mouse-avoidance-animating-pointer): New var.
(mouse-avoidance-nudge-mouse): Use it.
	(mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
	(mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
	(mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
	Don't activate if currently animating.  All callers changed.
2006-08-10 03:37:29 +00:00
Richard M. Stallman
541a0de1e2 Don't say which side scroll bar is on. 2006-08-09 19:10:13 +00:00
John Wiegley
43f5aea1d8 (timeclock-use-elapsed): Added a new variable, which causes timeclock
to report elapsed time worked, instead of just work remaining.
2006-08-09 11:51:57 +00:00
John Wiegley
d070a65d0e *** empty log message *** 2006-08-09 11:50:27 +00:00
Jan Djärv
ae587d1d0c Fix previous change. 2006-08-09 06:56:38 +00:00
Jan Djärv
ea90c5d3bd (readline): Change position on %n and \" in sscanf. 2006-08-09 06:56:16 +00:00
Jan Djärv
1f4edc37b8 * etags.c (readline): expect sscanf returns >= 1. 2006-08-09 06:22:27 +00:00
Richard M. Stallman
c2028ac64f (keyremap_step): No-op if fkey->parent = nil.
(read_key_sequence): Always start fkey.start and fkey.end at 0,
and likewise for keytran.
2006-08-09 04:55:10 +00:00
Kenichi Handa
bb0825cb7d *** empty log message *** 2006-08-09 01:25:59 +00:00
Kenichi Handa
2c53e699a1 (syms_of_coding): Improve the docstring
file-coding-system-alist.
2006-08-09 01:25:03 +00:00
Kenichi Handa
dccee2cb15 (latexenc-find-file-coding-system):
Fix for the case that the 2nd element of arg-list is a cons.
2006-08-09 01:11:44 +00:00
Richard M. Stallman
d8a869ea1f Whitespace change. 2006-08-08 20:53:10 +00:00
Chong Yidong
dc7ef9f02f * info.el (Info-fontify-node): Handle preceding `in' for note
reference hiding rules.
2006-08-08 17:45:42 +00:00
Richard M. Stallman
02a2b2ad4f Clean up wording in previous change. 2006-08-08 17:39:08 +00:00
Karl Berry
08e5fcf12a update from texinfo 2006-08-08 16:27:41 +00:00
Stefan Monnier
4c7c5c7e48 (sh-quoted-subshell): Make sure we don't mistake a closing " for an opening one. 2006-08-08 15:09:26 +00:00
Jan Djärv
1520a816ef * etags.c (readline): expect sscanf returns 2,
not 1.
2006-08-08 09:34:56 +00:00
Jan Djärv
867cc23e44 * etags.c (TEX_mode): Check getc retruns EOF.
File ended without newline causes infinite loop.
2006-08-08 09:33:10 +00:00
Romain Francoise
878bf4b860 (Marks vs Flags): Fix typo reported by Ari Roponen <arjuropo@cc.jyu.fi>. 2006-08-08 08:06:08 +00:00
Dan Nicolaescu
c0658ad46e (terminal-init-xterm): Add more key bindings. 2006-08-08 05:31:09 +00:00