1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

66298 Commits

Author SHA1 Message Date
Eli Zaretskii
65e7eb3d33 (allout-expose-topic): Rectify implementation of "+" spec, so that bodies are
not exposed with headlines.
(allout-current-depth): Do aberrent check only at or below doublecheck depth.
(allout-chart-subtree): Make it explicit that LEVELS being nil means unlimited
depth.  Drop undocumented support for LEVELS value t meaning unlimited depth.
(This is consistent with allout-chart-to-reveal, but contrary to
allout-show-children, which needs to use nil to default to depth of 1.)
(allout-goto-prefix-doublechecked): Wrap long docstring line.
(allout-chart-to-reveal): Be explicit in docstring about meaning of nil LEVELS,
and drop support for LEVELS value t.
(allout-show-children): Translate the level spec used by this routine to that
used by allout-chart-subtree and allout-chart-to-reveal.
(allout-show-to-offshoot): Retry once when stuck, after opening subtree -
improvements in discontinuity handling likely will enable progress.
2006-10-01 16:48:58 +00:00
Stefan Monnier
2201c41ce3 (handle_fontified_prop): Don't fontify at EOB. 2006-10-01 16:44:43 +00:00
Vinicius Jose Latorre
7f7f218c4f fix doc 2006-10-01 15:45:16 +00:00
Richard M. Stallman
29121f81ae *** empty log message *** 2006-09-30 21:20:20 +00:00
Karl Berry
b644f1dcee improve more page breaks 2006-09-30 21:07:21 +00:00
Chong Yidong
0e71e4a868 * PROBLEMS: Document Emacs/XIM/gnome-settings-terminal clash. 2006-09-30 17:58:29 +00:00
Chong Yidong
ec3982f4aa Fixed "Martin Rudalics Sep 28: widget-move-and-invoke scrolls spuriously." 2006-09-30 15:46:00 +00:00
Chong Yidong
b0c4ae71dc * wid-edit.el (widget-button-click-moves-point): New variable.
(widget-button-click): If widget-button-click-moves-point is
	non-nil, set point after performing the button action

	* cus-edit.el (custom-mode): Set widget-button-click-moves-point.
2006-09-30 15:45:35 +00:00
Eli Zaretskii
e2247cd00d *** empty log message *** 2006-09-30 10:03:11 +00:00
Eli Zaretskii
63c8abc42a (find-file-existing): Modified to not allow wildcards. 2006-09-30 10:02:22 +00:00
Eli Zaretskii
00fa402402 (undo-more): When undo information for the region is exhausted, say
"No further undo information FOR REGION".
2006-09-30 09:50:07 +00:00
Eli Zaretskii
57763824f8 (sh-prev-thing): Take `sh-leading-keywords' into account. 2006-09-30 09:39:35 +00:00
Eli Zaretskii
814a1e04f2 Add blessmail. 2006-09-30 09:22:41 +00:00
Eli Zaretskii
dfd9957ec2 Fix a typo. 2006-09-30 09:18:23 +00:00
Eli Zaretskii
79e01e932f configure 2006-09-30 09:11:56 +00:00
Eli Zaretskii
e9291f09f4 Regenerated. 2006-09-30 09:11:23 +00:00
Glenn Morris
51f236e9f1 (Date Formats): Doc fix for european-calendar-style. 2006-09-30 01:32:47 +00:00
Glenn Morris
f4d82e000a *** empty log message *** 2006-09-30 01:32:36 +00:00
Glenn Morris
0a1a957fa5 (european-calendar-style): Tweak previous fix. 2006-09-30 01:25:25 +00:00
Glenn Morris
f2276b6985 (defcustom): Doc fix. 2006-09-30 00:45:32 +00:00
Karl Berry
9705fb379e improve page/line breaks 2006-09-30 00:35:50 +00:00
Karl Berry
3abebd3ba0 update to latest texinfo.tex 2006-09-30 00:35:15 +00:00
Glenn Morris
ee53ec68bb *** empty log message *** 2006-09-30 00:23:17 +00:00
Glenn Morris
ff727d98c3 (european-calendar-style): Call european-calendar or american-calendar
as needed when set.
(diary-view-entries, list-calendar-holidays): Move autoloads before
use.
2006-09-30 00:20:16 +00:00
Juri Linkov
f9df5f68a8 *** empty log message *** 2006-09-29 21:18:15 +00:00
Juri Linkov
d29bb3add4 (%-Constructs): Reorder coding systems in the
documentation of %z to the real order displayed in the modeline.
2006-09-29 21:18:07 +00:00
Juri Linkov
474198601d (syms_of_buffer): Reorder coding systems in the
docstring of %z to the real order displayed in the modeline.
2006-09-29 21:15:25 +00:00
Juri Linkov
20e285facf Remove cperl fix. 2006-09-29 20:54:44 +00:00
Juri Linkov
7d767a2469 (cperl-after-expr-p): Don't move point
to nil if there is no previous property change.
2006-09-29 20:52:30 +00:00
Richard M. Stallman
4c5fe93025 *** empty log message *** 2006-09-29 18:54:51 +00:00
Chong Yidong
31b7fa51d6 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
saving anything to be sure that `forward-sexp' behaves correctly.
2006-09-29 18:31:33 +00:00
Chong Yidong
13f131df02 "C-p works properly with fields within the line, but C-n does not":
2006-09-29 checkin by cyd.
2006-09-29 18:21:52 +00:00
Chong Yidong
e94e78cc99 * simple.el (line-move-finish): Ignore field boundaries if the
initial and final points have the same `field' property.
2006-09-29 18:18:42 +00:00
Kim F. Storm
d471b4fe3a (ido-file-internal): Only bind minibuffer-completing-file-name
to t while calling ido-read-internal.
2006-09-29 12:25:35 +00:00
Kim F. Storm
f45b66b978 *** empty log message *** 2006-09-29 12:25:23 +00:00
Carsten Dominik
969ef2b7b6 (org-file-remote-p): Get regexp from list.
(org-archive-subtree): remove erraneous `]' from character list.
2006-09-29 07:27:57 +00:00
Carsten Dominik
86cc4a7109 *** empty log message *** 2006-09-29 07:27:27 +00:00
Jonathan Yavner
ddd1c21447 Make undo of "insert row" work by keeping markers for data-area and parameters-area. 2006-09-29 02:42:39 +00:00
Chong Yidong
354f1cb332 "chenggao@gmail.com Gnus registry bug." fixed by tzz's 2006-09-28 Gnus checkin. 2006-09-28 20:41:57 +00:00
Chong Yidong
2f0fd4800a "jidanni Sep 28 makefile comment colors permanent." is fixed.
"Text copied between font-lock buffers doesn't refontify" is fixed.
2006-09-28 20:33:05 +00:00
Stefan Monnier
472e1031ae (makefile-mode): Don't disable jit-lock. 2006-09-28 20:03:25 +00:00
Stefan Monnier
efa0c0ef0b (font-lock-after-change-function): Refontify next line as well if end is at BOL.
(font-lock-extend-jit-lock-region-after-change): Be more careful to
only extend the region as much as needed.
2006-09-28 20:02:45 +00:00
Richard M. Stallman
de25ebb8e3 *** empty log message *** 2006-09-28 19:10:27 +00:00
Richard M. Stallman
c207f52608 (comint-mode): Bind font-lock-defaults non-nil. 2006-09-28 19:09:19 +00:00
Richard M. Stallman
4f0f29aa95 (insert-for-yank-1): Handle `font-lock-face' specially. 2006-09-28 19:06:39 +00:00
Stefan Monnier
7ae8428d90 (Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM). 2006-09-28 19:00:10 +00:00
Richard M. Stallman
fa601de5de (after-insert-file-set-coding):
If VISIT, don't let set-buffer-multibyte make undo info.
2006-09-28 18:45:58 +00:00
Chong Yidong
2fc739195a Typo. 2006-09-28 17:18:22 +00:00
Chong Yidong
33f6e83c84 Fixed "yamane@green.ocn.ne.jp: smtpmail.el bug involving base64 encoding." 2006-09-28 17:16:40 +00:00
Chong Yidong
e4eb8462ca * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
lines in base64-encoded authentication response.
2006-09-28 17:16:12 +00:00