bpt/emacs.git
16 years ago*** empty log message ***
Kenichi Handa [Mon, 5 Nov 2007 06:59:31 +0000 (06:59 +0000)]
*** empty log message ***

16 years ago(utf-7-imap): New coding system.
Kenichi Handa [Mon, 5 Nov 2007 06:44:32 +0000 (06:44 +0000)]
(utf-7-imap): New coding system.
(utf-7-imap-post-read-conversion): New function.
(utf-7-imap-pre-write-conversion): New function.

16 years ago(abbrev--write): Fix up typo.
Stefan Monnier [Mon, 5 Nov 2007 04:28:32 +0000 (04:28 +0000)]
(abbrev--write): Fix up typo.

16 years ago(define-abbrev-table): Doc fix.
Juanma Barranquero [Sun, 4 Nov 2007 23:01:15 +0000 (23:01 +0000)]
(define-abbrev-table): Doc fix.

16 years ago(Info-revert-buffer-function): New func.
Thien-Thi Nguyen [Sun, 4 Nov 2007 12:01:35 +0000 (12:01 +0000)]
(Info-revert-buffer-function): New func.
(Info-mode): Arrange to use it for reverting.

16 years ago(expand-abbrev): Move point back to expansion's end.
Stefan Monnier [Sun, 4 Nov 2007 02:57:52 +0000 (02:57 +0000)]
(expand-abbrev): Move point back to expansion's end.

16 years agoDon't require rx when compiling.
Glenn Morris [Sun, 4 Nov 2007 01:26:09 +0000 (01:26 +0000)]
Don't require rx when compiling.
(tls-end-of-info): Rewrite without using rx.
(open-tls-stream)): Use with-current-buffer.

16 years agoRiccardo Murri <riccardo.murri at gmail.com>
Glenn Morris [Sun, 4 Nov 2007 01:22:45 +0000 (01:22 +0000)]
Riccardo Murri  <riccardo.murri at gmail.com>

Require rx when compiling.
(tls-end-of-info): New variable.
(open-tls-stream): Keep reading input until `tls-end-of-info' is matched.

16 years ago*** empty log message ***
Thien-Thi Nguyen [Sat, 3 Nov 2007 22:03:28 +0000 (22:03 +0000)]
*** empty log message ***

16 years ago(append-to-register, prepend-to-register):
Thien-Thi Nguyen [Sat, 3 Nov 2007 21:02:35 +0000 (21:02 +0000)]
(append-to-register, prepend-to-register):
Don't signal error on empty register; use the text, instead.

16 years agoRemember: Use define-obsolete-function-alias for `remember-buffer'.
Michael Olson [Sat, 3 Nov 2007 20:45:20 +0000 (20:45 +0000)]
Remember: Use define-obsolete-function-alias for `remember-buffer'.

16 years ago*** empty log message ***
Romain Francoise [Sat, 3 Nov 2007 08:50:25 +0000 (08:50 +0000)]
*** empty log message ***

16 years agoUlrich Mueller <ulm at gentoo.org> (tiny change)
Glenn Morris [Sat, 3 Nov 2007 03:08:29 +0000 (03:08 +0000)]
Ulrich Mueller  <ulm at gentoo.org>  (tiny change)

(bad-packages-alist): Anchor semantic regexp.

16 years agoIn Fortran mode, M-; is now bound to...
Glenn Morris [Sat, 3 Nov 2007 03:04:46 +0000 (03:04 +0000)]
In Fortran mode, M-; is now bound to...

16 years ago(fortran-mode-map): Don't bind M-;.
Glenn Morris [Sat, 3 Nov 2007 03:03:31 +0000 (03:03 +0000)]
(fortran-mode-map): Don't bind M-;.
(fortran-mode): Set values for comment-region-function,
uncomment-region-function and comment-insert-comment-function.
(fortran-uncomment-region): New function.

16 years ago(nroff-mode): Set comment-insert-comment-function rather than
Glenn Morris [Sat, 3 Nov 2007 03:02:00 +0000 (03:02 +0000)]
(nroff-mode): Set comment-insert-comment-function rather than
indent-line-function.
(nroff-indent-line-function): Remove.
(nroff-insert-comment-function): New function.

16 years ago(comment-dwim): Call comment-insert-comment-function, if defined, for
Glenn Morris [Sat, 3 Nov 2007 03:00:32 +0000 (03:00 +0000)]
(comment-dwim): Call comment-insert-comment-function, if defined, for
blank lines.  Doc fix.

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 2 Nov 2007 16:01:20 +0000 (16:01 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 2 Nov 2007 15:51:35 +0000 (15:51 +0000)]
*** empty log message ***

16 years ago2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Fri, 2 Nov 2007 15:24:29 +0000 (15:24 +0000)]
2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>

* ediff-vers (ediff-vc-working-revision): add a quote.

16 years ago2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
Romain Francoise [Fri, 2 Nov 2007 11:03:43 +0000 (11:03 +0000)]
2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)

* files.el (hack-local-variables): Fix membership tests to avoid
treating all variables as safe if `enable-local-variables' is
set to :safe.

16 years agoWhitespace.
Glenn Morris [Fri, 2 Nov 2007 08:21:04 +0000 (08:21 +0000)]
Whitespace.

16 years ago(tags-table-mode): Disable undo.
Glenn Morris [Fri, 2 Nov 2007 08:18:24 +0000 (08:18 +0000)]
(tags-table-mode): Disable undo.

16 years ago(comment-indent): Let comment-insert-comment-function,
Glenn Morris [Fri, 2 Nov 2007 08:10:40 +0000 (08:10 +0000)]
(comment-indent): Let comment-insert-comment-function,
if defined, do all the work of inserting a new comment.

16 years agoRevert previous change.
Glenn Morris [Fri, 2 Nov 2007 07:57:55 +0000 (07:57 +0000)]
Revert previous change.

16 years ago(bad-packages-alist): Revert previous change.
Glenn Morris [Fri, 2 Nov 2007 07:57:19 +0000 (07:57 +0000)]
(bad-packages-alist): Revert previous change.

16 years ago* emacs-lisp/lselect.el: Move to obsolete/lselect.el.
Dan Nicolaescu [Fri, 2 Nov 2007 06:56:36 +0000 (06:56 +0000)]
* emacs-lisp/lselect.el: Move to obsolete/lselect.el.

* obsolete/lselect.el: Do not warn about unknown functions.

16 years ago2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Fri, 2 Nov 2007 06:03:12 +0000 (06:03 +0000)]
2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>

* viper-ex.el (viper-ex): do not ignore the region.

* viper-cmd.el (viper-prev-destructive-command)
(viper-insert-prev-from-insertion-ring): use ring-copy instead of
copy-sequence.

* ediff-util.el (ediff-make-current-diff-overlay): do not use face-name.
Got rid of ediff-copy-list.

* ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): do not
use face-name.
(ediff-test-utility,ediff-diff-mandatory-option)
(ediff-reset-diff-options): removed to simplify yhe mandatory option
handling on windows.
(ediff-set-diff-options): added.
(ediff-diff-options): changed.

* ediff-vers.el (ediff-vc-internal): use ediff-vc-revision-other-window.
(ediff-vc-merge-internal): use ediff-vc-revision-other-window and
ediff-vc-working-revision.
Require vc-hooks.

16 years agoremember.el: Make remember-buffer an alias of remember-finalize
Michael Olson [Fri, 2 Nov 2007 03:42:05 +0000 (03:42 +0000)]
remember.el: Make remember-buffer an alias of remember-finalize

16 years agoMerge from gnus--devo--0
Miles Bader [Fri, 2 Nov 2007 01:38:49 +0000 (01:38 +0000)]
Merge from gnus--devo--0

Patches applied:

 * gnus--devo--0  (patch 404-406)

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

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

   - Merge from emacs--rel--22

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

16 years ago*** empty log message ***
Juanma Barranquero [Thu, 1 Nov 2007 18:29:09 +0000 (18:29 +0000)]
*** empty log message ***

16 years agoRemove mentions of Planner in remember.el.
Michael Olson [Thu, 1 Nov 2007 15:39:59 +0000 (15:39 +0000)]
Remove mentions of Planner in remember.el.

16 years agoAdvise removal of old vc-svn.
Glenn Morris [Thu, 1 Nov 2007 08:13:18 +0000 (08:13 +0000)]
Advise removal of old vc-svn.

16 years ago(bad-packages-alist): Add an entry for standalone vc-svn.
Glenn Morris [Thu, 1 Nov 2007 08:09:33 +0000 (08:09 +0000)]
(bad-packages-alist): Add an entry for standalone vc-svn.

16 years agoRemove HAVE_X11R5.
Jan Djärv [Thu, 1 Nov 2007 07:43:37 +0000 (07:43 +0000)]
Remove HAVE_X11R5.

16 years agoRemove HAVE_X11R5.
Jan Djärv [Thu, 1 Nov 2007 07:42:58 +0000 (07:42 +0000)]
Remove HAVE_X11R5.

16 years agoRemove HAVE_X11R5 and HAVE_X11R4.
Jan Djärv [Thu, 1 Nov 2007 07:42:19 +0000 (07:42 +0000)]
Remove HAVE_X11R5 and HAVE_X11R4.

16 years agoRegenerate.
Jan Djärv [Thu, 1 Nov 2007 07:38:58 +0000 (07:38 +0000)]
Regenerate.

16 years agoRegenerate.
Jan Djärv [Thu, 1 Nov 2007 07:38:41 +0000 (07:38 +0000)]
Regenerate.

16 years agoRemove HAVE_X11R5 check.
Jan Djärv [Thu, 1 Nov 2007 07:38:13 +0000 (07:38 +0000)]
Remove HAVE_X11R5 check.

16 years ago* makefile.w32-in (obj): Remove sunfns.o.
Dan Nicolaescu [Thu, 1 Nov 2007 07:16:11 +0000 (07:16 +0000)]
* makefile.w32-in (obj): Remove sunfns.o.

* makefile.MPW (SOME_MACHINE_OBJECTS): Remove sunfns.o.

* Makefile.in: Remove references to sunfns.c and sunfns.o.

16 years ago(authors-scan-change-log)
Glenn Morris [Thu, 1 Nov 2007 07:08:24 +0000 (07:08 +0000)]
(authors-scan-change-log)
(authors-scan-el): Don't enable local eval; enable only safe local
variables, without querying.

16 years agoRemember: Fix mistake in last commit and improve remember-mode docstring.
Michael Olson [Thu, 1 Nov 2007 04:56:10 +0000 (04:56 +0000)]
Remember: Fix mistake in last commit and improve remember-mode docstring.

16 years agoremember.el (remember-mode-map): Define and initialize in one step.
Michael Olson [Thu, 1 Nov 2007 04:40:55 +0000 (04:40 +0000)]
remember.el (remember-mode-map): Define and initialize in one step.

16 years agoRemember: Put on a low-cookie diet, and improve docstrings.
Michael Olson [Thu, 1 Nov 2007 04:37:47 +0000 (04:37 +0000)]
Remember: Put on a low-cookie diet, and improve docstrings.

16 years ago*** empty log message ***
Glenn Morris [Thu, 1 Nov 2007 04:01:45 +0000 (04:01 +0000)]
*** empty log message ***

16 years ago* printing.el (printing): Fix :version, printing.el was included
Dan Nicolaescu [Thu, 1 Nov 2007 04:00:22 +0000 (04:00 +0000)]
* printing.el (printing): Fix :version, printing.el was included
for in emacs-22.1.
(pr-path-style, pr-path-alist, pr-txt-name)
(pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
(pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
(pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
(pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
(pr-auto-mode, pr-mode-alist, pr-ps-utility)
(pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
(pr-setting-database, pr-visible-entry-list)
(pr-delete-temp-file, pr-list-directory, pr-buffer-name)
(pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
:version.

16 years ago(nroff-mode): Set indent-line-function.
Glenn Morris [Thu, 1 Nov 2007 04:00:09 +0000 (04:00 +0000)]
(nroff-mode): Set indent-line-function.
(nroff-indent-line-function): New function.
(nroff-count-text-lines): Use nroff-forward-text-line rather than
obsolete alias.

16 years ago(doc-view-cache-directory): Remove superfluous concat.
Glenn Morris [Thu, 1 Nov 2007 03:53:44 +0000 (03:53 +0000)]
(doc-view-cache-directory): Remove superfluous concat.

16 years agoRyan Yeske <rcyeske at gmail.com>
Glenn Morris [Thu, 1 Nov 2007 03:52:26 +0000 (03:52 +0000)]
Ryan Yeske <rcyeske at gmail.com>

(rcirc-last-quit-line, rcirc-last-line)
(rcirc-elapsed-lines): New argument PROCESS.  Update callers.
(rcirc-print): Only update the line count when not marking the
line as ommittable.
(rcirc-log-write): Specify coding system when writing logfile.
(rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.

16 years agoJohan Bockg� <bojohan at gnu.org>
Glenn Morris [Thu, 1 Nov 2007 03:49:22 +0000 (03:49 +0000)]
Johan Bockg�  <bojohan at gnu.org>

(x_draw_stretch_glyph_string): Don't set s->stippled_p here, since it
has already been set by x_set_glyph_string_gc from
x_draw_glyph_string.

http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01571.html

16 years ago(footnote-numeric-regexp)
Glenn Morris [Thu, 1 Nov 2007 03:40:50 +0000 (03:40 +0000)]
(footnote-numeric-regexp)
(footnote-english-upper-regexp, footnote-english-lower-regexp)
(footnote-roman-lower-regexp, footnote-roman-upper-regexp):
Match multi-character footnotes.

16 years ago* ediff-util.el (ediff-nuke-selective-display): Move definition to
Dan Nicolaescu [Thu, 1 Nov 2007 03:18:42 +0000 (03:18 +0000)]
* ediff-util.el (ediff-nuke-selective-display): Move definition to
top level, make it dependent on the emacs flavor.

* play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
Test for XEmacs not for itimer.

16 years ago* cmdargs.texi (Misc Variables): Remove Sun windows info.
Dan Nicolaescu [Thu, 1 Nov 2007 03:06:23 +0000 (03:06 +0000)]
* cmdargs.texi (Misc Variables): Remove Sun windows info.

* MACHINES: Remove Sun windows info.

* term/sun-mouse.el:
* obsolete/sun-fns.el:
* obsolete/sun-curs.el: Remove files.

* term/sun.el (select-previous-complex-command):

* sunfns.c: Remove file

* m/sun386.h:
* m/sun2.h:
* m/sparc.h: Remove Sun windows code.

16 years agoSilence some byte-compiler warnings in ERC
Michael Olson [Thu, 1 Nov 2007 01:12:59 +0000 (01:12 +0000)]
Silence some byte-compiler warnings in ERC

16 years ago* doc-view.el (doc-view-cache-directory): Fix bug where an integer
Reiner Steib [Wed, 31 Oct 2007 21:17:32 +0000 (21:17 +0000)]
* doc-view.el (doc-view-cache-directory): Fix bug where an integer
was given to concat.

16 years ago(doc-view-mode-map): Bind doc-view-goto-page to the keys
Stefan Monnier [Wed, 31 Oct 2007 20:40:30 +0000 (20:40 +0000)]
(doc-view-mode-map): Bind doc-view-goto-page to the keys
used normally for goto-line.  Change `g' to revert the buffer.
Add redundant `r' binding for buffer-revert.

16 years ago(mail-abbrevs-mode): Use define-minor-mode.
Stefan Monnier [Wed, 31 Oct 2007 20:30:28 +0000 (20:30 +0000)]
(mail-abbrevs-mode): Use define-minor-mode.
(mail-abbrevs-setup): Use abbrev-expand-functions.
(build-mail-abbrevs): Use with-temp-buffer.
(define-mail-abbrev): Simplify.
(mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
Change it for use on abbrev-expand-functions.
(mail-abbrev-complete-alias): Use with-syntax-table.

16 years ago* net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
Michael Albinus [Wed, 31 Oct 2007 20:04:42 +0000 (20:04 +0000)]
* net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
directly.  Fix bug in deleting temp file.

16 years ago(python-mode-abbrev-table): Use :regexp.
Stefan Monnier [Wed, 31 Oct 2007 20:00:36 +0000 (20:00 +0000)]
(python-mode-abbrev-table): Use :regexp.
Merge defvar and define-abbrev-table.
(def-python-skeleton): Use :case-fixed and :enable-function.
(python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook): Remove.
(python-mode): Don't modify pre-abbrev-expand-hook.

16 years ago* keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
Stefan Monnier [Wed, 31 Oct 2007 19:25:32 +0000 (19:25 +0000)]
* keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
(init_keyboard): Set current_kboard's window-system to nil.
(tty_read_avail_input): Typo.
* frame.c (make_initial_frame): Don't initialize the initial_kboard.

16 years ago(ediff-file-checked-out-p)
Dan Nicolaescu [Wed, 31 Oct 2007 16:16:12 +0000 (16:16 +0000)]
(ediff-file-checked-out-p)
(ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.

16 years ago(abbrev-symbol): Correct let->let*.
Stefan Monnier [Wed, 31 Oct 2007 15:47:02 +0000 (15:47 +0000)]
(abbrev-symbol): Correct let->let*.
(abbrev--before-point): Only use abbrev-start-location if before point.

16 years ago(strokes-alphabetic-lessp): Simplify. Doc fix.
Juanma Barranquero [Wed, 31 Oct 2007 12:49:40 +0000 (12:49 +0000)]
(strokes-alphabetic-lessp): Simplify.  Doc fix.
(strokes-unload-hook): Remove function and variable.
(strokes-unload-function): New-style unload function,
adapted from `strokes-unload-hook'.

16 years ago(cl-cannot-unload): Remove function.
Juanma Barranquero [Wed, 31 Oct 2007 12:46:47 +0000 (12:46 +0000)]
(cl-cannot-unload): Remove function.
(cl-unload-hook): Remove variable.
(cl-unload-function): New-style unload function,
adapted from `cl-cannot-unload'.

16 years ago(elp-unload-hook): Remove function and variable.
Juanma Barranquero [Wed, 31 Oct 2007 12:46:08 +0000 (12:46 +0000)]
(elp-unload-hook): Remove function and variable.
(elp-unload-function): New-style unload function,
adapted from `elp-unload-hook'.

16 years agoDefault argument for find-library
Vinicius Jose Latorre [Wed, 31 Oct 2007 12:39:44 +0000 (12:39 +0000)]
Default argument for find-library

16 years ago(url-vars-unload-hook): Remove function and variable.
Juanma Barranquero [Wed, 31 Oct 2007 11:48:02 +0000 (11:48 +0000)]
(url-vars-unload-hook): Remove function and variable.
Hooks are automatically removed by `unload-feature'.

16 years ago(shadow-join): Remove.
Juanma Barranquero [Wed, 31 Oct 2007 10:24:20 +0000 (10:24 +0000)]
(shadow-join): Remove.
(shadow-shadows): Use `mapconcat' instead of `shadow-join'.
(shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
(shadowfile-unload-hook): Remove function and variable.
(shadowfile-unload-function): New-style unload function, adapted
from `shadowfile-unload-hook'.

16 years ago*** empty log message ***
Nick Roberts [Wed, 31 Oct 2007 08:07:23 +0000 (08:07 +0000)]
*** empty log message ***

16 years ago* s/usg5-4.h:
Dan Nicolaescu [Wed, 31 Oct 2007 06:55:00 +0000 (06:55 +0000)]
* s/usg5-4.h:
* s/usg5-3.h:
* s/ptx.h:
* m/is386.h:
* m/ibmps2-aix.h:
* Makefile.in: Remove all mentions of X10

* dispnew.c (syms_of_display): Don't mention version 10.

16 years ago* progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
Dan Nicolaescu [Wed, 31 Oct 2007 06:28:09 +0000 (06:28 +0000)]
* progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
only if it is bound.

* textmodes/reftex.el: Move autoloads for before all uses.
(reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
(reftex-delete-overlay): Move to the top level with the condition
in the body.

* progmodes/simula.el: Use when instead of if.

* iimage.el (iimage-locate-file): Define unconditionally.

* mail/mailabbrev.el (mail-abbrev-next-line):
* emulation/vip.el (vip-enlarge-region, vip-line)
(vip-next-line-at-bol, vip-previous-line)
(vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
Wrap with-no-warnings around uses of next-line and previous-line.

* ediff.el (run-ediff-from-cvs-buffer):
* ediff-vers.el (cvs-run-ediff-on-file-descriptor): Remove
function not used by pcl-cvs anymore.
(noninteractive, generic-sc-get-latest-rev)
(ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
Delete support for long obsolete generic-sc.el.

16 years ago(Creating Strings): Null strings from concat not unique.
Richard M. Stallman [Wed, 31 Oct 2007 04:08:29 +0000 (04:08 +0000)]
(Creating Strings): Null strings from concat not unique.

16 years ago(install-arch-indep): Fallback to $USER and `id -un' when changing
Glenn Morris [Wed, 31 Oct 2007 03:19:56 +0000 (03:19 +0000)]
(install-arch-indep): Fallback to $USER and `id -un' when changing
ownership of installed files.

16 years ago(install): Change ownership of installed files.
Glenn Morris [Wed, 31 Oct 2007 03:17:50 +0000 (03:17 +0000)]
(install): Change ownership of installed files.

16 years agoNo longer require pcvs when compiling.
Glenn Morris [Wed, 31 Oct 2007 03:15:33 +0000 (03:15 +0000)]
No longer require pcvs when compiling.

16 years ago(doc-view-conversion-refresh-interval)
Glenn Morris [Wed, 31 Oct 2007 03:10:32 +0000 (03:10 +0000)]
(doc-view-conversion-refresh-interval)
(doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
(doc-view-reset-slice): Doc fixes.
(doc-view-menu): Remove deleted function doc-view-edit-doc.

16 years ago(help-at-pt-unload-hook): Remove. Timers are
Juanma Barranquero [Wed, 31 Oct 2007 00:33:40 +0000 (00:33 +0000)]
(help-at-pt-unload-hook): Remove.  Timers are
automatically canceled by `unload-feature'.

16 years ago(delsel-unload-hook): Remove function and variable.
Juanma Barranquero [Wed, 31 Oct 2007 00:30:54 +0000 (00:30 +0000)]
(delsel-unload-hook): Remove function and variable.
(delsel-unload-function): New-style unload function,
adapted from `delsel-unload-hook'.

16 years ago(msb-unload-hook): Remove function and variable.
Juanma Barranquero [Wed, 31 Oct 2007 00:30:09 +0000 (00:30 +0000)]
(msb-unload-hook): Remove function and variable.
(msb-unload-function): New-style unload function,
adapted from `msb-unload-hook'.

16 years agoMerge from gnus--devo--0
Miles Bader [Tue, 30 Oct 2007 23:28:28 +0000 (23:28 +0000)]
Merge from gnus--devo--0

Patches applied:

 * gnus--devo--0  (patch 401-403)

   - Update from CVS

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

16 years agoMerge from emacs--rel--22
Miles Bader [Tue, 30 Oct 2007 23:28:20 +0000 (23:28 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 140)

   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 264-265)

   - Update from CVS

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

16 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 30 Oct 2007 23:31:05 +0000 (23:31 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 263-265)

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

2007-10-27  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)

   * man/gnus-faq.texi ([5.12]): Remove reference to discontinued service.

2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus.texi (Troubleshooting): Adjust Gnus version number.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-140

16 years agoMerge from emacs--rel--22
Miles Bader [Tue, 30 Oct 2007 23:28:12 +0000 (23:28 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 138-139)

   - Update from CVS

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

16 years agoAdd arch tagline
Miles Bader [Tue, 30 Oct 2007 23:27:59 +0000 (23:27 +0000)]
Add arch tagline

16 years agoRemove batch mode format-mode-line problem.
Jason Rumney [Tue, 30 Oct 2007 22:51:23 +0000 (22:51 +0000)]
Remove batch mode format-mode-line problem.

16 years ago(Fformat_mode_line): Do nothing when noninteractive.
Jason Rumney [Tue, 30 Oct 2007 22:49:26 +0000 (22:49 +0000)]
(Fformat_mode_line): Do nothing when noninteractive.

16 years agoUse expand-file-name rather than concat.
Stefan Monnier [Tue, 30 Oct 2007 21:53:05 +0000 (21:53 +0000)]
Use expand-file-name rather than concat.
(doc-view-cache-directory): Add the UID so multiple users won't clash.
(doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
(doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
(doc-view-toggle-display): Use an overlay over the whole buffer so as
not to have to touch the buffer's content.
(doc-view-initiate-display): New function, extracted from doc-view-mode.
(doc-view-mode): Use it.  Don't mark as a special mode.
Put the page numbers in the modeline.
Set up the overlay.  Hide the cursor.  Run the mode hook.
Use after-revert-hook rather than revert-buffer-function.
(doc-view-search-internal): Fix typo.
(doc-view-convert-current-doc, doc-view-insert-image): Delay the
image-cache flush.
(doc-view-reconvert-doc): Don't reset the whole mode.
(doc-view-make-safe-dir): New function.
(doc-view-current-cache-dir): Use it.

16 years ago(display-time-world-list): Test for zoneinfo support.
Jason Rumney [Tue, 30 Oct 2007 21:25:32 +0000 (21:25 +0000)]
(display-time-world-list): Test for zoneinfo support.

16 years ago* net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
Michael Albinus [Tue, 30 Oct 2007 20:27:22 +0000 (20:27 +0000)]
* net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".

* net/tramp-cache.el (tramp-flush-file-function): Check also
`default-directory' if `buffer-file-name' does not return a
string.  Added to `eshell-pre-command-hook'.

16 years ago(doc-view-current-doc): Remove. Replace all uses by buffer-file-name.
Stefan Monnier [Tue, 30 Oct 2007 17:45:41 +0000 (17:45 +0000)]
(doc-view-current-doc): Remove.  Replace all uses by buffer-file-name.
(doc-view-menu): New menu.
(doc-view-reconvert-doc): Don't bind inhibit-read-only.  Remove unused `doc'.
(doc-view-sort): Simplify.
(doc-view-buffer-message): Don't change buffer-modified-p.
(doc-view-mode): Change it here instead.
Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
Don't modify the global value of revert-buffer-function.

16 years ago(image-forward-hscroll, image-next-line, image-eol)
Stefan Monnier [Tue, 30 Oct 2007 17:09:41 +0000 (17:09 +0000)]
(image-forward-hscroll, image-next-line, image-eol)
(image-eob, image-mode, image-minor-mode, image-toggle-display-text)
(image-toggle-display): Take overlays into account and don't assume
point-min==1.

16 years ago*** empty log message ***
Juanma Barranquero [Tue, 30 Oct 2007 15:22:25 +0000 (15:22 +0000)]
*** empty log message ***

16 years ago(ediff, ediff-files, ediff-buffers, ebuffers, ediff3, ediff-files3,
Juanma Barranquero [Tue, 30 Oct 2007 15:12:08 +0000 (15:12 +0000)]
(ediff, ediff-files, ediff-buffers, ebuffers, ediff3, ediff-files3,
ediff-buffers3, ebuffers3, erevision, ediff-revision):
Fix typos in autoload docstrings.

16 years agoremember.texi: Remove mentions of things outside of Emacs
Michael Olson [Tue, 30 Oct 2007 13:57:17 +0000 (13:57 +0000)]
remember.texi: Remove mentions of things outside of Emacs

16 years agoremember.el: Add additional items to some defcustom options
Michael Olson [Tue, 30 Oct 2007 13:47:24 +0000 (13:47 +0000)]
remember.el: Add additional items to some defcustom options

16 years ago(INFO_TARGETS): Add remember.
Juanma Barranquero [Tue, 30 Oct 2007 12:50:53 +0000 (12:50 +0000)]
(INFO_TARGETS): Add remember.
(DVI_TARGETS): Add remember.dvi.
($(infodir)/remember): New rule.
(clean): Add remember*.

16 years ago(vc-annotate): Fix omission bug:
Thien-Thi Nguyen [Tue, 30 Oct 2007 12:44:24 +0000 (12:44 +0000)]
(vc-annotate): Fix omission bug:
Specify value for vc-sentinel-movepoint.

16 years agoremember.texi (Introduction): Fix typographical issue with "---"
Michael Olson [Tue, 30 Oct 2007 12:36:46 +0000 (12:36 +0000)]
remember.texi (Introduction): Fix typographical issue with "---"

16 years agodoc/misc/Makefile.in: Add targets to build Remember Manual
Michael Olson [Tue, 30 Oct 2007 12:31:34 +0000 (12:31 +0000)]
doc/misc/Makefile.in: Add targets to build Remember Manual