]> code.delx.au - gnu-emacs/log
gnu-emacs
17 years agoMerge from emacs--devo--0
Miles Bader [Sun, 18 Mar 2007 14:11:08 +0000 (14:11 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 662-669)

   - Update from CVS
   - Fix read-only prompt problem in isearch
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 207-208)

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

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

17 years agoChanges from arch/CVS synchronization
Miles Bader [Sun, 18 Mar 2007 14:00:43 +0000 (14:00 +0000)]
Changes from arch/CVS synchronization

17 years agoMerge from emacs--devo--0
Miles Bader [Mon, 12 Mar 2007 00:42:43 +0000 (00:42 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 662-669)

   - Update from CVS
   - Fix read-only prompt problem in isearch
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 207-208)

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

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

17 years ago(type-break-get-previous-count): Repeat previous change here.
Richard M. Stallman [Sun, 11 Mar 2007 21:17:06 +0000 (21:17 +0000)]
(type-break-get-previous-count): Repeat previous change here.

17 years ago(byte-compile-warning-prefix): Correctly compute line number.
Richard M. Stallman [Sun, 11 Mar 2007 21:16:09 +0000 (21:16 +0000)]
(byte-compile-warning-prefix): Correctly compute line number.

17 years agotweak last patch: add comment and avoid the first sleep
Sam Steingold [Sun, 11 Mar 2007 21:08:45 +0000 (21:08 +0000)]
tweak last patch: add comment and avoid the first sleep

17 years ago*** empty log message ***
Glenn Morris [Sun, 11 Mar 2007 20:13:23 +0000 (20:13 +0000)]
*** empty log message ***

17 years ago(SOURCES): ulimit.hack is removed.
Glenn Morris [Sun, 11 Mar 2007 20:01:13 +0000 (20:01 +0000)]
(SOURCES): ulimit.hack is removed.

17 years agoRemove file of uncertain legal status
Glenn Morris [Sun, 11 Mar 2007 19:59:22 +0000 (19:59 +0000)]
Remove file of uncertain legal status

17 years agoRemove license from trivial file.
Glenn Morris [Sun, 11 Mar 2007 19:57:32 +0000 (19:57 +0000)]
Remove license from trivial file.

17 years agoRemove obsolete file
Glenn Morris [Sun, 11 Mar 2007 19:54:58 +0000 (19:54 +0000)]
Remove obsolete file

17 years ago(sigchld_handler): Sleep before wait3 to avoid a busyloop.
Sam Steingold [Sun, 11 Mar 2007 18:16:50 +0000 (18:16 +0000)]
(sigchld_handler): Sleep before wait3 to avoid a busyloop.

17 years ago(grep-find-ignored-directories): Add .git and
Dan Nicolaescu [Sun, 11 Mar 2007 17:44:40 +0000 (17:44 +0000)]
(grep-find-ignored-directories): Add .git and
.bzr to list.

17 years ago(diff-apply-hunk): Use proper format string for
Andreas Schwab [Sun, 11 Mar 2007 10:45:00 +0000 (10:45 +0000)]
(diff-apply-hunk): Use proper format string for
error.

17 years ago(Fx_server_vendor): Change vendor string to "Apple Inc.".
YAMAMOTO Mitsuharu [Sun, 11 Mar 2007 06:19:48 +0000 (06:19 +0000)]
(Fx_server_vendor): Change vendor string to "Apple Inc.".

17 years ago(report-emacs-bug): Don't hard code the "X" name.
Stefan Monnier [Sun, 11 Mar 2007 01:29:50 +0000 (01:29 +0000)]
(report-emacs-bug): Don't hard code the "X" name.

17 years ago*** empty log message ***
Juanma Barranquero [Sun, 11 Mar 2007 01:03:17 +0000 (01:03 +0000)]
*** empty log message ***

17 years ago** sdl.web@gmail.com, Mar 6: Mode-line face bug
Chong Yidong [Sat, 10 Mar 2007 22:31:05 +0000 (22:31 +0000)]
** sdl.web@gmail.com, Mar 6: Mode-line face bug
Fixed...

17 years ago(face-set-after-frame-default): Recalculate face customizations after
Chong Yidong [Sat, 10 Mar 2007 22:28:51 +0000 (22:28 +0000)]
(face-set-after-frame-default): Recalculate face customizations after
applying X resources.

17 years ago* faces.el (face-set-after-frame-default): Recalculate face
Chong Yidong [Sat, 10 Mar 2007 22:28:41 +0000 (22:28 +0000)]
* faces.el (face-set-after-frame-default): Recalculate face
customizations after applying X resources.

17 years ago(rcirc-timeout-seconds): New variable.
Eli Zaretskii [Sat, 10 Mar 2007 19:32:23 +0000 (19:32 +0000)]
(rcirc-timeout-seconds): New variable.
(rcirc-keepalive-seconds): Remove variable.
(rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
(rcirc-process, rcirc-user-disconnect): New variables.
(rcirc-connect): Initalize new variables.
(rcirc-keepalive): Don't send keepalive pings before connection is completed.
(rcirc-sentinel): Do mark all channels with activity when
connection is dropped.  Run hook with process buffer local.
(rcirc-reschedule-timeout, rcirc-delete-process): New functions.
(rcirc-buffer-process): Return value of rcirc-process if rcirc-server-buffer
is nil.
(rcirc-server-name): Return the reported server name.
(rcirc-update-prompt): Simplify computation of the server name.
(rcirc-format-response-string): Likewise.
(rcirc-handler-001): Mark server as connected, record the reported server name,
and schedule a timeout.
(rcirc-track-nick): Add a spec for the tty class.
(rcirc-user-non-nick): Remove function.
(rcirc-nick-prefix-chars): Add variable.
(rcirc-user-nick): Use above variable.

17 years ago(icomplete-tidy, icomplete-exhibit): Bind deactivate-mark to nil.
Eli Zaretskii [Sat, 10 Mar 2007 19:23:29 +0000 (19:23 +0000)]
(icomplete-tidy, icomplete-exhibit): Bind deactivate-mark to nil.

17 years agoWarn from Cygwin GCC versions other than those known to succeed.
Eli Zaretskii [Sat, 10 Mar 2007 18:55:37 +0000 (18:55 +0000)]
Warn from Cygwin GCC versions other than those known to succeed.

17 years ago(PC-do-completion): Bind dirlength to nil to avoid
Martin Rudalics [Sat, 10 Mar 2007 08:39:11 +0000 (08:39 +0000)]
(PC-do-completion): Bind dirlength to nil to avoid
that buffer contents get erased during completion.

17 years ago[USE_CARBON_EVENTS] (mac_handle_mouse_event): Ignore
YAMAMOTO Mitsuharu [Sat, 10 Mar 2007 06:26:03 +0000 (06:26 +0000)]
[USE_CARBON_EVENTS] (mac_handle_mouse_event): Ignore
mouse wheel movement on title bar or tool bar.

17 years ago** andreas.roehler@easy-emacs.de, Feb 19: auto-insert help-buffer
Chong Yidong [Sat, 10 Mar 2007 04:57:32 +0000 (04:57 +0000)]
** andreas.roehler@easy-emacs.de, Feb 19: auto-insert help-buffer
Fixed.

17 years ago(help_form_saved_window_configs): New var.
Chong Yidong [Sat, 10 Mar 2007 04:57:18 +0000 (04:57 +0000)]
(help_form_saved_window_configs): New var.
(read_char_help_form_unwind): New function.
(read_char): Don't restore window configuration if a mouse click
arrives while the help form is being displayed.

17 years ago* keyboard.c (help_form_saved_window_configs): New var.
Chong Yidong [Sat, 10 Mar 2007 04:56:41 +0000 (04:56 +0000)]
* keyboard.c (help_form_saved_window_configs): New var.
(read_char_help_form_unwind): New function.
(read_char): Don't restore window configuration if a mouse click
arrives while the help form is being displayed.

17 years agoFix typo.
Glenn Morris [Sat, 10 Mar 2007 04:36:10 +0000 (04:36 +0000)]
Fix typo.

17 years ago*** empty log message ***
Glenn Morris [Sat, 10 Mar 2007 04:25:24 +0000 (04:25 +0000)]
*** empty log message ***

17 years agoAdd copyright disclaimer.
Glenn Morris [Sat, 10 Mar 2007 04:22:35 +0000 (04:22 +0000)]
Add copyright disclaimer.

17 years agoBit late for pre-pretest comment...
Glenn Morris [Sat, 10 Mar 2007 04:21:17 +0000 (04:21 +0000)]
Bit late for pre-pretest comment...

17 years ago*** empty log message ***
Glenn Morris [Sat, 10 Mar 2007 04:17:17 +0000 (04:17 +0000)]
*** empty log message ***

17 years ago(woman-change-fonts): Add a hack to deal with
Glenn Morris [Sat, 10 Mar 2007 04:12:44 +0000 (04:12 +0000)]
(woman-change-fonts): Add a hack to deal with
font-escape followed by "." at start of a line.
(woman2-IP): Add a hack to deal with consecutive requests.
(woman2-tagged-paragraph): Extend existing hack to handle "sp".

17 years ago*** empty log message ***
Kim F. Storm [Sat, 10 Mar 2007 01:54:30 +0000 (01:54 +0000)]
*** empty log message ***

17 years ago(redisplay_window): Don't automatically select a new window
Kim F. Storm [Sat, 10 Mar 2007 01:07:05 +0000 (01:07 +0000)]
(redisplay_window): Don't automatically select a new window
start for a contination line during mouse-click.

17 years ago(c-before-change): insert call of `save-match-data'.
Alan Mackenzie [Fri, 9 Mar 2007 23:11:15 +0000 (23:11 +0000)]
(c-before-change): insert call of `save-match-data'.

17 years ago*** empty log message ***
Alan Mackenzie [Fri, 9 Mar 2007 23:08:21 +0000 (23:08 +0000)]
*** empty log message ***

17 years ago(abbrev): Add `provide'.
Richard M. Stallman [Fri, 9 Mar 2007 22:02:50 +0000 (22:02 +0000)]
(abbrev): Add `provide'.

17 years agoSay explicitly this is not for Cygwin.
Richard M. Stallman [Fri, 9 Mar 2007 18:12:34 +0000 (18:12 +0000)]
Say explicitly this is not for Cygwin.

17 years ago(handle_one_xevent): Ignore buttons > 3 for the tool bar.
Jan Djärv [Fri, 9 Mar 2007 17:42:12 +0000 (17:42 +0000)]
(handle_one_xevent): Ignore buttons > 3 for the tool bar.

17 years ago*** empty log message ***
Juanma Barranquero [Fri, 9 Mar 2007 17:37:50 +0000 (17:37 +0000)]
*** empty log message ***

17 years ago(Fdescribe_buffer_bindings): Check that BUFFER is valid.
Juanma Barranquero [Fri, 9 Mar 2007 17:31:12 +0000 (17:31 +0000)]
(Fdescribe_buffer_bindings): Check that BUFFER is valid.

17 years ago** md5i@cs.cmu.edu, Feb 20: move-end-of-line in comint buffers
Chong Yidong [Fri, 9 Mar 2007 14:57:38 +0000 (14:57 +0000)]
** md5i@cs.cmu.edu, Feb 20: move-end-of-line in comint buffers
Postphoned to post Emacs 22.

17 years ago*** empty log message ***
Juanma Barranquero [Fri, 9 Mar 2007 14:56:23 +0000 (14:56 +0000)]
*** empty log message ***

17 years ago** bojohan+news@dd.chalmers.se, Feb 23: partial-completion
Chong Yidong [Fri, 9 Mar 2007 14:52:45 +0000 (14:52 +0000)]
** bojohan+news@dd.chalmers.se, Feb 23: partial-completion
Fixed by Martin Rudalic's 2007-03-09 checkin.

17 years agoFix typo.
Juanma Barranquero [Fri, 9 Mar 2007 14:52:22 +0000 (14:52 +0000)]
Fix typo.

17 years ago** simon.marshall@misys.com, Jan 12:
Chong Yidong [Fri, 9 Mar 2007 14:49:07 +0000 (14:49 +0000)]
** simon.marshall@misys.com, Jan 12:
  Font-lock decides function call is function declaration in C++
Fixed by acm's 2007-03-08 commit, fix confirmed.

17 years agoThere's no such thing as "Windows32" binaries.
Eli Zaretskii [Fri, 9 Mar 2007 14:38:54 +0000 (14:38 +0000)]
There's no such thing as "Windows32" binaries.
Say explicitly that the instructions here are not for Cygwin.

17 years ago(ange-ftp-try-passive-mode): Doc fix.
Thien-Thi Nguyen [Fri, 9 Mar 2007 09:15:21 +0000 (09:15 +0000)]
(ange-ftp-try-passive-mode): Doc fix.

17 years ago(PC-do-completion): Replace first call to try-completion with new
Glenn Morris [Fri, 9 Mar 2007 09:00:59 +0000 (09:00 +0000)]
(PC-do-completion): Replace first call to try-completion with new
PC-try-completion.

17 years ago(PC-try-completion): New function.
Martin Rudalics [Fri, 9 Mar 2007 07:30:29 +0000 (07:30 +0000)]
(PC-try-completion): New function.
(PC-do-completion, read-file-name-internal): Use it instead of
try-completion.

17 years agoTiny definition change.
Vinicius Jose Latorre [Fri, 9 Mar 2007 03:30:57 +0000 (03:30 +0000)]
Tiny definition change.

17 years ago*** empty log message ***
Richard M. Stallman [Fri, 9 Mar 2007 02:01:47 +0000 (02:01 +0000)]
*** empty log message ***

17 years ago(syms_of_keyboard): Doc fix.
Richard M. Stallman [Thu, 8 Mar 2007 22:58:12 +0000 (22:58 +0000)]
(syms_of_keyboard): Doc fix.

17 years ago(c-partial-ws-p, c-unfind-type, c-trim-found-types): new functions.
Alan Mackenzie [Thu, 8 Mar 2007 21:52:30 +0000 (21:52 +0000)]
(c-partial-ws-p, c-unfind-type, c-trim-found-types): new functions.
An ad hoc attempt to remove stale tokens from the cache `c-found-types'.

17 years ago(c-unfind-enclosing-token, c-unfind-coalesced-tokens, c-before-change): new
Alan Mackenzie [Thu, 8 Mar 2007 21:50:51 +0000 (21:50 +0000)]
(c-unfind-enclosing-token, c-unfind-coalesced-tokens, c-before-change): new
functions;
(c-maybe-stale-found-type): new variable.
An ad hoc attempt to remove stale tokens from the cache `c-found-types'.

17 years ago*** empty log message ***
Alan Mackenzie [Thu, 8 Mar 2007 21:47:31 +0000 (21:47 +0000)]
*** empty log message ***

17 years ago(smerge-remove-props): Don't mark the buffer modified.
Stefan Monnier [Thu, 8 Mar 2007 20:12:55 +0000 (20:12 +0000)]
(smerge-remove-props): Don't mark the buffer modified.
(debug-ignored-errors): Add entry from smerge-match-conflict.

17 years ago(idlwave-do-context-help1): Don't visit special help topics for
J.D. Smith [Thu, 8 Mar 2007 18:31:13 +0000 (18:31 +0000)]
(idlwave-do-context-help1): Don't visit special help topics for
keywords.
(idlwave-help-assistant-command): Include ".exe" for ms-dos
etc. Assistant command.

17 years agoReplace "win32".
Richard M. Stallman [Thu, 8 Mar 2007 17:54:14 +0000 (17:54 +0000)]
Replace "win32".

17 years ago** rudalics@gmx.at, Feb 27: undo-information kept for *occur*
Chong Yidong [Thu, 8 Mar 2007 15:18:13 +0000 (15:18 +0000)]
** rudalics@gmx.at, Feb 27: undo-information kept for *occur*
Fixed.

17 years ago(occur-engine): buffer-undo-list binding moved...
Chong Yidong [Thu, 8 Mar 2007 15:17:42 +0000 (15:17 +0000)]
(occur-engine): buffer-undo-list binding moved...
(occur-1): ...to here.

17 years ago* replace.el (occur-engine): buffer-undo-list binding moved...
Chong Yidong [Thu, 8 Mar 2007 15:17:34 +0000 (15:17 +0000)]
* replace.el (occur-engine): buffer-undo-list binding moved...
(occur-1): ...to here.

17 years ago** alinsoar@voila.fr, Mar 5: EVAL and partial-completion-mode
Chong Yidong [Thu, 8 Mar 2007 14:51:20 +0000 (14:51 +0000)]
** alinsoar@voila.fr, Mar 5: EVAL and partial-completion-mode
Fixed.

17 years ago(PC-bindings): Rebind M-TAB in read-expression-map.
Chong Yidong [Thu, 8 Mar 2007 14:50:59 +0000 (14:50 +0000)]
(PC-bindings): Rebind M-TAB in read-expression-map.

17 years ago* complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
Chong Yidong [Thu, 8 Mar 2007 14:50:53 +0000 (14:50 +0000)]
* complete.el (PC-bindings): Rebind M-TAB in read-expression-map.

17 years ago** alinsoar@voila.fr, Mar 5: EVAL and mouse selection in *Completions*
Chong Yidong [Thu, 8 Mar 2007 14:43:40 +0000 (14:43 +0000)]
** alinsoar@voila.fr, Mar 5: EVAL and mouse selection in *Completions*
Fixed.

17 years ago(minibuffer-completing-symbol): New var.
Chong Yidong [Thu, 8 Mar 2007 14:43:08 +0000 (14:43 +0000)]
(minibuffer-completing-symbol): New var.
(eval-expression): Use it.
(completion-setup-function): Don't bind completion-base-size when
completing a symbol in the minibuffer.

17 years ago* simple.el (minibuffer-completing-symbol): New var.
Chong Yidong [Thu, 8 Mar 2007 14:42:49 +0000 (14:42 +0000)]
* simple.el (minibuffer-completing-symbol): New var.
(eval-expression): Use it.
(completion-setup-function): Don't bind completion-base-size when
completing a symbol in the minibuffer.

17 years ago(Ftry_completion): Don't short circuit if completion-ignore-case is
Chong Yidong [Thu, 8 Mar 2007 14:34:11 +0000 (14:34 +0000)]
(Ftry_completion): Don't short circuit if completion-ignore-case is
non-nil.

17 years ago* minibuf.c (Ftry_completion): Don't short circuit if
Chong Yidong [Thu, 8 Mar 2007 14:34:03 +0000 (14:34 +0000)]
* minibuf.c (Ftry_completion): Don't short circuit if
completion-ignore-case is non-nil.

17 years ago** bojohan+news@dd.chalmers.se, Feb 22: change to try-completion behavior
Chong Yidong [Thu, 8 Mar 2007 14:33:52 +0000 (14:33 +0000)]
** bojohan+news@dd.chalmers.se, Feb 22: change to try-completion behavior
Fixed.

17 years ago(gdb): Pop up current GUD buffer if user
Nick Roberts [Thu, 8 Mar 2007 08:19:28 +0000 (08:19 +0000)]
(gdb): Pop up current GUD buffer if user
tries to start a second session in graphical mode.

17 years ago*** empty log message ***
Nick Roberts [Thu, 8 Mar 2007 08:18:29 +0000 (08:18 +0000)]
*** empty log message ***

17 years agoFix read-only prompt problem in isearch
Miles Bader [Wed, 7 Mar 2007 18:48:33 +0000 (18:48 +0000)]
Fix read-only prompt problem in isearch

`isearch-process-search-multibyte-characters' would signal an error if
minibuffer-prompt-properties contained a `read-only t' property.

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

17 years ago(PC-bindings): Remap lisp-complete-symbol to
Kim F. Storm [Wed, 7 Mar 2007 15:08:46 +0000 (15:08 +0000)]
(PC-bindings): Remap lisp-complete-symbol to
PC-lisp-complete-symbol instead of binding M-TAB in global-map.

17 years ago*** empty log message ***
Kim F. Storm [Wed, 7 Mar 2007 15:08:34 +0000 (15:08 +0000)]
*** empty log message ***

17 years ago(PC-do-completion): Delete duplicates in the list of possible completions.
Michaël Cadilhac [Wed, 7 Mar 2007 12:50:23 +0000 (12:50 +0000)]
(PC-do-completion): Delete duplicates in the list of possible completions.

17 years ago(ses-mode): Doc fix.
Glenn Morris [Wed, 7 Mar 2007 08:46:02 +0000 (08:46 +0000)]
(ses-mode): Doc fix.

17 years agoFix typo.
Glenn Morris [Wed, 7 Mar 2007 08:38:28 +0000 (08:38 +0000)]
Fix typo.

17 years ago(XTset_vertical_scroll_bar) [MAC_OSX]: Don't show scroll
YAMAMOTO Mitsuharu [Wed, 7 Mar 2007 08:13:47 +0000 (08:13 +0000)]
(XTset_vertical_scroll_bar) [MAC_OSX]: Don't show scroll
bar if its width is smaller than that of Aqua small scroll bar.

17 years ago(mac_set_scroll_bar_width, mac_frame_parm_handlers):
YAMAMOTO Mitsuharu [Wed, 7 Mar 2007 08:13:28 +0000 (08:13 +0000)]
(mac_set_scroll_bar_width, mac_frame_parm_handlers):
Undo 2006-03-06 changes.

17 years ago(read_minibuf): Bind inhibit-read-only a bit longer so as
Stefan Monnier [Wed, 7 Mar 2007 02:13:26 +0000 (02:13 +0000)]
(read_minibuf): Bind inhibit-read-only a bit longer so as
to handle correctly prompts with read-only property.

17 years ago*** empty log message ***
David Kastrup [Tue, 6 Mar 2007 23:43:59 +0000 (23:43 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 6 Mar 2007 20:07:18 +0000 (20:07 +0000)]
*** empty log message ***

17 years ago(New in Emacs 22): Don't say "now" too much. Add MH-E to
Romain Francoise [Tue, 6 Mar 2007 19:45:22 +0000 (19:45 +0000)]
(New in Emacs 22): Don't say "now" too much.  Add MH-E to
new packages, and mention Gnus update.

17 years ago* sound.c (wav_play): Check header->data_length to see how much we
Jan Djärv [Tue, 6 Mar 2007 12:15:33 +0000 (12:15 +0000)]
* sound.c (wav_play): Check header->data_length to see how much we
shall read.
(alsa_period_size): Convert ALSA period size in frames to bytes.
(alsa_write): Return if frames is zero.

17 years ago*** empty log message ***
Kim F. Storm [Tue, 6 Mar 2007 09:34:19 +0000 (09:34 +0000)]
*** empty log message ***

17 years ago(isearch-message-prefix): Undo 2007-03-01 change.
Kim F. Storm [Tue, 6 Mar 2007 09:19:54 +0000 (09:19 +0000)]
(isearch-message-prefix): Undo 2007-03-01 change.

17 years ago*** empty log message ***
Kenichi Handa [Tue, 6 Mar 2007 06:11:10 +0000 (06:11 +0000)]
*** empty log message ***

17 years ago(Vselection_coding_system): Documentation improved.
Kenichi Handa [Tue, 6 Mar 2007 06:11:01 +0000 (06:11 +0000)]
(Vselection_coding_system): Documentation improved.

17 years ago(x-select-utf8-or-ctext): Improve the strategy.
Kenichi Handa [Tue, 6 Mar 2007 05:50:48 +0000 (05:50 +0000)]
(x-select-utf8-or-ctext): Improve the strategy.

17 years ago*** empty log message ***
Glenn Morris [Tue, 6 Mar 2007 05:35:41 +0000 (05:35 +0000)]
*** empty log message ***

17 years ago(completion-setup-function): Improve last fix so it doesn't
Stefan Monnier [Tue, 6 Mar 2007 02:18:05 +0000 (02:18 +0000)]
(completion-setup-function): Improve last fix so it doesn't
set it to a relative directory name either.

17 years agoInitialize some vars.
Vinicius Jose Latorre [Tue, 6 Mar 2007 00:53:16 +0000 (00:53 +0000)]
Initialize some vars.

17 years agoInitialize some vars.
Vinicius Jose Latorre [Mon, 5 Mar 2007 23:44:56 +0000 (23:44 +0000)]
Initialize some vars.

17 years ago** yamaoka@jpl.org, Feb 21: custom bug
Chong Yidong [Mon, 5 Mar 2007 22:39:23 +0000 (22:39 +0000)]
** yamaoka@jpl.org, Feb 21: custom bug
Fixed, confirmed by bug reporter.

17 years ago** lennart.borgman@gmail.com, Feb 22: C-h k does not catch text properies keymaps
Chong Yidong [Mon, 5 Mar 2007 22:37:53 +0000 (22:37 +0000)]
** lennart.borgman@gmail.com, Feb 22: C-h k does not catch text properies keymaps
Seems to be a windows bug.

17 years ago** lennart.borgman@gmail.com, Feb 22: C-h k does not catch text properies keymaps
Chong Yidong [Mon, 5 Mar 2007 22:14:02 +0000 (22:14 +0000)]
** lennart.borgman@gmail.com, Feb 22: C-h k does not catch text properies keymaps
It actually does.

** Failure to build on Solaris.  Did reverting Jan's change bring back the old bug?
No: the change was not completely reverted, only the part the caused
the new problem.