1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00
Commit graph

65538 commits

Author SHA1 Message Date
Richard M. Stallman
4e7ab35cb7 (Help Mode): Move node up in file. 2006-08-16 05:12:46 +00:00
Richard M. Stallman
0007b8a660 (Extended Menu Items): Show format of cached bindings in extended menu items. 2006-08-16 05:11:54 +00:00
Richard M. Stallman
81b4d9abbf (Variable Definitions): Explain when the
standard value expression is evaluated.
2006-08-16 05:10:55 +00:00
Richard M. Stallman
c0acb3ee4c (x-clipboard-yank): Specify * in interactive spec.
(special-event-map): Process drag-n-drop events this way.
2006-08-16 05:09:18 +00:00
Richard M. Stallman
ad47c4a0a5 (move-beginning-of-line): Test whether fields
would prevent motion back to line's first visible character.
If so, stop where the fields would stop the motion.
2006-08-16 05:07:22 +00:00
Richard M. Stallman
b605a60ad3 (comment-indent): Fully update INDENT
before checking to see if it will change the text.
2006-08-16 05:05:56 +00:00
Richard M. Stallman
19f0515ada (custom-newline): New function.
(custom-mode-map): Bind newline to custom-newline.
2006-08-16 05:05:08 +00:00
Richard M. Stallman
27f9dfbf21 (compare-windows): Factor compare-ignore-whitespace into ignore-whitespace.
Check each buffer for its skip-function.
Handle compare-windows-skip-whitespace special-case test
by returning t from default skip function.
2006-08-16 05:04:16 +00:00
Richard M. Stallman
7b245e6346 Clean up wording. 2006-08-16 04:57:08 +00:00
Kenichi Handa
29cbc48294 (choose_write_coding_system): Use LF for end-of-line
in auto-saving.
2006-08-16 00:20:53 +00:00
Chong Yidong
9411b08096 * commands.texi (Reading One Event): Explain idleness in
`read-event'.
2006-08-15 22:28:02 +00:00
Chong Yidong
7e18844978 * commands.texi (Reading One Event): Explain idleness in
`read-event'.
2006-08-15 19:59:08 +00:00
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