bpt/emacs.git
16 years ago* ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
Dan Nicolaescu [Fri, 9 Nov 2007 05:20:57 +0000 (05:20 +0000)]
* ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
(ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
(ediff-current-diff-A, ediff-current-diff-B)
(ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
(ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
(ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
(ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
(ediff-odd-diff-Ancestor, ediff-reset-mouse):
* ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
(ediff-setup-windows-plain-merge)
(ediff-setup-windows-plain-compare, ediff-setup-control-frame)
(ediff-refresh-control-frame, ediff-get-visible-buffer-window):
* ediff-util.el (ediff-setup-keymap, )
(ediff-toggle-wide-display, ediff-toggle-multiframe)
(ediff-toggle-use-toolbar, ediff-really-quit)
(ediff-good-frame-under-mouse)
(ediff-highlight-diff-in-one-buffer)
(ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
(ediff-make-bullet-proof-overlay):
* ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
(ediff-set-meta-overlay):
* ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
* ediff.el (ediff-documentation): Replace ediff-xemacs-p and
ediff-emacs-p with their former definitions.

* emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
(viper-has-face-support-p, viper-inactivate-input-method)
(viper-activate-input-method)
(viper-use-replace-region-delimiters, viper-restore-cursor-type):
* emulation/viper-mous.el (viper-multiclick-timeout)
(viper-surrounding-word, viper-mouse-click-insert-word)
(viper-mouse-click-search-word, viper-parse-mouse-key):
* emulation/viper-macs.el (viper-char-array-to-macro):
* emulation/viper.el (viper-go-away, viper-set-hooks)
(viper-non-hook-settings):
* emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
(viper-get-saved-cursor-color-in-insert-mode)
(viper-get-saved-cursor-color-in-emacs-mode)
(viper-check-version, viper-get-visible-buffer-window)
(viper-file-checked-in-p, viper-set-replace-overlay)
(viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
(viper-check-minibuffer-overlay, viper-read-key-sequence)
(viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
with their former definitions.
(viper-eventify-list-xemacs): Only do work for XEmacs.
(viper-set-unread-command-events): Only do work for Emacs.
(viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
(viper-move-overlay, viper-overlay-start, viper-overlay-end)
(viper-overlay-get, viper-overlay-put, viper-read-event)
(viper-characterp, viper-int-to-char, viper-get-face)
(viper-color-defined-p, viper-iconify): New defaliases replacing
the old fsets.

* progmodes/fortran.el (comment-region-function)
(uncomment-region-function): Pacify byte compiler.

* vc.el (vc-diff-internal): Remove code for an old version of
gnus.

16 years agoRevert previous change - merge mistake.
Glenn Morris [Fri, 9 Nov 2007 04:02:15 +0000 (04:02 +0000)]
Revert previous change - merge mistake.

16 years ago* net/tramp.el (tramp-maybe-open-connection): Use a local copy of
Michael Albinus [Thu, 8 Nov 2007 20:15:25 +0000 (20:15 +0000)]
* net/tramp.el (tramp-maybe-open-connection): Use a local copy of
`process-environment'.

16 years agoObsolete for some years.
Jason Rumney [Thu, 8 Nov 2007 17:37:29 +0000 (17:37 +0000)]
Obsolete for some years.

16 years agoChange regexp to match dir like 'a...b'
Vinicius Jose Latorre [Thu, 8 Nov 2007 17:12:37 +0000 (17:12 +0000)]
Change regexp to match dir like 'a...b'

16 years ago(smerge-refine-subst): Pass "-d" to diff.
Stefan Monnier [Thu, 8 Nov 2007 16:58:07 +0000 (16:58 +0000)]
(smerge-refine-subst): Pass "-d" to diff.

16 years agoFix last commit.
Simon Josefsson [Thu, 8 Nov 2007 13:20:11 +0000 (13:20 +0000)]
Fix last commit.

16 years ago* tramp.texi (Overview): Mention also the PuTTY integration under
Michael Albinus [Wed, 7 Nov 2007 20:43:59 +0000 (20:43 +0000)]
* tramp.texi (Overview): Mention also the PuTTY integration under
Win32.  Remove paragraphs about Tramp's experimental status.
(Frequently Asked Questions): Add code example for highlighting the
mode line.

16 years ago* net/tramp.el (tramp-handle-substitute-in-file-name): Don't
Michael Albinus [Wed, 7 Nov 2007 20:41:15 +0000 (20:41 +0000)]
* net/tramp.el (tramp-handle-substitute-in-file-name): Don't
expand the remote connection identification.
(tramp-find-shell, tramp-open-connection-setup-interactive-shell):
Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
before calling stty.

* net/tramp-cache.el (tramp-cache-print)
(tramp-dump-connection-properties): Fix docstring.
(tramp-list-connections): Renamed from
`tramp-cache-list-connections'.

* net/tramp-cmds.el (tramp-cleanup-connection): Apply it.

* net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
remote connection identification when setting connection property.

* net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
"//" substitutes only in the local filename part.

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 7 Nov 2007 13:08:20 +0000 (13:08 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 7 Nov 2007 12:14:15 +0000 (12:14 +0000)]
*** empty log message ***

16 years agoPlaceholder entry about unsupported Mac Carbon port.
Glenn Morris [Wed, 7 Nov 2007 04:06:55 +0000 (04:06 +0000)]
Placeholder entry about unsupported Mac Carbon port.

16 years agoDeprecate Mac Carbon port.
Glenn Morris [Wed, 7 Nov 2007 04:04:05 +0000 (04:04 +0000)]
Deprecate Mac Carbon port.

16 years agoComment.
Glenn Morris [Wed, 7 Nov 2007 04:00:02 +0000 (04:00 +0000)]
Comment.

16 years agoDavid Hansen <david.hansen at gmx.net>
Glenn Morris [Wed, 7 Nov 2007 03:57:06 +0000 (03:57 +0000)]
David Hansen  <david.hansen at gmx.net>

(eshell-extended-glob): Sort matches.

16 years ago(tpu-map-key): Use unless rather than cond.
Glenn Morris [Wed, 7 Nov 2007 03:46:22 +0000 (03:46 +0000)]
(tpu-map-key): Use unless rather than cond.
Remove superfluous concats.  Move final set-buffer to non-emacs-specific code.

16 years agoRob Riepel <riepel at networking.stanford.edu>
Glenn Morris [Wed, 7 Nov 2007 03:39:19 +0000 (03:39 +0000)]
Rob Riepel  <riepel at networking.stanford.edu>

(tpu-map-key): Remove un-needed cond branch.

16 years agoJohan Bockg� <bojohan at gnu.org>
Glenn Morris [Wed, 7 Nov 2007 03:34:45 +0000 (03:34 +0000)]
Johan Bockg�  <bojohan at gnu.org>

(eshell-insertion-filter, eshell-sentinel): Use `with-current-buffer'.

16 years agoJohan Bockg� <bojohan at gnu.org>
Glenn Morris [Wed, 7 Nov 2007 03:33:56 +0000 (03:33 +0000)]
Johan Bockg�  <bojohan at gnu.org>

(eshell-output-filter): Use `with-current-buffer'.

16 years ago(server-start): Only register cleanup after server was
Andreas Schwab [Wed, 7 Nov 2007 00:27:13 +0000 (00:27 +0000)]
(server-start): Only register cleanup after server was
started.

16 years ago* net/tramp.el (top): Don't autoload `tramp-cache-print'.
Michael Albinus [Tue, 6 Nov 2007 21:17:36 +0000 (21:17 +0000)]
* net/tramp.el (top): Don't autoload `tramp-cache-print'.

* net/tramp-cache (tramp-cache-print): Move down.
(tramp-cache-list-connections): New defun.

* net/tramp-cmds.el (tramp-cleanup-connection): Use it.

16 years ago*** empty log message ***
Juanma Barranquero [Tue, 6 Nov 2007 12:32:16 +0000 (12:32 +0000)]
*** empty log message ***

16 years ago(ido-save-history): Write the history file in the current filename
Juanma Barranquero [Tue, 6 Nov 2007 12:25:06 +0000 (12:25 +0000)]
(ido-save-history): Write the history file in the current filename
coding system, and add `coding' file-local variable.

16 years ago*** empty log message ***
Juanma Barranquero [Tue, 6 Nov 2007 11:23:36 +0000 (11:23 +0000)]
*** empty log message ***

16 years ago(xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
Jan Djärv [Tue, 6 Nov 2007 09:27:17 +0000 (09:27 +0000)]
(xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
abort with a message on unhandled store_type values.

16 years ago* textmodes/org.el (org-table-formula-substitute-names): Removed
Carsten Dominik [Tue, 6 Nov 2007 07:00:47 +0000 (07:00 +0000)]
* textmodes/org.el (org-table-formula-substitute-names): Removed
forgotten temporary debugging code.

16 years ago*** empty log message ***
Carsten Dominik [Tue, 6 Nov 2007 07:00:22 +0000 (07:00 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Kenichi Handa [Tue, 6 Nov 2007 01:37:39 +0000 (01:37 +0000)]
*** empty log message ***

16 years ago(Select Input Method): Describe how to activate an input
Kenichi Handa [Tue, 6 Nov 2007 01:31:22 +0000 (01:31 +0000)]
(Select Input Method): Describe how to activate an input
method in the text mode.

16 years ago* tramp.el (tramp-wait-for-output): Ignore escape sequences in the
Michael Albinus [Mon, 5 Nov 2007 20:52:29 +0000 (20:52 +0000)]
* tramp.el (tramp-wait-for-output): Ignore escape sequences in the
prompt.

16 years agoFix last commit.
Simon Josefsson [Mon, 5 Nov 2007 15:04:15 +0000 (15:04 +0000)]
Fix last commit.

16 years ago(wdired-use-dired-vertical-movement): Doc fix.
Thien-Thi Nguyen [Mon, 5 Nov 2007 11:51:33 +0000 (11:51 +0000)]
(wdired-use-dired-vertical-movement): Doc fix.

16 years agonet/tls.el (tls-end-of-info): Doc fix.
Simon Josefsson [Mon, 5 Nov 2007 10:26:16 +0000 (10:26 +0000)]
net/tls.el (tls-end-of-info): Doc fix.

16 years ago*** empty log message ***
Thien-Thi Nguyen [Mon, 5 Nov 2007 09:06:25 +0000 (09:06 +0000)]
*** empty log message ***

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'.