/[emacs]/emacs/lisp/allout.el
ViewVC logotype

Log of /emacs/lisp/allout.el

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.32.2.53 - (view) (download) (annotate) - [select for diffs]
Fri Dec 11 11:05:51 2009 UTC (14 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.32.2.52: +15 -17 lines
Diff to previous 1.32.2.52 , to branch point 1.32 , to next main 1.118
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-105


Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Fri Nov 13 22:19:49 2009 UTC (14 years, 4 months ago) by monnier
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_1_90, HEAD
Changes since 1.117: +3 -5 lines
Diff to previous 1.117
* x-dnd.el (x-dnd-maybe-call-test-function):
* window.el (split-window-vertically):
* whitespace.el (whitespace-help-on):
* vc-rcs.el (vc-rcs-consult-headers):
* userlock.el (ask-user-about-lock-help)
(ask-user-about-supersession-help):
* type-break.el (type-break-force-mode-line-update):
* time-stamp.el (time-stamp-conv-warn):
* terminal.el (te-set-output-log, te-more-break, te-filter)
(te-sentinel,terminal-emulator):
* term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
(term-write-input-ring, term-check-source, term-start-output-log):
(term-display-buffer-line, term-dynamic-list-completions):
(term-ansi-make-term, serial-term):
* subr.el (selective-display):
* strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
(strokes-encode-buffer, strokes-xpm-for-compressed-string):
* speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
(speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
(speedbar-remove-localized-speedbar-support)
(speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
(speedbar-update-special-contents, speedbar-buffer-buttons-engine)
(speedbar-buffers-line-directory):
* simple.el (shell-command-on-region, append-to-buffer)
(prepend-to-buffer):
* shadowfile.el (shadow-save-todo-file):
* scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
(scroll-bar-maybe-set-window-start):
* sb-image.el (speedbar-image-dump):
* saveplace.el (save-place-alist-to-file, save-places-to-alist)
(load-save-place-alist-from-file):
* ps-samp.el (ps-print-message-from-summary):
* ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
(ps-background-image, ps-begin-job, ps-do-despool):
* ps-bdf.el (bdf-find-file, bdf-read-font-info):
* printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
(pr-ps-message-from-summary, pr-lpr-message-from-summary):
(pr-call-process, pr-file-list, pr-interface-save):
* novice.el (disabled-command-function)
(enable-command, disable-command):
* mouse.el (mouse-buffer-menu-alist):
* mouse-copy.el (mouse-kill-preserving-secondary):
* macros.el (kbd-macro-query):
* ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
* informat.el (batch-info-validate):
* ido.el (ido-copy-current-word, ido-initiate-auto-merge):
* hippie-exp.el (try-expand-dabbrev-visible):
* help-mode.el (help-make-xrefs):
* help-fns.el (describe-variable):
* generic-x.el (bat-generic-mode-run-as-comint):
* finder.el (finder-mouse-select):
* find-dired.el (find-dired-sentinel):
* filesets.el (filesets-file-close):
* files.el (list-directory):
* faces.el (list-faces-display, describe-face):
* facemenu.el (list-colors-display):
* ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
* epg.el (epg--process-filter, epg-cancel):
* epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
(epa--read-signature-type):
* emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
(emerge-file-names):
* ehelp.el (electric-helpify):
* ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
* ediff-vers.el (rcs-ediff-view-revision):
* ediff-util.el (ediff-setup):
* ediff-mult.el (ediff-append-custom-diff):
* ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
(ediff-wordify):
* echistory.el (Electric-command-history-redo-expression):
* dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
* disp-table.el (describe-display-table):
* dired.el (dired-find-buffer-nocreate):
* dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
* dabbrev.el (dabbrev--same-major-mode-p):
* chistory.el (list-command-history):
* apropos.el (apropos-documentation):
* allout.el (allout-obtain-passphrase):
(allout-copy-exposed-to-buffer):
(allout-verify-passphrase): Use with-current-buffer.


Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Fri Oct 2 03:48:38 2009 UTC (14 years, 5 months ago) by lektu
Branch: MAIN
Changes since 1.116: +12 -12 lines
Diff to previous 1.116
Use `called-interactively-p' instead of `interactive-p'.


Revision 1.32.2.52 - (view) (download) (annotate) - [select for diffs]
Sun Sep 27 04:31:04 2009 UTC (14 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.32.2.51: +14 -15 lines
Diff to previous 1.32.2.51 , to branch point 1.32
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-104


Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Thu Sep 24 01:37:17 2009 UTC (14 years, 6 months ago) by lektu
Branch: MAIN
Changes since 1.115: +4 -4 lines
Diff to previous 1.115
Fix typos.

* allout.el
* dired-aux.el
* dired-x.el
* epa-file.el
* ps-print.el
* shell.el
* vc-hooks.el
* vc-rcs.el
* vc-sccs.el
* vc.el
* view.el
* wdired.el
* emacs-lisp/authors.el
* net/dig.el
* net/socks.el
* net/zeroconf.el
* obsolete/vc-mcvs.el
* progmodes/gdb-mi.el
* progmodes/grep.el
* progmodes/idlw-help.el
* progmodes/idlw-shell.el
* progmodes/idlwave.el
* progmodes/inf-lisp.el
* textmodes/bibtex.el
* textmodes/ispell.el
* textmodes/reftex-toc.el


Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Fri Sep 18 07:49:50 2009 UTC (14 years, 6 months ago) by gm
Branch: MAIN
Changes since 1.114: +10 -11 lines
Diff to previous 1.114
(top-level): Remove unnecessary progn.


Revision 1.32.2.51 - (view) (download) (annotate) - [select for diffs]
Thu Jan 22 07:56:26 2009 UTC (15 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.32.2.50: +6 -6 lines
Diff to previous 1.32.2.50 , to branch point 1.32
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-99


Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Fri Jan 9 04:44:18 2009 UTC (15 years, 2 months ago) by gm
Branch: MAIN
CVS Tags: CEDET_BASE, EMACS_23_1, EMACS_23_1_BASE, EMACS_PRETEST_23_0_90, EMACS_PRETEST_23_0_91, EMACS_PRETEST_23_0_92, EMACS_PRETEST_23_0_93, EMACS_PRETEST_23_0_94, EMACS_PRETEST_23_0_95, EMACS_PRETEST_23_0_96, lexbind-base
Branch point for: EMACS_23_1_RC, cedet-branch
Changes since 1.113: +5 -5 lines
Diff to previous 1.113
Replace last-command-char with last-command-event.


Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Mon Jan 5 03:18:40 2009 UTC (15 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.112: +1 -1 lines
Diff to previous 1.112
Add 2009 to copyright years.


Revision 1.32.2.50 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 09:16:35 2008 UTC (15 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.32.2.49: +37 -37 lines
Diff to previous 1.32.2.49 , to branch point 1.32
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-98


Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Wed Dec 3 05:48:17 2008 UTC (15 years, 3 months ago) by lute
Branch: MAIN
Changes since 1.111: +35 -35 lines
Diff to previous 1.111
* align.el:
* allout.el:
* apropos.el:
* arc-mode.el:
* autoinsert.el:
* avoid.el:
* battery.el:
* bookmark.el:
* buff-menu.el:
* calculator.el:
* chistory.el:
* cmuscheme.el:
* comint.el:
* compare-w.el:
* dabbrev.el:
* delim-col.el:
* desktop.el:
* diff-mode.el:
* diff.el:
* dired-aux.el:
* dired-x.el:
* dired.el:
* dos-vars.el:
* ediff-diff.el:
* ediff-help.el:
* ediff-init.el:
* ediff-merg.el:
* ediff-mult.el:
* ediff-ptch.el:
* ediff-vers.el:
* ediff-wind.el:
* ediff.el:
* emerge.el:
* facemenu.el:
* faces.el:
* ffap.el:
* filecache.el:
* find-dired.el:
* font-core.el:
* font-lock.el:
* forms.el:
* fringe.el:
* help-at-pt.el:
* hippie-exp.el:
* ido.el:
* image-file.el:
* imenu.el:
* indent.el:
* info.el:
* isearchb.el:
* iswitchb.el:
* jit-lock.el:
* jka-compr.el:
* log-edit.el:
* lpr.el:
* ls-lisp.el:
* man.el:
* menu-bar.el:
* midnight.el:
* mouse-sel.el:
* mouse.el:
* msb.el:
* outline.el:
* paren.el:
* pcmpl-cvs.el:
* pcmpl-gnu.el:
* pcomplete.el:
* pcvs-info.el:
* pcvs-parse.el:
* printing.el:
* ps-mule.el:
* ps-print.el:
* replace.el:
* ruler-mode.el:
* saveplace.el:
* sb-image.el:
* scroll-bar.el:
* sha1.el:
* shadowfile.el:
* shell.el:
* sort.el:
* speedbar.el:
* strokes.el:
* tempo.el:
* term.el:
* terminal.el:
* time-stamp.el:
* time.el:
* tree-widget.el:
* type-break.el:
* vc-cvs.el:
* vc-hg.el:
* vc-mcvs.el:
* vc-rcs.el:
* vc-sccs.el:
* vc.el:
* view.el:
* w32-vars.el:
* whitespace.el:
* wid-edit.el: Remove leading * from docstrings of defcustoms,
deffaces, defconsts and defuns.


Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Sun Nov 30 16:20:56 2008 UTC (15 years, 4 months ago) by cyd
Branch: MAIN
Changes since 1.110: +1 -1 lines
Diff to previous 1.110
Undo last change.


Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Sun Nov 30 16:19:31 2008 UTC (15 years, 4 months ago) by cyd
Branch: MAIN
Changes since 1.109: +1 -1 lines
Diff to previous 1.109
(allout-keybindings-list): Remove C-h binding to allow users to ask
for help.


Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Sun Nov 23 05:48:43 2008 UTC (15 years, 4 months ago) by lektu
Branch: MAIN
Changes since 1.108: +1 -1 lines
Diff to previous 1.108
* allout.el (allout-mode): Fix typo in docstring.

* vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
  (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.


Revision 1.32.2.49 - (view) (download) (annotate) - [select for diffs]
Mon May 26 10:06:12 2008 UTC (15 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.32.2.48: +1 -1 lines
Diff to previous 1.32.2.48 , to branch point 1.32
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-84


Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Fri May 23 04:44:07 2008 UTC (15 years, 10 months ago) by gm
Branch: MAIN
CVS Tags: before-merge-emacs-app-to-trunk, before-remove-carbon, before-remove-vms, remove-carbon, remove-vms, small-dump-base
Changes since 1.107: +1 -1 lines
Diff to previous 1.107
Spelling fix.


Revision 1.32.2.48 - (view) (download) (annotate) - [select for diffs]
Thu May 8 11:44:22 2008 UTC (15 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.32.2.47: +4 -6 lines
Diff to previous 1.32.2.47 , to branch point 1.32
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-82


Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Tue May 6 07:57:25 2008 UTC (15 years, 10 months ago) by gm
Branch: MAIN
Changes since 1.106: +4 -6 lines
Diff to previous 1.106
Switch to recommended form of GPLv3 permissions notice.


Revision 1.32.2.47 - (view) (download) (annotate) - [select for diffs]
Sat Mar 1 03:00:29 2008 UTC (16 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.32.2.46: +5 -5 lines
Diff to previous 1.32.2.46 , to branch point 1.32
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-77


Revision 1.94.2.9 - (view) (download) (annotate) - [select for diffs]
Fri Feb 29 04:07:37 2008 UTC (16 years, 1 month ago) by gm
Branch: EMACS_22_BASE
CVS Tags: EMACS_22_2, EMACS_22_3, EMACS_PRETEST_22_1_92, EMACS_PRETEST_22_2_90, EMACS_PRETEST_22_2_91, EMACS_PRETEST_22_2_92
Changes since 1.94.2.8: +5 -5 lines
Diff to previous 1.94.2.8 , to branch point 1.94 , to next main 1.118
(allout-topic-encryption-bullet)
(allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
(allout-encrypt-unencrypted-on-saves): Change defcustom :version
from 22.0 to 22.1.


Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Fri Feb 29 04:06:46 2008 UTC (16 years, 1 month ago) by gm
Branch: MAIN
CVS Tags: font-backend-base
Branch point for: font-backend
Changes since 1.105: +5 -5 lines
Diff to previous 1.105
(allout-topic-encryption-bullet)
(allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
(allout-encrypt-unencrypted-on-saves): Change defcustom :version
from 22.0 to 22.1.


Revision 1.32.2.46 - (view) (download) (annotate) - [select for diffs]
Wed Jan 30 21:16:51 2008 UTC (16 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.32.2.45: +238 -213 lines
Diff to previous 1.32.2.45 , to branch point 1.32
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-70


Revision 1.43.4.39 - (view) (download) (annotate) - [select for diffs]
Wed Jan 30 07:55:50 2008 UTC (16 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.38: +238 -213 lines
Diff to previous 1.43.4.38 , to branch point 1.43 , to next main 1.118
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324


Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Tue Jan 29 06:54:27 2008 UTC (16 years, 2 months ago) by miles
Branch: MAIN
CVS Tags: before-merge-unicode-to-trunk, emacs-unicode-2-base, lisp-bob, merge-unicode-to-trunk
Changes since 1.104: +204 -193 lines
Diff to previous 1.104
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1021


Revision 1.94.2.8 - (view) (download) (annotate) - [select for diffs]
Sun Jan 27 01:06:42 2008 UTC (16 years, 2 months ago) by rms
Branch: EMACS_22_BASE
CVS Tags: EMACS_PRETEST_22_1_90, EMACS_PRETEST_22_1_91
Changes since 1.94.2.7: +9 -9 lines
Diff to previous 1.94.2.7 , to branch point 1.94
More trivial doc fixes.
Comment change.


Revision 1.94.2.7 - (view) (download) (annotate) - [select for diffs]
Sun Jan 27 01:04:56 2008 UTC (16 years, 2 months ago) by rms
Branch: EMACS_22_BASE
Changes since 1.94.2.6: +160 -159 lines
Diff to previous 1.94.2.6 , to branch point 1.94
Many doc fixes.
(allout-encrypt-string): Fix error message.


Revision 1.94.2.6 - (view) (download) (annotate) - [select for diffs]
Fri Jan 25 15:11:18 2008 UTC (16 years, 2 months ago) by lektu
Branch: EMACS_22_BASE
Changes since 1.94.2.5: +10 -0 lines
Diff to previous 1.94.2.5 , to branch point 1.94
(allout-unload-function): New function.


Revision 1.94.2.5 - (view) (download) (annotate) - [select for diffs]
Fri Jan 25 02:17:07 2008 UTC (16 years, 2 months ago) by lektu
Branch: EMACS_22_BASE
Changes since 1.94.2.4: +26 -25 lines
Diff to previous 1.94.2.4 , to branch point 1.94
(allout-prefix-data): Doc fix.
(allout-show-current-subtree): Reflow docstring.
(allout-use-mode-specific-leader, allout-use-hanging-indents,
produce-allout-mode-map, allout-overlay-interior-modification-handler,
allout-next-heading, allout-previous-heading, allout-rebullet-heading,
allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic,
allout-copy-topic-as-kill, allout-listify-exposed, allout-process-exposed,
allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids,
allout-next-topic-pending-encryption, allout-tests-globally-true):
Fix typos in docstrings.


Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Thu Jan 24 17:45:28 2008 UTC (16 years, 2 months ago) by kenmanheimer
Branch: MAIN
Changes since 1.103: +34 -20 lines
Diff to previous 1.103
(allout-keybindings-list): In initial setting, express
meta-prefixed allout keys as vectors instead of strings, since the
string form is interpreted in some cases as composed key
modifiers, eg, accented keys.

(allout-line-boundary-regexp): Clarify description.

(set-allout-regexp): Repair the expressions so that the formfeed part is
identified as one of the top-level groups, and is included in all the
forms, not just the -line-boundary-regexp one.

(allout-prefix-data): Incorporate information from the various allout
regexp's formfeed alternative group, when present.

(allout-write-file-hook-handler): Rectify mangling of the error handling.
It was broken in version 1.100, where an `error' condition-case handler was
apparently reformatted as if it was a call to the error function.  An
apparent repair attempt in version 1.101 situated the original body of the
error handling code as bogus condition-case handlers.  I've returned to
just about the working code that was originally there, removing an
unnecessary - but benign - enclosing 'progn'.  \(Automated or cursory code
fixes often aren't.)

(allout-region-active-p): Fallback to value of mark-active if neither
use-region-p nor region-active-p are present, for compatability with
current and recent emacs major releases.


Revision 1.32.2.45 - (view) (download) (annotate) - [select for diffs]
Wed Jan 9 11:13:14 2008 UTC (16 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.32.2.44: +1 -1 lines
Diff to previous 1.32.2.44 , to branch point 1.32
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-69


Revision 1.43.4.38 - (view) (download) (annotate) - [select for diffs]
Wed Jan 9 01:13:06 2008 UTC (16 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.37: +1 -1 lines
Diff to previous 1.43.4.37 , to branch point 1.43
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312


Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Tue Jan 8 20:44:36 2008 UTC (16 years, 2 months ago) by miles
Branch: MAIN
Changes since 1.102: +1 -1 lines
Diff to previous 1.102
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987


Revision 1.94.2.4 - (view) (download) (annotate) - [select for diffs]
Mon Jan 7 02:45:05 2008 UTC (16 years, 2 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.94.2.3: +1 -1 lines
Diff to previous 1.94.2.3 , to branch point 1.94
Add 2008 to copyright years.


Revision 1.32.2.44 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 02:49:30 2007 UTC (16 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.32.2.43: +11 -11 lines
Diff to previous 1.32.2.43 , to branch point 1.32
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-66


Revision 1.43.4.37 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 02:39:08 2007 UTC (16 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.36: +11 -11 lines
Diff to previous 1.43.4.36 , to branch point 1.43
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-306


Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Tue Dec 25 22:58:01 2007 UTC (16 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.101: +11 -11 lines
Diff to previous 1.101
(allout-region-active-p): Renamed from my-region-active-p.  Use `use-region-p'.

(allout-write-file-hook-handler): Simplify code.


Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Fri Dec 7 05:17:08 2007 UTC (16 years, 3 months ago) by gm
Branch: MAIN
Changes since 1.100: +1 -1 lines
Diff to previous 1.100
(allout-write-file-hook-handler): Revert previous change.


Revision 1.32.2.43 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 23:40:55 2007 UTC (16 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.32.2.42: +643 -573 lines
Diff to previous 1.32.2.42 , to branch point 1.32
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-63


Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 17:56:41 2007 UTC (16 years, 3 months ago) by deego
Branch: MAIN
Changes since 1.99: +1 -1 lines
Diff to previous 1.99
Fix buggy calls to `error'.


Revision 1.43.4.36 - (view) (download) (annotate) - [select for diffs]
Sun Nov 11 00:55:26 2007 UTC (16 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.35: +643 -573 lines
Diff to previous 1.43.4.35 , to branch point 1.43
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-283


Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Mon Oct 29 23:10:09 2007 UTC (16 years, 5 months ago) by dann
Branch: MAIN
Changes since 1.98: +643 -573 lines
Diff to previous 1.98
* allout.el (allout-command-prefix, allout-inhibit-auto-fill):
Relocate in file.
(allout-doublecheck-at-and-shallower): Increase to include
slightly greater depths, since yank interaction is now ok.  Also,
elaborate the docstring to explain the situation.
(produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
instead of concat, so we accommodate key sequences expressed as
vectors as well as strings and lists.
(allout-flag-region, allout-hide-by-annotation): Make the
hidden-text overlays 'front-advance.
(allout-overlay-insert-in-front-handler): Correct docstring's
grammar.
(allout-aberrant-container-p, allout-on-current-heading-p)
(allout-e-o-prefix-p, allout-next-heading)
(allout-previous-heading, allout-goto-prefix)
(allout-end-of-prefix, allout-next-sibling-leap)
(allout-next-visible-heading, allout-auto-fill)
(allout-rebullet-heading, allout-kill-line, allout-kill-topic)
(allout-yank-processing, allout-resolve-xref)
(allout-current-topic-collapsed-p, allout-hide-region-body)
(allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
(allout-encrypted-topic-p, allout-next-topic-pending-encryption)
(count-trailing-whitespace-region): Preserve match data, so allout
outline navigation doesn't disrupt other emacs operations.
(allout-beginning-of-line): Retreat to the beginning of the hidden
text, so fields are respected (for submodes that care).
(allout-end-of-line): Preserve mark activation status when
jumping.
(allout-open-topic): Account for opening after a child that
contains a hidden trailing newline.  Preserve match data.  Run
allout-structure-added-hook
(allout-encrypt-decrypted): Preserve match data.
(allout-toggle-current-subtree-exposure): Add new interactive
function for toggle subtree exposure - suggested by tassilo.
(move-beginning-of-line, move-end-of-line): Don't use
line-move-invisible-p, it's obsolete - substitute the code,
instead.


Revision 1.32.2.42 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:53:17 2007 UTC (16 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.32.2.41: +13 -13 lines
Diff to previous 1.32.2.41 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 866-889)

   - Merge multi-tty branch
   - Update from CVS
   - Merge from emacs--rel--22
   - Add missing change from rel-22 branch to src/image.c
   - Remove RCS keywords from doc/misc/cc-mode.texi
   - Remove man, lispref, and lispintro directories

 * emacs--multi-tty--0  (base, patch 1-45)

   - tag of emacs@sv.gnu.org/emacs--devo--0--patch-743
   - Merge from lorentey@elte.hu--2004
   - Remove out-of-date meta-files
   - Tweak perms to be more like emacs--devo--0
   - Restore lispref/elisp-covers.texi
   - Sync with sealing patch in lorentey@elte.hu.
   - Rudimentary fix for environment variable handling.
   - Update from CVS
   - server.el: Don't change the default directory in the *scratch* buffer.
   - Merged from emacs--devo--0
   - Revert to official bug report addresses.
   - Merge from emacs--devo--0
   - Import changelog info from arch logs into ChangeLog.multi-tty files
   - Update from CVS: src/puresize.h (BASE_PURESIZE): Increase.
   - Restore original arch-tag in src/ChangeLog.multi-tty

 * emacs--rel--22  (patch 101-121)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 248-256)

   - Merge from emacs--devo--0
   - Update from CVS
   - Update from CVS: texi/gnus.texi (On Writing Manuals): Fix typos.
   - Revert refcard location changes

 * lorentey@elte.hu--2004/emacs--cvs-trunk--0  (base, patch 1-7)

   - tag of miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-474
   - Add CVS metadata files.
   - Update from CVS.
   - Update from CVS
   - Sync with miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-539.

 * lorentey@elte.hu--2004/emacs--cvs-trunk--0-  (version 0)

   - Branch closed.  Use miles@gnu.org--gnu-2005/emacs--cvs-trunk--0 instead.

 * lorentey@elte.hu--2004/emacs--multi-tty--0  (base, patch 1-4)

   - tag of miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137
   - Add a level of indirection to terminal characteristics.
   - Implemented multiple tty support.
   - Updating_frame vs. selected_frame in term.c.
   - Added a pointer to my archive to README.multi-tty
 * lorentey@elte.hu--2004/emacs--multi-tty--0--patch-5

 * lorentey@elte.hu--2004/emacs--multi-tty--0  (patch 6-223, 225-257)

   - Removed two files that were committed by mistake.
   - Fixed two typos.
   - Full support for multiple terminal I/O (with some rough edges).
   - Fully eliminated global tty state variables.
   - Cosmetic changes in README.multi-tty
   - Added compilation instructions to README.multi-tty.
   - Implemented automatic deletion of terminals.
   - README.multi-tty updates.
   - Small change in README.multi-tty
   - Merged in changes from CVS HEAD
   - Joined miles@gnu.org--gnu-2004/emacs--cvs-trunk--0
   - Trivial changes
   - Bugfix festival.
   - Handle Ctl-G in emacsclient.
   - Make sure secondary frames are deleted when emacsclient quits.
   - Merged in changes from CVS head
   - Don't compile sys_select on systems that don't need it.
   - Delete server frames on server restart.
   - Undo patch-23.  I need a coffee.
   - Major bugfixes and slight enhancements.
   - A few more bugfixes and new features.
   - Separate frame-local, tty-dependent parameters from tty-local parameters.
   - Fixed X support, preliminary support for X-tty combo sessions.
   - MULTI_KBOARD support for ttys.  Input-related bugfixes for X+tty sessions.
   - Got rid of the rif (window-based redisplay interface) global variable.
   - Fix longopts option name for --tty.
   - Portability fixes (now it compiles & runs fine on Solaris).
   - Added multi-tty support for talk.el.
   - Fixed typo in talk.el.
   - Fixed typo in talk.el (again).
   - Fix mouse-position for tty+X combo sessions.
   - Add "multi-tty" to emacs-version output.
   - Fix more SEGV cases in frame.c
   - Converted display hooks to be display-local.  Plus many bugfixes.
   - Fix SEGV in init_sys_modes during X startup
   - Hookified termcap devices, added bootstrap display device, plus many
     bugfixes.
   - Numerous bugfixes and small improvements.
   - Changed tty input code to use read_socket_hook.
   - Fix C-g handling with multiple ttys.
   - Don't select on stdin unconditionally.
   - Support for opening X frames from a tty session.
   - Fix initialization of the window-system variable.
   - Romain Francoise's and Ami Fischman's bugfixes.
   - Added note about the commit mailing list.
   - Fixed tty faces during combo sessions.  Plus other assorted bugfixes.
   - Set the keyboard of the initial frame correctly.
   - Fixed interactive temacs.
   - Removed %T in mode-line-format.  Trivial documentation changes.
   - Fixed unsafe and incorrect use of record_unwind_protect in Fsuspend_emacs.
   - Cosmetic changes.
   - Don't exit Emacs when the X display is closed during a tty-X combo session.
   - Prevent core dumps when the X server crashes.
   - Fix the case when emacsclient is run on Emacs's controlling tty.
   - Trivial fixes to shut up some of the compiler warnings.
   - Don't hang on the tty if called from a shell script.
   - Fixed a typo in README.multi-tty.
   - Added newly loaded stuff in loadup.el to src/Makefile.in.
   - Don't try to init X drag and drop on a termcap frame.
   - Fix list-colors-display and other functions on a termcap frame
   - Added -w option to emacsclient for opening a new X frame.
   - Verify the version of Emacsclient.
   - Changed emacsclient to open new frames by default.
   - README updates.
   - Don't read too many characters from the tty.
   - Don't delete a tty if it's the last device with frames.
   - Fix typo in delete_display_hook documentation.
   - Fix a crash in emacsclient when DISPLAY is unset.
   - Block more input during read_avail_input.
   - Allow tty_read_avail_input to use the whole input buffer.
   - Don't try to handle a new event if the input buffer is full.
   - Back out previous change, it causes infinite recursion.
   - Revert patch-93, that was the real culprit.  Reapply patch-97.
   - Check for numchars > 0 in handle_one_xevent, not 1.
   - (Sigh.) Don't try to read more events than the buffer size.
   - Make emacsclient refuse to create a frame inside an Emacs term buffer.
   - Implemented suspending of emacsclient frames.
   - Added *.rej to tla's unrecognized pattern.
   - Fix background-mode on terminal frames (Dan Nicolaescu).
   - Fixed compiler warnings for keyboard.c.
   - Trivial cleanups to get rid of GCC warnings.
   - Trivial cleanup in fringe.c, missing from previous patch.
   - Removed *.rej from backup pattern in tagging method.
   - Fix cut'n'paste during a multi-display session (Mark Plaksin, Robert
     Chassell).
   - Fix dropping of the controlling tty on Solaris (Dan Nicolaescu).
   - Fix bootstrap problems in CVS.
   - Fix initialization order at bootstrap (Dan Nicolaescu).
   - Trivial cosmetic change in dispnew.c.
   - Prevent Lisp nesting errors while bootstrapping.
   - Fix #include errors for FreeBSD (Frank Ruell)
   - Merged in changes from CVS trunk
   - README changes.
   - Merged in changes from CVS trunk.
   - Eliminated updating_frame.
   - Fix segfault in term.c (reported by lukhas@free.fr).
   - Another server.el overhaul.
   - Fix frame parameter handling in server.el.
   - In emacsclient, protect the xmitted string from fprintf expansion (Dan
     Nicolaescu).
   - Fix error on deleting an emacsclient terminal (Dan Nicolaescu).
   - Fix one more case of the previous error.
   - A simple implementation for display-local frame parameters.
   - Mention `tla replay' in README.multi-tty (Gaute Strokkenes).
   - Fixed environment variable handling during terminal initialization.
   - Added branch description to admin/notes/BRANCH.
   - Fix fatal error during startup (rep. by Friedrich Delgado Friedrichs)
   - Add kludge to prevent overriding keyboard-coding-system customization.
   - Make terminal_coding and keyboard_coding display-local.
   - New control structure: with-selected-frame.
   - Use with-selected-frame.
   - Fix environment variables on emacsclient frames.
   - Use the remote locale for terminal & keyboard coding system.
   - Update README.multi-tty.
   - Fix server-socket-dir initialization (rep. by Friedrich Delgado
     Friedrichs).
   - Fix terminal coding system in multibyte locales (rep. by Friedrich
     Delgado Friedrichs).
   - Fix background mode initialization on client tty frames (rep. by Dan
     Nicolaescu).
   - Fix window-system-default-frame-alist (ARISAWA Akihiro).
   - Don't ignore SIGWINCH under X (contributed by Yoshiaki Kasahara).
   - Make sure the SIGWINCH handler is always set (rep. by Yoshiaki Kasahara).
   - Fix SEGV on terminals without 'IC' capability (Yoshiaki Kasahara).
   - README.multi-tty update.
   - Clear single_kboard each time Emacs returns to top-level.
   - Don't core dump on SIGINT when there is no frame on the controlling tty.
   - Dissociate from the controlling tty correctly on FreeBSD.
   - Make server-start safe against accidental restarts.
   - Fix parse error in term.c (ARISAWA Akihiro).
   - Fix byte-compile errors during bootstrap.  (Reported by Juraj Kubelka.)
   - Fix --no-wait in emacsclient (reported by Dan Nicolaescu).
   - Reapply src/Makefile.in changes that got lost in the tagline snafu of
     patch-197.
   - Implemented display ids for multiple emacsclients on the same tty.
     Plus assorted bugfixes.
   - Fix bootstrap errors.
   - Fixed C-c from the controlling terminal.
   - Don't leave buffers created by nowait clients buried under others
     (rep. by Dan Nicolaescu).
   - Fix suspend-frame on the controlling tty (reported by Dan Nicolaescu).
   - Fix Viper with simultaneous X and tty display devices. (Rep. by IRIE
     Tetsuya.)
   - Prevent the previous bug from reappearing later.
   - Fix creating frames on different X servers.
   - Cleaned up README compile & test instructions.
   - Updated archive location in docs. (Thanks to Dan Waber.)
   - README updates, including a new Tips & Tricks section
   - Change binding of C-x C-c to only exit emacsclient, not Emacs itself.
   - Fix typo in server.el (Han Boetes, Ted Morse, Ami Fischman)
   - Add TAGS-LISP to precious regex in src/.
   - Merged in changes from CVS trunk (Jan D. has fixed the XSync call in
     xterm.c, no need to disable it anymore).
   - Inhibit redisplay while frames are being deleted after an X disconnect.
   - Fix typo in src/Makefile.in.
   - Removed C99ism in init_fringe_bitmap.
   - Small tweaks in server.el.
   - Set ncurses-related environment variables while creating a new
 tty frame. (Reported by Dan Nicolaescu.)

 * lorentey@elte.hu--2004/emacs--multi-tty--0  (patch 258-292)

   - Merged in changes from CVS trunk.
   - Fix core dump in redisplay window. (Reported by Yoshiaki Kasahara.)
     Plus cleanups.
   - Fix bootstrap problem with --without-x.
   - Trivial documentation change in keyboard.c.
   - Remove remaining references to updating_frame.
   - Increase PURESIZE to handle the extra stuff recently added.
   - Trivial changes in x_create_tip_frame.
   - README update.
   - Joined Miles's 2005 Emacs branch.
   - Merged in changes from CVS trunk.  (Long time no see!) :-)
   - Fix bootstrap error in CVS.
   - Fix xassert-related bootstrap errors.
   - Add some new precious/backup patterns in src/.
   - Update =partner-versions.
   - Prevent emacsclient errors when Emacs is compiled without X support.
   - README updates. (Reported by Xavier Mallard)
   - Merged from miles@gnu.org--gnu-2005 (patch 76-78)
   - Fix typo in dispnew.c.
   - Merged from miles@gnu.org--gnu-2005 (patch 12-13, 79-90)
   - On C-x C-c, restrict `save-some-buffers' to the client's buffers.
     (Reported by Han Boetes.)
   - Fix compilation error with GTK, fix issues with double C-g on
     controlling tty.
  (Reported by Friedrich Delgado Friedrichs, Yoshiaki Kasahara.)

 * lorentey@elte.hu--2004/emacs--multi-tty--0  (patch 293-605)

   - Merged from miles@gnu.org--gnu-2005 (patch 91-94)
   - Initialize blink-cursor-mode consistently.
   - Merged from miles@gnu.org--gnu-2005 (patch 14-16, 95-106)
   - Merged from miles@gnu.org--gnu-2005 (patch 17-26, 107-116)
   - Fix line/column number positioning in emacsclient. (Reported by Han
     Boetes.)
   - Merged from miles@gnu.org--gnu-2005 (patch 117-118)
   - Merged from miles@gnu.org--gnu-2005 (patch 119)
   - Merged from miles@gnu.org--gnu-2005 (patch 27, 120-125)
   - Merged from miles@gnu.org--gnu-2005 (patch 28-30, 126-128)
   - Merged from miles@gnu.org--gnu-2005 (patch 31-33, 129-141)
   - Merged from miles@gnu.org--gnu-2005 (patch 34-36, 142-158)
   - Fix crash condition when an X server connection is broken. (Reported
     by Vincent Bernat.)
   - Declare Vinhibit_redisplay in xterm.c.
   - Don't abort with GTK when a tty is opened.
   - Merged from miles@gnu.org--gnu-2005 (patch 159)
   - Merged from miles@gnu.org--gnu-2005 (patch 160-161)
   - Merged from miles@gnu.org--gnu-2005 (patch 37-38, 162-182)
   - Merged from miles@gnu.org--gnu-2005 (patch 183)
   - Merged from miles@gnu.org--gnu-2005 (patch 39-44, 184-191)
   - Close the X connection when the last frame is deleted.
   - Fix stupid syntax errors in previous patch.
   - README updates.
   - Revert changes that were committed by mistake in the previous patch.
   - Merged from miles@gnu.org--gnu-2005 (patch 192-203)
   - Fix some superflous deviations from CVS, plus apply some cosmetics.
   - Fix yet another compilation error.
   - Merged from miles@gnu.org--gnu-2005 (patch 204-213)
   - Fix some aspects of X display shutdown.
   - Prevent core dump when connection is lost during frame creation.
   - README update. (Fix identifier names in emacs background preloader
     example.)
   - Fix error when creating tty clients.
   - Merged from miles@gnu.org--gnu-2005 (patch 45-55, 214-231)
   - Merged from miles@gnu.org--gnu-2005 (patch 56-58, 232-239)
   - Merged from miles@gnu.org--gnu-2005 (patch 59, 240-245)
   - Resolve crashes related to face aliases.
   - Merged from miles@gnu.org--gnu-2005 (patch 60-65, 246-265)
   - Fix bootstrap error during loadup.
   - Merged from miles@gnu.org--gnu-2005 (patch 66, 266-268)
   - Merged from miles@gnu.org--gnu-2005 (patch 269)
   - Merged from miles@gnu.org--gnu-2005 (patch 67, 270-278)
   - Fix describe-variable with frame-local variables.
   - I give up; attempt to fix annoying crashes by reverting xdisp.c
     changes in patch-328.
   - Merged from miles@gnu.org--gnu-2005 (patch 279-280)
   - Merged from miles@gnu.org--gnu-2005 (patch 281-285)
   - Fix exponential slowdowns on repeated tty frame creation.
   - Fix UTF-8 tty input when first frame is an X frame. Steps towards
     multiple tty locale support.
   - Fix typo in get_display.
   - Support for ttys with different character locale settings.
   - Merged from miles@gnu.org--gnu-2005 (patch 68, 286-291)
   - Merged from miles@gnu.org--gnu-2005 (patch 292-295)
   - Disable display type check in start_hourglass, and always set up the timer.
   - Merged from miles@gnu.org--gnu-2005 (patch 296-306)
   - Speed up `emacsclient -t' on xterms. (by suggestion of Dan Nicolaescu)
   - Merged from miles@gnu.org--gnu-2005 (patch 307-312)
   - Merged from miles@gnu.org--gnu-2005 (patch 69, 313-319)
   - Merged from miles@gnu.org--gnu-2005 (patch 70-73, 320-331)
   - Merged from miles@gnu.org--gnu-2005 (patch 74-79, 332-349)
   - Merged from miles@gnu.org--gnu-2005 (patch 80-82, 350-422)
   - Merged from miles@gnu.org--gnu-2005 (patch 423-434)
   - Merged from miles@gnu.org--gnu-2005 (patch 435-437)
   - Merged from miles@gnu.org--gnu-2005 (patch 438-440)
   - Merged from miles@gnu.org--gnu-2005 (patch 441-446)
   - Make function-key-map a terminal-local variable (move it inside the
     kboard struct).
   - Update Lisp code for a terminal-local `function-key-map'.
   - Make sure the terminfo function key sequences are set up in the
     correct function-key-map.
   - Work around mysterious breakage of arrow key recognition under screen
     (see first TODO in README).
   - Change key-translation-map to be terminal-local.
   - Merged from miles@gnu.org--gnu-2005 (patch 447-448)
   - Replace encoded-kbd-mode with display-specific
     encoded-kbd-setup-display. (Doesn't work yet.)
   - New version of ldefs-boot.el.
   - Cleanup: Move kboard fields from struct frame and device-specific
     descriptors to struct display.
   - New C function `push_display_kboard'.
   - Work around nondeterministic binding of terminal-local variables.
     (Fixes national character input on ttys.)
   - Use terminal-local-value to access function-key-map in terminal packages.
   - Speed up loading of term/xterm.el.
   - Speed up loading of term/xterm.el (Dan Nicolaescu).
   - Remove pointless conditional around key substitution block in
     term/xterm.el (Dan Nicolaescu)
   - Fix the original cause of the "arrow keys don't work on screen" bug.
   - Merged from miles@gnu.org--gnu-2005 (patch 83-87, 449-468)
   - Merged from miles@gnu.org--gnu-2005 (patch 469)
   - Implement rudimentary Lisp-level terminal parameters.
   - Small enhancements.
   - Handle and document that `delete-frame' may call functions in
     `delete-frame-functions' twice.
   - Merged from miles@gnu.org--gnu-2005 (patch 470-473)
   - Merged from miles@gnu.org--gnu-2005 (patch 474)
   - Fix compilation error in src/term.c.
   - At long last, fix annoying SELECTED_FRAME crashes after unexpected
     connection failures. Yay!
   - README update.
   - Rename term_init to init_tty.
   - Rename `struct display' to `struct device'. Update function, parameter
     and variable names accordingly.
   - Cosmetic changes in server.el.
   - Fix compilation error in select_frame_for_redisplay.
   - Rename function-key-map to local-function-key-map, and
     global-function-key-map to function-key-map. Same for
     key-translation-map.
   - Fix dumb error leading to national keys not working on ttys.
   - Fix broken emacsclient resume on Solaris (by Dan Nicolaescu).
   - Don't let window-system-default-frame-alist override parameters
     specified manually.
   - Work around crashes in X session management after normal shutdown of X
     server.
   - Apply patch from CVS trunk to fix recenter on ttys.
   - Add two pending bugs to README.multi-tty.
   - Merged in changes from CVS trunk.  Plus added lisp/term tweaks.
   - Fix syntax error in lisp/term/xterm.el.
   - Merged in changes from CVS trunk.  (Testing my own CVS gateway.)
   - Add =upstream-branch file for semi-automated merges.
   - Merged in changes from lorentey@elte.hu--2004/emacs--cvs-trunk--0
   - Fix terminal initialization code.  (Contributed by Dan Nicolaescu.)
   - Slightly refactor the terminal initialization code for simplicity.
   - Apply settings in `window-system-default-frame-alist' to the initial
     frame as well.
   - Prevent resource allocation explosion when C-x 5 2 is used on xterms.
   - Enforce the presence of `window-system' and `tty-type' frame
     parameters in all frames.
   - Fix function-key-map massaging vs `C-x 5 2' in lisp/term/*.el.
     (Submitted by Dan Nicolaescu.)
   - Merged in changes from CVS trunk.
   - Fix bootstrap error.
   - Fix `emacsclient -ne '(+ 2 2)'' (reported by Han Boetes), and clean up
     some corner cases in Emacs server.
   - Fix `emacsclient +12 file' behaviour.  (Reported by Han Boetes.)
   - Make xt-mouse.el multi-tty-compatible.
   - Fix crashes in xdialog_show (and other places) with xterm-mouse-mode.
   - Make `emacsclient -n <filename>' open new X frames when possible.
     (Reported by Bas Kok.)
   - Don't let server-save-buffers-kill-display unexpectedly kill Emacs on
     --no-wait's X frames.
   - Set Emacs version number to 22.0.51 to allow parallel installations of
     CVS trunk and the multi-tty branch.
   - Fix crash after y-or-n-p prompt triggered by emacsclient. (Reported by
     Han Boetes, analysis by Kalle Olavi Niemitalo.)
   - Fix bootstrap error in keyboard.c.
   - Switch upstream to miles@gnu.org--gnu-2005/emacs--cvs-trunk--0.
   - Fix assertion on kboard->kbd_queue and other such crashes.
   - Merged from miles@gnu.org--gnu-2005 (patch 115, 540-542)
   - Merged from miles@gnu.org--gnu-2005 (patch 543)
   - Merged from miles@gnu.org--gnu-2005 (patch 116-117, 544-550)
   - Fix hardcoded stdout usage in term.c.  (Reported by Dan Nicolaescu.)
   - Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577)
   - Merged from miles@gnu.org--gnu-2005 (patch 578-592)
   - Merged from miles@gnu.org--gnu-2005 (patch 593-595)
   - Merged from miles@gnu.org--gnu-2005 (patch 133-141, 596-609)
   - Fix Delete key on X by adapting normal-erase-is-backspace-mode for
     multi-tty. (Reported by Dan Waber and Dan Nicolaescu.)
   - Change the "pretest" bug report address to the multi-tty list.
   - Merged from miles@gnu.org--gnu-2005 (patch 610-614)
   - Doc update.
   - Change `keyboard-translate-table' to be terminal-local.
   - Don't try to rebind the `t' symbol.
   - Protect keyboard-translate-table from GC.
   - Fix semantics of terminal-local variables. Remove
     `terminal-local-value' hack.
   - Merged from miles@gnu.org--gnu-2005 (patch 142-148, 615-628)
   - Update frames-on-display-list to accept terminal id numbers.
   - Merged from miles@gnu.org--gnu-2005 (patch 149-151, 629-641)
   - Fix some of the bootstrap problems.
   - Increase puresize.  (Emacs needs 1205176 pure bytes now.)
   - Merged from miles@gnu.org--gnu-2005 (patch 152-156, 642-654)
   - Merged from miles@gnu.org--gnu-2005 (patch 655)
   - Increase PURESIZE yet again.
   - Store client's environment in terminal parameters, not server parameters.
   - Merged from miles@gnu.org--gnu-2005 (patch 656-658)
   - Merged from miles@gnu.org--gnu-2005 (patch 659-663)
   - Delete leftover id for "info/dir".
   - Fix "first non-ASCII character on new tty frames" problem.
   - Prevent core dumps with GTK by disabling secondary X connections there.
   - Work around Emacs crash on Konsole detach.  (Tom Schutzer-Weissmann)
   - Fix typo in previous commit.
   - Merged from miles@gnu.org--gnu-2005 (patch 169-173, 671-676)
   - Implement full support for frame-local `next-buffer' and `previous-buffer'.
   - Reimplement and extend support for terminal-local environment variables.
   - Don't let x_initialize break 8-bit input on ttys. (Reported by Joakim
     Verona.) Split `set-input-mode'.
   - Pull a bugfix from CVS to prevent problems with the Debian semantic
     package.
   - Fix compilation error during non-X builds.
   - Reimplement terminal parameters in C; clean up term.c, create terminal.c.
   - Implement automatic terminal-local environment variables via
     `local-environment-variables'.
   - Fix compilation errors in previous commit.
   - Merged from miles@gnu.org--gnu-2005 (patch 677)
   - Fix error during bootstrap.
   - Fix semantics of let-binding `process-environment'.
   - Initialize Vprocess_environment to nil.
   - Store local environment in frame (not terminal) parameters.
   - Merged from miles@gnu.org--gnu-2005 (patch 678-680)
   - Merged from miles@gnu.org--gnu-2005 (patch 681)
   - Update environment-related doc strings.
   - Rename `struct device' to `struct terminal'. Rename some
     terminal-related functions similarly.
   - Set `local-environment-variables' to t by default.
   - Show the splash screen on Emacsclient frames.  Show *scratch* by default.
   - Display "@" in mode-lines of Emacsclient frames.
   - Make sure `delete-frame-functions' can not prevent the frame from
     being deleted.
   - Fix crash in lookup_image on termcap frames.
   - Enhance splash screens to work better with emacsclient.
   - Fix splash screen loosing input events on Emacsclient frames.
   - Don't display the splash screen when no frame was created. (Fixes tty
     resume.)
   - (Hopefully) fix bootstrap error on OpenBSD.  (reported by Han Boetes)
   - Fix typo in docstring of `frame-with-environment'.
   - Cosmetic fixes in xfns.c.
   - Install workaround for "X protocol error: BadCursor (invalid Cursor
     parameter) on protocol request 2"
   - Make all frames created in an emacsclient session belong to that client.
   - Experimental change: don't restore kboard after temporary changes if
     Emacs wasn't in single kboard state.
   - Fix typo in `server-handle-delete-frame'; fix startup echo area message.
   - Fix last frame check in server.el.
   - Fix Delete keys under X (for good, this time).
   - Overhaul and simplify single_kboard API. Allow calls to
     `recursive-edit' in process filters. Small fixes.
   - Merged from miles@gnu.org--gnu-2005 (patch 682)
   - Fix abort() in read_key_sequence.
   - Remove group write permissions from all files.
   - Merged from miles@gnu.org--gnu-2005 (patch 683-684)
   - Fix C-g during `make-network-process'.  (Reported by Mark Plaksin.)
   - Merged from miles@gnu.org--gnu-2005 (patch 174-181, 685-690)
   - Merged from miles@gnu.org--gnu-2005 (patch 182-184, 691-699)
   - Merged from miles@gnu.org--gnu-2005 (patch 185-186, 700-703)
   - Fix bootstrap problem reported by Han Boetes.
   - Fix some bugs related to wrong_kboard_jmpbuf.
   - Eliminate wrong_kboard_jmpbuf.
   - Merged from miles@gnu.org--gnu-2005 (patch 187, 704)
   - Fix compilation error on older GCCs (reported by "mace").
   - Merged from
   - Fix bootstrapping problem.  (Reported by "mace".)
   - Merged from emacs@sv.gnu.org
   - Add explicit abort() when x_catch_errors_unwind is called by mistake.
   - Fix `emacsclient --eval '(progn (find-file "file")'' and the like.
     (Reported by Han Boetes.)
   - Fix permissions. (Reported by Han Boetes.)
   - Fix tty state problem after error in `set-quit-char'.
   - Fix compilation.
   - Fix `server-delete-client' behavior when the user quits `kill-buffer'.
     (Reported by Han Boetes.)
   - Increase puresize.
   - Fix bogus crash with -DENABLE_CHECKING.
   - Remove unused variable in read_key_sequence.
   - Fix GDB magic.
   - Fix segfault by `C-x 5 2' on the controlling tty. (Reported by Suresh
     Madhu.)
   - Fix ediff problems.  (Reported by Dan Nicolaescu.)
   - Fix compilation error in ediff-wind.el.  D'oh.
   - Fix bizarre syntax error, probably from a baz merge bug.
   - Let the Emacs server recognize `inhibit-startup-echo-area-message'.
     (Reported by Han Boetes.)
   - Set emacsbug.el's pretest address to the multi-tty list. (Reported by
     Richard Lewis.)
   - Fix toolbars on X frames when Emacs is started on a tty. (Reported by
     Richard Lewis.)
   - Fix tool-bar and menu-bar toggles in Show/Hide menu to reflect the
     state of the current frame.
   - Clean up tty device handling. Change name of controlling tty from nil
     to "/dev/tty".
   - Set `default-directory' in *scratch* to the current directory of
     emacsclient.
   - Fix compilation error on OpenBSD.  (Reported by Han Boetes.)
   - Fix OpenBSD compilation some more.  (Fix by Han Boetes.)
   - Fix delete key after C-x 5 2 on X.  (Catched by Dan Nicolaescu.)
   - Fix tooltip border color.
   - Fix previous commit.
   - (Attempt to) fix bootstrap error.
   - Fix typo in startup.el.
   - Fix `vc-annotate' under X.  (Reported by Dan Nicolaescu.)
   - Make `tty-display-color-p' follow its doc string. (Reported by Dan
     Nicolaescu.)
   - Fix stupid crash during startup.
   - Fix crashes in redisplay functions on suspended tty frames. (Reported
     by Dan Nicolaescu.)
   - Fix crashes in `delete-terminal' caused by recursive calls or X
     displays with live frames.
   - Don't load terminit files repeatedly. Also, don't call terminit
     functions more than once per terminal.
   - Fix and/or simplify terminal initialization files.
   - Fix C-x 5 2 on the controlling tty; fix some possible crash conditions
     and a memory leak.
   - Fix syntax errors in terminal initialization files.
   - Fix compilation error in lwlib/xlwmenu.c.
   - Rework environment variable support. (Reported by Kalle Olavi
     Niemitalo and Noah Friedman.)
   - Merged from emacs@sv.gnu.org.
   - Fix typo in lisp/term/xterm.el.
   - Let frames on new terminals inherit 'environment and 'client.
   - Fix x_catch_errors-related abort after X disconnects. (Reported by Dan
     Nicolaescu).
   - Fix F10 behaviour.  (Reported by Bernard Adrian.)
   - Remove superfluous properties from the mode-line-client indicator.
     (Reported by Kalle Olavi Niemitalo)
   - Fix various aborts in get_named_tty.  (Patch by Kalle Olavi Niemitalo)
   - Increase PURESIZE.
   - Fix obvious runtime errors after merge.
   - Regenerate lisp/ldefs-boot.el.
   - Merged from emacs@sv.gnu.org.  Last-minute emacsclient rewrites be damned!
   - Fix crash in window.c.
   - Fix various suspend-related bugs in emacsclient. (Report & patch by
     Dan Nicolaescu.)
   - Remove semantic.cache, fix tagging method.
   - Fix compilation errors.  Regenerate ldefs-boot.el.
   - Re-enable GTK multidisplay support.
   - Regenerate ldefs-boot, remove junk.
   - Fix compilation error with non-toolkit scrollbar.

 * lorentey@elte.hu--2004/emacs--multi-tty--0-  (version 0)

   - This branch is now closed. Work continues at
     emacs@sv.gnu.org/emacs--multi-tty--0.

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-56


Revision 1.32.2.41 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:41:03 2007 UTC (16 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.32.2.40: +3 -2 lines
Diff to previous 1.32.2.40 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 839-851)

   - Update from CVS
   - Change capitalization of VC backend names for new backends
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 84-92)

   - Update from CVS
   - Change capitalization of VC backend names for new backends
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 242-244)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-54


Revision 1.32.2.40 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:36:44 2007 UTC (16 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.32.2.39: +1 -1 lines
Diff to previous 1.32.2.39 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 824-838)

   - Update from CVS
   - Merge from emacs--rel--22
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Fix void function definition error in cus-edit.el
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * emacs--rel--22  (patch 70-83)

   - Update from CVS
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Indicate that emacs--devo--0--patch-834 does not need to be applied
   - Merge from gnus--rel--5.10
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * gnus--rel--5.10  (patch 239-241)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-53


Revision 1.43.4.35 - (view) (download) (annotate) - [select for diffs]
Thu Oct 11 16:13:11 2007 UTC (16 years, 5 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.34: +13 -13 lines
Diff to previous 1.43.4.34 , to branch point 1.43
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 866-879)

   - Merge multi-tty branch
   - Update from CVS
   - Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257


Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Tue Oct 9 08:52:48 2007 UTC (16 years, 5 months ago) by miles
Branch: MAIN
Changes since 1.97: +1 -1 lines
Diff to previous 1.97
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875


Revision 1.94.2.3 - (view) (download) (annotate) - [select for diffs]
Sat Sep 29 07:59:15 2007 UTC (16 years, 6 months ago) by m061211
Branch: EMACS_22_BASE
Changes since 1.94.2.2: +1 -1 lines
Diff to previous 1.94.2.2 , to branch point 1.94
(allout-before-change-handler): Replace got-char by goto-char.


Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Tue Sep 25 10:41:00 2007 UTC (16 years, 6 months ago) by lektu
Branch: MAIN
Changes since 1.96: +12 -12 lines
Diff to previous 1.96
(produce-allout-mode-map, allout-process-exposed):
Use `mapc' rather than `mapcar'.


Revision 1.94.4.2 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 13:50:39 2007 UTC (16 years, 7 months ago) by miles
Branch: multi-tty
Changes since 1.94.4.1: +3 -2 lines
Diff to previous 1.94.4.1 , to branch point 1.94 , to next main 1.118
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 846-851)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 88-92)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 242-244)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-31


Revision 1.43.4.34 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 13:47:51 2007 UTC (16 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.33: +3 -2 lines
Diff to previous 1.43.4.33 , to branch point 1.43
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 846-851)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 88-92)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 242-244)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-246


Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 13:41:06 2007 UTC (16 years, 7 months ago) by miles
Branch: MAIN
CVS Tags: before-merge-multi-tty-to-trunk, merge-multi-tty-to-trunk, multi-tty-base
Changes since 1.95: +3 -2 lines
Diff to previous 1.95
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851


Revision 1.94.2.2 - (view) (download) (annotate) - [select for diffs]
Wed Aug 8 07:38:49 2007 UTC (16 years, 7 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.94.2.1: +3 -2 lines
Diff to previous 1.94.2.1 , to branch point 1.94
Replace `iff' in doc-strings and comments.


Revision 1.94.4.1 - (view) (download) (annotate) - [select for diffs]
Tue Jul 31 05:44:57 2007 UTC (16 years, 8 months ago) by miles
Branch: multi-tty
Changes since 1.94: +1 -1 lines
Diff to previous 1.94
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 824-838)

   - Update from CVS
   - Merge from emacs--rel--22
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Fix void function definition error in cus-edit.el
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * emacs--rel--22  (patch 70-83)

   - Update from CVS
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Indicate that emacs--devo--0--patch-834 does not need to be applied
   - Merge from gnus--rel--5.10
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * gnus--rel--5.10  (patch 239-241)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-28


Revision 1.43.4.33 - (view) (download) (annotate) - [select for diffs]
Fri Jul 27 10:48:45 2007 UTC (16 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.32: +1 -1 lines
Diff to previous 1.43.4.32 , to branch point 1.43
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 824-831)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 70-74)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-238


Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Thu Jul 26 05:26:16 2007 UTC (16 years, 8 months ago) by miles
Branch: MAIN
Changes since 1.94: +1 -1 lines
Diff to previous 1.94
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 70-73)

   - Update from CVS

2007-07-25  Glenn Morris  <rgm@gnu.org>

   * Relicense all FSF files to GPLv3 or later.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828


Revision 1.94.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Jul 25 04:47:37 2007 UTC (16 years, 8 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.94: +1 -1 lines
Diff to previous 1.94
Switch license to GPLv3 or later.


Revision 1.32.2.39 - (view) (download) (annotate) - [select for diffs]
Fri Mar 23 00:40:40 2007 UTC (17 years ago) by miles
Branch: lexbind
Changes since 1.32.2.38: +42 -28 lines
Diff to previous 1.32.2.38 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 624-661)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Remove RCS keywords

 * gnus--rel--5.10  (patch 200-206)

   - Merge from emacs--devo--0
   - Update from CVS: lisp/nnweb.el (nnweb-google-parse-1): Update parser.
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-42


Revision 1.43.4.16.2.14 - (view) (download) (annotate) - [select for diffs]
Wed Mar 21 12:40:42 2007 UTC (17 years ago) by miles
Branch: unicode-xft
Changes since 1.43.4.16.2.13: +42 -28 lines
Diff to previous 1.43.4.16.2.13 , to branch point 1.43.4.16 , to next main 1.43.4.39
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 653-661)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 180-183)
 * gnus--rel--5.10  (patch 203-206)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-57


Revision 1.43.4.32 - (view) (download) (annotate) - [select for diffs]
Sun Mar 4 06:19:36 2007 UTC (17 years ago) by miles
Branch: emacs-unicode-2
CVS Tags: unicode-xft-base
Changes since 1.43.4.31: +42 -28 lines
Diff to previous 1.43.4.31 , to branch point 1.43
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 653-661)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 203-206)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-180


Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Wed Feb 28 00:37:37 2007 UTC (17 years, 1 month ago) by nickrob
Branch: MAIN
CVS Tags: EMACS_22_1, EMACS_22_BRANCHPOINT, EMACS_PRETEST_22_0_95, EMACS_PRETEST_22_0_96, EMACS_PRETEST_22_0_97, EMACS_PRETEST_22_0_98, EMACS_PRETEST_22_0_99, EMACS_PRETEST_22_0_990
Branch point for: EMACS_22_BASE, multi-tty
Changes since 1.93: +42 -28 lines
Diff to previous 1.93
(allout-encrypt-string): Remove inhibition
of gpg-agent, now that pgg-gpg-process-region correctly honors
passed-in passphrase.
(allout-distinctive-bullets-string): Add info about bullet
conventions.
(allout-mode): Add info about distinctive vs plain bullets.


Revision 1.32.2.38 - (view) (download) (annotate) - [select for diffs]
Sun Feb 11 14:34:07 2007 UTC (17 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.32.2.37: +1 -1 lines
Diff to previous 1.32.2.37 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 586-614)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - Merge from erc--main--0
   - Make byte compiler correctly write circular constants

 * gnus--rel--5.10  (patch 186-196)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-39


Revision 1.43.4.16.2.13 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 23:02:14 2007 UTC (17 years, 2 months ago) by miles
Branch: unicode-xft
Changes since 1.43.4.16.2.12: +1 -1 lines
Diff to previous 1.43.4.16.2.12 , to branch point 1.43.4.16
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 586-621)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - Merge from erc--main--0
   - Make byte compiler correctly write circular constants

 * emacs--unicode--0  (patch 161-166)
 * gnus--rel--5.10  (patch 186-199)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-53


Revision 1.43.4.31 - (view) (download) (annotate) - [select for diffs]
Fri Jan 26 06:15:09 2007 UTC (17 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.30: +1 -1 lines
Diff to previous 1.43.4.30 , to branch point 1.43
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 586-614)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - Merge from erc--main--0
   - Make byte compiler correctly write circular constants

 * gnus--rel--5.10  (patch 186-196)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-162


Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Sun Jan 21 03:53:12 2007 UTC (17 years, 2 months ago) by gm
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_93, EMACS_PRETEST_22_0_94
Changes since 1.92: +1 -1 lines
Diff to previous 1.92
Add 2007 to copyright years.


Revision 1.43.4.16.2.12 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 01:41:33 2007 UTC (17 years, 3 months ago) by miles
Branch: unicode-xft
Changes since 1.43.4.16.2.11: +305 -233 lines
Diff to previous 1.43.4.16.2.11 , to branch point 1.43.4.16
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 523-582)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from erc--emacs--22
   - erc-iswitchb: Temporarily enable iswitchb mode

 * emacs--unicode--0  (patch 150-159)

   - Merge from emacs--devo--0
   - Update from CVS
   - Fix ChangeLog
   - Update from CVS: src/regex.c (regex_compile): Synch with HEAD.
   - Regenerate configure with autoconf 2.61

 * gnus--rel--5.10  (patch 168-185)

   - Update from CVS
   - Merge from emacs--devo--0
   - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice.

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-51


Revision 1.32.2.37 - (view) (download) (annotate) - [select for diffs]
Mon Jan 1 04:00:46 2007 UTC (17 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.32.2.36: +19 -17 lines
Diff to previous 1.32.2.36 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 563-582)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 177-185)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-37


Revision 1.43.4.30 - (view) (download) (annotate) - [select for diffs]
Mon Jan 1 03:20:54 2007 UTC (17 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.29: +19 -17 lines
Diff to previous 1.43.4.29 , to branch point 1.43
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 563-582)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 177-185)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-158


Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Sat Dec 30 18:09:45 2006 UTC (17 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.91: +13 -17 lines
Diff to previous 1.91
(allout-encrypt-string): Handle symmetric-key passphrase caching but leave
keypair caching to pgg.


Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Sun Dec 24 01:08:43 2006 UTC (17 years, 3 months ago) by cyd
Branch: MAIN
Changes since 1.90: +10 -4 lines
Diff to previous 1.90
(allout-encrypt-string): Inhibit use of agent within
body of let form where encryption happens.  Acknowledge non-use of
gpg-agent in docstring.
(allout-toggle-subtree-encryption): Acknowledge non-use of
gpg-agent in docstring.


Revision 1.32.2.36 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 03:52:28 2006 UTC (17 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.32.2.35: +288 -218 lines
Diff to previous 1.32.2.35 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 523-544)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 168-171)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-35


Revision 1.43.4.29 - (view) (download) (annotate) - [select for diffs]
Thu Dec 7 04:13:54 2006 UTC (17 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.28: +288 -218 lines
Diff to previous 1.43.4.28 , to branch point 1.43
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 523-544)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 168-171)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-150


Revision 1.32.2.35 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 12:19:03 2006 UTC (17 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.32.2.34: +70 -28 lines
Diff to previous 1.32.2.34 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 505-522)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: etc/TUTORIAL.cn: Updated.
   - Merge from erc--emacs--22

 * gnus--rel--5.10  (patch 164-167)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-33


Revision 1.32.2.34 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 12:16:12 2006 UTC (17 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.32.2.33: +195 -149 lines
Diff to previous 1.32.2.33 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 491-504)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 161-163)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-32


Revision 1.32.2.33 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 12:10:48 2006 UTC (17 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.32.2.32: +50 -37 lines
Diff to previous 1.32.2.32 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 447-475)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 141-152)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-30


Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Sun Dec 3 21:37:33 2006 UTC (17 years, 3 months ago) by kfstorm
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_92
Changes since 1.89: +288 -218 lines
Diff to previous 1.89
Ken Manheimer  <ken.manheimer@gmail.com>:
(allout-ascend): Add an optional argument to preserve
original position of point when unsuccessful.  Also, fix a
docstring error.
(allout-yank-processing): Fix depth shift of multiple-topic so yanks
work again, using allout-ascend's new option.
(allout-setup-mode-map): Extracted from allout-mode to initialize
allout-mode-map.  Call it on file load, so the mode docstring
substitutions work even if allout mode has not yet been invoked.
(allout-mode): Use new allout-setup-mode-map to track any keybinding
customizations since the map was last processed.  Also,	refine the
docstring so it's ship-shape for release.
(allout-default-layout, allout-beginning-of-line-cycles)
(allout-distinctive-bullets-string, allout-use-mode-specific-leader)
(allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
(allout-version, allout-layout, allout-infer-body-reindent)
(allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
(allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
(allout-previous-heading, allout-goto-prefix-doublechecked)
(allout-current-bullet-pos, allout-next-sibling-leap)
(allout-pre-command-business, allout-encrypted-type-prefix)
(allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
(allout-rebullet-topic, allout-rebullet-topic-grunt)
(allout-flag-region, allout-expose-topic, allout-expose-topic)
(allout-old-expose-topic, allout-listify-exposed)
(allout-process-exposed, allout-latex-verb-quote)
(allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
(allout-toggle-current-subtree-encryption)
(allout-toggle-subtree-encryption, allout-bullet-isearch):
Remove extraneous open-paren and close paren string escapes.


Revision 1.43.4.16.2.11 - (view) (download) (annotate) - [select for diffs]
Tue Nov 21 10:49:03 2006 UTC (17 years, 4 months ago) by miles
Branch: unicode-xft
Changes since 1.43.4.16.2.10: +70 -28 lines
Diff to previous 1.43.4.16.2.10 , to branch point 1.43.4.16
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 505-522)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: etc/TUTORIAL.cn: Updated.
   - Merge from erc--emacs--22

 * emacs--unicode--0  (patch 137)

   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 164-167)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-48


Revision 1.43.4.28 - (view) (download) (annotate) - [select for diffs]
Tue Nov 21 08:56:26 2006 UTC (17 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.27: +70 -28 lines
Diff to previous 1.43.4.27 , to branch point 1.43
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 505-522)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: etc/TUTORIAL.cn: Updated.
   - Merge from erc--emacs--22

 * gnus--rel--5.10  (patch 164-167)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-137


Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Wed Nov 15 16:34:20 2006 UTC (17 years, 4 months ago) by cyd
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_91
Changes since 1.88: +70 -28 lines
Diff to previous 1.88
(allout-doublecheck-at-and-shallower): Clarify docstring.
(allout-inhibit-aberrance-doublecheck): Rename from
allout-during-yank-processing.  All callers changed.
(allout-ascend): Provide for unusual case where some topic after
the first in file is at lower depth than the first.
(allout-shift-in): Ensure the offspring of the new containing
topic are exposed.
(allout-encrypt-string): Preserve the coding-system of the text,
according to that of the containing buffer.
(allout-toggle-subtree-encryption): When the text being encrypted
requires a different coding system, offer to preserve the coding
system using a file local var.


Revision 1.43.4.16.2.10 - (view) (download) (annotate) - [select for diffs]
Tue Nov 7 23:38:03 2006 UTC (17 years, 4 months ago) by miles
Branch: unicode-xft
Changes since 1.43.4.16.2.9: +195 -149 lines
Diff to previous 1.43.4.16.2.9 , to branch point 1.43.4.16
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 490-504)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 130)

   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 161-163)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-46


Revision 1.43.4.27 - (view) (download) (annotate) - [select for diffs]
Tue Nov 7 23:22:41 2006 UTC (17 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.26: +195 -149 lines
Diff to previous 1.43.4.26 , to branch point 1.43
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 490-504)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 161-163)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-130


Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Mon Nov 6 02:51:45 2006 UTC (17 years, 4 months ago) by lektu
Branch: MAIN
Changes since 1.87: +6 -6 lines
Diff to previous 1.87
(allout-adjust-file-variable, allout-passphrase-verifier-string,
allout-passphrase-hint-string, allout-toggle-current-subtree-encryption):
Fix typos in docstrings.


Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Sat Nov 4 00:48:31 2006 UTC (17 years, 4 months ago) by kfstorm
Branch: MAIN
Changes since 1.86: +189 -143 lines
Diff to previous 1.86
2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>

	* allout.el (allout-during-yank-processing): Cue for inhibiting
	aberrance processing during yanks.
	(allout-doublecheck-at-and-shallower): Reduce the limit to reduce
	the amount of yanked topics that can be aberrant.
	(allout-do-doublecheck): Encapsulate this multiply-used recipe in
	a function, and supplement with inihibition of doublechecking
	during yanks.
	(allout-beginning-of-line, allout-next-heading)
	(allout-previous-heading, allout-goto-prefix-doublechecked)
	(allout-back-to-current-heading, allout-next-visible-heading)
	(allout-next-sibling): Use new allout-do-doublecheck function.
	(allout-next-sibling): Ensure we made progress when returning
	other than nil.
	(allout-rebullet-heading): Preserve text property annotations
	indicating the text was hidden, if it was.
	(allout-kill-line): Remove any added was-hidden annotations.
	(allout-kill-topic): Remove any added was-hidden annotations.
	(allout-annotate-hidden): Inhibit adding was-hidden text
	properties to the undo list.
	(allout-deannotate-hidden): New function to remove was-hidden
	annotation.
	(allout-hide-by-annotation): Use new allout-deannotate-hidden.
	(allout-remove-exposure-annotation): Replaced by
	allout-deannotate-hidden.
	(allout-yank-processing): Signal that yank processing is happening
	with allout-during-yank-processing.  Also, wrap
	allout-unprotected's closer to the text changes, for easier
	debugging.  We need to inhibit-field-text-motion explicitly, in
	lieu of the encompassing allout-unprotected.
	(outlineify-sticky): Adjust criteria for triggering new outline
	decorations to presence or absence of any topics, not just a topic
	at the beginning of the buffer.


Revision 1.43.4.16.2.9 - (view) (download) (annotate) - [select for diffs]
Fri Oct 20 02:47:47 2006 UTC (17 years, 5 months ago) by miles
Branch: unicode-xft
Changes since 1.43.4.16.2.8: +13 -15 lines
Diff to previous 1.43.4.16.2.8 , to branch point 1.43.4.16
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 460-475)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 118-120)
 * gnus--rel--5.10  (patch 145-152)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-41


Revision 1.43.4.16.2.8 - (view) (download) (annotate) - [select for diffs]
Wed Oct 18 02:34:23 2006 UTC (17 years, 5 months ago) by miles
Branch: unicode-xft
Changes since 1.43.4.16.2.7: +37 -22 lines
Diff to previous 1.43.4.16.2.7 , to branch point 1.43.4.16
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 447-459)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 115-117)
 * gnus--rel--5.10  (patch 141-144)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-40


Revision 1.43.4.26 - (view) (download) (annotate) - [select for diffs]
Sun Oct 15 02:54:06 2006 UTC (17 years, 5 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.25: +13 -15 lines
Diff to previous 1.43.4.25 , to branch point 1.43
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 460-475)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 145-152)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-118


Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Mon Oct 9 23:34:11 2006 UTC (17 years, 5 months ago) by cyd
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_90
Changes since 1.85: +13 -15 lines
Diff to previous 1.85
	* allout.el (allout-back-to-current-heading): Base on lower-level
	routines to get proper disqualification of aberrant topics.


Revision 1.43.4.25 - (view) (download) (annotate) - [select for diffs]
Tue Oct 3 05:04:12 2006 UTC (17 years, 5 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.24: +37 -22 lines
Diff to previous 1.43.4.24 , to branch point 1.43
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 447-459)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 141-144)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-115


Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Sun Oct 1 16:48:11 2006 UTC (17 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.84: +37 -22 lines
Diff to previous 1.84
(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.


Revision 1.32.2.32 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:50:31 2006 UTC (17 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.32.2.31: +867 -447 lines
Diff to previous 1.32.2.31 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 438-446)

   - Update from CVS
   - lisp/url/url-methods.el: Fix format error when http_proxy is empty string
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 137-140)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-29


Revision 1.32.2.31 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:43:59 2006 UTC (17 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.32.2.30: +573 -242 lines
Diff to previous 1.32.2.30 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 383-398)

   - Update from CVS
   - Update from erc--emacs--22
   - Fix ERC bug introduced in last patch
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 123-125)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-27


Revision 1.32.2.30 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:42:01 2006 UTC (17 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.32.2.29: +62 -43 lines
Diff to previous 1.32.2.29 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 358-382)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Merge from erc--emacs--21

 * gnus--rel--5.10  (patch 118-122)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-26


Revision 1.32.2.29 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:39:38 2006 UTC (17 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.32.2.28: +410 -243 lines
Diff to previous 1.32.2.28 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 343-357)

   - Update from CVS
   - Update for ERC 5.1.3.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 113-117)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-25


Revision 1.32.2.28 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:36:17 2006 UTC (17 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.32.2.27: +2 -2 lines
Diff to previous 1.32.2.27 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 320-342)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - lisp/play/cookie1.el (cookie): Work properly when there's only one entry
   - Add note about "link" button-class to etc/TODO

 * gnus--rel--5.10  (patch 108-112)

   - Merge from emacs--devo--0
   - Clean up merge mistakes
   - Update from CVS
   - Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo.

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-24


Revision 1.43.4.16.2.7 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:07:39 2006 UTC (17 years, 6 months ago) by miles
Branch: unicode-xft
Changes since 1.43.4.16.2.6: +867 -447 lines
Diff to previous 1.43.4.16.2.6 , to branch point 1.43.4.16
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 437-446)

   - Update from CVS
   - lisp/url/url-methods.el: Fix format error when http_proxy is empty string
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 111)

   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 137-140)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-38


Revision 1.43.4.24 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:04:17 2006 UTC (17 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.23: +867 -447 lines
Diff to previous 1.43.4.23 , to branch point 1.43
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 437-446)

   - Update from CVS
   - lisp/url/url-methods.el: Fix format error when http_proxy is empty string
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 137-140)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-111


Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Tue Sep 19 21:55:44 2006 UTC (17 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.83: +33 -12 lines
Diff to previous 1.83
	* allout.el (allout-unprotected): Let inhibit-read-only only when
	buffer-read-only isn't set.
	(allout-annotate-hidden): Enable topic annotation during copies even
	when the buffer is read-only, eg for topic copies.  Ensure that the loop
	advances, even when the span extends beyond the	deletion region.
	(allout-toggle-subtree-encryption): Use	allout-structure-added-hook
	rather than allout-exposure-changed-hook, as a stronger assertion.
	(allout-keybindings-list): Add bindings for
	allout-copy-line-as-kill and allout-copy-topic-as-kill.
	(allout-copy-line-as-kill, allout-copy-topic-as-kill): copy
	wrappers for allout-kill-line and allout-kill-topic.
	(allout-listify-exposed): Position correctly to accumulate lines.


Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Sat Sep 16 10:24:24 2006 UTC (17 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.82: +22 -18 lines
Diff to previous 1.82
(allout-regexp, allout-line-boundary-regexp)
(allout-bob-regexp): Correct grouping and boundaries to fix backwards traversal.
(allout-depth-specific-regexp, allout-depth-one-regexp): New versions that
exploit \\{M\\} regexp syntax, to avoid geometric or worse time in
allout-ascend.
(allout-doublecheck-at-and-shallower): Identify depth threshold below which
topics are checked for and disqualified by containment discontinuities.
(allout-hotspot-key-handler): Correctly handle multiple-key strokes.  Remove
some unused variables.
(allout-mode-leaders): Clarify that mode-specific comment-start will be used
(set-allout-regexp): Correctly regexp-quote allout regexps to properly accept
alternative header-leads and primary bullets with regexp-specific characters
(eg, C "/*", mathematica "(*").
Include new regular expressions among those configured.
(allout-infer-header-lead-and-primary-bullet): Rename allout-infer-header-lead.
(allout-recent-depth): Manifest as a variable as well as a function.
(allout-prefix-data): Simplify into an inline instead of a macro, assuming
current match data rather than being explicitly passed it.  Establish
allout-recent-depth value as well as allout-recent-prefix-beginning and
allout-recent-prefix-end.
(allout-aberrant-container-p): True when an item's immediate offspring
discontinuously contained.  Useful for disqualifying unintended topic prefixes,
likely at low depths.
(allout-goto-prefix-doublechecked): Elaborated version of allout-goto-prefix
which disqualifies aberrant pseudo-items.
(allout-pre-next-prefix): Layer on top of lower-level routines, to get
disqualification of aberrant containers.
(allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant containers.
(allout-beginning-of-current-entry): Position at start of buffer when in
container (depth 0) entry.
(nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
(allout-current-bullet): Strip text properties.
(allout-get-prefix-bullet): Use right match groups.
(allout-beginning-of-line, allout-next-heading): Disqualify aberrant containers.
(allout-previous-heading): Disqualify aberrant containers, and change to
regular (rather than inline) function, to allow self-recursion.
(allout-get-invisibility-overlay): Increment so progress is made when the first
overlay is not the sought one.
(allout-end-of-prefix): Disqualify aberrant containers.
(allout-end-of-line): Cycle something like allout-beginning-of-line.
(allout-mode): Make allout-old-style-prefixes (ie, enabling use with outline.el
outlines) functional again.  Change the primary bullet along with the
header-lead - level 1 new-style bullets now work.
Engage allout-before-change-handler in mainline emacs, not just xemacs, to do
undo handling.
(allout-before-change-handler): Expose undo changes occurring in hidden
regions.  Use allout-get-invisibility-overlay instead of reimplementing it
inline.
(allout-chart-subtree): Use start rather than end of prefix in charts.  Use
allout-recent-depth variable.
(allout-chart-siblings): Disqualify aberrant topics.
(allout-beginning-of-current-entry): Position correctly.
(allout-ascend): Use new allout-depth-specific-regexp and
allout-depth-one-regexp for linear instead of O(N^2) or worse behavior.
(allout-ascend-to-depth): Depend on allout-ascend, rather than reimplementing
an algorithm.
(allout-up-current-level): Depend on allout-ascend, rather than reimplementing
an algorithm.  Return to start-point if we fail.
(allout-descend-to-depth): Use allout-recent-depth variable instead of function.
(allout-next-sibling): On traversal of numerous intervening topics, resort to
economical allout-next-sibling-leap.
(allout-next-sibling-leap): Specialized version of allout-next-sibling that
uses allout-ascend cleverly, to depend on a regexp search to leap large numbers
of contained topics, rather than arbitrarily many one-by-one traversals.
(allout-next-visible-heading): Disqualify aberrant topics.
(allout-previous-visible-heading): Position consistently when interactive.
(allout-forward-current-level): Base on allout-previous-sibling rather than
 (differently) reimplmenting the algorithm.  Remove some unused variables.
(allout-solicit-alternate-bullet): Present default choice stripped of text
properties.
(allout-rebullet-heading): Use bullet stripped of text properties.
Register changes using allout-exposure-change-hook.  Disregard aberrant topics.
(allout-shift-in): With universal-argument, make topic a peer of it's former
offspring.  Simplify the code by separating out allout-shift-out functionality.
(allout-shift-out): With universal-argument, make offspring peers of their
former container, and its siblings.  Implement the functionality here, rather
than inappropriately muddling the implementation of allout-shift-in.
(allout-rebullet-topic): Respect additional argument for new parent-child
separation function.
(allout-yank-processing): Use allout-ascend directly.
(allout-show-entry): Disqualify aberrant topics.
(allout-show-children): Handle discontinuous children gracefully, extending the
depth being revealed to expose them and posting a message indicating the
situation.
(allout-show-to-offshoot): Remove obsolete and incorrect comment.  Leave cursor
in correct position.
(allout-hide-current-subtree): Use allout-ascend directly.  Disqualify aberrant
topics.
(allout-kill-line, allout-kill-topic): Preserve exposure layout in a way that
the yanks can restore it, as used to happen.
(allout-yank-processing): Restore exposure layout as recorded by allout-kill-*,
as used to happen.
(allout-annotate-hidden, allout-hide-by-annotation): New routines for preseving
and restoring exposure layout across kills.
(allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
(allout-encrypt-string): Strip text properties.  Rearranged order and
outline-headings for some of the miscellaneous functions.
(allout-resolve-xref): No need to quote the error name in the condition-case
handler section.
(allout-flatten): Classic recursive (and recursively intensive, without
tail-recursion) list-flattener, needed by allout-shift-out when confronted with
discontinuous children.


Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 17:52:07 2006 UTC (17 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.81: +834 -439 lines
Diff to previous 1.81
	* allout.el (allout-regexp, allout-line-boundary-regexp)
	(allout-bob-regexp): Correct grouping and boundaries to fix
	backwards traversal.
	(allout-depth-specific-regexp, allout-depth-one-regexp): New
	versions that exploit \\{M\\} regexp syntax, to avoid geometric or
	worse time in allout-ascend.
	(allout-doublecheck-at-and-shallower): Identify depth threshold
	below which topics are checked for and disqualified by containment
	discontinuities.
	(allout-hotspot-key-handler): Correctly handle multiple-key
	strokes.  Remove some unused variables.
	(allout-mode-leaders): Clarify that mode-specific comment-start
	will be used
	(set-allout-regexp): Correctly regexp-quote allout regexps to
	properly accept alternative header-leads and primary bullets with
	regexp-specific characters (eg, C "/*", mathematica "(*").
	Include new regular expressions among those configured.
	(allout-infer-header-lead-and-primary-bullet): Rename
	allout-infer-header-lead.
	(allout-recent-depth): Manifest as a variable as well as a function.
	(allout-prefix-data): Simplify into an inline instead of a macro,
	assuming current match data rather than being explicitly passed it.
	Establish allout-recent-depth value as well as
	allout-recent-prefix-beginning and allout-recent-prefix-end.
	(allout-aberrant-container-p): True when an item's immediate
	offspring discontinuously contained.  Useful for disqualifying
	unintended topic prefixes, likely at low depths.
	(allout-goto-prefix-doublechecked): Elaborated version of
	allout-goto-prefix which disqualifies aberrant pseudo-items.
	(allout-end-of-prefix, allout-pre-next-prefix)
	(allout-end-of-subtree): Disqualify aberrant containers.
	(allout-beginning-of-current-entry): Position at start of buffer
	when in container (depth 0) entry.
	(nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
	(allout-current-bullet): Strip text properties.
	(allout-get-prefix-bullet): Use right match groups.
	(allout-beginning-of-line, allout-next-heading): Disqualify
	aberrant containers.
	(allout-previous-heading): Disqualify aberrant containers.
	(allout-get-invisibility-overlay): Increment so progress is made
	when the first overlay is not the sought one.
	(allout-end-of-prefix): Disqualify aberrant containers.
	(allout-end-of-line): Cycle something like allout-beginning-of-line.
	(allout-mode): Make allout-old-style-prefixes (ie, enabling use with
	outline.el outlines) functional again.  Change the primary bullet
	along with the header-lead - level 1 new-style bullets now work.
	Engage allout-before-change-handler in mainline emacs, not just
	xemacs, to do undo handling.
	(allout-before-change-handler): Expose undo changes occurring in
	hidden regions.  Use allout-get-invisibility-overlay instead of
	reimplementing it inline.
	(allout-chart-subtree): Use start rather than end of prefix in
	charts.  Use allout-recent-depth variable.
	(allout-chart-siblings): Disqualify aberrant topics.
	(allout-beginning-of-current-entry): Position correctly.
	(allout-ascend): Use new allout-depth-specific-regexp and
	allout-depth-one-regexp for linear instead of O(N^2) or worse behavior.
	(allout-ascend-to-depth, allout-up-current-level): Depend on
	allout-ascend, rather than reimplementing an algorithm.
	(allout-descend-to-depth): Use allout-recent-depth var instead of fun.
	(allout-next-sibling): On traversal of numerous intervening
	topics, resort to economical allout-next-sibling-leap.
	(allout-next-sibling-leap): Specialized version of
	allout-next-sibling that uses allout-ascend cleverly, to depend on
	a regexp search to leap large numbers of contained topics, rather
	than arbitrarily many one-by-one traversals.
	(allout-next-visible-heading): Disqualify aberrant topics.
	(allout-previous-visible-heading): Position consistently when interactive.
	(allout-forward-current-level): Base on allout-previous-sibling
	rather than reimplmenting the algorithm.  Remove unused vars.
	(allout-solicit-alternate-bullet): Present default choice stripped
	of text properties.
	(allout-rebullet-heading): Use bullet stripped of text properties.
	Register changes using allout-exposure-change-hook.  Disregard
	aberrant topics.
	(allout-shift-in): With universal-argument, make topic a peer of
	it's former offspring.  Simplify the code by separating out
	allout-shift-out functionality.
	(allout-shift-out): With universal-argument, make offspring peers
	of their former container, and its siblings.  Implement the
	functionality here, rather than inappropriately muddling the
	implementation of allout-shift-in.
	(allout-rebullet-topic): Respect additional argument for new
	parent-child separation function.
	(allout-yank-processing): Use allout-ascend directly.
	(allout-show-entry): Disqualify aberrant topics.
	(allout-show-children): Handle discontinuous children gracefully,
	extending the depth being revealed to expose them and posting a
	message indicating the situation.
	(allout-show-to-offshoot): Remove obsolete and incorrect comment.
	Leave cursor in correct position.
	(allout-hide-current-subtree): Use allout-ascend directly.
	Disqualify aberrant topics.
	(allout-kill-line, allout-kill-topic): Preserve exposure layout in
	a way that the yanks can restore it, as used to happen.
	(allout-yank-processing): Restore exposure layout as recorded by
	allout-kill-*, as used to happen.
	(allout-annotate-hidden, allout-hide-by-annotation): New routines
	for preseving and restoring exposure layout across kills.
	(allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
	(allout-encrypt-string): Strip text properties.
	Rearranged order and outline-headings for some of the
	miscellaneous functions.
	(allout-resolve-xref): No need to quote the error name in the
	condition-case handler section.
	(allout-flatten): Classic recursive (and recursively intensive,
	without tail-recursion) list-flattener, needed by allout-shift-out
	when confronted with discontinuous children.


Revision 1.43.4.16.2.6 - (view) (download) (annotate) - [select for diffs]
Mon Aug 28 04:15:44 2006 UTC (17 years, 7 months ago) by miles
Branch: unicode-xft
Changes since 1.43.4.16.2.5: +573 -242 lines
Diff to previous 1.43.4.16.2.5 , to branch point 1.43.4.16
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 382-398)

   - Update from CVS
   - Update from erc--emacs--22
   - Fix ERC bug introduced in last patch
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 101-104)

   - Merge from emacs--devo--0
   - Update from CVS

 * gnus--rel--5.10  (patch 123-125)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-31


Revision 1.43.4.23 - (view) (download) (annotate) - [select for diffs]
Wed Aug 16 14:08:42 2006 UTC (17 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.22: +573 -242 lines
Diff to previous 1.43.4.22 , to branch point 1.43
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 382-398)

   - Update from CVS
   - Update from erc--emacs--22
   - Fix ERC bug introduced in last patch
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 123-125)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-101


Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Sat Aug 12 12:33:32 2006 UTC (17 years, 7 months ago) by eliz
Branch: MAIN
Changes since 1.80: +573 -242 lines
Diff to previous 1.80
(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.


Revision 1.43.4.16.2.5 - (view) (download) (annotate) - [select for diffs]
Thu Aug 3 23:21:20 2006 UTC (17 years, 7 months ago) by miles
Branch: unicode-xft
Changes since 1.43.4.16.2.4: +62 -43 lines
Diff to previous 1.43.4.16.2.4 , to branch point 1.43.4.16
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 357-381)

   - Merge from gnus--rel--5.10
   - Update from CVS
   - Merge from erc--emacs--21

 * emacs--unicode--0  (patch 98)

   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 116-122)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-28


Revision 1.43.4.22 - (view) (download) (annotate) - [select for diffs]
Thu Aug 3 11:45:16 2006 UTC (17 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.21: +62 -43 lines
Diff to previous 1.43.4.21 , to branch point 1.43
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 357-381)

   - Merge from gnus--rel--5.10
   - Update from CVS
   - Merge from erc--emacs--21

 * gnus--rel--5.10  (patch 116-122)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-98


Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Fri Jul 21 08:26:24 2006 UTC (17 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.79: +62 -43 lines
Diff to previous 1.79
(allout-unprotected, allout-e-o-prefix-p)
(allout-beginning-of-current-line, allout-end-of-current-line)
(allout-next-visible-heading, allout-open-topic)
(allout-kill-topic, allout-yank-processing, allout-resolve-xref)
(allout-flag-current-subtree, allout-show-to-offshoot)
(allout-hide-current-entry, allout-show-current-branches)
(allout-hide-region-body, allout-old-expose-topic)
(allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
(allout-mark-topic, allout-adjust-file-variable): Enclose scopes
containing `beginning-of-line' and `end-of-line' with
`inhibit-field-text-motion' t.


Revision 1.43.4.16.2.4 - (view) (download) (annotate) - [select for diffs]
Thu Jul 20 23:58:17 2006 UTC (17 years, 8 months ago) by miles
Branch: unicode-xft
Changes since 1.43.4.16.2.3: +410 -243 lines
Diff to previous 1.43.4.16.2.3 , to branch point 1.43.4.16
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 343-356)

   - Update from CVS
   - Update for ERC 5.1.3.
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 90-91)
 * gnus--rel--5.10  (patch 113-115)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-23


Revision 1.43.4.21 - (view) (download) (annotate) - [select for diffs]
Wed Jul 19 00:42:51 2006 UTC (17 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.20: +410 -243 lines
Diff to previous 1.43.4.20 , to branch point 1.43
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 343-356)

   - Update from CVS
   - Update for ERC 5.1.3.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 113-115)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-90


Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Sat Jul 15 04:26:39 2006 UTC (17 years, 8 months ago) by nickrob
Branch: MAIN
Changes since 1.78: +7 -9 lines
Diff to previous 1.78
(allout-run-unit-tests-on-load): Rectified docstring grammar.
(allout-beginning-of-current-line): Beware beginning of buffer.  Also, a
comment is simplified.
(allout-hotspot-key-handler): Only set allout-post-goto-bullet when
appropriate.  (This fix enables use for other than bullet-hotspot operation.)
(allout-hide-current-subtree): While escalating to sibling-close, make sure to
situate on a topic.


Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Fri Jul 14 11:24:56 2006 UTC (17 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.77: +407 -238 lines
Diff to previous 1.77
Require 'cl during byte-compilation/interactive load, for the `assert' macro.
(allout-mode-deactivate-hook): New hook, is run when allout mode deactivates.
(allout-developer): New allout customization subgroup.
(allout-run-unit-tests-on-load): New allout-developer
customization variable, when true allout unit tests are run towards end of file
load/eval.
(allout-inhibit-auto-fill): Disable auto-fill activity even during
auto-fill-mode.
(allout-resumptions): Removed, to be replaced by...
(allout-add-resumptions): Register variable settings to be reinstated by
`allout-do-resumptions'.  The settings are made buffer-local, but the
locality/globality of the suspended setting is restored on resumption.
(allout-do-resumptions): Reinstate all settings suspended using
`allout-add-resumptions'.
(allout-test-resumptions): Unit tests (and intermediate variables) for
resumptions.
(allout-tests-globally-unbound, allout-tests-globally-true)
(allout-tests-locally-true): Intermediate variables for resumptions unit tests.
(allout-overlay-preparations): Replaces `allout-set-overlay-category'.
(allout-exposure-category): Replaces 'allout-overlay-category variable.
(allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
instead of retired `allout-resumptions'.  For hook functions, use `local'
parameter so hook settings are created and removed as
buffer-local settings.  Revise (resumptions) setting auto-fill-function so it
is set only if already active.  (The related fill-function settings are all
made in either case, so that activating auto-fill-mode activity will have the
custom allout-mode behaviors (hanging indent on topics, if configured for it).
Also, remove all allout-exposure-category overlays on mode deactivation.
(allout-hotspot-key-handler): New function extracted from
`allout-pre-command-business', so the functionality can be used for other
purposes, eg as a binding in an overlay.
(allout-pre-command-business): Use new `allout-hotspot-key-handler'.
(allout-auto-fill): Respect new `allout-inhibit-auto-fill' customization
variable.
(allout-run-unit-tests): Run the (currently quite small) repertoire of unit
tests.  Called just before the provide iff user has customized
`allout-run-unit-tests-on-load' non-nil.


Revision 1.43.4.16.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Jul 7 03:05:40 2006 UTC (17 years, 8 months ago) by miles
Branch: unicode-xft
Changes since 1.43.4.16.2.2: +2 -2 lines
Diff to previous 1.43.4.16.2.2 , to branch point 1.43.4.16
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 320-342)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - lisp/play/cookie1.el (cookie): Work properly when there's only one entry
   - Add note about "link" button-class to etc/TODO

 * emacs--unicode--0  (patch 86-87)

   - Merge from emacs--devo--0
   - Update from CVS

 * gnus--rel--5.10  (patch 108-112)

   - Merge from emacs--devo--0
   - Clean up merge mistakes
   - Update from CVS
   - Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo.

2006-07-05  Romain Francoise  <romain@orebokech.com>

   * make-dist (top-level): Add CONTRIBUTE.

2006-07-04  Richard Stallman  <rms@gnu.org>

   * CONTRIBUTE: Much rewrite.

2006-07-04  Nick Roberts  <nickrob@snap.net.nz>

   * CONTRIBUTE: New file.

2006-06-25  Kim F. Storm  <storm@cua.dk>

   * AUTHORS: Regenerate.

2006-06-24  Eli Zaretskii  <eliz@gnu.org>

   * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.

2006-06-27  Chong Yidong  <cyd@stupidchicken.com>

   * admin/FOR-RELEASE: Checking of info.texi done.

2006-07-05  Kenichi Handa  <handa@m17n.org>

   * etc/HELLO: Add a paragraph for non-ASCII examples at the head. Add
   Bulgarian and Hungarian.  Add more "hello"s to Danish and Swedish.

2006-07-03  Bill Wohler  <wohler@newt.com>

   Release MH-E version 8.0.2.

   * etc/NEWS, etc/MH-E-NEWS: Update for MH-E release 8.0.2.

2006-07-03  Carsten Dominik  <dominik@science.uva.nl>

   * etc/orgcard.tex (section{Agenda Views}): Document `s' key to save
   all org-mode buffers.

2006-06-30  Francesco Potort,Al(B  <pot@gnu.org>

   * etc/etags.1: -m and -M options do not exist.

2006-06-29  Carsten Dominik  <dominik@science.uva.nl>

   * etc/orgcard.tex (section{Structure Editing}): Document checkbox
   toggling.

2006-06-28  Juri Linkov  <juri@jurta.org>

   * etc/grep.txt (Local Variables): Move to end of file.

2006-06-28  Reiner Steib  <Reiner.Steib@gmx.de>

   * etc/Makefile: Add rules for refcards.

   * etc/de-refcard.ps, etc/fr-refcard.ps, etc/pt-br-refcard.ps: Regenerate.

2006-06-24  Nick Roberts  <nickrob@snap.net.nz>

   * etc/NEWS: Remove duplicate entries.

2006-06-23  Carsten Dominik  <dominik@science.uva.nl>

   * etc/orgcard.tex (section{LaTeX and cdlatex-mode}): New section.

2006-06-23  Kim F. Storm  <storm@cua.dk>

   * etc/DEBUG: Mention `pv variable' to print value of Lisp variables.
   Mention `xpr' and fix example to use it.  Add section describing
   commands such as `pit' that are useful for debugging redisplay
   related problems.

2006-06-22  Kim F. Storm  <storm@cua.dk>

   * etc/HELLO (Local Variables): Move to end of file.

2006-06-20  Bill Wohler  <wohler@newt.com>

   Release MH-E version 8.0.1.

   * etc/NEWS, etc/MH-E-NEWS: Update for MH-E release 8.0.1.

2006-07-07  Kenichi Handa  <handa@m17n.org>

   * etc/HELLO: Sync with HEAD.

2006-07-05  Richard Stallman  <rms@gnu.org>

   * lisp/files.el (abbreviate-file-name): Add save-match-data.

2006-07-03  Richard Stallman  <rms@gnu.org>

   * lisp/faces.el (read-face-name): Doc fix.

2006-07-05  Chong Yidong  <cyd@stupidchicken.com>

   * lisp/net/goto-addr.el (goto-address): Mark as safe for local evals.

2006-07-05  Andre Spiegel  <spiegel@gnu.org>

   * lisp/vc.el (vc-diff-internal): Fix prev change.

2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>

   * lisp/emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
   * lisp/play/dunnet.el (dun-load-d, dun-eval): Likewise.

2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/thingatpt.el (symbol-at-point): Don't use `form-at-point' which
   fails if the symbol contains chars like ( or '.
   (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
   (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
   `short'.

2006-07-04  Kenichi Handa  <handa@m17n.org>

   * lisp/international/mule-cmds.el (set-language-info): If LANG-ENV is
   the current one, don't call set-language-environment, but call one
   of set-language-environment-XXX to make INFO effective now.
   (set-language-environment): Call set-language-environment-XXX
   functions instead of doing the various setups directly.
   (set-language-environment-coding-systems): Delete argument eol-type.
   (set-language-environment-input-method)
   (set-language-environment-nonascii-translation)
   (set-language-environment-charset)
   (set-language-environment-fontset)
   (set-language-environment-unibyte): New functions.

2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>

   * lisp/locate.el (locate-update-when-revert): New option.
   (locate-update-path): New option (suggested by Michael Albinus).
   (locate-prompt-for-command): Whitespace change.
   (locate-update): No longer offer to update the locate database by
   default.  Implement the two new options.

2006-07-04  Nick Roberts  <nickrob@snap.net.nz>

   * lisp/tooltip.el: Move comment about track-mouse...

   * lisp/progmodes/gud.el: ...to here.

2006-07-03  Chong Yidong  <cyd@stupidchicken.com>

   * lisp/facemenu.el (facemenu-listed-faces): New var.
   (facemenu-unlisted-faces): Variable deleted.
   (facemenu-add-new-face): Use facemenu-listed-faces.

   * lisp/emulation/viper-init.el, lisp/calendar/calendar.el:
   * lisp/progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.

2006-07-03  Carsten Dominik  <dominik@science.uva.nl>

   * lisp/textmodes/org.el (org-mode): Remove no invalid settings for
   calc embedded mode.
   (org-mode-p): New defsubst.
   (org-save-all-org-buffers): New function.
   (org-first-headline-recenter): Enclose outline-regexp in group
   delimiters.
   (org-set-tags): Keep single space after stars.

2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/window.el (set-window-text-height): Only set window-min-height to
   1 if that's the requested size.

   * lisp/diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
   (diff-unified->context, diff-context->unified)
   (diff-reverse-direction): Make sure the end marker stays at the end.
   (diff-mode): Add the keymap table at the end of docstring.
   Use lexical-let rather than constructing a closure manually.

   * lisp/files.el (find-file-noselect-1): Remove unused var assignment.
   (hack-local-variables-confirm): Print lists of strings as lists of
   strings rather than lists of symbols.
   (abbreviate-file-name, hack-local-variables-prop-line):
   Use match-string.
   (hack-one-local-variable): Move `make-local-variable' nearer its use.
   (recover-session-finish): Use line-end-position.

2006-07-02  Michael Albinus  <michael.albinus@gmx.de>

   * lisp/net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.

2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>

   * lisp/progmodes/make-mode.el (makefile-macroassign-regex):
   Accept preceding keyword.
   (makefile-gmake-statements): Reorganize, now that makepp has
   "override" and also handle forgotten "override define".
   (makefile-makepp-statements): Add new "global", "override export"
   and "override global".

2006-06-30  Juanma Barranquero  <lekktu@gmail.com>

   * lisp/progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
   (ada-compile-mouse-goto-error, ada-deactivate-properties)
   (ada-no-auto-case): Fix typos in docstrings.

2006-06-30  Nick Roberts  <nickrob@snap.net.nz>

   * lisp/info.el (Info-find-node-2): Search for makeinfo version more
   carefully.

2006-06-29  Carsten Dominik  <dominik@science.uva.nl>

   * lisp/textmodes/org.el (org-prepare-agenda-buffers):
   Use `invisible-OK' argument for `org-end-of-subtree'.
   (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
   (org-beginning-of-item): Fix bug in regular expression for white line.
   (org-export-as-html): Enforce space after bullet in plain list items.
   (org-set-autofill-regexps): Require space after plain list bullet
   for paragraph-start.
   (org-ts-regexp3): New constant.
   (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
   (org-timestamp-up-day, org-timestamp-down-day)
   (org-timestamp-change): Work with inactive timestamps.
   (org-ts-regexp1): Don't allow brackets in time stamps.

2006-06-29  Nick Roberts  <nickrob@snap.net.nz>

   * lisp/help-mode.el (help-xref-symbol-regexp): Add property as a keyword
   for ignoring links.

   * lisp/faces.el (read-face-name): Use it.

2006-06-28  Juri Linkov  <juri@jurta.org>

   * lisp/buff-menu.el (list-buffers-noselect): Compare Info file
   with the string "dir" to detect Info directory.

   * lisp/complete.el (partial-completion-mode): In lambda for
   `choose-completion-string-functions' use full function signature
   with 4 args, and move point to the end of the minibuffer only if arg
   `mini-p' is non-nil.

2006-06-28  John Paul Wallington  <jpw@pobox.com>

   * lisp/ibuffer.el (ibuffer-mode): Doc fix.

2006-06-28  Carsten Dominik  <dominik@science.uva.nl>

   * lisp/textmodes/org.el (org-context): New contexts :item-bullet,
   :latex-fragment, :latex-preview.
   (org-overlays-at, org-overlay-start, org-overlay-end):
   New compatibility functions.
   (org-inside-LaTeX-fragment-p): More accurate matching, using the
   exact regexp that will be used during export.
   (org-latex-regexps): New variable.
   (org-cdlatex-mode): Improve advice for `texmathp'.
   (turn-on-org-cdlatex): New function.

2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>

   * lisp/term/mac-win.el (mac-handle-font-selection): Change keys of
   mac-atsu-font-table from strings to numbers.
   (mac-ts-caret-position): Use also when cursor-type is nil.
   (mac-ts-update-active-input-area): Add Mac OS Classic support.
   Relax condition for using overlay strings.
   Use mac-ts-caret-position face when cursor-type is nil.

2006-06-26  Kim F. Storm  <storm@cua.dk>

   * lisp/help.el (view-emacs-news): Declare `res' in the right let* form.

2006-06-25  Michael Albinus  <michael.albinus@gmx.de>

   * lisp/net/rcompile.el (remote-compile): Replace ange-ftp based
   implementation by Tramp functions.  Based on a patch published by
   Marc Abramowitz <msabramo@gmail.com>.

   * lisp/net/tramp.el (tramp-unload-tramp): Provide a doc string.

2006-06-24  Yoshinori Koseki  <kose@meadowy.org>

   * lisp/international/fontset.el (setup-default-fontset): Fix a typo in
   the "Oriya-Akruti" registry name.

2006-06-23  Lars Hansen  <larsh@soem.dk>

   * lisp/desktop.el (desktop-full-file-name): New function.
   (desktop-kill, desktop-save, desktop-remove, desktop-read)
   (desktop-revert): Use it.
   (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
   (desktop-after-read-hook): Add option list-buffers.
   (desktop-locals-to-save): Add tab-width.
   (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
   Fix docstring.

2006-06-23  Carsten Dominik  <dominik@science.uva.nl>

   * lisp/textmodes/org.el (org-cdlatex-mode-map)
   (org-cdlatex-texmathp-advice-is-done): New variables.
   (org-cdlatex-mode): New minor mode.
   (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
   (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
   (org-export-with-archived-trees): New option.
   (org-open-file): Remove the call to `convert-standard-filename'.
   (org-archive-tag, org-agenda-skip-archived-trees)
   (org-cycle-open-archived-trees)
   (org-sparse-tree-open-archived-trees): New options.
   (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
   (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
   New functions.
   (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
   (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
   (org-mode-map): Add binding for `org-toggle-archive-tag'.
   (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
   Call `org-prepare-agenda-buffers'.
   (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
   (org-file-apps, org-file-apps-defaults-gnu)
   (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
   Handle remote files by forcing them to be opened in Emacs.

2006-06-23  Andre Spiegel  <spiegel@gnu.org>

   * lisp/vc.el (vc-diff-knows-L): New variable.
   (vc-diff-internal): Use it to handle "diff" programs that don't
   understand -L.  This works automatically, no user action is necessary.

2006-06-23  Daniel Brockman  <daniel@brockman.se>

   * lisp/net/rcirc.el (rcirc-default-user-full-name): Default to
   `rcirc-default-user-name' instead of `rcirc-user-name' (which no
   longer exists).
   (rcirc-process-list): Check `buffer-live-p' before attempting to
   switch to a buffer.

2006-06-23  Ryan Yeske  <rcyeske@gmail.com>

   * lisp/net/rcirc.el (rcirc-mode): Fix initialization of coding systems
   based on rcirc-coding-system-alist.

2006-06-23  Martin Rudalics  <rudalics@gmx.at>

   * lisp/cus-edit.el (customize-apropos): A better error message.
   (top level) <debug-ignored-errors>: Extend and update the list of
   ignored error messages.

2006-06-23  Michael Ernst  <mernst@alum.mit.edu>

   * lisp/complete.el (PC-do-completion): Retain capitalization of user
   input, when possible, even if completion-ignore-case is set.

2006-06-23  Eli Zaretskii  <eliz@gnu.org>

   * lisp/generic-x.el (bat-generic-mode): Support .cmd files.

   * lisp/dos-w32.el (top level): Use find-file-not-found-functions
   instead of the obsolete find-file-not-found-hooks.

2006-06-22  Kim F. Storm  <storm@cua.dk>

   * lisp/progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
   to recognize mode name containing submodes, such as Grep/lw.

2006-06-21  Kim F. Storm  <storm@cua.dk>

   * lisp/simple.el (line-move-1): Check for move-end-of-line instead of
   end-of-line when setting temporary-goal-column.

2006-06-21  Miles Bader  <miles@gnu.org>

   * lisp/play/cookie1.el (cookie): Work properly when there's only one entry.

2006-06-21  Nick Roberts  <nickrob@snap.net.nz>

   * lisp/progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
   (gdb-frame-handler): Generalize frame regexp for templates.

2006-06-20  Glenn Morris  <rgm@gnu.org>

   * lisp/calendar/appt.el (appt-display-format): Default value must be
   one of the customize options.

2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>

   * lisp/term/xterm.el (terminal-init-xterm): Update key availability info.
   Bind C-return.

   * lisp/term.el (term-delete-lines, term-insert-lines): Clarify comments.

2006-06-20  Chong Yidong  <cyd@stupidchicken.com>

   * lisp/files.el (hack-local-variables): Run `hack-local-variables-hook'
   whether or not a local variables list is defined.

   * lisp/msb.el (msb): Move `sit-for' hack here to handle both
   "mouse-down and drag" and "mouse-up and select" situations.
   (mouse-select-buffer): Move `sit-for' hack to `msb'.

2006-07-07  Kenichi Handa  <handa@m17n.org>

   * lisp/international/mule-cmds.el (set-language-info): Fix synching
   with HEAD.
   (set-language-environment): Likewise.
   (standard-display-european-internal): Sync with HEAD.
   (set-language-environment-nonascii-translation): Fix synching with
   HEAD.
   (set-language-environment-fontset): Delete it.
   (set-language-environment-unibyte): Fix synching with HEAD.

2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-diary.el (gnus-user-format-function-d)
   (gnus-user-format-function-D): Autoload.

2006-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>

   * lisp/gnus/gnus-group.el (gnus-group-select-group): Doc fix.
   [ See 2004-05-19 change on the trunk. ]

2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.

2006-07-03  Bill Wohler  <wohler@newt.com>

   Release MH-E version 8.0.2.

   * lisp/mh-e/mh-e.el (Version, mh-version): Update for release 8.0.2.

2006-07-03  Ted Phelps  <phelps@gnusto.com>  (tiny change)

   * lisp/mh-e/mh-tool-bar.el (mh-tool-bar-define): Fix XEmacs' vector-list so
   it refers to the icons in mh-xemacs-icon-map instead of trying to
   declare the icons in situ. This allows mh-tool-bar.el to be
   compiled under XEmacs. Remove initial value for
   mh-tool-bar-folder-buttons, mh-tool-bar-show-buttons,
   mh-tool-bar-letter-buttons. The MH-E icons now appear in XEmacs.
   In mh-tool-bar-init, check for mh-xemacs-use-tool-bar-flag sooner.
   This allows MH-E to be used in XEmacs in a tty (closes SF
   #1506846).

2006-07-03  Bill Wohler  <wohler@newt.com>

   * lisp/mh-e/mh-e.el: Require mh-buffers and mh-compat before mh-xemacs now
   that mh-xemacs needs functions in mh-compat.

2006-06-29  Bill Wohler  <wohler@newt.com>

   * lisp/mh-e/mh-search.el (mh-search, mh-index-group-by-folder): Add "the" in
   loop construct to be consistent with other loops, and because
   edebug doesn't work without it.

2006-06-29  Ted Phelps  <phelps@gnusto.com>  (tiny change)

   * lisp/mh-e/mh-search.el (mh-folder-exists-p): Strip + from folder to avoid
   redundant +s in regexp (closes SF #1514424).

2006-06-29  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)

   * lisp/mh-e/mh-mime.el (mh-mime-save-parts): Add -store option to
   mhn (closes SF #1513140).

2006-06-20  Bill Wohler  <wohler@newt.com>

   Release MH-E version 8.0.1.

   * lisp/mh-e/mh-e.el (Version, mh-version): Update for release 8.0.1.

2006-07-05  Richard Stallman  <rms@gnu.org>

   * lispref/text.texi (Buffer Contents): Add example of text props
   in result of buffer-substring.
   (Text Properties): Explain better about use of specific property names.
   (Property Search): Some cleanups; reorder some functions.

   * lispref/keymaps.texi (Changing Key Bindings): Cleanup.
   Add xref to Key Binding Conventions.

   * lispref/display.texi (Attribute Functions): Add examples for
   face-attribute-relative-p.

   * lispref/tips.texi (Coding Conventions): Cleanup last change.

2006-07-05  Karl Berry  <karl@gnu.org>

   * lispref/elisp.texi: use @fonttextsize 10pt, a la emacs.texi.
   and remove @setchapternewpage odd.
   Result is 1013 pages, down from 1100.

   * lispref/anti.texi, lispref/customize.texi, lispref/display.texi,
   lispref/internals.texi, lispref/minibuf.texi, lispref/modes.texi lispref/tips.texi:
   fix overfull/underfull boxes.

2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>

   * lispref/edebug.texi (Instrumenting):
   Add Edebug-specific findex for eval-buffer.
   * lispref/loading.texi (Loading):
   Replace eval-current-buffer with eval-buffer.

2006-06-30  Nick Roberts  <nickrob@snap.net.nz>

   * lispref/locals.texi (Standard Buffer-Local Variables): Update the list
   of variables.

2006-06-26  Nick Roberts  <nickrob@snap.net.nz>

   * lispref/files.texi (File Name Completion): Point user to the node
   "Reading File Names".

2006-06-24  Eli Zaretskii  <eliz@gnu.org>

   * lispref/files.texi (Contents of Directories): Document case-insensitive
   behavior on respective filesystems.

   * lispref/objects.texi (Character Type): Document that Emacs signals an
   error for unsupported Unicode characters specified as \uNNNN.

2006-07-05  Richard Stallman  <rms@gnu.org>

   * man/faq.texi (Scrolling only one line): Fix xref.

2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>

   * man/building.texi (Lisp Eval):
   * man/faq.texi (Evaluating Emacs Lisp code):
   Throughout, replace eval-current-buffer with eval-buffer.

2006-07-05  Nick Roberts  <nickrob@snap.net.nz>

   * man/mule.texi (Coding Systems, Specify Coding): Link descriptions
   of character translation.

2006-07-04  Nick Roberts  <nickrob@snap.net.nz>

   * man/rmail.texi (Remote Mailboxes): Add missing @code keyword.

2006-07-03  Karl Berry  <karl@gnu.org>

   * man/emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
   not-too-underfull hboxes in the TeX output.
   * man/abbrevs.texi, man/buffers.texi, man/building.texi, man/calendar.texi,
   man/cmdargs.texi, man/custom.texi, man/dired.texi, man/macos.texi,
   man/maintaining.texi, man/misc.texi, man/mule.texi, man/programs.texi, man/rmail.texi,
   man/sending.texi, man/text.texi: fix overfull/underfull boxes.

2006-07-03  Romain Francoise  <romain@orebokech.com>

   * man/m-x.texi (M-x): Fix.

2006-07-03  Richard Stallman  <rms@gnu.org>

   * man/rcirc.texi (Scrolling conservatively): Fix xref.

   * man/pcl-cvs.texi (Viewing differences): Usage fix.

   * man/search.texi (Other Repeating Search): filename -> file name.

   * man/misc.texi (Narrowing): Minor cleanups.

   * man/files.texi (Visiting): filename -> file name.

   * man/emacs.texi (Top): Update subnode menus.

   * man/mule.texi (Coding Systems): Move char translation stuff here.
   (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
   (Recognize Coding): Substantial local rewrites.
   (International): Update menu.

   * man/display.texi (Auto Scrolling): New node, broken out of Scrolling.
   (Scrolling): Substantial local rewrites.
   (Display): Update menu and intro.

   * man/dired.texi: filename -> file name.

   * man/custom.texi (Safe File Variables): Texinfo usage fix.

2006-07-03  Ted Zlatanov  <tzz@lifelogs.com>

   * man/help.texi, man/m-x.texi: Lots of cleanups.

2006-07-03  Carsten Dominik  <dominik@science.uva.nl>

   * man/org.texi (Agenda commands): Document `s' key to save all org-mode
   buffers.

2006-06-30  Eli Zaretskii  <eliz@gnu.org>

   * man/msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
   (Windows Processes, Windows Misc): Shorten the printed version by
   selectively conditioning less important portions by @ifnottex.

2006-06-30  Ralf Angeli  <angeli@caeruleus.net>

   * man/pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
   names.  Mention `cvs-msg' face.

2006-06-29  Carsten Dominik  <dominik@science.uva.nl>

   * man/org.texi (Checkboxes): New section.

2006-06-28  Carsten Dominik  <dominik@science.uva.nl>

   * man/org.texi (Embedded LaTeX): Fix typos and implement small improvements
   throughout this chapter.

2006-06-27  Chong Yidong  <cyd@stupidchicken.com>

   * man/info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
   text for standalone vs Emacs info.
   (Help): Clarify header line description.  Use mouse-1 for clicks.
   (Help-P): Use mouse-1 for clicks.
   (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
   (Help-^L, Help-M, Help-Int, Search Index, Go to node)
   (Choose menu subtopic): Remove gratuitous Emacs command names.
   (Help-FOO): Put usual behavior first.
   (Help-Xref): Clicking on xrefs works in Emacs.
   (Search Text): Clarify what the default behavior is.
   (Create Info buffer): Fix Emacs window/X window confusion.
   (Emacs Info Variables): Fix for new Emacs init file behavior.

2006-06-27  Richard Stallman  <rms@gnu.org>

   * man/mini.texi (Minibuffer File): Minor cleanup.

2006-06-25  Nick Roberts  <nickrob@snap.net.nz>

   * man/frames.texi (XTerm Mouse) Rename to...
   (Text-Only Mouse): ...this.  Mention t-mouse-mode.

   * man/emacs.texi (Top): Use new node name.

2006-06-24  Eli Zaretskii  <eliz@gnu.org>

   * man/emacs.texi (Top): Update the detailed menu according to changes in
   msdog.texi.

   * man/msdog.texi (Windows Keyboard): New section.
   (Windows Mouse): New section.
   (Windows System Menu): Remove section (text merged with "Windows
   Keyboard").
   (Windows Misc): New section.

   * man/dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.

   * man/msdog.texi (ls in Lisp): New section.

   * man/files.texi (Visiting): Document case-insensitive wildcard matching
   under find-file-wildcards.

2006-06-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * man/gnus.texi (Summary Buffer Lines): Fix typo.

2006-06-23  Carsten Dominik  <dominik@science.uva.nl>

   * man/org.texi (Embedded LaTeX): New chapter.
   (Archiving): Section rewritten.
   (Enhancing text): Some parts moved to the new chapter about LaTeX.

2006-06-20  Bill Wohler  <wohler@newt.com>

   Release MH-E manual version 8.0.1.

   * man/mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
   release 8.0.1.
   (Preface): Depend on GNU mailutils 1.0 and higher.

2006-07-05  Chong Yidong  <cyd@stupidchicken.com>

   * src/insdel.c (prepare_to_modify_buffer): For an indirect buffer, do
   clash detection using the base buffer.

   * src/puresize.h (BASE_PURESIZE): Increment to 1210500.

2006-07-04  Kim F. Storm  <storm@cua.dk>

   * src/xterm.c (x_delete_display): Don't free or derefence NULL pointers.

2006-07-04  Kenichi Handa  <handa@m17n.org>

   * src/fontset.c (Fset_overriding_fontspec_internal): Check if we need
   to update Voverriding_fontspec_alist.

2006-07-03  Richard Stallman  <rms@gnu.org>

   * src/xfns.c (Fx_create_frame): Move unwind_create_frame setup down.

   * src/xfaces.c (Fface_attribute_relative_p): Doc fix.

   * src/textprop.c (Fget_char_property_and_overlay): Doc fix.

   * src/eval.c (Fdefvaralias): Doc fix.

2006-07-03  Kim F. Storm  <storm@cua.dk>

   * src/dispnew.c (sit_for): Fix preempt condition.

2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>

   * src/lread.c (read_filtered_event): Treat select-window just like
   switch-frame.

2006-07-02  Kim F. Storm  <storm@cua.dk>

   * src/xdisp.c (display_tool_bar_line): Skip glyphs which are too big
   to ever fit the tool-bar,
   (MAX_FRAME_TOOL_BAR_HEIGHT): New macro.
   (tool_bar_lines_needed): Use unused mode-line row as temp_row.
   (redisplay_tool_bar): Only clear desired matrix if we actually
   change the tool-bar window height.  Only try to make the tool-bar
   window bigger if there is actually room for it.

2006-06-30  Ralf Angeli  <angeli@caeruleus.net>

   * src/w32term.c (x_make_frame_visible): Use SystemParametersInfo with
   SPI_GETWORKAREA to find the dimensions of the screen work area,
   and adjust vertical position of the frame in order to avoid being
   covered by the task bar.

   * src/w32fns.c (w32_createwindow): Use CW_USEDEFAULT instead of
   f->left_pos and SH_SHOW instead of f->top_pos in the call to
   CreateWindow.  Record the actual position in f->left_pos and
   f->top_pos.

2006-06-30  John Paul Wallington  <jpw@pobox.com>

   * src/w32console.c (syms_of_ntterm) <w32-use-full-screen-buffer>:
   Doc fix - default value has changed.

2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>

   * src/mac.c [!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h.

   * src/macfns.c (Fx_create_frame): Apply 2006-06-24 change for xfns.c.

   * src/macgui.h (USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1.

   * src/macterm.c (Qeql): Add extern.
   (x_set_mouse_pixel_position) [MAC_OSX]: Use CGWarpMouseCursorPosition.
   (fm_style_face_attributes_alist) [USE_ATSUI]: New variable.
   (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
   Change keys of Vmac_atsu_font_table from strings to numbers.
   (fm_style_to_face_attributes) [USE_ATSUI]: New function.
   (init_font_name_table) [USE_ATSUI]: Use it.
   (saved_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
   (syms_of_macterm) [USE_MAC_TSM]: Initialize and staticpro it.
   [USE_MAC_TSM] (mac_tsm_resume): Restore script and language codes
   only when saved_ts_script_language_on_focus coincides with
   Vmac_ts_script_language_on_focus.
   [USE_MAC_TSM] (mac_tsm_suspend): Save value of
   Vmac_ts_script_language_on_focus to saved_ts_script_language_on_focus.
   (XTread_socket) [USE_MAC_TSM]: Add Mac OS Classic support.
   [USE_MAC_TSM] (mac_handle_text_input_event, init_tsm): Likewise.

2006-06-27  Chong Yidong  <cyd@stupidchicken.com>

   * src/editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)
   (Ffield_string_no_properties, Ffield_end): Mention
   args-out-of-range error condition in docstring.

2006-06-27  Kim F. Storm  <storm@cua.dk>

   * src/xdisp.c (handle_composition_prop): Set stop_charpos before push_it.

2006-06-25  Kim F. Storm  <storm@cua.dk>

   * src/s/gnu-linux.h (SIGNALS_VIA_CHARACTERS): Define for Linux kernel
   version 2.4 and later.

2006-06-24  Chong Yidong  <cyd@stupidchicken.com>

   * src/xfns.c (Fx_create_frame): Set font parameter directly instead of
   using x_default_parameter, since x_get_args clears the parm alist.

2006-06-24  Eli Zaretskii  <eliz@gnu.org>

   * src/dired.c (directory_files_internal) [WINDOWSNT]: Find files
   case-insensitively.

2006-06-24  Aidan Kehoe  <kehoea@parhasard.net>

   * src/lread.c (read_escape): When an unknown Unicode code point is
   encountered as a string or character escape, signal an error.

2006-06-23  Kim F. Storm  <storm@cua.dk>

   * src/.gdbinit (pitx): Dump iterator stack.

   * src/xdisp.c (handle_composition_prop): Push iterator on stack.
   (set_iterator_to_next): Pop iterator at end of composition.

2006-06-23  Martin Rudalics  <rudalics@gmx.at>

   * src/fileio.c (Frename_file) [DOS_NT]: Don't try to move directory to
   itself on DOS_NT platforms, if the old and new names are identical
   but for the letter-case.

2006-06-21  Kim F. Storm  <storm@cua.dk>

   * src/dispextern.h (struct it): Add `position' member to iterator stack.
   Rename `pos' member to `current'.  Rearrange and add comments.

   * src/xdisp.c (handle_stop): Set it->ignore_overlay_strings_at_pos_p
   if  we get any overlays.
   (set_cursor_from_row): Don't clobber `end' if we rescan from
   start_string.
   (push_it, pop_it): Save it->position.

2006-07-07  Kenichi Handa  <handa@m17n.org>

   * src/ftfont.c (ftfont_list): Fix typo.

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-20


Revision 1.43.4.20 - (view) (download) (annotate) - [select for diffs]
Thu Jul 6 08:59:37 2006 UTC (17 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.19: +2 -2 lines
Diff to previous 1.43.4.19 , to branch point 1.43
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 320-342)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - lisp/play/cookie1.el (cookie): Work properly when there's only one entry
   - Add note about "link" button-class to etc/TODO

 * gnus--rel--5.10  (patch 108-112)

   - Merge from emacs--devo--0
   - Clean up merge mistakes
   - Update from CVS
   - Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo.

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-86


Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Wed Jul 5 07:42:55 2006 UTC (17 years, 8 months ago) by ttn
Branch: MAIN
Changes since 1.76: +2 -2 lines
Diff to previous 1.76
Comment munging; nfc.


Revision 1.43.4.16.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Jun 13 07:12:40 2006 UTC (17 years, 9 months ago) by miles
Branch: unicode-xft
Changes since 1.43.4.16.2.1: +40 -28 lines
Diff to previous 1.43.4.16.2.1 , to branch point 1.43.4.16
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 274-299)

   - Update from CVS
   - Update etc/MORE.STUFF.
   - Merge from gnus--rel--5.10
   - Update from CVS: admin/FOR-RELEASE: Update refcard section.

 * emacs--unicode--0  (patch 62-69)

   - Merge from emacs--devo--0
   - Update from CVS

 * gnus--rel--5.10  (patch 101-104)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-5


Revision 1.32.2.27 - (view) (download) (annotate) - [select for diffs]
Wed May 17 14:47:11 2006 UTC (17 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.32.2.26: +40 -28 lines
Diff to previous 1.32.2.26 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 259-284)

   - Update from CVS
   - lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t
   - Merge from gnus--rel--5.10
   - Rename "field-at-point" to "field-at-pos"
   - (comint-insert-input): Remove redundant calls to setq and goto-char
   - Update etc/MORE.STUFF.

 * gnus--rel--5.10  (patch 99-101)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-21


Revision 1.43.4.19 - (view) (download) (annotate) - [select for diffs]
Wed May 17 07:46:43 2006 UTC (17 years, 10 months ago) by miles
Branch: emacs-unicode-2
CVS Tags: unicode-post-font-backend, unicode-pre-font-backend
Changes since 1.43.4.18: +40 -28 lines
Diff to previous 1.43.4.18 , to branch point 1.43
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 274-284)

   - Update from CVS
   - Update etc/MORE.STUFF.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 101)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-62


Revision 1.32.2.26 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:35:51 2006 UTC (17 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.32.2.25: +73 -27 lines
Diff to previous 1.32.2.25 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 239-258)

   - Update from CVS
   - (Ffield_beginning, find_field): Undo change of 2006-04-23.
   - Rcirc patch from Ryan Yeske
   - Merge from gnus--rel--5.10
   - Clean up lisp/gnus/ChangeLog a bit

 * gnus--rel--5.10  (patch 91-98)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-20


Revision 1.32.2.25 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:32:23 2006 UTC (17 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.32.2.24: +1 -0 lines
Diff to previous 1.32.2.24 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 206-225)

   - Update from CVS
   - Sync from erc--emacs--0
   - Merge from gnus--rel--5.10
   - Improve tq.el.
   - Update from CVS: src/puresize.h (PURESIZE_RATIO): Reduce to 10/6.

 * gnus--rel--5.10  (patch 81-85)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-18


Revision 1.32.2.24 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:24:46 2006 UTC (17 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.32.2.23: +135 -85 lines
Diff to previous 1.32.2.23 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 148-163)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Remove nick-abbrevs stuff from rcirc.el
   - rcirc.el update from Ryan Yeske

 * gnus--rel--5.10  (patch 57-61)

   - Copy/update icons from Gnus trunk
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-14


Revision 1.32.2.23 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:22:55 2006 UTC (17 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.32.2.22: +8 -5 lines
Diff to previous 1.32.2.22 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 135-147)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 49-56)

   - Merge from emacs--devo--0
   - Update from CVS
   - Update from CVS: Makefile.in (release-*): New targets.

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-13


Revision 1.32.2.22 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:19:28 2006 UTC (17 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.32.2.21: +10 -10 lines
Diff to previous 1.32.2.21 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 113-118)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 38-39)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-11


Revision 1.32.2.21 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:18:29 2006 UTC (17 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.32.2.20: +840 -802 lines
Diff to previous 1.32.2.20 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 97-112)

   - Update from CVS
   - Merge from erc--emacs--0
   - Update from CVS: src/regex.c (extend_range_table_work_area): Fix typo.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 37)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-10


Revision 1.32.2.20 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:04:48 2006 UTC (17 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.32.2.19: +1 -1 lines
Diff to previous 1.32.2.19 , to branch point 1.32
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 43-57)

   - Update from CVS
   - Merge from erc--emacs--0
   - Make constrain-to-field notice overlays
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 18-21)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-5


Revision 1.32.2.19 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:37:55 2006 UTC (17 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.32.2.18: +51 -31 lines
Diff to previous 1.32.2.18 , to branch point 1.32
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 649-674)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 157-168)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS
   - Update from CVS: texi/message.texi: Fix default values.

Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-61


Revision 1.32.2.18 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:28:16 2006 UTC (17 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.32.2.17: +494 -472 lines
Diff to previous 1.32.2.17 , to branch point 1.32
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 616-619)

   - Add lisp/mh-e/.arch-inventory
   - Update from CVS

Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-58


Revision 1.32.2.17 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:26:35 2006 UTC (17 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.32.2.16: +1479 -415 lines
Diff to previous 1.32.2.16 , to branch point 1.32
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 598-615)

   - Update from CVS
   - Remove lisp/toolbar directory
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 142-146)

   - Update from CVS

Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-57


Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Tue May 16 10:01:32 2006 UTC (17 years, 10 months ago) by rsteib
Branch: MAIN
Changes since 1.75: +26 -22 lines
Diff to previous 1.75
2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>

	* allout.el (allout-show-bodies, allout-old-style-prefixes)
	(allout-stylish-prefixes, allout-numbered-bullet)
	(allout-file-xref-bullet, allout-use-hanging-indents): Use simple
	predicates to qualify `safe-local-variable' property, when
	available, else use equivalent lambda.
	(allout-current-topic-collapsed-p): Do the right thing regarding
	trailing blank lines.


Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Fri May 12 15:45:09 2006 UTC (17 years, 10 months ago) by rsteib
Branch: MAIN
Changes since 1.74: +25 -17 lines
Diff to previous 1.74
2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>

	* allout.el: (allout-view-change-hook): Marked as being deprecated,
	to be replaced by `allout-exposure-change-hook'.
	(allout-exposure-change-hook): New, replacing
	`allout-view-change-hook'.
	(allout-flag-region): Run new hook `allout-exposure-change-hook',
	in addition to `allout-view-change-hook'.
        (allout-show-bodies, allout-old-style-prefixes)
	(allout-stylish-prefixes, allout-use-hanging-indents): Quote the
	lambda forms to prevent their showing up in variable help
	presentations as inscrutable byte-compiled code.
	(allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
	Use string-or-null-p to qualify safe-local-variable values.
	(allout-reindent-bodies): Use memq to qualify matches against
	valid safe-local-variable values.  Also, quote the lambda as above.
	(allout-use-mode-specific-leader): Add missing candidate-value
	symbols, use memq, and quote the lambda.
	(allout-overlay-interior-modification-handler): Remove unused
	variables `msg' and 'opened'.
	(allout-hidden-p): Constrain invisibility consideration to allout's
	invisibility spec, disregarding invisibility for other reasons.


Revision 1.43.4.16.2.1 - (view) (download) (annotate) - [select for diffs]
Fri May 12 08:30:28 2006 UTC (17 years, 10 months ago) by miles
Branch: unicode-xft
Changes since 1.43.4.16: +74 -27 lines
Diff to previous 1.43.4.16
Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-2

Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 204-273)

   - Update from CVS
   - Sync from erc--emacs--0
   - Merge from gnus--rel--5.10
   - Improve tq.el.
   - Update from CVS: src/puresize.h (PURESIZE_RATIO): Reduce to 10/6.
   - Update from CVS: lisp/progmodes/python.el (python-mode): Fix typo.
   - (Ffield_beginning, find_field): Undo change of 2006-04-23.
   - Rcirc patch from Ryan Yeske
   - Clean up lisp/gnus/ChangeLog a bit
   - lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t
   - Rename "field-at-point" to "field-at-pos"
   - (comint-insert-input): Remove redundant calls to setq and goto-char

 * emacs--unicode--0  (patch 56-60)

   - Merge from emacs--devo--0
   - Update from CVS

 * gnus--rel--5.10  (patch 81-100)

   - Update from CVS
   - Merge from emacs--devo--0


Revision 1.43.4.18 - (view) (download) (annotate) - [select for diffs]
Tue May 2 05:51:46 2006 UTC (17 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.17: +73 -27 lines
Diff to previous 1.43.4.17 , to branch point 1.43
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-58

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 239-258)

   - Update from CVS
   - (Ffield_beginning, find_field): Undo change of 2006-04-23.
   - Rcirc patch from Ryan Yeske
   - Merge from gnus--rel--5.10
   - Clean up lisp/gnus/ChangeLog a bit

 * gnus--rel--5.10  (patch 91-98)

   - Merge from emacs--devo--0
   - Update from CVS


Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Fri Apr 28 05:09:13 2006 UTC (17 years, 11 months ago) by eliz
Branch: MAIN
Changes since 1.73: +1 -1 lines
Diff to previous 1.73
Fix a typo in a doc string.


Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Wed Apr 26 21:54:51 2006 UTC (17 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.72: +73 -27 lines
Diff to previous 1.72
Remove local autoload declaration for
pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
(allout-show-bodies, allout-header-prefix, allout-primary-bullet)
(allout-plain-bullets-string, allout-distinctive-bullets-string)
(allout-use-mode-specific-leader, allout-old-style-prefixes)
(allout-stylish-prefixes, allout-numbered-bullet)
(allout-file-xref-bullet, allout-presentation-padding)
(allout-use-hanging-indents, allout-reindent-bodies): Mark as
safe-local-variable with suitable value spec, and add autoload
cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
(move-beginning-of-line, move-end-of-line): Repair so these compat
functions now actually resituate the point, when appropriate.


Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Wed Apr 26 05:36:12 2006 UTC (17 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.71: +3 -3 lines
Diff to previous 1.71
(allout-layout, allout-passphrase-verifier-string)
(allout-passphrase-hint-string): Tighten up a bit the safety predicate.


Revision 1.43.4.17 - (view) (download) (annotate) - [select for diffs]
Mon Apr 17 08:41:10 2006 UTC (17 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.16: +1 -0 lines
Diff to previous 1.43.4.16 , to branch point 1.43
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-56

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 204-225)

   - Update from CVS
   - Sync from erc--emacs--0
   - Merge from gnus--rel--5.10
   - Improve tq.el.
   - Update from CVS: src/puresize.h (PURESIZE_RATIO): Reduce to 10/6.

 * gnus--rel--5.10  (patch 81-85)

   - Update from CVS
   - Merge from emacs--devo--0


Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Thu Apr 13 10:44:37 2006 UTC (17 years, 11 months ago) by eliz
Branch: MAIN
Changes since 1.70: +1 -0 lines
Diff to previous 1.70
(allout-layout): Autoload its `safe-local-variable' property.


Revision 1.43.4.16 - (view) (download) (annotate) - [select for diffs]
Sun Mar 19 19:43:51 2006 UTC (18 years ago) by miles
Branch: emacs-unicode-2
Branch point for: unicode-xft
Changes since 1.43.4.15: +135 -85 lines
Diff to previous 1.43.4.15 , to branch point 1.43
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-46

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 157-163)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 58-61)

   - Update from CVS


Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Wed Mar 15 03:14:15 2006 UTC (18 years ago) by teirllm
Branch: MAIN
Changes since 1.69: +135 -85 lines
Diff to previous 1.69
* allout.el: Increment version to 2.2.1 in file commentary.
(allout-version): Increment to 2.2.1.
(allout-default-layout): New customization variable, used when the
file lacks a specific allout-layout.  Uses allout-layout-type for
recursively nested definition.
(allout-layout-type): Widget defining allout layouts, necessary for
self-recursive definition.
(allout-mode): Incorporate allout-default-layout as fallback for
allout-layout.
(allout-layout): Mark as 'safe-local-variable', and refer mention
fallback to `allout-default-layout' in absence of a specified value.
(allout-passphrase-verifier-string)
(allout-passphrase-hint-string): Mark as 'safe-local-variable'.
(allout-file-passphrase-verifier-string): Obsolete variable, removed.
(allout-get-encryption-passphrase-verifier): Use correct name of
passphrase verifier in docstring.

From Ken Manheimer.


Revision 1.43.4.15 - (view) (download) (annotate) - [select for diffs]
Thu Mar 9 07:15:30 2006 UTC (18 years ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.14: +8 -5 lines
Diff to previous 1.43.4.14 , to branch point 1.43
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-40

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 135-143)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 49-55)

   - Merge from emacs--devo--0
   - Update from CVS
   - Update from CVS: Makefile.in (release-*): New targets.


Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Fri Mar 3 11:37:54 2006 UTC (18 years, 1 month ago) by eliz
Branch: MAIN
Changes since 1.68: +8 -5 lines
Diff to previous 1.68
Restablished intermediate missing comment header to preserve outline structure.
(allout-beginning-of-current-entry): Wasn't skipping invisible text - fixed.
(allout-open-topic): Was failing when opening a topic at end-of-buffer - fixed.
(allout-minor-mode): Moved nearer to allout-mode function.


Revision 1.43.4.14 - (view) (download) (annotate) - [select for diffs]
Fri Feb 24 08:08:56 2006 UTC (18 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.13: +10 -10 lines
Diff to previous 1.43.4.13 , to branch point 1.43
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-23

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 113-118)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 38-39)

   - Update from CVS


Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Thu Feb 23 16:37:46 2006 UTC (18 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.67: +10 -10 lines
Diff to previous 1.67
Add 2006 copyright.


Revision 1.43.4.13 - (view) (download) (annotate) - [select for diffs]
Wed Feb 22 06:54:04 2006 UTC (18 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.12: +840 -802 lines
Diff to previous 1.43.4.12 , to branch point 1.43
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-21

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 97-112)

   - Update from CVS
   - Merge from erc--emacs--0
   - Update from CVS: src/regex.c (extend_range_table_work_area): Fix typo.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 37)

   - Update from CVS


Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Fri Feb 17 11:01:50 2006 UTC (18 years, 1 month ago) by eliz
Branch: MAIN
Changes since 1.66: +7 -5 lines
Diff to previous 1.66
(allout-hidden-p): Move this defsubts before
allout-overlay-interior-modification-handler, where it is first used.


Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Fri Feb 17 10:52:30 2006 UTC (18 years, 1 month ago) by eliz
Branch: MAIN
Changes since 1.65: +837 -801 lines
Diff to previous 1.65
Use allout invisible-text overlays instead of
selective display for concealed text.  Also, lots of general
cleanup, and improved compatibility code.
(allout-version) Incremented, corrected, revised, and refined
module commentary.
(provide 'allout): Moved to the bottom, added a require of overlay.
(allout-encrypt-unencrypted-on-saves): Defaults to t instead of
`except-current'.
(allout-write-file-hook-handler): Minimize delay.
(count-trailing-whitespace-region): New function so
auto-encryption of current topic can resituate cursor exactly.
PGP/GPG encryption trims trailing whitespace from lines, which
must be accounted for across encryption then decryption.
(allout-command-prefix): Now defaults to "\C-c<space>" rather than
just plain "\C-c", to avoid intruding on user's keybinding space.
(allout-toggle-current-subtree-encryption): Pass along fetch-pass
parameter, so user request to provide a new password is done.
(allout-outside-normal-auto-fill-function, allout-auto-fill):
Refined mechanism for auto-filling behavior while in allout mode.
(allout-mode): Explicitly specify the mode map in the docstring.
Clarify provision for various write-file hook var names.
Adjusted for invisible-text overlays instead of	selective-display.
(allout-depth): Really return 0 if not within any topic.  This
rectifies `allout-beginning-of-level' and sequence numbering
errors that occur when cutting and pasting numbered topics.
Changed from a in-line subst to a regular function, as well.
(allout-pre-next-prefix): Renamed from allout-pre-next-preface.
(allout-end-of-subtree, allout-end-of-subtree)
(allout-end-of-entry, allout-end-of-current-heading)
(allout-next-visible-heading, allout-open-topic, allout-show-entry)
(allout-show-children, allout-show-to-offshoot)
(allout-hide-current-entry, allout-show-current-entry): Rectified
handling of trailing blank lines between items.
(allout-line-boundary-regexp, set-allout-regexp, allout-depth)
(allout-current-depth, allout-unprotected, allout-hidden-p)
(allout-on-current-heading-p, allout-listify-exposed)
(allout-chart-subtree, allout-goto-prefix)
(allout-back-to-current-heading, allout-get-body-text)
(allout-snug-back, allout-flag-current-subtree, allout-show-all)
(allout-hide-region-body, allout-toggle-subtree-encryption)
(allout-encrypt-string, allout-encrypted-key-info)
(allout-next-topic-pending-encryption, allout-encrypt-decrypted)
(allout-file-vars-section-data): Adjusted for use with
invisible-text overlays instead of selective-display.
(allout-kill-line, allout-kill-topic, allout-yank-processing):
Reworked for use with invisible text overlays.
(allout-current-topic-collapsed-p): New function.
(allout-hide-current-subtree): Use allout-current-topic-collapsed-p
to know when to close the containing topic.
(allout-pre-command-business, allout-post-command-business):
Simplify undo-batching and dynamic isearch exposure.
(allout-set-overlay-category): New for invisible-text overlays.
Sets properties of allout-overlay-category, used by
allout-flag-region to set invisible-text overlay properties.
(allout-get-invisibility-overlay): Get the first qualifying
invisibility overlay, so we can find the extent of it.
(allout-back-to-visible-text): Get to just before the beginnining
of the current invisibility overlay, if any.
(allout-overlay-insert-in-front-handler)
(allout-overlay-interior-modification-handler)
(allout-before-change-handler, allout-isearch-end-handler): New
functions to handle extraordinary actions affecting concealed
text.
(allout-flag-region): Use overlays instead of selective-display
for invisible text - by inheritence from the properties of
allout-overlay-category in mainline emacs, and applied
property-by-property in xemacs, some recent versions of which
don't inherit the properties from the category.  Provisions to
respond to concealed-text edits simplified drastically.
(allout-isearch-rectification, allout-isearch-was-font-lock)
(allout-isearch-expose, allout-enwrap-isearch)
(allout-isearch-abort, allout-pre-was-isearching)
(allout-isearch-prior-pos, allout-isearch-did-quit)
(allout-isearch-dynamic-expose)
(allout-hide-current-entry-completely): Functions deleted.
(allout-undo-aggregation): Explicit undo aggregation no longer
necessary due to transition away from selective-display.
(set-allout-regexp, allout-up-current-level)
(allout-next-visible-heading, allout-forward-current-level)
(allout-open-topic, allout-reindent-body, allout-rebullet-topic)
(allout-kill-line, allout-yank-processing, allout-show-children)
(allout-expose-topic, allout-old-expose-topic)
(allout-listify-exposed, allout-insert-latex-header)
(allout-toggle-subtree-encryption, allout-encrypt-string)
(remove-from-invisibility-spec, allout-hide-current-subtree):
Ditched unused variables.


Revision 1.43.4.12 - (view) (download) (annotate) - [select for diffs]
Wed Feb 8 04:24:38 2006 UTC (18 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.11: +1 -1 lines
Diff to previous 1.43.4.11 , to branch point 1.43
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 43-57)

   - Update from CVS
   - Merge from erc--emacs--0
   - Make constrain-to-field notice overlays
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 18-21)

   - Update from CVS
   - Merge from emacs--devo--0


Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Mon Feb 6 14:33:31 2006 UTC (18 years, 1 month ago) by ttn
Branch: MAIN
Changes since 1.64: +1 -1 lines
Diff to previous 1.64
Update years in copyright notice; nfc.


Revision 1.52.2.3 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 08:24:33 2006 UTC (18 years, 2 months ago) by jhd
Branch: XFT_JHD_BRANCH
Changes since 1.52.2.2: +2 -0 lines
Diff to previous 1.52.2.2 , to branch point 1.52 , to next main 1.118
clean up merge


Revision 1.43.4.11 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 08:36:47 2006 UTC (18 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.10: +542 -500 lines
Diff to previous 1.43.4.10 , to branch point 1.43
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 616-696)

   - Add lisp/mh-e/.arch-inventory
   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords.
   - lisp/gnus/ChangeLog: Remove duplicate entry

 * gnus--rel--5.10  (patch 147-181)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0
   - Update from CVS: lisp/mml.el (mml-preview): Doc fix.
   - Update from CVS: texi/message.texi: Fix default values.
   - Update from CVS: texi/gnus.texi (RSS): Addition.


Revision 1.43.4.10 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 06:59:10 2006 UTC (18 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.9: +1479 -415 lines
Diff to previous 1.43.4.9 , to branch point 1.43
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 598-615)

   - Update from CVS
   - Remove lisp/toolbar directory
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 142-146)

   - Update from CVS


Revision 1.39.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 00:03:13 2006 UTC (18 years, 2 months ago) by enberg
Branch: rmail-mbox-branch
Changes since 1.39: +1521 -508 lines
Diff to previous 1.39 , to next main 1.118
sync with trunk


Revision 1.52.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Jan 12 10:24:52 2006 UTC (18 years, 2 months ago) by jhd
Branch: XFT_JHD_BRANCH
Changes since 1.52.2.1: +1533 -474 lines
Diff to previous 1.52.2.1 , to branch point 1.52
Update from HEAD


Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Fri Dec 2 14:09:53 2005 UTC (18 years, 4 months ago) by eliz
Branch: MAIN
Changes since 1.63: +51 -31 lines
Diff to previous 1.63
(eval-when-compile): Remove unnecessary load of 'cl.  Add fset of
allout-real-isearch-abort during compile to alleviate unnecessary
byte-compilation warnings.
(allout-mode-p): Move definition of this macro above all uses, or
byte compilation in barren emacs (eg, during emacs build) will
lack the definition.
(allout-mode): Move this variable above any uses, or byte
compilation will fail.
(allout-resolve-xref): Remove use of personal file-reference
function.
(allout-toggle-current-subtree-encryption): Do the current (ie,
visible containing) topic, rather than nearest around point.
Doc fix.
(allout-toggle-subtree-encryption): New function, workhorse that
works on nearest topic containing point.
(allout-encrypt-string): Signal requirement for newer version of pgg.
(allout-resumptions): Doc fix.


Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Sun Oct 23 08:23:25 2005 UTC (18 years, 5 months ago) by eliz
Branch: MAIN
Changes since 1.62: +494 -472 lines
Diff to previous 1.62
Increment version number to 2.1, and use a literal
rather than RCS $Id$.  Remove autoloads for mailcrypt and crypt++.
Require pgg, pgg-gpg during compilation.
(allout-version): Increment version number to 2.1, and use a literal
rather than RCS $Id$.
(allout-default-encryption-scheme): Removed.
(allout-passphrase-verifier-handling): Renamed from
allout-key-verifier-handling.
(allout-passphrase-verifier-string): Renamed from allout-key-verifier-string.
(allout-file-passphrase-verifier-string): Renamed from
allout-file-key-verifier-string.
(allout-enable-file-variable-adjustment): Simplified.
(allout-passphrase-hint-handling): Renamed from
allout-key-hint-handling and simplified.
(allout-passphrase-hint-string): Renamed from allout-key-hint-string.
(allout-init): Use `find-file-hook' if available, otherwise `find-file-hooks'.
(allout-mode): Use `write-file-functions' if available, otherwise
`local-write-file-hooks' and, instead of making auto-save-hook
buffer local, make the write-file-hook activity contingent to allout-mode.
(allout-mode): Use key-binding substitution placeholders in the docstring.
(allout-kill-line): Spell-out kill ring data structure mutation
instead of using byte-compiler-complaint-provoking `pop'.
(allout-insert-listified): Use `insert' rather than `insert-string'
(allout-toggle-current-subtree-encryption): Updated docstring,
adjust to new gpp-based encryption, use new `allout-encrypted-topic-p'.
(allout-encrypt-string): Totally revamped vis new underlying encryption
facilities.
(allout-mc-activate-passwd): Removed.
(allout-obtain-passphrase): New, more or less replaces
allout-mc-activate-passwd.
(allout-encrypted-key-info): More or less replaces allout-encrypted-text-type.
(outlineify-sticky, outlinify-sticky): Add autoload cookie.
(my-mark-marker): Use `(featurep 'xemacs)' to distinguish between Emacs and
XEmacs.


Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Thu Oct 20 14:59:51 2005 UTC (18 years, 5 months ago) by eliz
Branch: MAIN
Changes since 1.61: +1480 -416 lines
Diff to previous 1.61
Add autoloads of crypt++ and mailcrypt routines, all for encryption
functionality.
allout customization subgroup now positioned in `outlines' group
instead of prior `editing' group.
(allout-encrypt-string, allout-encryption-produce-work-buffer)
(allout-encrypted-topic-p, allout-encrypted-text-type)
(allout-mc-activate-passwd, allout-create-encryption-key-verifier)
(allout-situate-encryption-key-verifier)
(allout-get-encryption-key-verifier, allout-verify-key)
(allout-next-topic-pending-encryption)
(allout-encrypt-decrypted, allout-encrypted-type-prefix): New
functions.
(outline-topic-encryption-bullet, outline-default-encryption-scheme)
(outline-key-verifier-handling, outline-key-hint-handling)
(outline-encrypt-unencrypted-on-saves): New defcustoms.
(allout-file-key-verifier-string, allout-encryption-scheme)
(allout-key-verifier-string, allout-key-hint-string)
(allout-after-save-decrypt): New variables.
(allout-write-file-hook-handler, allout-auto-save-hook-handler)
(allout-after-saves-handler): New hook functions.
(allout-post-command-business): Do allout-after-save-decrypt.
(allout-enable-file-variable-adjustment): Custom var to enable
mechanism for adding and adjusting settings of Emacs file variables.
(allout-adjust-file-variable, allout-file-vars-section-data): New
functions, implement the mechanism.
(outlineify-sticky): Use the file vars mechanism.
(allout-inhibit-protection, allout-during-write-cue)
(allout-override-protect, allout-before-change-protect): Removed.
(allout-flag-region, allout-open-topic): Revised to adjust
read-only text.
(allout-open-line-not-read-only): Added to facilitate read-only
text based protection.
(allout-kill-line): Revised to adjust read-only text, clue the
user about the inhibition.
(allout-unprotected): Robustified with an unwind-protect.
(allout-shift-in, allout-shift-out): Disallow manually shifting a
topic deeper than the offspring depth of the previous topic -
avoiding confusing "containment discontinuities".
(allout-reindent-bodies): Fixed retention of body relative hanging
indent during promotion of collapsed bodies.
(allout-open-topic): Made it easy to open new topic with same
bullet as current topic - topic creation functions provided with
any universal argument provokes now prompt for bullet, defaulting
to the bullet of the previous topic.
(allout-plain-bullets-string, allout-distinctive-bullets-string):
Plain bullet alternates '.' period and ',' comma only.  All other
bullets are relegated to special status (but customizable).
(allout-end-of-entry): Renamed from 'allout-end-of-current-entry
since it actually operates w.r.t. most immediately containing
entry, visible or not.
(allout-hide-current-entry, allout-show-current-entry): Use the
revised version.
(allout-old-expose-topic): Solidify deprecation.
(allout-end-of-subtree): Added, so we can span concealed as well
as visible topics.
(allout-end-of-current-subtree): Use `allout-end-of-subtree'.
(allout-end-of-current-heading): Tweaked to just respect the first
line.
(allout-get-body-text): Added.
(allout-ascend-to-depth, allout-ascend): Position at end of prefix
when invoked interactively.
(allout-up-current-level): Use `interactive-p'.
(allout-mode, allout-init): Miscellaneous docstring and
operational refinements, as well as hookups of new encryption stuff.
(allout-beginning-of-current-entry): Now works as advertised.
(allout-end-of-current-entry): Relieved of superfluous
allout-show-entry.
(allout-isearch-rectification): Refine condition for isearching
(allout-isearch-abort, allout-enwrap-isearch).
(allout-flag-region, my-region-active-p): Relocated some macros.
(allout-title): Fallback title is '(buffer-name)', not
non-existing '(current-buffer-name)'.
(subst-char-in-string): Define if absent (for some XEmacs versions).
Corrected commentary 'keywords' to legitimate ones.
Updated comentary author info (using my current email address,
obscurified).


Revision 1.32.2.16 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:24:22 2005 UTC (18 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.32.2.15: +2 -1 lines
Diff to previous 1.32.2.15 , to branch point 1.32
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-47

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 514-518)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 104-105)

   - Update from CVS


Revision 1.32.2.15 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:10:48 2005 UTC (18 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.32.2.14: +11 -58 lines
Diff to previous 1.32.2.14 , to branch point 1.32
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-44

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 485-492)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 92-94)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.32.2.14 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:07:26 2005 UTC (18 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.32.2.13: +30 -29 lines
Diff to previous 1.32.2.13 , to branch point 1.32
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-43

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 474-484)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 88-91)

   - Merge from emacs--cvs-trunk--0
   - Update FSF's address in GPL notices
   - Update from CVS


Revision 1.32.2.13 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:00:52 2005 UTC (18 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.32.2.12: +2 -2 lines
Diff to previous 1.32.2.12 , to branch point 1.32
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-42

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 459-473)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 86-87)

   - Update from CVS


Revision 1.43.4.9 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 09:49:04 2005 UTC (18 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.8: +2 -1 lines
Diff to previous 1.43.4.8 , to branch point 1.43
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 514-518)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 104-105)

   - Update from CVS


Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Sat Aug 6 22:13:41 2005 UTC (18 years, 7 months ago) by ttn
Branch: MAIN
Changes since 1.60: +2 -1 lines
Diff to previous 1.60
Update years in copyright notice; nfc.


Revision 1.43.4.8 - (view) (download) (annotate) - [select for diffs]
Fri Jul 22 08:27:17 2005 UTC (18 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.7: +11 -58 lines
Diff to previous 1.43.4.7 , to branch point 1.43
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 485-492)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 92-94)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Mon Jul 18 20:24:14 2005 UTC (18 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.59: +1 -1 lines
Diff to previous 1.59
(allout-before-change-protect): Fix error message.


Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Mon Jul 18 18:47:54 2005 UTC (18 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.58: +1 -1 lines
Diff to previous 1.58
(allout-isearch-expose): Use isearch-mode-end-hook-quit,
not isearch-mode-end-hook-error.


Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Mon Jul 18 15:15:19 2005 UTC (18 years, 8 months ago) by jurta
Branch: MAIN
Changes since 1.57: +1 -1 lines
Diff to previous 1.57
(allout-mode): Delete duplicate words.


Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Mon Jul 18 09:03:05 2005 UTC (18 years, 8 months ago) by lektu
Branch: MAIN
Changes since 1.56: +3 -4 lines
Diff to previous 1.56
(allout-resolve-xref): Fix typos in error strings.
(allout-before-change-protect): Remove unneeded `concat'.


Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Sat Jul 16 19:15:06 2005 UTC (18 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.55: +7 -53 lines
Diff to previous 1.55
(allout-isearch-did-quit): Variable deleted.
(allout-real-isearch-abort): Function name no longer used.
(allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
(allout-isearch-rectification): isearch-mode always exists.
Don't set allout-isearch-did-quit.
(allout-isearch-expose): Check isearch-mode-end-hook-error, not
allout-isearch-did-quit.
(allout-enwrap-isearch): Just add the hook.
(allout-isearch-abort): Function deleted.
(allout-pre-command-business): Avoid warning.


Revision 1.43.4.7 - (view) (download) (annotate) - [select for diffs]
Thu Jul 14 08:01:32 2005 UTC (18 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.6: +30 -29 lines
Diff to previous 1.43.4.6 , to branch point 1.43
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 474-484)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 88-91)

   - Merge from emacs--cvs-trunk--0
   - Update FSF's address in GPL notices
   - Update from CVS


Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Wed Jul 13 10:15:39 2005 UTC (18 years, 8 months ago) by lektu
Branch: MAIN
Changes since 1.54: +30 -29 lines
Diff to previous 1.54
(my-mark-marker, allout-isearch-prior-pos, allout-unprotected,
allout-undo-aggregation, allout-snug-back, allout-post-command-business,
allout-flag-region, isearch-reenable-font-lock, allout-yank,
allout-insert-latex-header, allout-insert-latex-trailer,
allout-latex-verbatim-quote-curr-line, allout-latexify-exposed,
allout-latex-verb-quote): Fix typos in docstrings.
(allout-enwrap-isearch, regexp-sans-escapes): Doc fix.
(allout-unprotected, allout-prefix-data): Improve argument/docstring
consistency.
(allout-chart-subtree): Fix argument spec.
(allout-open-topic): Rename `use_sib_bullet' argument to `use-sib-bullet'.
Doc fix.


Revision 1.43.4.6 - (view) (download) (annotate) - [select for diffs]
Thu Jul 7 12:39:19 2005 UTC (18 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.5: +2 -2 lines
Diff to previous 1.43.4.5 , to branch point 1.43
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 459-473)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 86-87)

   - Update from CVS


Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Mon Jul 4 23:08:52 2005 UTC (18 years, 8 months ago) by lute
Branch: MAIN
Changes since 1.53: +2 -2 lines
Diff to previous 1.53
Update FSF's address.


Revision 1.52.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jun 6 08:35:32 2005 UTC (18 years, 9 months ago) by jhd
Branch: XFT_JHD_BRANCH
Changes since 1.52: +3 -16 lines
Diff to previous 1.52
Merged from HEAD


Revision 1.32.2.12 - (view) (download) (annotate) - [select for diffs]
Thu May 5 00:28:50 2005 UTC (18 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.32.2.11: +3 -16 lines
Diff to previous 1.32.2.11 , to branch point 1.32
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-30

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 272-286)

   - src/xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 67)

   - Update from CVS


Revision 1.43.4.5 - (view) (download) (annotate) - [select for diffs]
Thu May 5 00:04:41 2005 UTC (18 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.4: +3 -16 lines
Diff to previous 1.43.4.4 , to branch point 1.43
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 272-288)

   - src/xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 67)

   - Update from CVS


Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Sun May 1 13:43:20 2005 UTC (18 years, 11 months ago) by nickrob
Branch: MAIN
Changes since 1.52: +3 -16 lines
Diff to previous 1.52
(allout-exposure): Remove macro and obsolete declaration.
Remove references to allout-exposure/change to allout-new-exposure.


Revision 1.32.2.11 - (view) (download) (annotate) - [select for diffs]
Sun Feb 13 11:59:44 2005 UTC (19 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.32.2.10: +1 -1 lines
Diff to previous 1.32.2.10 , to branch point 1.32
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-10

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-82
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-83
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-89
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-90
   Update from CVS: man/calc.texi: Add macro for LaTeX for info output.

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-91
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-94
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-12
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-13
   Update from CVS


Revision 1.43.4.4 - (view) (download) (annotate) - [select for diffs]
Sun Feb 13 07:19:01 2005 UTC (19 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.3: +1 -1 lines
Diff to previous 1.43.4.3 , to branch point 1.43
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-13

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-83
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-89
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-90
   Update from CVS: man/calc.texi: Add macro for LaTeX for info output.

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-91
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-94
   Update from CVS


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Wed Feb 9 15:50:43 2005 UTC (19 years, 1 month ago) by kfstorm
Branch: MAIN
CVS Tags: XFT_JHD_BRANCH_base
Branch point for: XFT_JHD_BRANCH
Changes since 1.51: +1 -1 lines
Diff to previous 1.51
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.


Revision 1.32.2.10 - (view) (download) (annotate) - [select for diffs]
Thu Nov 4 13:12:41 2004 UTC (19 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.32.2.9: +27 -34 lines
Diff to previous 1.32.2.9 , to branch point 1.32
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-73

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-651
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-655
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-656
   Update from CVS: lisp/man.el (Man-xref-normal-file): Fix help-echo.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-657
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-658
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-659
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-660
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-661
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-667
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-64
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-68
   Update from CVS


Revision 1.43.4.3 - (view) (download) (annotate) - [select for diffs]
Thu Nov 4 08:55:37 2004 UTC (19 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.2: +27 -34 lines
Diff to previous 1.43.4.2 , to branch point 1.43
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-69

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-643
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-649
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-650
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-651
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-655
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-656
   Update from CVS: lisp/man.el (Man-xref-normal-file): Fix help-echo.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-657
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-658
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-659
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-660
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-661
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-667
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-61
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-68
   Update from CVS


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Mon Nov 1 07:32:17 2004 UTC (19 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.50: +28 -35 lines
Diff to previous 1.50
(allout group): Add :version.
(allout-init): Don't use interactive-p.
(allout-ascend-to-depth, allout-ascend, allout-end-of-level)
(allout-forward-current-level, allout-backward-current-level):
Don't use interactive-p.


Revision 1.32.2.9 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 09:23:23 2004 UTC (19 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.32.2.8: +93 -96 lines
Diff to previous 1.32.2.8 , to branch point 1.32
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-35

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-324
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-327
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-328
   Update from CVS: src/.gdbinit (xsymbol): Fix last change.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-329
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-338
   Update from CVS


Revision 1.43.4.2 - (view) (download) (annotate) - [select for diffs]
Mon Jun 28 07:28:26 2004 UTC (19 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.43.4.1: +109 -137 lines
Diff to previous 1.43.4.1 , to branch point 1.43
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-218
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-220
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-221
   Restore deleted tagline in etc/TUTORIAL.ru

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-222
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-228
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-229
   Remove TeX output files from the archive

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-230
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-247
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-248
   src/lisp.h (CYCLE_CHECK): Macro moved from xfaces.c

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-249
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-256
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-258
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-263
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-264
   Update from CVS: lispref/display.texi: emacs -> Emacs.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-265
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-274
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-275
   Update from CVS: man/makefile.w32-in: Revert last change

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-276
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-295
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-296
   Allow restarting an existing debugger session that's exited

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-297
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-299
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-300
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-327
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-328
   Update from CVS: src/.gdbinit (xsymbol): Fix last change.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-329
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-344
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-345
   Tweak source regexps so that building in place won't cause problems

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-346
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-351
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-352
   Update from CVS: lisp/flymake.el: New file.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-353
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-361
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-362
   Support " [...]" style defaults in minibuffer-electric-default-mode

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-363
   (read-number): Use canonical format for default in prompt.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-364
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-367
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-368
   Improve display-supports-face-attributes-p on non-ttys

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-369
   Rewrite face-differs-from-default-p

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-370
   Move `display-supports-face-attributes-p' entirely into C code

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-371
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-372
   Simplify face-differs-from-default-p; don't consider :stipple.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-373
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-374
   (tty_supports_face_attributes_p): Ensure attributes differ from default

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-375
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-376
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-377
   (Fdisplay_supports_face_attributes_p): Work around bootstrapping problem

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-378
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-380
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-381
   Face merging cleanups

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-382
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-384
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-385
   src/xfaces.c (push_named_merge_point): Return 0 if a cycle is detected

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-386
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-395
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396
   Tweak arch tagging to make build/install-in-place less annoying

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-397
   Work around vc-arch problems when building eshell

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-398
   Tweak permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-399
   Tweak directory permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-400
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-401
   More build-in-place tweaking of arch tagging

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-402
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-403
   Yet more build-in-place tweaking of arch tagging

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-404
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-409
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-410
   Make sure image types are initialized for lookup too

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-411
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-416
   Update from CVS


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Fri May 21 18:10:21 2004 UTC (19 years, 10 months ago) by lektu
Branch: MAIN
CVS Tags: after-merge-gnus-5_10, before-merge-gnus-5_10, gnus-5_10-branchpoint, gnus-5_10-post-merge-josefsson, gnus-5_10-post-merge-yamaoka, gnus-5_10-pre-merge-josefsson, gnus-5_10-pre-merge-yamaoka
Branch point for: gnus-5_10-branch
Changes since 1.49: +94 -97 lines
Diff to previous 1.49
(allout-chart-subtree, allout-rebullet-topic-grunt): Don't mention in the
docstring these arguments meant for internal (recursive) use only.
(allout-char-spec): Comment out (it's not implemented).
(allout-old-expose-topic, allout-exposure): Fix docstring and add obsolescence
declaration.
(allout-flatten-exposed-to-buffer, allout-indented-exposed-to-buffer): Fix typos
in docstring.
(my-mark-marker): Doc fix.
(produce-allout-mode-map, allout-sibling-index, allout-isearch-expose)
(allout-distinctive-bullet, allout-open-topic, allout-reindent-body)
(allout-rebullet-heading, allout-process-exposed, allout-insert-listified)
(allout-latex-verb-quote, allout-insert-latex-header)
(allout-insert-latex-trailer): Make arguments match their use in
docstring.
(allout-primary-bullet, allout-old-style-prefixes, allout-inhibit-protection)
(allout-init, allout-mode, allout-before-change-protect, allout-flag-region):
Use "Emacs" instead of "emacs" in docstrings.


Revision 1.32.2.8 - (view) (download) (annotate) - [select for diffs]
Tue Apr 27 14:08:28 2004 UTC (19 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.32.2.7: +16 -41 lines
Diff to previous 1.32.2.7 , to branch point 1.32
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-27

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-215
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-220
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-221
   Restore deleted tagline in etc/TUTORIAL.ru

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-222
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-228
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-229
   Remove TeX output files from the archive

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-230
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-239
   Update from CVS


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Sat Apr 17 19:53:58 2004 UTC (19 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.48: +16 -41 lines
Diff to previous 1.48
(allout-mode-exposure-menu, allout-mode-editing-menu):
(allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
(allout-prior-bindings, allout-added-bindings): Defvars deleted.
(allout-init): Use find-file-hook, not find-file-hooks.
(allout-mode): Eliminate Emacs 18 support.
Use write-contents-functions, not local-write-file-hooks.


Revision 1.43.4.1 - (view) (download) (annotate) - [select for diffs]
Fri Apr 16 12:49:47 2004 UTC (19 years, 11 months ago) by handa
Branch: emacs-unicode-2
CVS Tags: emacs-unicode-2-pre-sync
Changes since 1.43: +6 -6 lines
Diff to previous 1.43
Sync to HEAD


Revision 1.32.2.7 - (view) (download) (annotate) - [select for diffs]
Sat Apr 10 06:27:42 2004 UTC (19 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.32.2.6: +0 -0 lines
Diff to previous 1.32.2.6 , to branch point 1.32
Retry RCS keyword removal


Revision 1.32.2.6 - (view) (download) (annotate) - [select for diffs]
Sat Apr 10 06:20:07 2004 UTC (19 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.32.2.5: +1 -2 lines
Diff to previous 1.32.2.5 , to branch point 1.32
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-19

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-195
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196
   Remove RCS keywords

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-197
   Stupid CVS keyword changes


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Sat Apr 10 05:55:47 2004 UTC (19 years, 11 months ago) by miles
Branch: MAIN
CVS Tags: handa-temp-tag
Changes since 1.47: +1 -2 lines
Diff to previous 1.47
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196

Remove RCS keywords

2004-04-10  Miles Bader  <miles@gnu.org>

   RCS keyword removal (only non-comment changes are enumerated here):

   * lisp/emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
   (byte-compile-insert-header): Don't use `byte-compile-version'.
   * lisp/url/url-vars.el (url-version): Use the constant string "Emacs"
   instead of calculating something from the RCS `State' keyword
   [the latter is almost entirely useless anyway].
   * lisp/forms.el (forms-version): Variable removed.
   (forms-mode): Don't use `forms-version'.
   * lisp/recentf.el (recentf-version): Variable removed.
   * lisp/progmodes/delphi.el (delphi-version): Variable removed.
   * lisp/progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.


Revision 1.32.2.5 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 04:28:58 2004 UTC (20 years ago) by miles
Branch: lexbind
Changes since 1.32.2.4: +3 -3 lines
Diff to previous 1.32.2.4 , to branch point 1.32
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-13

Merge from emacs--cvs-trunk

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-162
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-163
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-164
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-165
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-166
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-167
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-168
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-169
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-170
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-171
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-172
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-173
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-174
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-175
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-176
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-177
   Update from CVS


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Sun Mar 21 15:21:38 2004 UTC (20 years ago) by lektu
Branch: MAIN
Changes since 1.46: +3 -3 lines
Diff to previous 1.46
(allout-mode): Fix docstring.


Revision 1.32.2.4 - (view) (download) (annotate) - [select for diffs]
Fri Mar 19 23:27:33 2004 UTC (20 years ago) by miles
Branch: lexbind
Changes since 1.32.2.3: +4 -4 lines
Diff to previous 1.32.2.3 , to branch point 1.32
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-10

Merge from emacs--cvs-trunk

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-121
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-122
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-123
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-124
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-125
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-126
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-127
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-128
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-129
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-130
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-131
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-132
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-133
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-134
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-135
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-136
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-137
   Update from CVS


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Mon Mar 1 22:44:04 2004 UTC (20 years, 1 month ago) by lektu
Branch: MAIN
Changes since 1.45: +4 -4 lines
Diff to previous 1.45
(allout-rebullet-heading): Fix typo in docstring.


Revision 1.32.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Nov 21 00:36:02 2003 UTC (20 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.32.2.2: +3 -3 lines
Diff to previous 1.32.2.2 , to branch point 1.32
Revision: miles@gnu.org--gnu-2003/emacs--lexbind--0--patch-15

Merge from emacs--cvs-trunk

Patches applied:

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-88
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-89
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-90
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-91
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-92
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-93
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-94
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-95
   Correct the default target in man/Makefile.in

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-96
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-97
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-98
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-99
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-100
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-101
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-102
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-103
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-104
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-105
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-106
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-107
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-108
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-109
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-110
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-111
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-112
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-113
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-114
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-115
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-116
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-117
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-118
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-119
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-120
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-121
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-122
   Update from CVS


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Thu Oct 16 16:28:30 2003 UTC (20 years, 5 months ago) by eliz
Branch: MAIN
Changes since 1.44: +3 -3 lines
Diff to previous 1.44
(allout-mode): Doc fix.


Revision 1.32.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Oct 14 23:50:47 2003 UTC (20 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.32.2.1: +9 -8 lines
Diff to previous 1.32.2.1 , to branch point 1.32
Update from arch emacs--lexbind branch


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Mon Sep 1 15:45:04 2003 UTC (20 years, 7 months ago) by miles
Branch: MAIN
Changes since 1.43: +3 -2 lines
Diff to previous 1.43
Add arch taglines


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Tue May 6 17:38:32 2003 UTC (20 years, 10 months ago) by lektu
Branch: MAIN
CVS Tags: Boehm-GC-base, emacs-bidi-base
Branch point for: Boehm-GC, emacs-bidi, emacs-unicode-2
Changes since 1.42: +8 -8 lines
Diff to previous 1.42
(allout-auto-activation, allout-use-mode-specific-leader)
(allout-reindent-bodies, allout-unprotected): Don't quote nil and t in
docstrings.


Revision 1.32.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Apr 4 06:20:00 2003 UTC (21 years ago) by miles
Branch: lexbind
Changes since 1.32: +1420 -1419 lines
Diff to previous 1.32
Update from trunk.


Revision 1.29.4.2 - (view) (download) (annotate) - [select for diffs]
Mon Feb 24 17:35:55 2003 UTC (21 years, 1 month ago) by lektu
Branch: EMACS_21_1_RC
CVS Tags: EMACS_21_3
Branch point for: ttn-vms-21-3-stash
Changes since 1.29.4.1: +14 -13 lines
Diff to previous 1.29.4.1 , to branch point 1.29 , to next main 1.118
(outline-pre-command-business): Fix docstring and update maintainer's e-mail
address.


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Mon Feb 24 17:29:49 2003 UTC (21 years, 1 month ago) by lektu
Branch: MAIN
Changes since 1.41: +5 -5 lines
Diff to previous 1.41
Really fix maintainer's e-mail address.


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Mon Feb 24 17:28:28 2003 UTC (21 years, 1 month ago) by lektu
Branch: MAIN
Changes since 1.40: +5 -5 lines
Diff to previous 1.40
Update maintainer's e-mail address.


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Mon Feb 24 17:23:38 2003 UTC (21 years, 1 month ago) by lektu
Branch: MAIN
Changes since 1.39: +11 -11 lines
Diff to previous 1.39
(allout-pre-command-business): Fix docstring.


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Tue Feb 4 11:00:03 2003 UTC (21 years, 1 month ago) by lektu
Branch: MAIN
CVS Tags: RMAIL-MBOX-BASE
Branch point for: rmail-mbox-branch
Changes since 1.38: +19 -19 lines
Diff to previous 1.38
Trailing whitespace deleted.


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Mon Dec 16 01:00:51 2002 UTC (21 years, 3 months ago) by rost
Branch: MAIN
Changes since 1.37: +8 -7 lines
Diff to previous 1.37
(allout-init): Give report also in case auto-activation was inhibited.
(my-mark-marker): Test for feature 'xemacs instead of a string parse.


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Mon Dec 16 00:42:23 2002 UTC (21 years, 3 months ago) by rost
Branch: MAIN
Changes since 1.36: +33 -33 lines
Diff to previous 1.36
Avoid name conflicts with outline.el.  Use 3 installments to keep
diffs understandable.

Change 3:  Doc changes to adjust to the change to prefix "allout-".
Don't provide 'outline.  Use " Allout" as mode line string, not "
Outl".  Put group 'allout in group 'editing.  Update Copyright notice.
Autoload `allout-init'.


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Mon Dec 16 00:26:22 2002 UTC (21 years, 3 months ago) by rost
Branch: MAIN
Changes since 1.35: +75 -75 lines
Diff to previous 1.35
Avoid name conflicts with outline.el.  Use 3 installments to keep
diffs understandable.

Change 2:  Put `quotes' around many function and variable names.


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Mon Dec 16 00:20:42 2002 UTC (21 years, 3 months ago) by rost
Branch: MAIN
Changes since 1.34: +1376 -1376 lines
Diff to previous 1.34
Avoid name conflicts with outline.el.  Use 3 installments to keep
diffs understandable.

Change 1:  Replace globally string "outline-" with string "allout-".
Replaced 1446 occurrences; there was no string "allout-" before the
change and there seems to be no dependency on outline.el.


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Fri Aug 30 11:03:28 2002 UTC (21 years, 7 months ago) by lektu
Branch: MAIN
Changes since 1.33: +4 -4 lines
Diff to previous 1.33
(my-mark-marker): Fix typo.


Revision 1.29.4.1 - (view) (download) (annotate) - [select for diffs]
Wed Jul 3 13:29:59 2002 UTC (21 years, 9 months ago) by lektu
Branch: EMACS_21_1_RC
CVS Tags: EMACS_PRETEST_21_2_91, EMACS_PRETEST_21_2_92, EMACS_PRETEST_21_2_93, EMACS_PRETEST_21_2_94, EMACS_PRETEST_21_2_95
Changes since 1.29: +3 -3 lines
Diff to previous 1.29
(outline-goto-prefix): Fix typo.


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Wed Jul 3 13:19:13 2002 UTC (21 years, 9 months ago) by lektu
Branch: MAIN
Changes since 1.32: +3 -3 lines
Diff to previous 1.32
(outline-goto-prefix): Fix typo.


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Wed Mar 27 20:13:03 2002 UTC (22 years ago) by pj
Branch: MAIN
Branch point for: lexbind
Changes since 1.31: +7 -7 lines
Diff to previous 1.31
(outline-layout): Doc fix.


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sun Dec 9 13:13:13 2001 UTC (22 years, 3 months ago) by pj
Branch: MAIN
CVS Tags: emacs-unicode-base
Branch point for: emacs-unicode
Changes since 1.30: +3 -3 lines
Diff to previous 1.30
Fix Keywords header.


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon Nov 26 16:23:06 2001 UTC (22 years, 4 months ago) by pj
Branch: MAIN
Changes since 1.29: +38 -38 lines
Diff to previous 1.29
(outline-version, outline-open-topic)
(outline-rebullet-heading, outline-insert-listified)
(outline-latex-verbatim-quote-curr-line)
(outline-latexify-one-item, outlineify-sticky): Use insert instead of
insert-string.


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Jul 16 11:39:41 2001 UTC (22 years, 8 months ago) by pj
Branch: MAIN
CVS Tags: EMACS_21_1, EMACS_21_1_BASE, EMACS_21_2, EMACS_PRETEST_21_0_105, EMACS_PRETEST_21_0_106, patches_21_0_base, ttn-vms-21-2-B2, ttn-vms-21-2-B3, ttn-vms-21-2-B4
Branch point for: EMACS_21_1_RC, patches_21_0, ttn-vms-21-2-stash
Changes since 1.28: +14 -12 lines
Diff to previous 1.28
Fixes to follow coding conventions.


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Jul 2 10:45:54 2001 UTC (22 years, 9 months ago) by eliz
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_104
Changes since 1.27: +3 -3 lines
Diff to previous 1.27
Fix the header line, so that finder.el recognizes it.


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon Feb 26 12:07:48 2001 UTC (23 years, 1 month ago) by gerd
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_100, EMACS_PRETEST_21_0_101, EMACS_PRETEST_21_0_102, EMACS_PRETEST_21_0_103, EMACS_PRETEST_21_0_99
Branch point for: gerd_big, gerd_dbe, gerd_defvaralias, gerd_int
Changes since 1.26: +17 -15 lines
Diff to previous 1.26
(outline-flag-region): Move macro in front of first
use to avoid a run-time error.


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 13:25:06 2000 UTC (23 years, 9 months ago) by fx
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_90, EMACS_PRETEST_21_0_91, EMACS_PRETEST_21_0_92, EMACS_PRETEST_21_0_93, EMACS_PRETEST_21_0_95, EMACS_PRETEST_21_0_96, EMACS_PRETEST_21_0_97, EMACS_PRETEST_21_0_98, fx-branch-base
Branch point for: fx-branch
Changes since 1.25: +1005 -626 lines
Diff to previous 1.25
New version from Manheimer.


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Jan 11 05:14:48 2000 UTC (24 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
(isearch-done/outline-provisions): Added `edit'
argument to correspond with the current definition of `isearch-done'.


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Jun 15 15:45:04 1998 UTC (25 years, 9 months ago) by fx
Branch: MAIN
CVS Tags: EMACS_20_4
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
Fix Keywords header.


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sat Mar 14 04:41:23 1998 UTC (26 years ago) by rms
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
(outline-end-of-prefix): store-match-data => set-match-data.


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sat Mar 7 18:14:50 1998 UTC (26 years ago) by stephen
Branch: MAIN
Changes since 1.21: +94 -44 lines
Diff to previous 1.21
Customized.


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Sep 13 20:05:52 1997 UTC (26 years, 6 months ago) by rms
Branch: MAIN
CVS Tags: EMACS_20_2
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
Change maintainer email address.


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Jul 13 18:46:08 1996 UTC (27 years, 8 months ago) by kwzh
Branch: MAIN
CVS Tags: EMACS_19_34
Changes since 1.19: +125 -126 lines
Diff to previous 1.19
(outline-auto-activation, outline-layout)
(outline-primary-bullet, outline-plain-bullets-string)
(outline-distinctive-bullets-string, outline-old-style-prefixes)
(outline-stylish-prefixes, outline-file-xref-bullet)
(outline-use-hanging-indents, outline-bullets-string)
(outline-write-file-hook, outline-mode, outline-prefix-data)
(outline-before-change-protect, outline-make-topic-prefix)
(outline-rebullet-current-heading, outline-rebullet-heading)
(outline-listify-exposed, outline-expose-topic)
(outline-old-expose-topic, outline-exposure)
(outline-latex-verbatim-quote-curr-line)
(outline-show-current-subtree, outline-hide-current-subtree)
(outline-hide-current-leaves, outline-new-exposure): Doc fix.


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Jul 13 18:40:22 1996 UTC (27 years, 8 months ago) by kwzh
Branch: MAIN
Changes since 1.18: +1 -2 lines
Diff to previous 1.18
(outline-resolve-xref): Do not mistake a blank line
following an xref (@) bullet as part of the rerefenced file name.


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Jan 29 23:10:03 1996 UTC (28 years, 2 months ago) by kwzh
Branch: MAIN
Changes since 1.17: +2 -3 lines
Diff to previous 1.17
(outline-process-exposed): Fix error format string.


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Jan 14 07:34:30 1996 UTC (28 years, 2 months ago) by erik
Branch: MAIN
Changes since 1.16: +3 -2 lines
Diff to previous 1.16
Update FSF's address.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Jan 4 23:26:20 1996 UTC (28 years, 3 months ago) by kwzh
Branch: MAIN
Changes since 1.15: +20 -20 lines
Diff to previous 1.15
(outline-primary-bullet, outline-numbered-bullet,
outline-override-protect, outline-explicitly-deactivated,
outline-init, outline-chart-subtree, outline-chart-spec,
outline-make-topic-prefix, outline-open-topic,
outline-reindent-body, outline-yank-processing, outline-yank,
outlineify-sticky): Doc fix.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Oct 30 16:46:50 1995 UTC (28 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
Comment change.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue May 2 23:26:58 1995 UTC (28 years, 11 months ago) by kwzh
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
(outline-rebullet-current-heading): Change to C-c *.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Mar 16 04:34:29 1995 UTC (29 years ago) by rms
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
(outline-layout): Doc fix.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Mar 1 15:39:01 1995 UTC (29 years, 1 month ago) by boris
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
(outline-mode): Remove ^ from paragraph-start & -separate.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed May 25 04:41:21 1994 UTC (29 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
(outline-chart-subtree): Include outline-next-heading in loop conditions
to detect end-of-buffer (and avoid infinite loop).


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun May 22 22:04:21 1994 UTC (29 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Doc fix.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue May 17 09:48:53 1994 UTC (29 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.8: +107 -46 lines
Diff to previous 1.8
(outline-mode): Use outline-this-or-next-heading.
(outline-this-or-next-heading): New function.
(outline-mode): Fixed topic body reindentation scheme
so programming code is not indented unless
`outline-reindent-bodies' has value `force'.
(outline-infer-reindent-bodies): Implement above.
(outline-reindent-bodies): Doc fix.

(outline-init): New user interface for control of
outline-mode session setup.  Sets up `outline-find-file-hook',
`outline-layout', and `outline-auto-activation'.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu May 12 18:27:17 1994 UTC (29 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.7: +3 -5 lines
Diff to previous 1.7
(outline-init): Delete junk at end.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon May 9 06:36:19 1994 UTC (29 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.6: +1249 -945 lines
Diff to previous 1.6
(outline-init) New user interface for control of
outline-mode session setup, sets up `outline-find-file-hook',
`outline-layout', and `outline-auto-activation'.

(outline-mode-post-command-business, outline-mode)
(outlineify-sticky): Major new mode activation
scheme.  See outline-layout docstring for details.
(outline-layout, outline-use-mode-specific-leader)
(outline-mode-leaders): Variables for new mode-activation scheme.
(outline-expose-topic): New specification format and
optimizations, including thorough accomodation of multiple top-level topics.
(outline-forward-current-level, outline-next-sibling)
(outline-backward-current-level, outline-goto-prefix)
(outline-show-children, outline-up-current-level)
(outline-expose-topic): Behavior refinements and repairs, and
speed optimizations.  Better accomodation for multiple top-level topics.
(outline-recent-end-of-subtree): New state var,
basis for many topic-oriented optimizations.

Revisions of many docstrings, for conformance to
GNU standards and/or clarity.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Apr 30 04:47:22 1994 UTC (29 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.5: +3012 -1649 lines
Diff to previous 1.5
major code speedups, bug fixes, behavior
   refinements, doc-string clarification and elaboration, etc.
   Prominent new features include:
  - Exposure changes and navigation are greatly accelerated.
  - More elaborate and clear doc-string for outline-mode,
    giving better guidance on use of the mode.
  - A new exposure-layout syntax, which accomodates outlines
    with multiple top-level topics.  (See `outline-expose' and
    `outline-new-exposure'.)
  - Automatic exposure and verfication-prompting on attempts to
    change text within concealed regions, before they are
    applied.  (Undo affecting concealed regions is only
    exposed, not verified, to facilitate smooth undo sequences.)
 - 'hot-spot' navigation implemented.  When the cursor is on a
    topic's bullet, regular-character keystrokes will be
    interepreted as if they were preceded by ^C, when
    appropriate, so users can navigate and adjust exposure,
    etc, with single-stroke commands.
  - Lucid emacs accomodated.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Apr 7 20:30:18 1994 UTC (29 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.4: +14 -15 lines
Diff to previous 1.4
Fix copying conditions for current GPL version.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Dec 23 04:55:44 1993 UTC (30 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.3: +5 -3 lines
Diff to previous 1.3
(outline-copy-exposed): Don't use replace-regexp.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Jun 9 11:51:08 1993 UTC (30 years, 9 months ago) by jimb
Branch: MAIN
Changes since 1.2: +14 -14 lines
Diff to previous 1.2
Apply typo patches from Paul Eggert.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Jun 7 18:48:08 1993 UTC (30 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.1: +5 -5 lines
Diff to previous 1.1
(outlinify-sticky): Renamed from outlineify-sticky.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Jun 2 17:53:31 1993 UTC (30 years, 10 months ago) by rms
Branch: MAIN
entered into RCS


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26