/[emacs]/emacs/lisp/net/browse-url.el
ViewVC logotype

Log of /emacs/lisp/net/browse-url.el

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.21.2.35 - (view) (download) (annotate) - [select for diffs]
Fri Dec 11 11:07:22 2009 UTC (14 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.21.2.34: +32 -21 lines
Diff to previous 1.21.2.34 , to branch point 1.21 , to next main 1.87
Merge from emacs--devo--0

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


Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Mon Nov 23 20:58:59 2009 UTC (14 years, 4 months ago) by cyd
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_1_90, HEAD
Changes since 1.86: +8 -2 lines
Diff to previous 1.86
* net/browse-url.el (browse-url-filename-alist): On Windows, add
two slashes to the "file:" prefix.
(browse-url-file-url): De-munge Cygwin filenames before passing
them to Windows browser.
(browse-url-default-windows-browser): Use call-process.


Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Fri Nov 20 21:49:49 2009 UTC (14 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.85: +7 -5 lines
Diff to previous 1.85
* net/browse-url.el (browse-url-default-windows-browser): Use
cygstart for cygwin.


Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Fri Nov 6 05:16:29 2009 UTC (14 years, 5 months ago) by dann
Branch: MAIN
Changes since 1.84: +2 -2 lines
Diff to previous 1.84
* textmodes/tex-mode.el (tex-alt-dvi-print-command)
(tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
(tex-start-options, slitex-run-command, latex-run-command)
(tex-run-command, tex-directory):
* textmodes/ispell.el (ispell-html-skip-alists)
(ispell-tex-skip-alists, ispell-tex-skip-alists):
* textmodes/fill.el (adaptive-fill-first-line-regexp):
(adaptive-fill-regexp):
* textmodes/dns-mode.el (auto-mode-alist):
* progmodes/python.el (interpreter-mode-alist):
* progmodes/etags.el (tags-compression-info-list):
* progmodes/etags.el (tags-file-name):
* net/browse-url.el (browse-url-galeon-program)
(browse-url-firefox-program):
* mail/sendmail.el (mail-signature-file)
(mail-citation-prefix-regexp):
* international/mule-conf.el (eight-bit):
* international/latexenc.el (latex-inputenc-coding-alist):
* international/fontset.el (x-pixel-size-width-font-regexp):
* emacs-lisp/warnings.el (warning-type-format):
* emacs-lisp/trace.el (trace-buffer):
* emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
(emacs-lisp-mode-map):
* calendar/holidays.el (holiday-solar-holidays)
(holiday-bahai-holidays, holiday-islamic-holidays)
(holiday-christian-holidays, holiday-hebrew-holidays)
(hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
(hebrew-holidays-1, holiday-oriental-holidays)
(holiday-general-holidays):
* x-dnd.el (x-dnd-known-types):
* tool-bar.el (tool-bar):
* startup.el (site-run-file):
* shell.el (shell-dumb-shell-regexp):
* rfn-eshadow.el (file-name-shadow-tty-properties)
(file-name-shadow-properties):
* paths.el (remote-shell-program, news-directory):
* mouse.el ([C-down-mouse-3]):
* menu-bar.el (menu-bar-tools-menu):
* jka-cmpr-hook.el (jka-compr-load-suffixes)
(jka-compr-mode-alist-additions, jka-compr-compression-info-list)
(jka-compr-compression-info-list):
* isearch.el (search-whitespace-regexp):
* image-file.el (image-file-name-extensions):
* find-dired.el (find-ls-option):
* files.el (directory-listing-before-filename-regexp)
(directory-free-space-args, insert-directory-program)
(list-directory-brief-switches, magic-fallback-mode-alist)
(magic-fallback-mode-alist, auto-mode-interpreter-regexp)
(automount-dir-prefix):
* faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
(x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
(face-font-registry-alternatives, face-font-registry-alternatives)
(face-font-family-alternatives):
* facemenu.el (facemenu-add-new-face, facemenu-background-menu)
(facemenu-foreground-menu, facemenu-face-menu):
* epa-hook.el (epa-file-name-regexp):
* dnd.el (dnd-protocol-alist):
* textmodes/rst.el (auto-mode-alist):
* button.el (default-button):  Purecopy strings.


Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Sun Oct 18 23:55:16 2009 UTC (14 years, 6 months ago) by kryde
Branch: MAIN
Changes since 1.83: +14 -14 lines
Diff to previous 1.83
(browse-url): Identify alist with "consp and
not functionp" and let all other things go down the `apply' leg,
as suggested by Stefan.  (Further to bug#4531.)


Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Fri Oct 2 07:11:18 2009 UTC (14 years, 6 months ago) by gm
Branch: MAIN
Changes since 1.82: +4 -1 lines
Diff to previous 1.82
Kevin Ryde  <user42 at zip.com.au>

(browse-url): Pass any symbol in browse-url-browser-function to
`apply', since if you've mistakenly put an unbound symbol then the
error is clearer.  (Bug#4531)


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


Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Fri Oct 2 00:02:06 2009 UTC (14 years, 6 months ago) by lektu
Branch: MAIN
Changes since 1.80: +1 -1 lines
Diff to previous 1.80
* image-mode.el (image-toggle-display):
* emacs-lisp/elp.el (elp-instrument-function):
* emacs-lisp/advice.el (ad-make-advised-definition):
* emacs-lisp/easy-mmode.el (define-minor-mode):
* net/browse-url.el (browse-url-maybe-new-window):
* progmodes/sh-script.el (sh-learn-buffer-indent):
  Pass new argument 'any to `called-interactively-p'.


Revision 1.21.2.34 - (view) (download) (annotate) - [select for diffs]
Fri Sep 18 08:01:44 2009 UTC (14 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.21.2.33: +3 -3 lines
Diff to previous 1.21.2.33 , to branch point 1.21
Merge from emacs--devo--0

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


Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Tue Sep 1 03:17:03 2009 UTC (14 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.79: +1 -1 lines
Diff to previous 1.79
(browse-url-file-url): Use default-value rather than
default-enable-multibyte-characters.


Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Thu Apr 16 04:08:15 2009 UTC (15 years ago) by cyd
Branch: MAIN
CVS Tags: CEDET_BASE, EMACS_23_1, EMACS_23_1_BASE, EMACS_PRETEST_23_0_93, EMACS_PRETEST_23_0_94, EMACS_PRETEST_23_0_95, EMACS_PRETEST_23_0_96
Branch point for: EMACS_23_1_RC, cedet-branch
Changes since 1.78: +1 -1 lines
Diff to previous 1.78
browse-url.el (browse-url-filename-alist): Update :version for last change.


Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Wed Apr 15 22:51:28 2009 UTC (15 years ago) by cyd
Branch: MAIN
Changes since 1.77: +1 -1 lines
Diff to previous 1.77
* net/browse-url.el (browse-url-filename-alist): Correct file
URI (Bug#2922).


Revision 1.21.2.33 - (view) (download) (annotate) - [select for diffs]
Thu Jan 22 08:01:05 2009 UTC (15 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.21.2.32: +1 -1 lines
Diff to previous 1.21.2.32 , to branch point 1.21
Merge from emacs--devo--0

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


Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Mon Jan 5 03:22:43 2009 UTC (15 years, 3 months ago) by gm
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_0_90, EMACS_PRETEST_23_0_91, EMACS_PRETEST_23_0_92, lexbind-base
Changes since 1.76: +1 -1 lines
Diff to previous 1.76
Add 2009 to copyright years.


Revision 1.21.2.32 - (view) (download) (annotate) - [select for diffs]
Fri Jul 18 00:03:52 2008 UTC (15 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.21.2.31: +5 -5 lines
Diff to previous 1.21.2.31 , to branch point 1.21
Merge from emacs--devo--0

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


Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Tue Jul 8 14:45:36 2008 UTC (15 years, 9 months ago) by lektu
Branch: MAIN
CVS Tags: before-merge-emacs-app-to-trunk, before-remove-carbon, before-remove-vms, remove-carbon, remove-vms, small-dump-base
Changes since 1.75: +5 -5 lines
Diff to previous 1.75
* net/browse-url.el (browse-url-default-browser): Fix argument list in lambda.


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

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


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


Revision 1.21.2.30 - (view) (download) (annotate) - [select for diffs]
Thu Apr 24 01:56:02 2008 UTC (16 years ago) by miles
Branch: lexbind
Changes since 1.21.2.29: +1 -1 lines
Diff to previous 1.21.2.29 , to branch point 1.21
Merge from emacs--devo--0

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


Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Thu Mar 13 13:29:11 2008 UTC (16 years, 1 month ago) by bojohan
Branch: MAIN
CVS Tags: font-backend-base
Branch point for: font-backend
Changes since 1.73: +1 -1 lines
Diff to previous 1.73
(browse-url-text-xterm): Unquote browse-url-text-browser.


Revision 1.21.2.29 - (view) (download) (annotate) - [select for diffs]
Wed Jan 9 11:16:41 2008 UTC (16 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.21.2.28: +1 -1 lines
Diff to previous 1.21.2.28 , to branch point 1.21
Merge from emacs--devo--0

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


Revision 1.31.2.23 - (view) (download) (annotate) - [select for diffs]
Wed Jan 9 01:19:02 2008 UTC (16 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.31.2.22: +1 -1 lines
Diff to previous 1.31.2.22 , to branch point 1.31 , to next main 1.87
Merge from emacs--devo--0

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


Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Tue Jan 8 20:45:53 2008 UTC (16 years, 3 months ago) by miles
Branch: MAIN
CVS Tags: before-merge-unicode-to-trunk, emacs-unicode-2-base, lisp-bob, merge-unicode-to-trunk
Changes since 1.72: +1 -1 lines
Diff to previous 1.72
Merge from emacs--rel--22

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


Revision 1.56.2.5 - (view) (download) (annotate) - [select for diffs]
Mon Jan 7 01:56:16 2008 UTC (16 years, 3 months ago) by gm
Branch: EMACS_22_BASE
CVS Tags: EMACS_22_2, EMACS_22_3, EMACS_PRETEST_22_1_90, EMACS_PRETEST_22_1_91, EMACS_PRETEST_22_1_92, EMACS_PRETEST_22_2_90, EMACS_PRETEST_22_2_91, EMACS_PRETEST_22_2_92
Changes since 1.56.2.4: +1 -1 lines
Diff to previous 1.56.2.4 , to branch point 1.56 , to next main 1.87
Add 2008 to copyright years.


Revision 1.21.2.28 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 23:42:20 2007 UTC (16 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.21.2.27: +68 -50 lines
Diff to previous 1.21.2.27 , to branch point 1.21
Merge from emacs--devo--0

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


Revision 1.31.2.22 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 09:50:36 2007 UTC (16 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.31.2.21: +5 -0 lines
Diff to previous 1.31.2.21 , to branch point 1.31
Merge from emacs--devo--0

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


Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Thu Nov 29 04:26:50 2007 UTC (16 years, 4 months ago) by gm
Branch: MAIN
Changes since 1.71: +4 -0 lines
Diff to previous 1.71
(w3-fetch-other-window, w3-fetch): Declare as functions.


Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Thu Nov 22 01:05:53 2007 UTC (16 years, 5 months ago) by dann
Branch: MAIN
Changes since 1.70: +1 -0 lines
Diff to previous 1.70
* international/titdic-cnv.el (dos-8+3-filename):
* obsolete/fast-lock.el (msdos-long-file-names):
* frame.el (msdos-mouse-p):
* files.el (msdos-long-file-names, w32-long-file-name)
(msdos-long-file-names):
* term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
(mac-resume-apple-event, mac-font-panel-mode)
(mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
(mac-clear-font-name-table):
* term/pc-win.el (msdos-remember-default-colors)
(w16-set-clipboard-data, w16-get-clipboard-data):
* term/w32-win.el (w32-send-sys-command, w32-select-font)
(set-message-beep):
* net/browse-url.el (w32-shell-execute):
* w32-fns.el (set-message-beep, w32-get-clipboard-data)
(w32-get-locale-info, w32-get-valid-locale-ids)
(w32-set-clipboard-data):
* dos-fns.el (int86, msdos-long-file-names):
* dos-w32.el (default-printer-name): Declare as functions.


Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Wed Nov 21 08:37:30 2007 UTC (16 years, 5 months ago) by dann
Branch: MAIN
Changes since 1.69: +0 -1 lines
Diff to previous 1.69
* frame.el (msdos-mouse-p):
* files.el (msdos-long-file-names, w32-long-file-name)
(msdos-long-file-names):
* term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
(mac-resume-apple-event, mac-font-panel-mode)
(mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
(mac-clear-font-name-table):
* term/pc-win.el (msdos-remember-default-colors)
(w16-set-clipboard-data, w16-get-clipboard-data):
* term/w32-win.el (w32-send-sys-command, w32-select-font)
(set-message-beep):
* net/browse-url.el (w32-shell-execute):
* dos-fns.el (int86, msdos-long-file-names):
* dos-w32.el (default-printer-name): Undo previous change.


Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Wed Nov 21 03:05:59 2007 UTC (16 years, 5 months ago) by dann
Branch: MAIN
Changes since 1.68: +1 -0 lines
Diff to previous 1.68
* frame.el (msdos-mouse-p):
* generic-x.el (w32-shell-name):
* files.el (msdos-long-file-names, w32-long-file-name)
(msdos-long-file-names, dired-get-filename, dired-unmark)
(dired-do-flagged-delete, dos-8+3-filename, vms-read-directory)
(view-mode-disable):
* term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
(mac-resume-apple-event, mac-font-panel-mode)
(mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
(mac-clear-font-name-table):
* term/pc-win.el (msdos-remember-default-colors)
(w16-set-clipboard-data, w16-get-clipboard-data):
* term/w32-win.el (w32-send-sys-command, w32-select-font)
(set-message-beep):
* w32-fns.el (set-message-beep, w32-get-clipboard-data)
(w32-get-locale-info, w32-get-valid-locale-ids)
(w32-set-clipboard-data):
* help-fns.el (ad-get-advice-info):
* font-lock.el (fast-lock-after-fontify-buffer)
(fast-lock-after-unfontify-buffer, fast-lock-mode)
(lazy-lock-after-fontify-buffer)
(lazy-lock-after-unfontify-buffer, lazy-lock-mode):
* net/browse-url.el (w32-shell-execute):
* dos-fns.el (int86, msdos-long-file-names):
* dos-w32.el (default-printer-name): Declare as functions.


Revision 1.31.2.21 - (view) (download) (annotate) - [select for diffs]
Sun Nov 11 00:55:51 2007 UTC (16 years, 5 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.31.2.20: +63 -50 lines
Diff to previous 1.31.2.20 , to branch point 1.31
Merge from emacs--devo--0

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


Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Mon Oct 29 13:55:06 2007 UTC (16 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.67: +63 -50 lines
Diff to previous 1.67
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
(browse-url-text-emacs): Likewise.
(browse-url-text-browser): New variable.
(browse-url-text-emacs-args): Renamed from browse-url-lynx-emacs-args.
(browse-url-text-input-field, browse-url-text-input-attempts)
(browse-url-kde-program): Likewise.


Revision 1.21.2.27 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 10:00:36 2007 UTC (16 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.21.2.26: +3 -69 lines
Diff to previous 1.21.2.26 , to branch point 1.21
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 902-908)

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

 * emacs--rel--22  (patch 131-137)

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

 * gnus--rel--5.10  (patch 261-262)

   - Update from CVS

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


Revision 1.21.2.26 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:55:56 2007 UTC (16 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.21.2.25: +119 -66 lines
Diff to previous 1.21.2.25 , to branch point 1.21
Merge from emacs--devo--0

Patches applied:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


Revision 1.21.2.25 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:42:45 2007 UTC (16 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.21.2.24: +71 -63 lines
Diff to previous 1.21.2.24 , to branch point 1.21
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 852-865)

   - Update from CVS
   - Merge from emacs--rel--22
   - Update from CVS: lisp/emacs-lisp/avl-tree.el: New file.
   - Remove RCS keywords

 * emacs--rel--22  (patch 93-100)

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

 * gnus--rel--5.10  (patch 245-247)

   - Update from CVS

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


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

Patches applied:

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

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

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

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

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

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

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


Revision 1.31.2.20 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:12:00 2007 UTC (16 years, 5 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.31.2.19: +3 -69 lines
Diff to previous 1.31.2.19 , to branch point 1.31
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 902-908)

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

 * emacs--rel--22  (patch 131-137)

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

 * gnus--rel--5.10  (patch 261-262)

   - Update from CVS

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


Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Fri Oct 26 22:24:13 2007 UTC (16 years, 5 months ago) by dann
Branch: MAIN
Changes since 1.66: +2 -0 lines
Diff to previous 1.66
* emulation/pc-select.el (next-line-mark, next-line-nomark)
(previous-line-mark, previous-line-nomark): Wrap with-no-warnings
around uses of previous-line and next-line.

* diff.el (diff-old-file, diff-new-file, diff-extra-args): New
defvars.

* textmodes/css-mode.el (comment-continue):
* net/browse-url.el (url-handler-regexp):
* progmodes/idlw-help.el (idlwave-system-routines): Pacify
byte-compiler.


Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Fri Oct 26 03:51:19 2007 UTC (16 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.65: +1 -69 lines
Diff to previous 1.65
(browse-url-browser-function): Delete grail.
(browse-url-grail): Function and variable deleted.
(browse-url-browser-function): Delete IXI Mosaic.
(browse-url-default-browser): Don't try IXI Mosaic.
(browse-url-iximosaic): Function deleted.
(browse-url-browser-function): Delete MMM.
(browse-url-default-browser): Don't try MMM.
(browse-url-mmm): Function deleted.


Revision 1.56.2.4 - (view) (download) (annotate) - [select for diffs]
Fri Oct 26 03:49:26 2007 UTC (16 years, 5 months ago) by rms
Branch: EMACS_22_BASE
Changes since 1.56.2.3: +1 -69 lines
Diff to previous 1.56.2.3 , to branch point 1.56
(browse-url-browser-function): Delete grail.
(browse-url-grail): Function and variable deleted.
(browse-url-browser-function): Delete IXI Mosaic.
(browse-url-default-browser): Don't try IXI Mosaic.
(browse-url-iximosaic): Function deleted.
(browse-url-browser-function): Delete MMM.
(browse-url-default-browser): Don't try MMM.
(browse-url-mmm): Function deleted.


Revision 1.31.2.19 - (view) (download) (annotate) - [select for diffs]
Thu Oct 11 16:21:13 2007 UTC (16 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.31.2.18: +119 -66 lines
Diff to previous 1.31.2.18 , to branch point 1.31
Merge from emacs--devo--0

Patches applied:

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

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

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


Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Wed Sep 19 11:26:46 2007 UTC (16 years, 7 months ago) by cadilhac
Branch: MAIN
Changes since 1.64: +27 -18 lines
Diff to previous 1.64
(browse-url-elinks-new-window): New function.
(browse-url-elinks): Use browse-url-elinks-new-window.  Accept
optional second argument `new-window'.  Fix typo in doc-string.
(browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
Improve error message.


Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Wed Sep 19 11:21:47 2007 UTC (16 years, 7 months ago) by cadilhac
Branch: MAIN
Changes since 1.63: +6 -6 lines
Diff to previous 1.63
(browse-url-url-encode-chars): Use the right parameter name in the function body.
Reported by Johannes Weiner.


Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Mon Sep 17 15:59:41 2007 UTC (16 years, 7 months ago) by cadilhac
Branch: MAIN
Changes since 1.62: +59 -54 lines
Diff to previous 1.62
(browse-url-url-encode-chars): New function.
URL-encode some chars in a string.
(browse-url-encode-url): Rewrite using the previous function.
(browse-url-file-url): Use `browse-url-url-encode-chars'.
(browse-url-elinks-sentinel): Fix typo.
(browse-url-new-window-flag): Doc change.


Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Wed Sep 12 11:48:22 2007 UTC (16 years, 7 months ago) by cadilhac
Branch: MAIN
Changes since 1.61: +11 -8 lines
Diff to previous 1.61
(browse-url-encode-url): Fix an infinite loop.
New argument `filename-p' to use one set of confusing chars or another.
(browse-url-file-url): Use the argument.
Suggested by Johannes Weiner.


Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Mon Sep 10 18:22:48 2007 UTC (16 years, 7 months ago) by ttn
Branch: MAIN
Changes since 1.60: +1 -1 lines
Diff to previous 1.60
(browse-url-encode-url): Use copy-sequence.


Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 09:53:10 2007 UTC (16 years, 7 months ago) by eliz
Branch: MAIN
Changes since 1.59: +3 -2 lines
Diff to previous 1.59
(browse-url-galeon): Fix last change.
(top-level): Require cl when compiling.


Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Fri Sep 7 04:37:01 2007 UTC (16 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.58: +68 -33 lines
Diff to previous 1.58
Johannes Weiner  <hannes at saeurebad.de>

(browse-url-browser-function): Add elinks.
(browse-url-elinks-wrapper): New option.
(browse-url-encode-url, browse-url-elinks)
(browse-url-elinks-sentinel): New functions.
(browse-url-file-url, browse-url-netscape, browse-url-mozilla)
(browse-url-firefox, browse-url-galeon, browse-url-epiphany): Use
new function browse-url-encode-url.


Revision 1.31.2.18 - (view) (download) (annotate) - [select for diffs]
Wed Aug 29 05:03:27 2007 UTC (16 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.31.2.17: +71 -63 lines
Diff to previous 1.31.2.17 , to branch point 1.31
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 857-865)

   - Update from CVS
   - Merge from emacs--rel--22
   - Update from CVS: lisp/emacs-lisp/avl-tree.el: New file.
   - Remove RCS keywords

 * emacs--rel--22  (patch 97-100)

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

 * gnus--rel--5.10  (patch 246-247)

   - Update from CVS

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


Revision 1.56.4.2 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 09:21:26 2007 UTC (16 years, 7 months ago) by miles
Branch: multi-tty
Changes since 1.56.4.1: +71 -63 lines
Diff to previous 1.56.4.1 , to branch point 1.56 , to next main 1.87
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 857-862)

   - Update from CVS
   - Merge from emacs--rel--22
   - Update from CVS: lisp/emacs-lisp/avl-tree.el: New file.

 * emacs--rel--22  (patch 97-100)

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

 * gnus--rel--5.10  (patch 246-247)

   - Update from CVS

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


Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 04:00:19 2007 UTC (16 years, 7 months ago) by miles
Branch: MAIN
CVS Tags: before-merge-multi-tty-to-trunk, merge-multi-tty-to-trunk, multi-tty-base
Changes since 1.57: +71 -63 lines
Diff to previous 1.57
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 97-100)

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

 * gnus--rel--5.10  (patch 246-247)

   - Update from CVS

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


Revision 1.56.2.3 - (view) (download) (annotate) - [select for diffs]
Thu Aug 23 18:41:14 2007 UTC (16 years, 8 months ago) by monnier
Branch: EMACS_22_BASE
Changes since 1.56.2.2: +53 -56 lines
Diff to previous 1.56.2.2 , to branch point 1.56
Remove spurious * in custom docstrings.
(browse-url-filename-alist): Use new-style backquote.


Revision 1.56.2.2 - (view) (download) (annotate) - [select for diffs]
Wed Aug 22 18:52:55 2007 UTC (16 years, 8 months ago) by monnier
Branch: EMACS_22_BASE
Changes since 1.56.2.1: +18 -7 lines
Diff to previous 1.56.2.1 , to branch point 1.56
(browse-url-emacs): New function.


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

Patches applied:

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

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

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

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

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

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

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


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

Patches applied:

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

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

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

   - Update from CVS

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


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

Patches applied:

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

   - Update from CVS

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

   * Relicense all FSF files to GPLv3 or later.

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


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


Revision 1.21.2.23 - (view) (download) (annotate) - [select for diffs]
Sun Feb 11 14:34:39 2007 UTC (17 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.21.2.22: +1 -1 lines
Diff to previous 1.21.2.22 , to branch point 1.21
Merge from emacs--devo--0

Patches applied:

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

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

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

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

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


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

Patches applied:

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

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

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

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

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


Revision 1.31.2.16 - (view) (download) (annotate) - [select for diffs]
Fri Jan 26 06:15:45 2007 UTC (17 years, 2 months ago) by miles
Branch: emacs-unicode-2
CVS Tags: unicode-xft-base
Changes since 1.31.2.15: +1 -1 lines
Diff to previous 1.31.2.15 , to branch point 1.31
Merge from emacs--devo--0

Patches applied:

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

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

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

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

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


Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Sun Jan 21 03:02:10 2007 UTC (17 years, 3 months ago) by gm
Branch: MAIN
CVS Tags: EMACS_22_1, EMACS_22_BRANCHPOINT, EMACS_PRETEST_22_0_93, EMACS_PRETEST_22_0_94, EMACS_PRETEST_22_0_95, EMACS_PRETEST_22_0_96, EMACS_PRETEST_22_0_97, EMACS_PRETEST_22_0_98, EMACS_PRETEST_22_0_99, EMACS_PRETEST_22_0_990
Branch point for: EMACS_22_BASE, multi-tty
Changes since 1.55: +1 -1 lines
Diff to previous 1.55
Add 2007 to copyright years.


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

Patches applied:

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

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

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

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

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

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

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


Revision 1.21.2.22 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 03:56:05 2006 UTC (17 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.21.2.21: +17 -11 lines
Diff to previous 1.21.2.21 , to branch point 1.21
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 545-562)

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

 * gnus--rel--5.10  (patch 172-176)

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

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


Revision 1.31.2.15 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 01:29:14 2006 UTC (17 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.31.2.14: +17 -11 lines
Diff to previous 1.31.2.14 , to branch point 1.31
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 545-562)

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

 * gnus--rel--5.10  (patch 172-176)

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

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


Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Fri Dec 8 03:17:10 2006 UTC (17 years, 4 months ago) by monnier
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_92
Changes since 1.54: +17 -11 lines
Diff to previous 1.54
(browse-url): Set DISPLAY to the one of the
current frame, in case we're connected to several displays.


Revision 1.21.2.21 - (view) (download) (annotate) - [select for diffs]
Tue Jun 20 08:04:04 2006 UTC (17 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.21.2.20: +4 -0 lines
Diff to previous 1.21.2.20 , to branch point 1.21
Merge from emacs--devo--0

Patches applied:

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

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

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

   - Update from CVS

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


Revision 1.31.2.13.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Jun 13 07:12:52 2006 UTC (17 years, 10 months ago) by miles
Branch: unicode-xft
Changes since 1.31.2.13: +4 -0 lines
Diff to previous 1.31.2.13
Merge from emacs--unicode--0

Patches applied:

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

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

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

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

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

   - Update from CVS

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


Revision 1.31.2.14 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 18:05:09 2006 UTC (17 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.31.2.13: +4 -0 lines
Diff to previous 1.31.2.13 , to branch point 1.31
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 285-296)

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

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

   - Update from CVS

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


Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Sat May 20 04:29:38 2006 UTC (17 years, 11 months ago) by mituharu
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_90, EMACS_PRETEST_22_0_91
Changes since 1.53: +4 -0 lines
Diff to previous 1.53
(browse-url-file-url): Encode file name on conversion to URL.


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

Patches applied:

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

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

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

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

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


Revision 1.21.2.19 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:38:13 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.21.2.18: +3 -1 lines
Diff to previous 1.21.2.18 , to branch point 1.21
Merge from emacs--cvs-trunk--0

Patches applied:

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

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

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

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

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


Revision 1.21.2.18 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:30:46 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.21.2.17: +2 -1 lines
Diff to previous 1.21.2.17 , to branch point 1.21
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 620-639)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords.

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

   - Update from CVS
   - Merge from emacs--cvs-trunk--0

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


Revision 1.31.2.13 - (view) (download) (annotate) - [select for diffs]
Wed Feb 8 04:26:42 2006 UTC (18 years, 2 months ago) by miles
Branch: emacs-unicode-2
CVS Tags: unicode-post-font-backend, unicode-pre-font-backend
Branch point for: unicode-xft
Changes since 1.31.2.12: +1 -1 lines
Diff to previous 1.31.2.12 , to branch point 1.31
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13

Merge from emacs--devo--0

Patches applied:

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

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

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

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


Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Mon Feb 6 11:33:04 2006 UTC (18 years, 2 months ago) by ttn
Branch: MAIN
Changes since 1.52: +1 -1 lines
Diff to previous 1.52
Update years in copyright notice; nfc.


Revision 1.31.2.12 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 08:37:23 2006 UTC (18 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.31.2.11: +5 -2 lines
Diff to previous 1.31.2.11 , to branch point 1.31
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97

Merge from emacs--cvs-trunk--0

Patches applied:

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

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

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

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


Revision 1.27.2.3 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 00:03:29 2006 UTC (18 years, 3 months ago) by enberg
Branch: rmail-mbox-branch
Changes since 1.27.2.2: +299 -86 lines
Diff to previous 1.27.2.2 , to branch point 1.27 , to next main 1.87
sync with trunk


Revision 1.43.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Jan 12 10:25:23 2006 UTC (18 years, 3 months ago) by jhd
Branch: XFT_JHD_BRANCH
Changes since 1.43.2.1: +114 -12 lines
Diff to previous 1.43.2.1 , to branch point 1.43 , to next main 1.87
Update from HEAD


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sat Nov 19 15:57:19 2005 UTC (18 years, 5 months ago) by rfrancoise
Branch: MAIN
Changes since 1.51: +3 -1 lines
Diff to previous 1.51
(browse-url-default-browser): Signal an error if no usable browser can
be found, rather than try to load w3.


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Tue Oct 25 13:18:52 2005 UTC (18 years, 5 months ago) by rsteib
Branch: MAIN
Changes since 1.50: +2 -1 lines
Diff to previous 1.50
(browse-url-of-buffer): Add ".html" to filename.


Revision 1.21.2.17 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:18:19 2005 UTC (18 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.21.2.16: +2 -2 lines
Diff to previous 1.21.2.16 , to branch point 1.21
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-46

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 504-513)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: .cvsignore: Add `lock'.

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

   - Update from CVS


Revision 1.21.2.16 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:05:09 2005 UTC (18 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.21.2.15: +4 -2 lines
Diff to previous 1.21.2.15 , to branch point 1.21
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-42

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 459-473)

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

 * gnus--rel--5.10  (patch 86-87)

   - Update from CVS


Revision 1.31.2.11 - (view) (download) (annotate) - [select for diffs]
Fri Aug 5 10:57:30 2005 UTC (18 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.31.2.10: +2 -2 lines
Diff to previous 1.31.2.10 , to branch point 1.31
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-77

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 504-513)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: .cvsignore: Add `lock'.

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

   - Update from CVS


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Mon Aug 1 15:17:06 2005 UTC (18 years, 8 months ago) by ttn
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49
Update years in copyright notice; nfc.


Revision 1.31.2.10 - (view) (download) (annotate) - [select for diffs]
Thu Jul 7 12:42:42 2005 UTC (18 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.31.2.9: +4 -2 lines
Diff to previous 1.31.2.9 , to branch point 1.31
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 459-473)

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

 * gnus--rel--5.10  (patch 86-87)

   - Update from CVS


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Mon Jul 4 17:10:37 2005 UTC (18 years, 9 months ago) by lute
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48
Update FSF's address.


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Sun Jul 3 16:31:40 2005 UTC (18 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.47: +2 -0 lines
Diff to previous 1.47
(dos-windows-version): Add defvar.


Revision 1.21.2.15 - (view) (download) (annotate) - [select for diffs]
Sun Jun 26 01:55:30 2005 UTC (18 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.21.2.14: +2 -2 lines
Diff to previous 1.21.2.14 , to branch point 1.21
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-40

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 435-445)

   - Implement tty vertical-divider face
   - Update from CVS
   - Rename vertical-divider face to vertical-border
   - Change escape-glyph color on dark backgrounds back to cyan
   - Update reference to renamed Buffer-menu-buffer face


Revision 1.21.2.14 - (view) (download) (annotate) - [select for diffs]
Sun Jun 26 01:53:33 2005 UTC (18 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.21.2.13: +100 -3 lines
Diff to previous 1.21.2.13 , to branch point 1.21
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-39

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 434)

   - Update from CVS


Revision 1.21.2.13 - (view) (download) (annotate) - [select for diffs]
Sun Jun 26 01:49:00 2005 UTC (18 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.21.2.12: +1 -1 lines
Diff to previous 1.21.2.12 , to branch point 1.21
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-36

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 358-400)

   - Update from CVS
   - Remove "-face" suffix from widget faces
   - Remove "-face" suffix from custom faces
   - Remove "-face" suffix from change-log faces
   - Remove "-face" suffix from compilation faces
   - Remove "-face" suffix from diff-mode faces
   - lisp/longlines.el (longlines-visible-face): Face removed
   - Remove "-face" suffix from woman faces
   - Remove "-face" suffix from whitespace-highlight face
   - Remove "-face" suffix from ruler-mode faces
   - Remove "-face" suffix from show-paren faces
   - Remove "-face" suffix from log-view faces
   - Remove "-face" suffix from smerge faces
   - Remove "-face" suffix from show-tabs faces
   - Remove "-face" suffix from highlight-changes faces
   - Remove "-face" suffix from and downcase info faces
   - Remove "-face" suffix from pcvs faces
   - Update uses of renamed pcvs faces
   - Tweak ChangeLog
   - Remove "-face" suffix from strokes-char face
   - Remove "-face" suffix from compare-windows face
   - Remove "-face" suffix from calendar faces
   - Remove "-face" suffix from diary-button face
   - Remove "-face" suffix from testcover faces
   - Remove "-face" suffix from viper faces
   - Remove "-face" suffix from org faces
   - Remove "-face" suffix from sgml-namespace face
   - Remove "-face" suffix from table-cell face
   - Remove "-face" suffix from tex-mode faces
   - Remove "-face" suffix from texinfo-heading face
   - Remove "-face" suffix from flyspell faces
   - Remove "-face" suffix from gomoku faces
   - Remove "-face" suffix from mpuz faces


Revision 1.31.2.9 - (view) (download) (annotate) - [select for diffs]
Fri Jun 24 01:59:46 2005 UTC (18 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.31.2.8: +102 -5 lines
Diff to previous 1.31.2.8 , to branch point 1.31
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 425-445)

   - Remove "-face" suffix from gnus faces
   - Update from CVS
   - Remove "-face" suffix from MH-E faces
   - Remove "-face" suffix from cc-mode faces
   - Remove "-face" suffix from eshell faces
   - Remove "-face" suffix from ediff faces
   - Implement tty vertical-divider face
   - Rename vertical-divider face to vertical-border
   - Change escape-glyph color on dark backgrounds back to cyan
   - Update reference to renamed Buffer-menu-buffer face


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Tue Jun 21 13:45:53 2005 UTC (18 years, 10 months ago) by lektu
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46
(browse-url-mosaic): Fix spellings.


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sat Jun 18 10:35:18 2005 UTC (18 years, 10 months ago) by eliz
Branch: MAIN
Changes since 1.45: +100 -3 lines
Diff to previous 1.45
(browse-url-browser-function)
(browse-url-default-browser): Add firefox.
(browse-url-firefox-program, browse-url-firefox-arguments)
(browse-url-firefox-startup-arguments)
(browse-url-firefox-new-window-is-tab): New defcustoms.
(browse-url-firefox, browse-url-firefox-sentinel): New functions.


Revision 1.31.2.8 - (view) (download) (annotate) - [select for diffs]
Wed Jun 15 23:32:15 2005 UTC (18 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.31.2.7: +1 -1 lines
Diff to previous 1.31.2.7 , to branch point 1.31
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-63

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 358-423)

   - Update from CVS
   - Remove "-face" suffix from widget faces
   - Remove "-face" suffix from custom faces
   - Remove "-face" suffix from change-log faces
   - Remove "-face" suffix from compilation faces
   - Remove "-face" suffix from diff-mode faces
   - lisp/longlines.el (longlines-visible-face): Face removed
   - Remove "-face" suffix from woman faces
   - Remove "-face" suffix from whitespace-highlight face
   - Remove "-face" suffix from ruler-mode faces
   - Remove "-face" suffix from show-paren faces
   - Remove "-face" suffix from log-view faces
   - Remove "-face" suffix from smerge faces
   - Remove "-face" suffix from show-tabs faces
   - Remove "-face" suffix from highlight-changes faces
   - Remove "-face" suffix from and downcase info faces
   - Remove "-face" suffix from pcvs faces
   - Update uses of renamed pcvs faces
   - Tweak ChangeLog
   - Remove "-face" suffix from strokes-char face
   - Remove "-face" suffix from compare-windows face
   - Remove "-face" suffix from calendar faces
   - Remove "-face" suffix from diary-button face
   - Remove "-face" suffix from testcover faces
   - Remove "-face" suffix from viper faces
   - Remove "-face" suffix from org faces
   - Remove "-face" suffix from sgml-namespace face
   - Remove "-face" suffix from table-cell face
   - Remove "-face" suffix from tex-mode faces
   - Remove "-face" suffix from texinfo-heading face
   - Remove "-face" suffix from flyspell faces
   - Remove "-face" suffix from gomoku faces
   - Remove "-face" suffix from mpuz faces
   - Merge from gnus--rel--5.10
   - Remove "-face" suffix from Buffer-menu-buffer face
   - Remove "-face" suffix from antlr-mode faces
   - Remove "-face" suffix from ebrowse faces
   - Remove "-face" suffix from flymake faces
   - Remove "-face" suffix from idlwave faces
   - Remove "-face" suffix from sh-script faces
   - Remove "-face" suffix from vhdl-mode faces
   - Remove "-face" suffix from which-func face
   - Remove "-face" suffix from cperl-mode faces
   - Remove "-face" suffix from ld-script faces
   - Fix cperl-mode font-lock problem
   - Tweak which-func face

 * gnus--rel--5.10  (patch 80-82)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Fri Jun 10 14:13:42 2005 UTC (18 years, 10 months ago) by lektu
Branch: MAIN
Changes since 1.44: +1 -1 lines
Diff to previous 1.44
(browse-url-xterm-program): Fix spellings in docstrings.


Revision 1.43.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jun 6 08:36:01 2005 UTC (18 years, 10 months ago) by jhd
Branch: XFT_JHD_BRANCH
Changes since 1.43: +1 -1 lines
Diff to previous 1.43
Merged from HEAD


Revision 1.31.2.7 - (view) (download) (annotate) - [select for diffs]
Fri May 20 04:21:56 2005 UTC (18 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.31.2.6: +1 -1 lines
Diff to previous 1.31.2.6 , to branch point 1.31
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-53

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 302-319)

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

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

   - Update from CVS


Revision 1.21.2.12 - (view) (download) (annotate) - [select for diffs]
Fri May 20 03:39:22 2005 UTC (18 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.21.2.11: +1 -1 lines
Diff to previous 1.21.2.11 , to branch point 1.21
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-32

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 302-319)

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

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

   - Update from CVS


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Tue May 17 16:24:36 2005 UTC (18 years, 11 months ago) by ttn
Branch: MAIN
Changes since 1.43: +1 -1 lines
Diff to previous 1.43
Update years in copyright notice; nfc.


Revision 1.31.2.6 - (view) (download) (annotate) - [select for diffs]
Thu Mar 10 23:36:46 2005 UTC (19 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.31.2.5: +3 -2 lines
Diff to previous 1.31.2.5 , to branch point 1.31
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-24

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0  (patch 166-172)

   - Update from CVS
   - Tweak obsolete function/variable warning message
   - Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 38)

   - Update from CVS


Revision 1.21.2.11 - (view) (download) (annotate) - [select for diffs]
Thu Mar 10 23:30:39 2005 UTC (19 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.21.2.10: +3 -2 lines
Diff to previous 1.21.2.10 , to branch point 1.21
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-19

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0  (patch 166-172)

   - Update from CVS
   - Tweak obsolete function/variable warning message
   - Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 38)

   - Update from CVS


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Wed Mar 9 11:27:46 2005 UTC (19 years, 1 month ago) by jas
Branch: MAIN
CVS Tags: XFT_JHD_BRANCH_base
Branch point for: XFT_JHD_BRANCH
Changes since 1.42: +3 -2 lines
Diff to previous 1.42
2005-03-09  Simon Josefsson  <jas@extundo.com>

	* net/browse-url.el (browse-url-default-browser): Doc fix.


Revision 1.31.2.5 - (view) (download) (annotate) - [select for diffs]
Wed Feb 23 09:18:21 2005 UTC (19 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.31.2.4: +31 -16 lines
Diff to previous 1.31.2.4 , to branch point 1.31
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-16

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-106
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-110
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-111
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-112
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-113
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-114
   <no summary provided>

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-115
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-123
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-124
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-17
 - miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-19
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-20
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-21
   More work on moving images to etc/images

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-22
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-23
   Fix errors with image-file installation

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-24
   etc/Makefile.in (install): Put gnus-tut.txt in the right place.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-25
   etc/Makefile.in (install, uninstall): Fix installed image dirs.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-26
   etc/Makefile.in (install): Create $(etcdir)/images/gnus dir.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-27
   Update from CVS


Revision 1.21.2.10 - (view) (download) (annotate) - [select for diffs]
Tue Feb 22 23:09:11 2005 UTC (19 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.21.2.9: +31 -16 lines
Diff to previous 1.21.2.9 , to branch point 1.21
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-12

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-107
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-110
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-111
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-112
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-113
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-114
   <no summary provided>

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-115
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-123
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-124
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-17
 - miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-19
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-20
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-21
   More work on moving images to etc/images

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-22
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-23
   Fix errors with image-file installation

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-24
   etc/Makefile.in (install): Put gnus-tut.txt in the right place.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-25
   etc/Makefile.in (install, uninstall): Fix installed image dirs.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-26
   etc/Makefile.in (install): Create $(etcdir)/images/gnus dir.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-27
   Update from CVS


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Tue Feb 22 14:11:25 2005 UTC (19 years, 2 months ago) by jas
Branch: MAIN
Changes since 1.41: +31 -16 lines
Diff to previous 1.41
(browse-url-netscape-new-window-is-tab): New variable.
(browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
Oskarsson" <myrkraverk@users.sourceforget.net>.


Revision 1.21.2.9 - (view) (download) (annotate) - [select for diffs]
Tue Jan 4 05:39:22 2005 UTC (19 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.21.2.8: +1 -0 lines
Diff to previous 1.21.2.8 , to branch point 1.21
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-78

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-721
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-732
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-733
   Update from CVS: man/calc.texi: Fix some TeX definitions.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-735
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-749
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-750
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-751
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-753
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-754
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-755
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-757
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-75
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-76
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-77
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-78
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-79
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-80
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-81
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-82
   Update from CVS


Revision 1.31.2.4 - (view) (download) (annotate) - [select for diffs]
Tue Dec 14 07:34:55 2004 UTC (19 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.31.2.3: +1 -0 lines
Diff to previous 1.31.2.3 , to branch point 1.31
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-78

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-719
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-732
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-733
   Update from CVS: man/calc.texi: Fix some TeX definitions.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-75
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-76
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-77
   Update from CVS


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Mon Dec 13 19:33:51 2004 UTC (19 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.40: +1 -0 lines
Diff to previous 1.40
(browse-url-url-at-point): Add autoload.


Revision 1.21.2.8 - (view) (download) (annotate) - [select for diffs]
Fri Nov 12 04:21:18 2004 UTC (19 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.21.2.7: +13 -11 lines
Diff to previous 1.21.2.7 , to branch point 1.21
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-74

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-669
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-678
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-679
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-680
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-688
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-689
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-690
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-691
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-69
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-70
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-71
   Update from CVS


Revision 1.31.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Nov 12 02:52:59 2004 UTC (19 years, 5 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.31.2.2: +13 -11 lines
Diff to previous 1.31.2.2 , to branch point 1.31
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-70

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-669
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-678
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-679
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-680
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-688
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-689
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-690
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-691
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-69
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-70
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-71
   Update from CVS


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sun Nov 7 04:00:18 2004 UTC (19 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.39: +9 -8 lines
Diff to previous 1.39
(browse-url-gnome-moz-program)
(browse-url-gnome-moz-arguments): Move up before first use.


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Thu Nov 4 10:15:37 2004 UTC (19 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.38: +4 -3 lines
Diff to previous 1.38
(browse-url-maybe-new-window): Use called-interactively-p.


Revision 1.27.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Sep 20 16:29:22 2004 UTC (19 years, 7 months ago) by rms
Branch: rmail-mbox-branch
Changes since 1.27.2.1: +1 -0 lines
Diff to previous 1.27.2.1 , to branch point 1.27
(browse-url-activate-urls): Add autoload.


Revision 1.21.2.7 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 09:31:52 2004 UTC (19 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.21.2.6: +14 -5 lines
Diff to previous 1.21.2.6 , to branch point 1.21
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-36

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-339
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-344
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-345
   Tweak source regexps so that building in place won't cause problems

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-346
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-351
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-352
   Update from CVS: lisp/flymake.el: New file.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-353
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-354
   Update from CVS


Revision 1.31.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Jun 28 07:29:48 2004 UTC (19 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.31.2.1: +20 -11 lines
Diff to previous 1.31.2.1 , to branch point 1.31
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-218
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-220
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-221
   Restore deleted tagline in etc/TUTORIAL.ru

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-222
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-228
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-229
   Remove TeX output files from the archive

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-230
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-247
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-248
   src/lisp.h (CYCLE_CHECK): Macro moved from xfaces.c

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-249
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-256
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-258
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-263
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-264
   Update from CVS: lispref/display.texi: emacs -> Emacs.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-265
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-274
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-275
   Update from CVS: man/makefile.w32-in: Revert last change

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-276
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-295
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-296
   Allow restarting an existing debugger session that's exited

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-297
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-299
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-300
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-327
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-328
   Update from CVS: src/.gdbinit (xsymbol): Fix last change.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-329
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-344
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-345
   Tweak source regexps so that building in place won't cause problems

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-346
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-351
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-352
   Update from CVS: lisp/flymake.el: New file.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-353
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-361
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-362
   Support " [...]" style defaults in minibuffer-electric-default-mode

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-363
   (read-number): Use canonical format for default in prompt.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-364
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-367
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-368
   Improve display-supports-face-attributes-p on non-ttys

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-369
   Rewrite face-differs-from-default-p

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-370
   Move `display-supports-face-attributes-p' entirely into C code

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-371
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-372
   Simplify face-differs-from-default-p; don't consider :stipple.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-373
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-374
   (tty_supports_face_attributes_p): Ensure attributes differ from default

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-375
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-376
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-377
   (Fdisplay_supports_face_attributes_p): Work around bootstrapping problem

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-378
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-380
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-381
   Face merging cleanups

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-382
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-384
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-385
   src/xfaces.c (push_named_merge_point): Return 0 if a cycle is detected

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-386
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-395
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396
   Tweak arch tagging to make build/install-in-place less annoying

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-397
   Work around vc-arch problems when building eshell

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-398
   Tweak permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-399
   Tweak directory permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-400
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-401
   More build-in-place tweaking of arch tagging

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-402
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-403
   Yet more build-in-place tweaking of arch tagging

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-404
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-409
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-410
   Make sure image types are initialized for lookup too

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-411
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-416
   Update from CVS


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Sat May 29 15:34:50 2004 UTC (19 years, 10 months ago) by rms
Branch: MAIN
CVS Tags: after-merge-gnus-5_10, before-merge-gnus-5_10, gnus-5_10-branchpoint, gnus-5_10-post-merge-josefsson, gnus-5_10-post-merge-yamaoka, gnus-5_10-pre-merge-josefsson, gnus-5_10-pre-merge-yamaoka
Branch point for: gnus-5_10-branch
Changes since 1.37: +6 -5 lines
Diff to previous 1.37
(browse-url-interactive-arg): Doc fix.


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sun May 23 22:35:59 2004 UTC (19 years, 11 months ago) by lektu
Branch: MAIN
Changes since 1.36: +12 -4 lines
Diff to previous 1.36
(browse-url-interactive-arg): Enable user to explicitly select the text to
be taken as URL.


Revision 1.21.2.6 - (view) (download) (annotate) - [select for diffs]
Thu Apr 29 10:59:10 2004 UTC (19 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.21.2.5: +6 -6 lines
Diff to previous 1.21.2.5 , to branch point 1.21
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-30

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-255
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-256
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-257
   {arch}/=cvs-sync-make-log: Use new features of tla-changelogs-to-log

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-258
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-261
   Update from CVS


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Tue Apr 27 14:03:10 2004 UTC (19 years, 11 months ago) by eliz
Branch: MAIN
Changes since 1.35: +6 -6 lines
Diff to previous 1.35
(browse-url-netscape-sentinel)
(browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
(browse-url-epiphany-sentinel, browse-url-mosaic): Use
browse-url-*-program instead of a literal program name.


Revision 1.31.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Apr 16 12:50:32 2004 UTC (20 years ago) by handa
Branch: emacs-unicode-2
CVS Tags: emacs-unicode-2-pre-sync
Changes since 1.31: +32 -19 lines
Diff to previous 1.31
Sync to HEAD


Revision 1.21.2.5 - (view) (download) (annotate) - [select for diffs]
Sat Apr 10 06:15:01 2004 UTC (20 years ago) by miles
Branch: lexbind
Changes since 1.21.2.4: +3 -3 lines
Diff to previous 1.21.2.4 , to branch point 1.21
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-17

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-178
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-194
   Update from CVS


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Fri Apr 2 14:33:08 2004 UTC (20 years ago) by dak
Branch: MAIN
CVS Tags: handa-temp-tag
Changes since 1.34: +3 -3 lines
Diff to previous 1.34
(browse-url-generic): Use call-process
instead of start-process to allow browsers that fork and detach.


Revision 1.21.2.4 - (view) (download) (annotate) - [select for diffs]
Fri Mar 19 23:29:23 2004 UTC (20 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.21.2.3: +20 -8 lines
Diff to previous 1.21.2.3 , to branch point 1.21
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-11

Merge from emacs--cvs-trunk

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-138
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-139
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-140
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-141
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-142
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-143
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-144
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-145
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-146
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-147
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-148
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-149
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-150
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-151
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-152
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-153
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-154
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-155
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-156
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-157
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-158
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-159
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-160
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-161
   Update from CVS


Revision 1.21.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Mar 19 23:27:36 2004 UTC (20 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.21.2.2: +8 -8 lines
Diff to previous 1.21.2.2 , to branch point 1.21
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-10

Merge from emacs--cvs-trunk

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-121
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-122
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-123
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-124
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-125
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-126
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-127
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-128
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-129
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-130
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-131
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-132
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-133
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-134
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-135
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-136
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-137
   Update from CVS


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sun Mar 7 19:59:15 2004 UTC (20 years, 1 month ago) by eliz
Branch: MAIN
Changes since 1.33: +20 -8 lines
Diff to previous 1.33
(rfc2368-parse-mailto-url): Autoload.
(browse-url-mail): Use it.


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Tue Mar 2 14:55:32 2004 UTC (20 years, 1 month ago) by jurta
Branch: MAIN
Changes since 1.32: +8 -8 lines
Diff to previous 1.32
(browse-url-netscape, browse-url-mozilla, browse-url-galeon,
browse-url-epiphany): Encode dollar signs in URL to prevent their
substitution with the environment variable values by browsers.


Revision 1.21.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Oct 14 23:39:26 2003 UTC (20 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.21.2.1: +98 -27 lines
Diff to previous 1.21.2.1 , to branch point 1.21
Update from arch emacs--lexbind branch


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Mon Sep 1 15:45:33 2003 UTC (20 years, 7 months ago) by miles
Branch: MAIN
Changes since 1.31: +1 -0 lines
Diff to previous 1.31
Add arch taglines


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Fri Aug 1 00:28:37 2003 UTC (20 years, 8 months ago) by jpw
Branch: MAIN
CVS Tags: emacs-bidi-base
Branch point for: emacs-bidi, emacs-unicode-2
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
(browse-url-epiphany): Doc fix.


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon Jul 7 20:54:56 2003 UTC (20 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.29: +77 -1 lines
Diff to previous 1.29
(browse-url-browser-function): Add alternative for Epiphany.
(browse-url-epiphany-program, browse-url-epiphany-arguments)
(browse-url-epiphany-startup-arguments)
(browse-url-epiphany-new-window-is-tab): New variables.
(browse-url-epiphany, browse-url-epiphany-sentinel): New functions.


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Wed May 28 11:24:00 2003 UTC (20 years, 10 months ago) by rms
Branch: MAIN
CVS Tags: Boehm-GC-base
Branch point for: Boehm-GC
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
(browse-url-mozilla): Correct the conditionals for using ,new-window.


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sat Apr 12 22:21:18 2003 UTC (21 years ago) by monnier
Branch: MAIN
Changes since 1.27: +18 -24 lines
Diff to previous 1.27
Don't autoload all these defcustoms.
(browse-url-default-macosx-browser): New fun.
(browse-url-browser-function): Use it for system-type = darwin.
(browse-url-usr1-signal): Remove.
(browse-url-mosaic): Use SIGUSR1 directly instead.
(browse-url-gnome-moz-program): New var.
(browse-url-gnome-moz, browse-url-default-browser): Use it.


Revision 1.21.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Apr 4 06:20:30 2003 UTC (21 years ago) by miles
Branch: lexbind
Changes since 1.21: +43 -21 lines
Diff to previous 1.21
Update from trunk.


Revision 1.27.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Feb 15 18:03:27 2003 UTC (21 years, 2 months ago) by pmr
Branch: rmail-mbox-branch
Changes since 1.27: +106 -11 lines
Diff to previous 1.27
(browse-url-visited-urls, browse-url-activation-alist): New variables.

(browse-url-at-point): Add support for marking and remembering visited
URLs.

(browse-url-activate-urls): New function.


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Jan 31 15:20:36 2003 UTC (21 years, 2 months ago) by lektu
Branch: MAIN
CVS Tags: RMAIL-MBOX-BASE
Branch point for: rmail-mbox-branch
Changes since 1.26: +3 -3 lines
Diff to previous 1.26
Cygwin support patch.


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Jan 14 22:34:20 2003 UTC (21 years, 3 months ago) by kfstorm
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
(browse-url-filename-alist): Doc fix.


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Dec 11 06:56:22 2002 UTC (21 years, 4 months ago) by pj
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
Fix URLs.


Revision 1.15.4.2 - (view) (download) (annotate) - [select for diffs]
Wed Dec 4 08:27:41 2002 UTC (21 years, 4 months ago) by pj
Branch: EMACS_21_1_RC
CVS Tags: EMACS_21_3, EMACS_PRETEST_21_2_93, EMACS_PRETEST_21_2_94, EMACS_PRETEST_21_2_95
Branch point for: ttn-vms-21-3-stash
Changes since 1.15.4.1: +2 -2 lines
Diff to previous 1.15.4.1 , to branch point 1.15 , to next main 1.87
Fix URLs.


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Oct 11 17:16:24 2002 UTC (21 years, 6 months ago) by jas
Branch: MAIN
Changes since 1.23: +26 -10 lines
Diff to previous 1.23
* browse-url.el (browse-url-mozilla): Doc fix.
* browse-url.el (browse-url-mozilla-new-window-is-tab): New.
(browse-url-mozilla): Use it.


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon Jul 22 15:21:41 2002 UTC (21 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.22: +7 -3 lines
Diff to previous 1.22
(browse-url-lynx-input-attempts): Use defcustom.
(browse-url-lynx-input-delay): Add custom type and group.


Revision 1.15.4.1 - (view) (download) (annotate) - [select for diffs]
Sat Jul 6 13:32:20 2002 UTC (21 years, 9 months ago) by eliz
Branch: EMACS_21_1_RC
CVS Tags: EMACS_PRETEST_21_2_91, EMACS_PRETEST_21_2_92
Changes since 1.15: +3 -1 lines
Diff to previous 1.15
(browse-url-at-mouse): Don't pass an arg to browse-url-at-point.


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Jun 21 09:58:32 2002 UTC (21 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.21: +3 -1 lines
Diff to previous 1.21
(browse-url-at-mouse): Don't pass an arg to browse-url-at-point.


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Mar 18 04:24:09 2002 UTC (22 years, 1 month ago) by rms
Branch: MAIN
Branch point for: lexbind
Changes since 1.20: +29 -24 lines
Diff to previous 1.20
Put * in user option doc strings.

(browse-url-mosaic-pidfile): New variable.
(browse-url-mosaic): Use it.

(browse-url-filename-alist): Don't begin docstring with *, you don't
want to set this one with M-x set-variable.


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Mar 8 09:56:30 2002 UTC (22 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.19: +7 -2 lines
Diff to previous 1.19
(browse-url-galeon): Specify --existing for an existing window.
Use --noraise rather than --no-raise.  Don't use -x.


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Feb 19 11:14:40 2002 UTC (22 years, 2 months ago) by eliz
Branch: MAIN
CVS Tags: emacs-unicode-base
Branch point for: emacs-unicode
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
(browse-url-maybe-new-window): Reverse the sense of the comparison,
to match the doc strings of functions that use this macro.


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Jan 13 04:57:02 2002 UTC (22 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
(browse-url-grail): Use browse-url-maybe-new-window.


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Nov 25 00:04:41 2001 UTC (22 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.16: +11 -1 lines
Diff to previous 1.16
(browse-url-galeon-new-window-is-tab): New var.
(browse-url-galeon): Use that variable.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Nov 19 19:12:31 2001 UTC (22 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.15: +167 -23 lines
Diff to previous 1.15
Support Mozilla and Galeon.
By default, find the installed browser whichever it is.
(browse-url-mozilla): New function.
(browse-url-mozilla-sentinel): New function.
(browse-url-galeon, browse-url-galeon-sentinel): New functions.
(browse-url-default-browser): New function.
(browse-url-process-environment): Use browse-url-browser-display.
(browse-url-browser-display): Renamed from browse-url-netscape-display.
(browse-url-mozilla-startup-arguments, browse-url-galeon-program)
(browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
(browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
(browse-url-browser-function): New default, new options.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Jul 16 12:22:59 2001 UTC (22 years, 9 months ago) by pj
Branch: MAIN
CVS Tags: EMACS_21_1, EMACS_21_1_BASE, EMACS_21_2, EMACS_PRETEST_21_0_105, EMACS_PRETEST_21_0_106, patches_21_0_base, ttn-vms-21-2-B2, ttn-vms-21-2-B3, ttn-vms-21-2-B4
Branch point for: EMACS_21_1_RC, patches_21_0, ttn-vms-21-2-stash
Changes since 1.14: +3 -3 lines
Diff to previous 1.14
Some fixes to follow coding conventions.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Jul 3 12:40:51 2001 UTC (22 years, 9 months ago) by eliz
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_104
Changes since 1.13: +6 -2 lines
Diff to previous 1.13
(browse-url-default-windows-browser): Support
the MS-DOS port when it runs on Windows.
(browse-url-browser-function) [ms-dos]: Default to
browse-url-default-windows-browser.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri May 18 11:27:38 2001 UTC (22 years, 11 months ago) by gerd
Branch: MAIN
Branch point for: gerd_big, gerd_dbe, gerd_defvaralias, gerd_int
Changes since 1.12: +22 -0 lines
Diff to previous 1.12
(browse-url-browser-function): Add kde.
(browse-url-kde-program, browse-url-kde-args): New variables.
(browse-url-kde): New function.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu May 10 11:54:15 2001 UTC (22 years, 11 months ago) by gerd
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11
(browse-url-filename-alist): Allow UNC file
names for MS-Windows and MS-DOS.  From Dan Holmsand
<dan@eyebee.com>.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 12:48:36 2001 UTC (23 years ago) by gerd
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_103
Changes since 1.10: +31 -30 lines
Diff to previous 1.10
(browse-url-new-window-flag): Renamed from
browse-url-new-window-p.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 23:17:24 2001 UTC (23 years, 3 months ago) by fx
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_100, EMACS_PRETEST_21_0_101, EMACS_PRETEST_21_0_102, EMACS_PRETEST_21_0_95, EMACS_PRETEST_21_0_96, EMACS_PRETEST_21_0_97, EMACS_PRETEST_21_0_98, EMACS_PRETEST_21_0_99, fx-branch-base
Branch point for: fx-branch
Changes since 1.9: +5 -4 lines
Diff to previous 1.9
(browse-url-filename-alist): Avoid backquote
read syntax.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Nov 12 00:28:43 2000 UTC (23 years, 5 months ago) by fx
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_90, EMACS_PRETEST_21_0_91, EMACS_PRETEST_21_0_92, EMACS_PRETEST_21_0_93
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
(browse-url-browser-function): Update
:version.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Oct 7 18:02:27 2000 UTC (23 years, 6 months ago) by fx
Branch: MAIN
Changes since 1.7: +5 -1 lines
Diff to previous 1.7
(browse-url-browser-function): Use it.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Oct 7 17:58:33 2000 UTC (23 years, 6 months ago) by fx
Branch: MAIN
Changes since 1.6: +31 -2 lines
Diff to previous 1.6
(browse-url-gnome-moz-arguments): New option.
(browse-url-gnome-moz): New function.
Suggested by Colin Walters <walters@cis.ohio-state.edu>.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Sep 26 13:05:29 2000 UTC (23 years, 6 months ago) by sds
Branch: MAIN
Changes since 1.5: +4 -9 lines
Diff to previous 1.5
(browse-url-file-url): Check for null maps.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 20:21:39 2000 UTC (23 years, 7 months ago) by jasonr
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
(browse-url-filename-alist): Use , not ,@ to add DOS/Windows specific association.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Aug 15 11:17:17 2000 UTC (23 years, 8 months ago) by fx
Branch: MAIN
Changes since 1.3: +37 -46 lines
Diff to previous 1.3
(browse-url-filename-alist): Add a clause for
Doze and Dog.
(browse-url): Use dolist, not mapcar.
(browse-url-at-point): Check for null url.
(browse-url-event-buffer, browse-url-event-point): Functions
deleted.
(browse-url-at-mouse, browse-url-netscape): Simplify.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Mar 26 18:33:59 2000 UTC (24 years, 1 month ago) by fx
Branch: MAIN
Changes since 1.2: +22 -19 lines
Diff to previous 1.2
(browse-url): Re-fix case of
browse-url-browser-function being an alist.
(browse-url): Add :link to defgroup.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Mar 22 23:06:18 2000 UTC (24 years, 1 month ago) by fx
Branch: MAIN
Changes since 1.1: +31 -13 lines
Diff to previous 1.1
Restore previous use of browse-url-maybe-new-window.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Mar 20 13:03:22 2000 UTC (24 years, 1 month ago) by gerd
Branch: MAIN
Moved here from lisp.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26