bpt/emacs.git
16 years agoPresent tense.
Glenn Morris [Fri, 18 Jan 2008 05:45:26 +0000 (05:45 +0000)]
Present tense.

16 years ago(ffap-alist): Remove space from RFC regexp.
Glenn Morris [Fri, 18 Jan 2008 05:43:35 +0000 (05:43 +0000)]
(ffap-alist): Remove space from RFC regexp.

16 years agoRichard M. Stallman <rms at gnu.org>
Glenn Morris [Fri, 18 Jan 2008 05:41:09 +0000 (05:41 +0000)]
Richard M. Stallman  <rms at gnu.org>

(custom-theme-recalc-face): Use face-spec-set rather than
face-spec-recalc.

16 years agoRe-arrange for font-lock.
Glenn Morris [Fri, 18 Jan 2008 05:39:20 +0000 (05:39 +0000)]
Re-arrange for font-lock.

16 years ago(ibuffer-mode): Fix typo in previous change.
Glenn Morris [Fri, 18 Jan 2008 05:37:32 +0000 (05:37 +0000)]
(ibuffer-mode): Fix typo in previous change.

16 years ago*** empty log message ***
Stefan Monnier [Thu, 17 Jan 2008 18:24:10 +0000 (18:24 +0000)]
*** empty log message ***

16 years agoNew file: blank-mode.el
Vinicius Jose Latorre [Thu, 17 Jan 2008 12:46:55 +0000 (12:46 +0000)]
New file: blank-mode.el

16 years agoRegenerate.
Andreas Schwab [Thu, 17 Jan 2008 11:43:28 +0000 (11:43 +0000)]
Regenerate.

16 years ago(START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
Andreas Schwab [Thu, 17 Jan 2008 11:42:12 +0000 (11:42 +0000)]
(START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
instead of HAVE_X86_64_LIB64_DIR.

16 years ago(HAVE_LIB64_DIR): Renamed from HAVE_X86_64_LIB64_DIR.
Andreas Schwab [Thu, 17 Jan 2008 11:41:10 +0000 (11:41 +0000)]
(HAVE_LIB64_DIR): Renamed from HAVE_X86_64_LIB64_DIR.

16 years ago(ibuffer-save-filter-groups, ibuffer-save-filters): Remove calls to
Glenn Morris [Thu, 17 Jan 2008 05:16:35 +0000 (05:16 +0000)]
(ibuffer-save-filter-groups, ibuffer-save-filters): Remove calls to
deleted ibuffer-update-mode-name.

16 years ago(HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
Glenn Morris [Thu, 17 Jan 2008 04:10:08 +0000 (04:10 +0000)]
(HAVE_X86_64_LIB64_DIR): Also set on s390x systems.

16 years ago(ibuffer-auto-mode): Remove call to deleted ibuffer-update-mode-name.
Glenn Morris [Thu, 17 Jan 2008 04:09:20 +0000 (04:09 +0000)]
(ibuffer-auto-mode): Remove call to deleted ibuffer-update-mode-name.

16 years ago(START_FILES, LIB_STANDARD): Adjust value according to HAVE_X86_64_LIB64_DIR.
Glenn Morris [Thu, 17 Jan 2008 04:08:06 +0000 (04:08 +0000)]
(START_FILES, LIB_STANDARD): Adjust value according to HAVE_X86_64_LIB64_DIR.

16 years ago* configure.in: Remove more references to unsupported systems.
Dan Nicolaescu [Wed, 16 Jan 2008 16:29:00 +0000 (16:29 +0000)]
* configure.in: Remove more references to unsupported systems.

* s/irix3-3.h:
* s/irix4-0.h:
* s/386-ix.h:
* s/domain.h:
* s/hpux9-x11r4.h:
* s/hpux9shxr4.h: Remove files for systems no longer supported.

* sysdep.c: Remove code containing references to symbols defined
by unsupported systems.

16 years ago*** empty log message ***
Martin Rudalics [Wed, 16 Jan 2008 16:25:18 +0000 (16:25 +0000)]
*** empty log message ***

16 years ago(rng-nxml-mode-init): Add status after the "degraded" indicator.
Stefan Monnier [Wed, 16 Jan 2008 16:23:09 +0000 (16:23 +0000)]
(rng-nxml-mode-init): Add status after the "degraded" indicator.

16 years ago(longlines-mode, longlines-show-region)
Martin Rudalics [Wed, 16 Jan 2008 16:23:00 +0000 (16:23 +0000)]
(longlines-mode, longlines-show-region)
(longlines-unshow-hard-newlines): Bind buffer-file-name and
buffer-file-truename to nil while modifying buffer.

16 years ago(custom-reset-standard-variables-list)
Martin Rudalics [Wed, 16 Jan 2008 16:22:29 +0000 (16:22 +0000)]
(custom-reset-standard-variables-list)
(custom-reset-standard-faces-list): New variables.
(custom-reset-standard-save-and-update): New function.
(Custom-save): Apply custom-mark-to-save before and
custom-state-set-and-redraw after saving options.
(Custom-reset-standard): Apply custom-mark-to-reset-standard to
options and call custom-reset-standard-save-and-update.
(custom-variable, custom-face, custom-group): Provide new
entries for custom-mark-to-save, custom-mark-to-reset-standard,
and custom-state-set-and-redraw.
(custom-variable-mark-to-save)
(custom-variable-state-set-and-redraw)
(custom-variable-mark-to-reset-standard)
(custom-face-mark-to-save, custom-face-state-set-and-redraw)
(custom-face-mark-to-reset-standard)
(custom-group-mark-to-save, custom-group-state-set-and-redraw)
(custom-group-mark-to-reset-standard): New functions.
(custom-variable-save): Move save, state-set, and redraw
functionality to custom-variable-mark-to-save.
(custom-face-save): Move save, state-set, and redraw
functionality to custom-face-mark-to-save.
(custom-group-save): Move save, state-set, and redraw
functionality to custom-group-mark-to-save.
(custom-variable-reset-standard, custom-face-reset-standard)
(custom-group-reset-standard): Move save, state-set, and redraw
functionality to custom-reset-standard-save-and-update.

(custom-buffer-create-internal): Fix text in verbose help.
(custom-face-value-create): Indent doc-strings of faces like
those of variables.

16 years ago(server-process-filter): Replace lineno and columnnno
Stefan Monnier [Wed, 16 Jan 2008 16:21:08 +0000 (16:21 +0000)]
(server-process-filter): Replace lineno and columnnno
which defaulted to 1&0 with filepos which defaults to nil.
(server-goto-line-column): Don't move if filepos is nil.
(server-visit-files): Slight restructure to consolidate two calls to
server-goto-line-column into just one.

16 years ago(nxml-mode): Use mode-line-process to indicate the use of degraded mode.
Stefan Monnier [Wed, 16 Jan 2008 16:17:53 +0000 (16:17 +0000)]
(nxml-mode): Use mode-line-process to indicate the use of degraded mode.
(nxml-degrade): Don't change mode-name.

16 years ago(rng-nxml-mode-init): Don't overwrite mode-line-process.
Stefan Monnier [Wed, 16 Jan 2008 16:17:00 +0000 (16:17 +0000)]
(rng-nxml-mode-init): Don't overwrite mode-line-process.

16 years ago(mode): Pass the buffer to format-mode-line.
Stefan Monnier [Wed, 16 Jan 2008 16:11:09 +0000 (16:11 +0000)]
(mode): Pass the buffer to format-mode-line.
(ibuffer-update-mode-name): Remove.
(ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
(ibuffer-mode): Use mode-line-process instead.

16 years ago(ibuffer-auto-update-changed, ibuffer-auto-mode): Use derived-mode-p.
Stefan Monnier [Wed, 16 Jan 2008 15:57:42 +0000 (15:57 +0000)]
(ibuffer-auto-update-changed, ibuffer-auto-mode): Use derived-mode-p.
(ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.

16 years ago(describe-mode): Pass the right buffer to format-mode-line.
Stefan Monnier [Wed, 16 Jan 2008 15:55:15 +0000 (15:55 +0000)]
(describe-mode): Pass the right buffer to format-mode-line.

16 years agoRegenerate.
Glenn Morris [Wed, 16 Jan 2008 08:57:42 +0000 (08:57 +0000)]
Regenerate.

16 years ago(comint-regexp-arg): Fix no-input case.
Glenn Morris [Wed, 16 Jan 2008 08:11:05 +0000 (08:11 +0000)]
(comint-regexp-arg): Fix no-input case.

16 years ago* smerge-mode.el (smerge-start-session): Rename from smerge-auto.
Dan Nicolaescu [Wed, 16 Jan 2008 06:22:59 +0000 (06:22 +0000)]
* smerge-mode.el (smerge-start-session): Rename from smerge-auto.
* pcvs.el (cvs-revert-if-needed):
* vc.el (vc-maybe-resolve-conflicts): Rename callers.

* vc-svn.el (vc-svn-find-file-hook):
* vc-arch.el (vc-arch-find-file-hook): Undo previous change.

16 years agoFix alignment whitespace in usage.
Glenn Morris [Wed, 16 Jan 2008 05:11:33 +0000 (05:11 +0000)]
Fix alignment whitespace in usage.

16 years agoSven Joachim <svenjoac at gmx.de>
Glenn Morris [Wed, 16 Jan 2008 04:33:32 +0000 (04:33 +0000)]
Sven Joachim  <svenjoac at gmx.de>

Add --lzma.

16 years agoUlf Jasper <ulf.jasper at web.de>
Glenn Morris [Wed, 16 Jan 2008 04:13:44 +0000 (04:13 +0000)]
Ulf Jasper  <ulf.jasper at web.de>

(icalendar-version): Increase to 0.16.
(icalendar-export-file, icalendar-import-file): Restore
significant trailing whitespace in `interactive' prompts.

Tom Tromey  <tromey at redhat.com>

(icalendar--convert-tz-offset)
(icalendar--parse-vtimezone, icalendar--convert-all-timezones)
(icalendar--find-time-zone): New functions.
(icalendar--decode-isodatetime): Add `zone' argument, passed to
`decode-time'.  Doc fix.
(icalendar--convert-ical-to-diary): Compute zone-map.  Pass
timezone to icalendar--decode-isodatetime.

16 years ago(select-safe-coding-system-function): Doc fix.
Glenn Morris [Wed, 16 Jan 2008 04:12:22 +0000 (04:12 +0000)]
(select-safe-coding-system-function): Doc fix.

16 years agoUpdate for doc/ directory.
Glenn Morris [Wed, 16 Jan 2008 04:11:16 +0000 (04:11 +0000)]
Update for doc/ directory.
finder-inf no longer in CVS.

16 years agoRegenerate.
Glenn Morris [Wed, 16 Jan 2008 04:10:45 +0000 (04:10 +0000)]
Regenerate.

16 years ago(maybe_bootstrap): Remove texinfo message, since configure checks for this.
Glenn Morris [Wed, 16 Jan 2008 04:10:09 +0000 (04:10 +0000)]
(maybe_bootstrap): Remove texinfo message, since configure checks for this.

16 years ago(c-constant-symbol): Put this defun inside an eval-and-compile, so as to
Alan Mackenzie [Tue, 15 Jan 2008 23:56:38 +0000 (23:56 +0000)]
(c-constant-symbol): Put this defun inside an eval-and-compile, so as to
permit byte-compiling (e.g. in bootstrap).

16 years ago*** empty log message ***
Alan Mackenzie [Tue, 15 Jan 2008 23:55:28 +0000 (23:55 +0000)]
*** empty log message ***

16 years agoFixed typo.
Kim F. Storm [Tue, 15 Jan 2008 23:29:43 +0000 (23:29 +0000)]
Fixed typo.

16 years ago(cal-menu-holidays-menu): Comment update.
Stefan Monnier [Tue, 15 Jan 2008 22:36:18 +0000 (22:36 +0000)]
(cal-menu-holidays-menu): Comment update.

16 years ago(easy-menu-avoid-duplicate-keys): New var.
Stefan Monnier [Tue, 15 Jan 2008 22:33:05 +0000 (22:33 +0000)]
(easy-menu-avoid-duplicate-keys): New var.
(easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
using the same key for different menu entries.

16 years ago(smerge-refine): Also work on "same change conflicts".
Stefan Monnier [Tue, 15 Jan 2008 21:40:09 +0000 (21:40 +0000)]
(smerge-refine): Also work on "same change conflicts".
(smerge-makeup-conflict): New command.

16 years ago(log-edit): Doc fix.
Thien-Thi Nguyen [Tue, 15 Jan 2008 15:03:36 +0000 (15:03 +0000)]
(log-edit): Doc fix.

16 years agoSimplify details of external icon licensing.
Glenn Morris [Tue, 15 Jan 2008 04:10:04 +0000 (04:10 +0000)]
Simplify details of external icon licensing.

16 years ago(diff-end-of-hunk): Revert 2008-01-08 change.
Glenn Morris [Tue, 15 Jan 2008 03:54:51 +0000 (03:54 +0000)]
(diff-end-of-hunk): Revert 2008-01-08 change.

16 years agoRevert 2008-01-13 change: this is a generated file.
Glenn Morris [Tue, 15 Jan 2008 03:54:28 +0000 (03:54 +0000)]
Revert 2008-01-13 change: this is a generated file.

16 years ago*** empty log message ***
Glenn Morris [Tue, 15 Jan 2008 03:44:41 +0000 (03:44 +0000)]
*** empty log message ***

16 years ago* progmodes/cc-vars.el (c-constant-symbol): New function which supersedes
Alan Mackenzie [Mon, 14 Jan 2008 22:35:40 +0000 (22:35 +0000)]
* progmodes/cc-vars.el (c-constant-symbol): New function which supersedes
c-const-symbol.  During a customize-.. call it enables an element of
(e.g.) c-hanging-braces alist to have its name displayed, even when the
default value of c-h-b etc. doesn't include the elemnt.  Replace uses of
the old function by the new.

* progmodes/cc-vars.el (c-hanging-braces-alist): Remove the obscure
non-working fragment ":value c-".

16 years ago*** empty log message ***
Alan Mackenzie [Mon, 14 Jan 2008 22:33:52 +0000 (22:33 +0000)]
*** empty log message ***

16 years ago(clear-abbrev-table): Can't pass a symbol to intern.
Stefan Monnier [Mon, 14 Jan 2008 20:17:52 +0000 (20:17 +0000)]
(clear-abbrev-table): Can't pass a symbol to intern.

16 years ago* trampver.texi: Update release number.
Michael Albinus [Mon, 14 Jan 2008 19:50:29 +0000 (19:50 +0000)]
* trampver.texi: Update release number.

16 years ago* net/trampver.el: Update release number.
Michael Albinus [Mon, 14 Jan 2008 19:42:14 +0000 (19:42 +0000)]
* net/trampver.el: Update release number.

16 years ago* net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
Michael Albinus [Mon, 14 Jan 2008 19:36:07 +0000 (19:36 +0000)]
* net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
instead of `tramp-file-name-real-host'.

16 years ago*** empty log message ***
Michael Albinus [Mon, 14 Jan 2008 19:35:12 +0000 (19:35 +0000)]
*** empty log message ***

16 years ago(c-guess-basic-syntax): prevent a macro call inside a struct being
Alan Mackenzie [Mon, 14 Jan 2008 19:23:32 +0000 (19:23 +0000)]
(c-guess-basic-syntax): prevent a macro call inside a struct being
recognised as a K&R argument.

16 years ago*** empty log message ***
Alan Mackenzie [Mon, 14 Jan 2008 19:22:27 +0000 (19:22 +0000)]
*** empty log message ***

16 years ago(compilation-error-regexp-alist-alist):
Stefan Monnier [Mon, 14 Jan 2008 15:41:34 +0000 (15:41 +0000)]
(compilation-error-regexp-alist-alist):
Accept "fatal error" from MSFT.
Reported by Jared Finder <jfinder@crypticstudios.com>.

16 years ago* smerge-mode.el (smerge-auto): New function.
Dan Nicolaescu [Mon, 14 Jan 2008 07:38:05 +0000 (07:38 +0000)]
* smerge-mode.el (smerge-auto): New function.
* vc-svn.el (vc-svn-find-file-hook):
* vc-arch.el (vc-arch-find-file-hook):
* pcvs.el (cvs-revert-if-needed):
* vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
(top-level): Add a Todo list.

16 years agoFix typo in src/lisp.h
Michael Olson [Sun, 13 Jan 2008 22:10:51 +0000 (22:10 +0000)]
Fix typo in src/lisp.h

16 years ago*** empty log message ***
Juanma Barranquero [Sun, 13 Jan 2008 21:49:20 +0000 (21:49 +0000)]
*** empty log message ***

16 years ago* vc.el (vc-update): Resolve conflicts if necessary instead of
Dan Nicolaescu [Sun, 13 Jan 2008 20:03:35 +0000 (20:03 +0000)]
* vc.el (vc-update): Resolve conflicts if necessary instead of
just updating the buffer.

* vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
update command so that we can parse the output.

16 years ago* configure.in: Remove more references to unsupported systems.
Dan Nicolaescu [Sun, 13 Jan 2008 18:29:53 +0000 (18:29 +0000)]
* configure.in: Remove more references to unsupported systems.

* m/sequent-ptx.h:
* m/sequent.h:
* s/ptx.h:
* s/ptx4-2.h:
* s/ptx4.h: Remove files for systems no longer supported.

16 years ago*** empty log message ***
Juanma Barranquero [Sun, 13 Jan 2008 18:26:15 +0000 (18:26 +0000)]
*** empty log message ***

16 years ago(rmail-convert-to-babyl-format): Remove
Martin Rudalics [Sun, 13 Jan 2008 18:18:12 +0000 (18:18 +0000)]
(rmail-convert-to-babyl-format): Remove
save-excursion to avoid infinite looping.

16 years agoRemove obsolete file
Dan Nicolaescu [Sun, 13 Jan 2008 17:39:05 +0000 (17:39 +0000)]
Remove obsolete file

16 years ago(Fcall_process): Fix previous change.
Dan Nicolaescu [Sun, 13 Jan 2008 15:15:03 +0000 (15:15 +0000)]
(Fcall_process): Fix previous change.

16 years agoRemove some symbols that are not used anymore.
Dan Nicolaescu [Sun, 13 Jan 2008 00:46:16 +0000 (00:46 +0000)]
Remove some symbols that are not used anymore.

16 years ago* movemail.c:
Dan Nicolaescu [Sun, 13 Jan 2008 00:43:55 +0000 (00:43 +0000)]
* movemail.c:
* make-docfile.c: Remove reference to symbols defined by systems
not supported anymore: MAC_OS8, XENIX and STRIDE.

* (src/m/mips.h):
* (src/m/intel386.h):
* callproc.c:
* config.in:
* ecrt0.c:
* emacs.c:
* fileio.c:
* frame.c:
* getpagesize.h:
* keyboard.c:
* lread.c:
* process.c:
* puresize.h:
* sysdep.c:
* systty.h:
* syswait.h:
* unexec.c:
* xdisp.c:
* alloc.c: Remove code containing references to symbols defined by
unsupported systems.

16 years agoRegenerate for new tpu-extras md5sum in generated autoload.
Glenn Morris [Sat, 12 Jan 2008 23:58:50 +0000 (23:58 +0000)]
Regenerate for new tpu-extras md5sum in generated autoload.

16 years agoRegenerate.
Glenn Morris [Sat, 12 Jan 2008 23:48:35 +0000 (23:48 +0000)]
Regenerate.

16 years ago(woman-parse-numeric-arg): Change handling of `==': can be interned
Glenn Morris [Sat, 12 Jan 2008 23:21:25 +0000 (23:21 +0000)]
(woman-parse-numeric-arg): Change handling of `==': can be interned
without a function definition.

16 years ago(decode_options) [WINDOWSNT]: Don't use the value of DISPLAY in the
Eli Zaretskii [Sat, 12 Jan 2008 15:50:33 +0000 (15:50 +0000)]
(decode_options) [WINDOWSNT]: Don't use the value of DISPLAY in the
environment.  Don't support -d.
(print_help_and_exit) [WINDOWSNT]: Don't show the --display option.
(longopts) [WINDOWSNT]: Remove --display.

16 years agoMention that old platforms are no longer supported. Add a reference to
Eli Zaretskii [Sat, 12 Jan 2008 15:24:21 +0000 (15:24 +0000)]
Mention that old platforms are no longer supported.  Add a reference to
the full list in MACHINES.

16 years agoAdd an explicit list of platforms that are no longer supported.
Eli Zaretskii [Sat, 12 Jan 2008 15:23:15 +0000 (15:23 +0000)]
Add an explicit list of platforms that are no longer supported.

16 years ago(nxml-enable-unicode-char-name-sets, rng-nxml-mode-init): Declare.
Jason Rumney [Sat, 12 Jan 2008 12:30:05 +0000 (12:30 +0000)]
(nxml-enable-unicode-char-name-sets, rng-nxml-mode-init): Declare.

16 years ago(rng-preferred-prefix-alist): Add some defaults.
Jason Rumney [Fri, 11 Jan 2008 17:30:52 +0000 (17:30 +0000)]
(rng-preferred-prefix-alist): Add some defaults.
(rng-preferred-prefix-alist-default): Remove.

16 years ago(nxml-char-name-ignore-case): Change default value.
Jason Rumney [Fri, 11 Jan 2008 16:01:26 +0000 (16:01 +0000)]
(nxml-char-name-ignore-case): Change default value.
(nxml-mode): Call nxml-enable-unicode-char-name-sets directly.

16 years ago(nxml-internal-unicode-char-name-sets-enabled): Rename from
Jason Rumney [Fri, 11 Jan 2008 16:00:09 +0000 (16:00 +0000)]
(nxml-internal-unicode-char-name-sets-enabled): Rename from
nxml-enable-unicode-char-name-sets-flag.
(nxml-enable-unicode-char-name-sets-1): Merge into
nxml-enable-unicode-char-name-sets.
(nxml-enable-unicode-char-name-sets): Don't unconditionally set
nxml-char-name-ignore-case here.

16 years ago(nxml-mode): Call rng-nxml-mode-init directly.
Jason Rumney [Fri, 11 Jan 2008 15:12:17 +0000 (15:12 +0000)]
(nxml-mode): Call rng-nxml-mode-init directly.
Update doc string and commentary.

16 years ago(detect_coding_mask): Fix previous change.
Kenichi Handa [Fri, 11 Jan 2008 11:30:25 +0000 (11:30 +0000)]
(detect_coding_mask): Fix previous change.

16 years ago(all): Add missing version entries.
Martin Rudalics [Fri, 11 Jan 2008 09:59:48 +0000 (09:59 +0000)]
(all): Add missing version entries.

16 years ago(big5-to-flat-code, flat-code-to-big5, euc-to-flat-code, flat-code-to-euc):
Glenn Morris [Fri, 11 Jan 2008 04:56:27 +0000 (04:56 +0000)]
(big5-to-flat-code, flat-code-to-big5, euc-to-flat-code, flat-code-to-euc):
Declare as functions.

16 years ago(elmo-msgdb-overview-get-entity, wl-summary-buffer-msgdb): Declare as funtions.
Glenn Morris [Fri, 11 Jan 2008 04:55:32 +0000 (04:55 +0000)]
(elmo-msgdb-overview-get-entity, wl-summary-buffer-msgdb): Declare as funtions.

16 years ago(ada-set-syntax-table-properties): Bind
Martin Rudalics [Thu, 10 Jan 2008 18:49:31 +0000 (18:49 +0000)]
(ada-set-syntax-table-properties): Bind
buffer-file-name and buffer-file-truename.

16 years ago(fringe-mode-explicit): New variable.
Martin Rudalics [Thu, 10 Jan 2008 18:44:27 +0000 (18:44 +0000)]
(fringe-mode-explicit): New variable.
(set-fringe-mode): Don't alter default-frame-alist when just
loading this file.

16 years agoRemove python.el entry duplicated when merging from EMACS_22_BASE.
Juanma Barranquero [Thu, 10 Jan 2008 17:45:15 +0000 (17:45 +0000)]
Remove python.el entry duplicated when merging from EMACS_22_BASE.

16 years ago(pop_stat, pop_last): Check validity of string-to-integer
Chong Yidong [Thu, 10 Jan 2008 15:33:52 +0000 (15:33 +0000)]
(pop_stat, pop_last): Check validity of string-to-integer
conversion.  Mistakes spotted by Nico Golde.

16 years ago* pop.c (pop_stat, pop_last): Check validity of string-to-integer
Chong Yidong [Thu, 10 Jan 2008 15:31:25 +0000 (15:31 +0000)]
* pop.c (pop_stat, pop_last): Check validity of string-to-integer
conversion.  Mistakes spotted by Nico Golde.

16 years ago2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
Tassilo Horn [Thu, 10 Jan 2008 15:08:34 +0000 (15:08 +0000)]
2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>

* doc-view.el (doc-view-buffer-file-name): New variable.
(doc-view-convert-current-doc, doc-view-search)
(doc-view-current-cache-dir, doc-view-initiate-display)
(doc-view-mode): Use it.
(doc-view-bookmark-make-cell): Use variable buffer-file-name
instead of function.

16 years agoMerge from gnus--devo--0
Miles Bader [Thu, 10 Jan 2008 14:18:23 +0000 (14:18 +0000)]
Merge from gnus--devo--0

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

16 years ago(vc-svn-registered): Return the correct value for
Dan Nicolaescu [Thu, 10 Jan 2008 14:17:06 +0000 (14:17 +0000)]
(vc-svn-registered): Return the correct value for
ignored and unregistered files.

16 years ago2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
Tassilo Horn [Thu, 10 Jan 2008 11:29:41 +0000 (11:29 +0000)]
2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>

* doc-view.el (tramp): Require tramp because we use
tramp-tramp-file-p.

16 years ago* vc.el (vc-status-unmark-all-files): New function.
Dan Nicolaescu [Thu, 10 Jan 2008 07:51:25 +0000 (07:51 +0000)]
* vc.el (vc-status-unmark-all-files): New function.
(vc-status-unmark-all-files): Likewise.
(vc-status-mode-map): Add bindings.

16 years ago2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Thu, 10 Jan 2008 06:54:12 +0000 (06:54 +0000)]
2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>

* ediff*.el: uncommented declare-function.

* viper*.el: uncommented declare-function.

16 years agoChong Yidong <cyd at stupidchicken.com>
Glenn Morris [Thu, 10 Jan 2008 04:08:55 +0000 (04:08 +0000)]
Chong Yidong  <cyd at stupidchicken.com>

(wait_reading_process_output): Check for window changes caused by timers.

16 years agoshell.el dirtrack stuff moved to 22.2.
Glenn Morris [Thu, 10 Jan 2008 04:06:13 +0000 (04:06 +0000)]
shell.el dirtrack stuff moved to 22.2.

16 years agoERC: Sync changes from upstream.
Michael Olson [Thu, 10 Jan 2008 03:51:14 +0000 (03:51 +0000)]
ERC: Sync changes from upstream.

16 years ago2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
Tassilo Horn [Wed, 9 Jan 2008 20:16:14 +0000 (20:16 +0000)]
2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>

* doc-view.el (doc-view-mode): Support tramp, compressed files and
files inside archives uniformly.

16 years ago* testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
Eric S. Raymond [Wed, 9 Jan 2008 16:21:29 +0000 (16:21 +0000)]
* testmodes/sgml-mode.el (sgml-tag-syntax-table):  Initialize this
constant with a computation on sgml-specials rather than a literal
list.  Without this change the syntax table is generated
incorrectly, and the mode will think it's in a comment following
any instance of the string "--".

16 years agoFix code of ps-face-strikeout-p, ps-face-overline-p and ps-face-box-p
Vinicius Jose Latorre [Wed, 9 Jan 2008 12:48:42 +0000 (12:48 +0000)]
Fix code of ps-face-strikeout-p, ps-face-overline-p and ps-face-box-p

16 years ago2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
Tassilo Horn [Wed, 9 Jan 2008 10:25:17 +0000 (10:25 +0000)]
2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>

* doc-view.el (doc-view-mode-p): Add EPS as supported type.
(doc-view-mode): Support document files inside archives.