]> git.eshelyaron.com Git - emacs.git/log
emacs.git
17 years agoUlf Jasper <ulf.jasper at web.de>:
Glenn Morris [Wed, 21 Mar 2007 07:15:44 +0000 (07:15 +0000)]
Ulf Jasper <ulf.jasper at web.de>:

(icalendar-version): Increase to 0.15.
(icalendar--get-unfolded-buffer): Define actual arguments rather
than just using &rest.  Check replace-in-string is fbound.
(icalendar-import-buffer): Doc fix.
(icalendar--convert-ical-to-diary): Set diary-file.  Check
diary-file before inserting final newline.
(icalendar--add-diary-entry): Return diary-file.

17 years ago(Known problems): Emacs 22 comes with eshell 2.4.2.
Glenn Morris [Wed, 21 Mar 2007 06:38:01 +0000 (06:38 +0000)]
(Known problems): Emacs 22 comes with eshell 2.4.2.

17 years agoRegenerate.
Glenn Morris [Wed, 21 Mar 2007 06:36:24 +0000 (06:36 +0000)]
Regenerate.

17 years ago(\metax): Tweak \hsize to avoid overfull columns.
Glenn Morris [Wed, 21 Mar 2007 06:35:31 +0000 (06:35 +0000)]
(\metax): Tweak \hsize to avoid overfull columns.
(\shortcopyrightnotice): Do not display in middle of file.
Numerous \cr and \hskip hacks to avoid overfull columns.

17 years ago(diary-set-maybe-redraw): Autoload it.
Glenn Morris [Wed, 21 Mar 2007 06:25:58 +0000 (06:25 +0000)]
(diary-set-maybe-redraw): Autoload it.
(diary-display-hook): Add custom :set function.

17 years ago(diary-header-line-flag): Doc fix. Add custom :set function.
Glenn Morris [Wed, 21 Mar 2007 06:25:47 +0000 (06:25 +0000)]
(diary-header-line-flag): Doc fix.  Add custom :set function.
(diary-header-line-format): Doc fix.
(diary-set-maybe-redraw): New function.
(number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
(diary-list-entries): Always run diary-mode.

17 years agoFix previous change.
Richard M. Stallman [Tue, 20 Mar 2007 19:47:30 +0000 (19:47 +0000)]
Fix previous change.

17 years ago(magic-mode-alist): Require literal "%!PS" string for
David Kastrup [Tue, 20 Mar 2007 18:36:15 +0000 (18:36 +0000)]
(magic-mode-alist): Require literal "%!PS" string for
magic postscript file detection.

17 years ago(compose-mail): Run switch-function after setting up the mail buffer.
Richard M. Stallman [Tue, 20 Mar 2007 16:24:03 +0000 (16:24 +0000)]
(compose-mail): Run switch-function after setting up the mail buffer.

(switch-to-completions): No error if search for \n\n fails.

17 years ago(ispell-call-process): New function.
Richard M. Stallman [Tue, 20 Mar 2007 16:23:09 +0000 (16:23 +0000)]
(ispell-call-process): New function.
Defends against bad `default-directory.'
(ispell-check-version, ispell-find-aspell-dictionaries)
(ispell-get-aspell-config-value, lookup-words): Call it.
(ispell-call-process-region): New function.
(ispell-send-string): Call it.

17 years ago(custom-deps): Depend on $(lisp)/subdirs.el.
Andreas Schwab [Tue, 20 Mar 2007 09:47:48 +0000 (09:47 +0000)]
(custom-deps): Depend on $(lisp)/subdirs.el.
(finder-data): Likewise.
(autoloads): Likewise.

17 years ago(basic-save-buffer): Do not set visited filename when
Martin Rudalics [Tue, 20 Mar 2007 09:37:57 +0000 (09:37 +0000)]
(basic-save-buffer): Do not set visited filename when
the corresponding directory does not exist or the specified
filename is that of an existing directory.

17 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Tue, 20 Mar 2007 08:51:41 +0000 (08:51 +0000)]
*** empty log message ***

17 years agoInclude blockinput.h.
YAMAMOTO Mitsuharu [Tue, 20 Mar 2007 08:51:20 +0000 (08:51 +0000)]
Include blockinput.h.
(write_glyphs, insert_glyphs): Add BLOCK_INPUT around fwrite.

17 years ago(Fmake_network_process) [HAVE_GETADDRINFO]: Clear
YAMAMOTO Mitsuharu [Tue, 20 Mar 2007 08:51:03 +0000 (08:51 +0000)]
(Fmake_network_process) [HAVE_GETADDRINFO]: Clear
immediate_quit before calling freeaddrinfo.  Add BLOCK_INPUT
around freeaddrinfo.

17 years agoInclude blockinput.h.
YAMAMOTO Mitsuharu [Tue, 20 Mar 2007 08:50:46 +0000 (08:50 +0000)]
Include blockinput.h.
(Fredirect_debugging_output): Add BLOCK_INPUT around fclose.

17 years agoInclude blockinput.h.
YAMAMOTO Mitsuharu [Tue, 20 Mar 2007 08:50:31 +0000 (08:50 +0000)]
Include blockinput.h.
(readchar, Fget_file_char): Add BLOCK_INPUT around getc.
(unreadchar): Add BLOCK_INPUT around ungetc.
(load_unwind): Add BLOCK_INPUT around fclose.

17 years ago(record_char): Add BLOCK_INPUT around fwrite.
YAMAMOTO Mitsuharu [Tue, 20 Mar 2007 08:50:10 +0000 (08:50 +0000)]
(record_char): Add BLOCK_INPUT around fwrite.
(Fopen_dribble_file): Add BLOCK_INPUT around fclose.

17 years ago(do_auto_save_unwind): Add BLOCK_INPUT around fclose.
YAMAMOTO Mitsuharu [Tue, 20 Mar 2007 08:49:53 +0000 (08:49 +0000)]
(do_auto_save_unwind): Add BLOCK_INPUT around fclose.
(Fdo_auto_save): Add BLOCK_INPUT around fwrite.

17 years ago(Fopen_termscript): Add BLOCK_INPUT around fclose.
YAMAMOTO Mitsuharu [Tue, 20 Mar 2007 08:49:37 +0000 (08:49 +0000)]
(Fopen_termscript): Add BLOCK_INPUT around fclose.
(Fsend_string_to_terminal): Add BLOCK_INPUT around fwrite.

17 years ago(alloca.o, gtkutil.o): Depend on systime.h.
YAMAMOTO Mitsuharu [Tue, 20 Mar 2007 08:49:19 +0000 (08:49 +0000)]
(alloca.o, gtkutil.o): Depend on systime.h.
(dired.o, editfns.o, fileio.o, msdos.o): Depend on atimer.h.
(dosfns.o, window.o, fns.o, macselect.o): Depend on atimer.h and
systime.h.
(term.o, print.o, lread.o): Depend on blockinput.h, atimer.h, and
systime.h.
(macfns.o): Remove duplicate dependency on systime.h.

17 years ago(dired.c.x, editfns.c.x, fileio.c.x, lread.c.x)
YAMAMOTO Mitsuharu [Tue, 20 Mar 2007 08:48:44 +0000 (08:48 +0000)]
(dired.c.x, editfns.c.x, fileio.c.x, lread.c.x)
(print.c.x, term.c.x): Depend on BLOCKINPUT_H_GROUP.

17 years ago(diary-live-p): New function.
Glenn Morris [Tue, 20 Mar 2007 07:45:06 +0000 (07:45 +0000)]
(diary-live-p): New function.
(number-of-diary-entries): Add a :set function to redisplay diary
when necessary.

17 years ago*** empty log message ***
Glenn Morris [Tue, 20 Mar 2007 07:44:29 +0000 (07:44 +0000)]
*** empty log message ***

17 years ago(quail-setup-completion-buf): Make the
Kenichi Handa [Tue, 20 Mar 2007 02:21:58 +0000 (02:21 +0000)]
(quail-setup-completion-buf): Make the
completion buffer read-only.
(quail-completion): Adjusted for the above change.  Leave the
modified flag nil.

17 years agoRegenerate. emacs-pretest-22.0.96
Chong Yidong [Tue, 20 Mar 2007 01:01:04 +0000 (01:01 +0000)]
Regenerate.

17 years agoBump version to 22.0.96.
Chong Yidong [Tue, 20 Mar 2007 00:46:19 +0000 (00:46 +0000)]
Bump version to 22.0.96.

17 years ago*** empty log message ***
Nick Roberts [Mon, 19 Mar 2007 23:16:28 +0000 (23:16 +0000)]
*** empty log message ***

17 years agoDired reference cards regenerated for Emacs 22; no changed keybindings found.
Chong Yidong [Mon, 19 Mar 2007 23:16:15 +0000 (23:16 +0000)]
Dired reference cards regenerated for Emacs 22; no changed keybindings found.

17 years ago* dired-ref.tex:
Chong Yidong [Mon, 19 Mar 2007 23:13:34 +0000 (23:13 +0000)]
* dired-ref.tex:
* fr-drdref.tex:
* cs-dired-ref.tex:
* sk-dired-ref.tex: Emacs 21 -> 22.

* dired-ref.ps:
* fr-drdref.ps:
* cs-dired-ref.ps:
* sk-dired-ref.ps: Regenerate.

17 years agoRegnerate.
Chong Yidong [Mon, 19 Mar 2007 23:13:03 +0000 (23:13 +0000)]
Regnerate.

17 years agoEmacs 21 -> 22.
Chong Yidong [Mon, 19 Mar 2007 23:12:16 +0000 (23:12 +0000)]
Emacs 21 -> 22.

17 years agoRegenerate.
Chong Yidong [Mon, 19 Mar 2007 23:10:42 +0000 (23:10 +0000)]
Regenerate.

17 years agoEmacs 21 -> 22
Chong Yidong [Mon, 19 Mar 2007 23:10:15 +0000 (23:10 +0000)]
Emacs 21 -> 22

17 years ago* dired-ref.tex: Emacs 21 -> 22.
Chong Yidong [Mon, 19 Mar 2007 23:05:01 +0000 (23:05 +0000)]
* dired-ref.tex: Emacs 21 -> 22.

17 years agoRegenerate
Chong Yidong [Mon, 19 Mar 2007 23:04:34 +0000 (23:04 +0000)]
Regenerate

17 years ago* dired-ref.ps: Regenerate
Chong Yidong [Mon, 19 Mar 2007 23:04:20 +0000 (23:04 +0000)]
* dired-ref.ps: Regenerate

17 years agoeshell.texi 'Known Problems'
Chong Yidong [Mon, 19 Mar 2007 22:53:57 +0000 (22:53 +0000)]
eshell.texi 'Known Problems'
Fixed.

17 years ago(Known problems): Emacs 21 -> 22.
Chong Yidong [Mon, 19 Mar 2007 22:53:49 +0000 (22:53 +0000)]
(Known problems): Emacs 21 -> 22.

17 years ago* eshell.texi (Known problems): Emacs 21 -> 22.
Chong Yidong [Mon, 19 Mar 2007 22:53:42 +0000 (22:53 +0000)]
* eshell.texi (Known problems): Emacs 21 -> 22.

17 years agocc-mode.texi 'Performance Issues': "21.3 as of this writing"
Chong Yidong [Mon, 19 Mar 2007 22:52:38 +0000 (22:52 +0000)]
cc-mode.texi 'Performance Issues': "21.3 as of this writing"
Fixed.

17 years ago(Performance Issues): Update note about 21.3 to 22.1.
Chong Yidong [Mon, 19 Mar 2007 22:52:28 +0000 (22:52 +0000)]
(Performance Issues): Update note about 21.3 to 22.1.

17 years ago* cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
Chong Yidong [Mon, 19 Mar 2007 22:52:22 +0000 (22:52 +0000)]
* cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.

17 years ago*** empty log message ***
Eli Zaretskii [Mon, 19 Mar 2007 21:54:12 +0000 (21:54 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Glenn Morris [Mon, 19 Mar 2007 21:20:10 +0000 (21:20 +0000)]
*** empty log message ***

17 years agoChange form of license text to match rest of Emacs.
Glenn Morris [Mon, 19 Mar 2007 20:59:53 +0000 (20:59 +0000)]
Change form of license text to match rest of Emacs.

17 years agoMark 1997-12-22 changes by Kevin Rodgers as tiny.
Chong Yidong [Mon, 19 Mar 2007 20:34:21 +0000 (20:34 +0000)]
Mark 1997-12-22 changes by Kevin Rodgers as tiny.

17 years agoMark 1994-06-17 change by Kevin Rodgers as tiny.
Chong Yidong [Mon, 19 Mar 2007 20:31:52 +0000 (20:31 +0000)]
Mark 1994-06-17 change by Kevin Rodgers as tiny.

17 years agoMark 1994-07-11 change by Kevin Rodgers as tiny.
Chong Yidong [Mon, 19 Mar 2007 20:31:21 +0000 (20:31 +0000)]
Mark 1994-07-11 change by Kevin Rodgers as tiny.

17 years agoMark 1995-05-19 change by Kevin Rodgers as tiny.
Chong Yidong [Mon, 19 Mar 2007 20:30:34 +0000 (20:30 +0000)]
Mark 1995-05-19 change by Kevin Rodgers as tiny.

17 years ago(t-mouse-make-event-element): Use timestamp output
Nick Roberts [Mon, 19 Mar 2007 20:07:45 +0000 (20:07 +0000)]
(t-mouse-make-event-element): Use timestamp output
from client program, mev, to compute mouse event.

17 years ago*** empty log message ***
Nick Roberts [Mon, 19 Mar 2007 20:07:23 +0000 (20:07 +0000)]
*** empty log message ***

17 years agoMark 1998-07-07 change by Kevin Rodgers as tiny.
Chong Yidong [Mon, 19 Mar 2007 19:03:34 +0000 (19:03 +0000)]
Mark 1998-07-07 change by Kevin Rodgers as tiny.

17 years agoMark 1998-06-03 change by Kevin Rodgers as tiny.
Chong Yidong [Mon, 19 Mar 2007 19:00:13 +0000 (19:00 +0000)]
Mark 1998-06-03 change by Kevin Rodgers as tiny.

17 years agoMark 1998-08-26 change by Kevin Rodgers as tiny.
Chong Yidong [Mon, 19 Mar 2007 18:54:53 +0000 (18:54 +0000)]
Mark 1998-08-26 change by Kevin Rodgers as tiny.

17 years ago(momentary): Face removed; unused due to reversion of 2007-01-04
Chong Yidong [Mon, 19 Mar 2007 18:41:12 +0000 (18:41 +0000)]
(momentary): Face removed; unused due to reversion of 2007-01-04
changes by Kevin Rodgers.

17 years ago* faces.el (momentary): Face removed; unused due to reversion of
Chong Yidong [Mon, 19 Mar 2007 18:41:02 +0000 (18:41 +0000)]
* faces.el (momentary): Face removed; unused due to reversion of
2007-01-04 changes by Kevin Rodgers.

17 years agoRevert 2007-01-04 change by Kevin Rodgers due to lack of legal papers.
Chong Yidong [Mon, 19 Mar 2007 18:39:24 +0000 (18:39 +0000)]
Revert 2007-01-04 change by Kevin Rodgers due to lack of legal papers.

17 years agoMark 2007-03-04 doc fix by Kevin Rodgers as tiny.
Chong Yidong [Mon, 19 Mar 2007 18:33:14 +0000 (18:33 +0000)]
Mark 2007-03-04 doc fix by Kevin Rodgers as tiny.

17 years agoMark 2006-12-30 one-line change by Kevin Rodgers as tiny.
Chong Yidong [Mon, 19 Mar 2007 18:31:51 +0000 (18:31 +0000)]
Mark 2006-12-30 one-line change by Kevin Rodgers as tiny.

17 years agoRevert 2006-12-08 change by Kevin Rodgers due to lack of legal papers.
Chong Yidong [Mon, 19 Mar 2007 18:29:56 +0000 (18:29 +0000)]
Revert 2006-12-08 change by Kevin Rodgers due to lack of legal papers.

17 years agoRevert 2006-02-04 change by Kevin Rodgers due to lack of legal papers.
Chong Yidong [Mon, 19 Mar 2007 18:28:31 +0000 (18:28 +0000)]
Revert 2006-02-04 change by Kevin Rodgers due to lack of legal papers.

17 years agoMark 2006-01-27 doc fix by Kevin Rodgers as tiny.
Chong Yidong [Mon, 19 Mar 2007 18:25:22 +0000 (18:25 +0000)]
Mark 2006-01-27 doc fix by Kevin Rodgers as tiny.

17 years agoMark 2005-12-10 change by Kevin Rodgers as tiny; it was almost
Chong Yidong [Mon, 19 Mar 2007 18:24:10 +0000 (18:24 +0000)]
Mark 2005-12-10 change by Kevin Rodgers as tiny; it was almost
completely reverted by Stefan Monnier's 2005-12-21 change.

17 years agoFix typo in last commit.
Chong Yidong [Mon, 19 Mar 2007 15:53:24 +0000 (15:53 +0000)]
Fix typo in last commit.

17 years ago(mouse-drag-track): Remove spurious input-pending-p test. Suggested
Chong Yidong [Mon, 19 Mar 2007 15:52:04 +0000 (15:52 +0000)]
(mouse-drag-track): Remove spurious input-pending-p test.  Suggested
by Johan Bockgård.

17 years ago* mouse.el (mouse-drag-track): Remove spurious input-pending-p
Chong Yidong [Mon, 19 Mar 2007 15:51:54 +0000 (15:51 +0000)]
* mouse.el (mouse-drag-track): Remove spurious input-pending-p
test.  Suggested by Johan Bockgård.

17 years ago(lisp-font-lock-keywords-1): Highlight define-globalized-minor-mode as
Chong Yidong [Mon, 19 Mar 2007 15:45:47 +0000 (15:45 +0000)]
(lisp-font-lock-keywords-1): Highlight define-globalized-minor-mode as
a keyword.

17 years ago* font-lock.el (lisp-font-lock-keywords-1): Highlight
Chong Yidong [Mon, 19 Mar 2007 15:45:38 +0000 (15:45 +0000)]
* font-lock.el (lisp-font-lock-keywords-1): Highlight
define-globalized-minor-mode as a keyword.

17 years ago(python-default-template): Doc fix.
Juanma Barranquero [Mon, 19 Mar 2007 15:37:15 +0000 (15:37 +0000)]
(python-default-template): Doc fix.
(python-buffer): Fix typo in docstring.

17 years ago(math-std-daylight-savings)
Kim F. Storm [Mon, 19 Mar 2007 09:57:30 +0000 (09:57 +0000)]
(math-std-daylight-savings)
(math-std-daylight-savings-old): Doc fix.

17 years ago*** empty log message ***
Kim F. Storm [Mon, 19 Mar 2007 09:57:04 +0000 (09:57 +0000)]
*** empty log message ***

17 years ago(isearchb-follow-char): Fix typo in docstring.
Juanma Barranquero [Mon, 19 Mar 2007 09:46:21 +0000 (09:46 +0000)]
(isearchb-follow-char): Fix typo in docstring.

17 years ago(def-edebug-spec): Fix typo in docstring.
Juanma Barranquero [Mon, 19 Mar 2007 09:44:13 +0000 (09:44 +0000)]
(def-edebug-spec): Fix typo in docstring.

17 years ago*** empty log message ***
Kim F. Storm [Mon, 19 Mar 2007 09:25:46 +0000 (09:25 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 19 Mar 2007 05:42:21 +0000 (05:42 +0000)]
*** empty log message ***

17 years ago(arm-*-openbsd*, hppa-*-openbsd*)
Richard M. Stallman [Mon, 19 Mar 2007 05:42:13 +0000 (05:42 +0000)]
(arm-*-openbsd*, hppa-*-openbsd*)
(m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
(ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.

17 years ago(default-directory): Mark safe.
Richard M. Stallman [Mon, 19 Mar 2007 05:40:20 +0000 (05:40 +0000)]
(default-directory): Mark safe.
(basic-save-buffer-2): Put proper dir name in error message.

17 years ago(inhibit-splash-screen, initial-major-mode): Doc fixes.
Richard M. Stallman [Mon, 19 Mar 2007 05:37:58 +0000 (05:37 +0000)]
(inhibit-splash-screen, initial-major-mode): Doc fixes.

17 years ago(Recording Input): recent-keys now gives 300 keys.
Richard M. Stallman [Mon, 19 Mar 2007 05:30:35 +0000 (05:30 +0000)]
(Recording Input): recent-keys now gives 300 keys.

17 years ago(NUM_RECENT_KEYS): Bump up to 300.
Richard M. Stallman [Mon, 19 Mar 2007 05:29:34 +0000 (05:29 +0000)]
(NUM_RECENT_KEYS): Bump up to 300.

17 years ago(syms_of_buffer): Doc fix.
Richard M. Stallman [Mon, 19 Mar 2007 05:27:45 +0000 (05:27 +0000)]
(syms_of_buffer): Doc fix.

17 years ago*** empty log message ***
Jay Belanger [Mon, 19 Mar 2007 03:37:57 +0000 (03:37 +0000)]
*** empty log message ***

17 years ago(Time Zones): Mention the 2007 rule change.
Jay Belanger [Mon, 19 Mar 2007 03:36:17 +0000 (03:36 +0000)]
(Time Zones): Mention the 2007 rule change.

17 years ago(math-parse-date): Fix a regular expression.
Jay Belanger [Mon, 19 Mar 2007 03:16:20 +0000 (03:16 +0000)]
(math-parse-date): Fix a regular expression.
(math-std-daylight-savings-old, math-std-daylight-savings-new): New functions.
(math-std-daylight-savings): Use `math-std-daylight-savings-new' or
`math-std-daylight-savings-old' depending on year.

17 years agoRegenerate.
Chong Yidong [Mon, 19 Mar 2007 01:06:13 +0000 (01:06 +0000)]
Regenerate.

17 years ago* configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
Chong Yidong [Mon, 19 Mar 2007 01:05:42 +0000 (01:05 +0000)]
* configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
user specifies "without".

* configure: Regenerate.

17 years agoDon't define KERBEROS, KERBEROS5, or HESIOD if the user specifies
Chong Yidong [Mon, 19 Mar 2007 01:05:29 +0000 (01:05 +0000)]
Don't define KERBEROS, KERBEROS5, or HESIOD if the user specifies
"without".

17 years ago(pbm_load): Signal error for invalid image size.
Chong Yidong [Sun, 18 Mar 2007 23:09:57 +0000 (23:09 +0000)]
(pbm_load): Signal error for invalid image size.

17 years ago* image.c (pbm_load): Signal error for invalid image size.
Chong Yidong [Sun, 18 Mar 2007 23:09:49 +0000 (23:09 +0000)]
* image.c (pbm_load): Signal error for invalid image size.

17 years agoRegenerated
Jan Djärv [Sun, 18 Mar 2007 17:30:00 +0000 (17:30 +0000)]
Regenerated

17 years ago(HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
Jan Djärv [Sun, 18 Mar 2007 17:29:38 +0000 (17:29 +0000)]
(HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.

17 years ago*** empty log message ***
Jan Djärv [Sun, 18 Mar 2007 17:29:27 +0000 (17:29 +0000)]
*** empty log message ***

17 years agoRegenerated
Jan Djärv [Sun, 18 Mar 2007 17:14:01 +0000 (17:14 +0000)]
Regenerated

17 years agoWarning for Gtk+ and Cygwin added.
Jan Djärv [Sun, 18 Mar 2007 17:13:44 +0000 (17:13 +0000)]
Warning for Gtk+ and Cygwin added.

17 years ago*** empty log message ***
Jan Djärv [Sun, 18 Mar 2007 17:13:35 +0000 (17:13 +0000)]
*** empty log message ***

17 years agoRemove duplicate entry.
Kim F. Storm [Sun, 18 Mar 2007 16:00:30 +0000 (16:00 +0000)]
Remove duplicate entry.

17 years ago(reb-update-overlays): Do not mark zero-width regexps as invalid
Juanma Barranquero [Sun, 18 Mar 2007 14:34:18 +0000 (14:34 +0000)]
(reb-update-overlays): Do not mark zero-width regexps as invalid
but rather at least count them correctly.

17 years ago(open-tls-stream): In handshake-waiting loop,
Thien-Thi Nguyen [Sun, 18 Mar 2007 11:41:42 +0000 (11:41 +0000)]
(open-tls-stream): In handshake-waiting loop,
don't wait more if there is output available to process.

17 years ago(redisplay_internal, note_mouse_highlight): Check
YAMAMOTO Mitsuharu [Sun, 18 Mar 2007 08:07:17 +0000 (08:07 +0000)]
(redisplay_internal, note_mouse_highlight): Check
popup_activated for MAC_OS.