bpt/emacs.git
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.

16 years ago*** empty log message ***
Dan Nicolaescu [Wed, 9 Jan 2008 07:40:37 +0000 (07:40 +0000)]
*** empty log message ***

16 years ago(vc-deduce-fileset): Return the currently selected file if
Dan Nicolaescu [Wed, 9 Jan 2008 07:21:08 +0000 (07:21 +0000)]
(vc-deduce-fileset): Return the currently selected file if
no files are selected when using vc-status.

16 years ago2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Wed, 9 Jan 2008 06:16:07 +0000 (06:16 +0000)]
2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>

* ediff*.el: commented out declare-function. "make bootstrap"
stops with an error and emacs does not compile with those things in.
Besides, declare-function is not defined in XEmacs.

* ediff-util (eqiff-quit): autoraise minibuffer.

* ediff-diff (ediff-convert-fine-diffs-to-overlays): make it a defin

* viper*.el: commented out declare-function -- not defined in XEmacs.

* viper-ex.el (viper-info-on-file): take care of indiret buffers.

* viper.el (viper-set-hooks, set-cursor-color): set viper-vi-state-cursor-color.

16 years ago*** empty log message ***
Kenichi Handa [Wed, 9 Jan 2008 06:15:40 +0000 (06:15 +0000)]
*** empty log message ***

16 years ago(detect_coding_iso2022): New arg latin_extra_code_state. Allow Latin
Kenichi Handa [Wed, 9 Jan 2008 06:05:23 +0000 (06:05 +0000)]
(detect_coding_iso2022): New arg latin_extra_code_state.  Allow Latin
extra codes only when *latin_extra_code_state is nonzero.
(detect_coding_mask): If there is a NULL byte, detect the encoding as
UTF-16 or binary.  If there is a Latin extra code, detect the encoding
as ISO-2022 only when no other proper encoding is found.

16 years ago* vc.el (vc-status-headers): Rename from
Dan Nicolaescu [Wed, 9 Jan 2008 05:19:04 +0000 (05:19 +0000)]
* vc.el (vc-status-headers): Rename from
vc-status-insert-headers.  Just return header.
(vc-status-move-to-goal-column): New function.
(vc-status-mode-map): Define more keys.
(vc-status-mode): Use vc-status-refresh.  Now 'special.
(vc-status-refresh): New function.
(vc-status-next-line): Likewise.
(vc-status-previous-line): Likewise.
(vc-status-mark-file): Use vc-status-next-line.
(vc-status-unmark-file): Use vc-status-previous-line.
(vc-status-unmark-file-up): New function.
(vc-status-register): Likewise.
(vc-status-find-file): Likewise.
(vc-status-find-file-other-window): Likewise.
(vc-status-current-file): Likewise.
(vc-ensure-vc-buffer): Understand vc-status mode.

16 years ago* vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
Dan Nicolaescu [Wed, 9 Jan 2008 05:15:07 +0000 (05:15 +0000)]
* vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".

16 years agognome icons are GPLv2 or later.
Glenn Morris [Wed, 9 Jan 2008 04:59:00 +0000 (04:59 +0000)]
gnome icons are GPLv2 or later.
http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01306.html

16 years agognome icons are GPLv2 or later.
Glenn Morris [Wed, 9 Jan 2008 04:57:51 +0000 (04:57 +0000)]
gnome icons are GPLv2 or later.
gtk icons are LGPLv2 or later.
http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01306.html
Correct gtk copyright holders based on makecopyright in gtk tarball.

16 years agoAdd missing final newlines to message calls.
Glenn Morris [Wed, 9 Jan 2008 04:40:14 +0000 (04:40 +0000)]
Add missing final newlines to message calls.

16 years agoDaniel Hackney <dan at haxney.org> (tiny change)
Glenn Morris [Wed, 9 Jan 2008 04:36:57 +0000 (04:36 +0000)]
Daniel Hackney <dan at haxney.org>  (tiny change)

(set_socket): Add trailing newline to socket error message.

16 years agoAdd 2008 to copyright years.
Glenn Morris [Wed, 9 Jan 2008 04:31:51 +0000 (04:31 +0000)]
Add 2008 to copyright years.

16 years agoRemove copyright from author with assignment and merge years into FSF years.
Glenn Morris [Wed, 9 Jan 2008 04:21:32 +0000 (04:21 +0000)]
Remove copyright from author with assignment and merge years into FSF years.
Add 2008 to copyright years.

16 years agoAdd 2008 to copyright years.
Glenn Morris [Wed, 9 Jan 2008 04:19:59 +0000 (04:19 +0000)]
Add 2008 to copyright years.
Add license text.

16 years agoAdd @copying section.
Glenn Morris [Wed, 9 Jan 2008 04:19:33 +0000 (04:19 +0000)]
Add @copying section.

16 years agoTom Tromey <tromey at redhat.com>
Glenn Morris [Wed, 9 Jan 2008 04:18:27 +0000 (04:18 +0000)]
Tom Tromey  <tromey at redhat.com>

(blackbox-mode-map): Add `q' and [return] bindings.

16 years ago(ffap-string-at-point-mode-alist): Add `\' to file entry, for Windows.
Glenn Morris [Wed, 9 Jan 2008 04:17:56 +0000 (04:17 +0000)]
(ffap-string-at-point-mode-alist): Add `\' to file entry, for Windows.

16 years agoFix face attributes recognition
Vinicius Jose Latorre [Wed, 9 Jan 2008 02:54:16 +0000 (02:54 +0000)]
Fix face attributes recognition

16 years ago(ffap-read-file-or-url): Don't use let-binding to temporarily
Stefan Monnier [Wed, 9 Jan 2008 02:16:47 +0000 (02:16 +0000)]
(ffap-read-file-or-url): Don't use let-binding to temporarily
add a file-name handler.

16 years ago*** empty log message ***
Roland Winkler [Wed, 9 Jan 2008 01:43:14 +0000 (01:43 +0000)]
*** empty log message ***

16 years ago(bibtex-initialize): New autoloaded command. Rename from function
Roland Winkler [Wed, 9 Jan 2008 01:37:50 +0000 (01:37 +0000)]
(bibtex-initialize): New autoloaded command. Rename from function
bibtex-files-expand. New optional arg select.
(bibtex-flash-head): Allow blink-matching-delay being zero.
(bibtex-clean-entry): Use atomic-change-group.
(bibtex-format-entry): Check presence of required fields only after
formatting of fields. Use member-ignore-case. Do not use
bibtex-parse-entry. Do not use booktitle field to set a missing
title.
(bibtex-autofill-entry): Do not call undo-boundary.
(bibtex-lessp): Handle crossref keys that point to another bibtex
file.
(bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
Parse keys if necessary.

16 years agoMerge from emacs--rel--22
Miles Bader [Tue, 8 Jan 2008 20:46:54 +0000 (20:46 +0000)]
Merge from emacs--rel--22

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

16 years ago* vc-git.el (vc-git--call): Apply `process-file' instead of
Michael Albinus [Tue, 8 Jan 2008 20:07:21 +0000 (20:07 +0000)]
* vc-git.el (vc-git--call): Apply `process-file' instead of
`call-process'.

* net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
Reported by Pete Forman <pete.forman@westerngeco.com>.
(tramp-perl-encode, tramp-perl-decode): Update copyrights.
(tramp-handle-process-file): Handle the case where DESTINATION is
a consp with t as car.
(tramp-wait-for-output): We shall remove exactly what has been
find by the search.

16 years agoMerge from gnus--devo--0
Miles Bader [Tue, 8 Jan 2008 14:16:13 +0000 (14:16 +0000)]
Merge from gnus--devo--0

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

16 years ago*** empty log message ***
Nick Roberts [Tue, 8 Jan 2008 08:32:10 +0000 (08:32 +0000)]
*** empty log message ***

16 years agoKevin Ryde <user42 at zip.com.au>:
Glenn Morris [Tue, 8 Jan 2008 08:03:25 +0000 (08:03 +0000)]
Kevin Ryde  <user42 at zip.com.au>:

(compilation-error-regexp-alist-alist): Add entry for two-arg form of
the Test module ok() func.