1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
Commit Graph

65626 Commits

Author SHA1 Message Date
Chong Yidong
3236e6b849 * keyboard.c (read_char): Don't change idle timer state at all if
end_time is supplied.
2006-08-15 17:39:21 +00:00
Carsten Dominik
29cf022180 Version number change. 2006-08-15 11:59:09 +00:00
Carsten Dominik
4c3ec0fc96 *** empty log message *** 2006-08-15 11:58:49 +00:00
Carsten Dominik
22a616f7af (Installation, Activation): Split from Installation and
Activation.
	(Clocking work time): Documented new features.
2006-08-15 11:58:05 +00:00
Carsten Dominik
5137195a62 (org-clock-special-range, org-clock-update-time-maybe):
New functions.
	(org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
	not only a-z.
	(org-agenda-get-blocks): Allow multiple blocks per headline.
	(org-timestamp-change): Call `org-clock-update-time-maybe'.
	(org-export-html-title-format)
	(org-export-html-toplevel-hlevel): New options.
	(org-export-language-setup): Added support for Czech.
	(org-mode, org-insert-todo-heading, org-find-visible)
	(org-find-invisible, org-invisible-p, org-invisible-p2)
	(org-back-to-heading, org-on-heading-p, org-up-heading-all)
	(org-show-subtree, org-show-entry, org-make-options-regexp):
	Removed compatibility support for old outline-mode.
	(org-check-occur-regexp): Funtion removed.
	(org-on-heading-p, org-back-to-heading): Made defalias.
	(org-set-local): New defsubst.
	(org-set-regexps-and-options, org-mode)
	(org-set-font-lock-defaults, org-edit-agenda-file-list)
	(org-timeline, org-agenda-list, org-todo-list, org-tags-view)
	(org-remember-apply-template, org-table-edit-field)
	(org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
	(org-set-autofill-regexps): Use `org-set-local'.
	(org-table-eval-formula): Fixed bug with parsing of display flags.
2006-08-15 11:55:38 +00:00
Richard M. Stallman
fa1f0963c4 *** empty log message *** 2006-08-15 02:50:30 +00:00
Kenichi Handa
8db1f9fa0c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New arg RET. If SRC
is exhausted, return with RET.
(detect_coding_emacs_mule, detect_coding_iso2022)
(detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
(detect_coding_utf_16, detect_coding_ccl): Adjusted for the above
change.
2006-08-15 02:42:21 +00:00
Nick Roberts
a7acd30f0c (Stack Buffer): Explain fringe arrow. 2006-08-15 00:33:09 +00:00
Nick Roberts
8b12cd99d2 *** empty log message *** 2006-08-15 00:30:07 +00:00
Nick Roberts
9143202cb6 (gdb-info-stack-custom): Indicate selected frame with fringe arrow.
Suggested by Simon Marshall <simon.marshall@misys.com>.
(gdb-stack-position): New variable.
(gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
(gdb-frames-mode): Set gdb-stack-position to nil.  Add to
overlay-arrow-variable-list
(gdb-reset): Delete gdb-stack-position from above list.
2006-08-15 00:01:16 +00:00
Chong Yidong
70282fce62 * keyboard.c (read_char): Don't reset idle timers if a time limit
is supplied.
2006-08-14 18:32:23 +00:00
Kim F. Storm
82d59cb0ca (pitx): Print iterator position.
Limit stack dump in case iterator is not initialized.
2006-08-14 09:58:12 +00:00
Kim F. Storm
9bdc2a5d70 *** empty log message *** 2006-08-14 09:58:03 +00:00
Jan Djärv
3694220512 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
read only.
2006-08-14 09:00:36 +00:00
Chong Yidong
e71cb54980 * FOR-RELEASE: Elisp manual checking completed. 2006-08-13 19:02:57 +00:00
Romain Francoise
e1a2960c07 * cus-theme.el (customize-create-theme)
(custom-theme-visit-theme): End `y-or-n-p' prompt with a space.

* filesets.el (filesets-add-buffer): Ditto.

* pcvs.el (cvs-change-cvsroot): Ditto.
2006-08-13 17:05:12 +00:00
Romain Francoise
43db7b94c9 Fix last entry. 2006-08-13 17:04:56 +00:00
Romain Francoise
5dab7628da (mm-extern-mail-server): End `y-or-n-p' prompt with a space. 2006-08-13 17:04:33 +00:00
Romain Francoise
35dbb6cf1d (erc-log-matches-make-buffer): Add missing space. 2006-08-13 16:01:44 +00:00
Chong Yidong
ed112b0c83 text.texi checked. 2006-08-13 03:13:23 +00:00
Chong Yidong
b8f5396ad1 * text.texi (Near Point): Say "cursor" not "terminal cursor".
(Commands for Insertion): Removed split-line since it's not
	relevant for Lisp programming.
	(Yank Commands): Rewrite introduction.
	(Undo): Clarify.
	(Maintaining Undo): Clarify.  Document undo-ask-before-discard.
	(Filling): Remove redundant comment.  Clarify return value of
	current-justification.
	(Margins): Minor clarifications.
	(Adaptive Fill): Update default value of adaptive-fill-regexp.
	(Sorting): Update definition of sort-lines.
	(Columns): Clarify behavior of sort-columns.
	(Indent Tabs): Link to Tab Stops in Emacs manual.
	(Special Properties): Clarify.
	(Clickable Text): Mention Buttons package.
2006-08-13 03:12:43 +00:00
Nick Roberts
7443a63845 (gdb-frame-separate-io-buffer)
(gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
(gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
expressions.
(gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
Only search till end of line.
Add face to function names in case of no filename.
Add face to variable names of watchpoints.
2006-08-13 01:09:11 +00:00
Nick Roberts
4fc3133c50 *** empty log message *** 2006-08-13 01:08:48 +00:00
Alex Schroeder
ea25d374fd *** empty log message *** 2006-08-13 00:07:07 +00:00
Alex Schroeder
e96b005100 (Configuration): Use correct variable in rcirc-authinfo
example.
2006-08-12 22:24:37 +00:00
Werner LEMBERG
9ae1fac166 * TUTORIAL.de: Synchronize with TUTORIAL. 2006-08-12 17:32:00 +00:00
Eli Zaretskii
4bf152406e (How to add fonts): New node. 2006-08-12 14:14:23 +00:00
Nick Roberts
d32a9a8c56 *** empty log message *** 2006-08-12 13:28:29 +00:00
Eli Zaretskii
0c80afbd3a *** empty log message *** 2006-08-12 13:05:36 +00:00
Eli Zaretskii
01892a5200 <indent-tabs-mode>: Move to the `indent' customization group. 2006-08-12 13:04:44 +00:00
Eli Zaretskii
78e5d54902 (Time Parsing): Add %z to format-time-string, per docstring.
Add cross reference to glibc manual for strftime.
2006-08-12 12:55:07 +00:00
Eli Zaretskii
2d33a4790a Update the Allout entries. 2006-08-12 12:38:38 +00:00
Eli Zaretskii
e6b8d66282 *** empty log message *** 2006-08-12 12:34:47 +00:00
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