bpt/emacs.git
17 years agoFix typo.
Chong Yidong [Sat, 17 Mar 2007 19:00:52 +0000 (19:00 +0000)]
Fix typo.

17 years ago(Daylight Saving): Rename node from "Daylight Savings".
Chong Yidong [Sat, 17 Mar 2007 18:59:51 +0000 (18:59 +0000)]
(Daylight Saving): Rename node from "Daylight Savings".

17 years ago* xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
Chong Yidong [Sat, 17 Mar 2007 18:55:52 +0000 (18:55 +0000)]
* xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
(xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
Return to use of the -no-properties variants.  There was
consensus on emacs-devel that the speed of these variants was
prefered since we are usually parsing files (from the internet
or on disk) instead of XML created in Emacs.

17 years agoFix formatting typos.
Chong Yidong [Sat, 17 Mar 2007 18:53:08 +0000 (18:53 +0000)]
Fix formatting typos.

17 years ago* xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
Chong Yidong [Sat, 17 Mar 2007 18:51:19 +0000 (18:51 +0000)]
* xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
(xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
Return to use of the -no-properties variants.  There was
consensus on emacs-devel that the speed of these variants was
prefered since we are usually parsing files (from the internet
or on disk) instead of XML created in Emacs.

17 years agoFix "daylight savings" -> "daylight saving" typo.
Chong Yidong [Sat, 17 Mar 2007 18:44:06 +0000 (18:44 +0000)]
Fix "daylight savings" -> "daylight saving" typo.

17 years ago(Mail and Post): Update documentation for gnus-user-agent.
Chong Yidong [Sat, 17 Mar 2007 18:38:40 +0000 (18:38 +0000)]
(Mail and Post): Update documentation for gnus-user-agent.
The variable now uses a list of symbols instead of just a symbol.
Reported by Christoph Conrad <christoph.conrad@gmx.de>.

17 years ago* calc.texi (Time Zones): Switch to new North America DST rule.
Chong Yidong [Sat, 17 Mar 2007 18:37:07 +0000 (18:37 +0000)]
* calc.texi (Time Zones): Switch to new North America DST rule.

* calendar.texi (Daylight Saving): Rename node from "Daylight Savings".

17 years ago* gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
Chong Yidong [Sat, 17 Mar 2007 18:36:40 +0000 (18:36 +0000)]
* gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
The variable now uses a list of symbols instead of just a symbol.
Reported by Christoph Conrad <christoph.conrad@gmx.de>.

17 years ago(Daylight Saving): Rename node from "Daylight Savings".
Chong Yidong [Sat, 17 Mar 2007 18:35:57 +0000 (18:35 +0000)]
(Daylight Saving): Rename node from "Daylight Savings".
Fix "daylight savings time" -> "daylight saving time" typo throughout.

17 years ago(Time Zones): Switch to new North America DST rule.
Chong Yidong [Sat, 17 Mar 2007 18:35:08 +0000 (18:35 +0000)]
(Time Zones): Switch to new North America DST rule.
Fix "daylight savings time" -> "daylight saving time" typo throughout.

17 years ago(Fdecode_time, Fencode_time): "daylight savings" -> "daylight saving"
Chong Yidong [Sat, 17 Mar 2007 18:31:34 +0000 (18:31 +0000)]
(Fdecode_time, Fencode_time): "daylight savings" -> "daylight saving"
doc fix.

17 years ago* lisp.h: Declare check_obarray.
Chong Yidong [Sat, 17 Mar 2007 18:28:12 +0000 (18:28 +0000)]
* lisp.h: Declare check_obarray.

* process.c (Fdelete_process): Properly handle deletion of first
element of deleted_pid_list.
(create_process): Declare pid as pid_t.

17 years agoDeclare check_obarray.
Chong Yidong [Sat, 17 Mar 2007 18:27:10 +0000 (18:27 +0000)]
Declare check_obarray.

17 years ago(read_key_sequence): Store original event into keybuf when replaying
Chong Yidong [Sat, 17 Mar 2007 18:26:21 +0000 (18:26 +0000)]
(read_key_sequence): Store original event into keybuf when replaying
sequence with local keymap(s) from string.

17 years ago(Fdelete_process): Properly handle deletion of first element of
Chong Yidong [Sat, 17 Mar 2007 18:24:46 +0000 (18:24 +0000)]
(Fdelete_process): Properly handle deletion of first element of
deleted_pid_list.
(create_process): Declare pid as pid_t.
(sigchld_handler): Avoid busyloop.

17 years ago(sigchld_handler): Change type of pid to pid_t. Scan deleted_pid_list
Chong Yidong [Sat, 17 Mar 2007 18:16:03 +0000 (18:16 +0000)]
(sigchld_handler): Change type of pid to pid_t.  Scan deleted_pid_list
explicitly to avoid using Fmember which don't know about mark bits and
make_fixnum_or_float which may malloc.  Reported by Andreas Schwab.

17 years ago* process.c (sigchld_handler): Change type of pid to pid_t.
Chong Yidong [Sat, 17 Mar 2007 18:09:34 +0000 (18:09 +0000)]
* process.c (sigchld_handler): Change type of pid to pid_t.
Scan deleted_pid_list explicitly to avoid using Fmember which don't
know about mark bits and make_fixnum_or_float which may malloc.
Reported by Andreas Schwab.

* keyboard.c (read_key_sequence): Store original event into keybuf
when replaying sequence with local keymap(s) from string.

17 years ago(comint-arguments): Mark backslash-escaped chars.
Chong Yidong [Sat, 17 Mar 2007 18:08:50 +0000 (18:08 +0000)]
(comint-arguments): Mark backslash-escaped chars.
(comint-delim-arg): Don't treat them as delimiters.

17 years ago* comint.el (comint-arguments): Mark backslash-escaped chars.
Chong Yidong [Sat, 17 Mar 2007 18:05:43 +0000 (18:05 +0000)]
* comint.el (comint-arguments): Mark backslash-escaped chars.
(comint-delim-arg): Don't treat them as delimiters.

17 years ago(ido-init-completion-maps): Remap delete-backward-char.
Chong Yidong [Sat, 17 Mar 2007 18:04:50 +0000 (18:04 +0000)]
(ido-init-completion-maps): Remap delete-backward-char.

17 years ago* ido.el (ido-init-completion-maps): Remap delete-backward-char.
Chong Yidong [Sat, 17 Mar 2007 18:04:04 +0000 (18:04 +0000)]
* ido.el (ido-init-completion-maps): Remap delete-backward-char.

17 years ago(tempo-insert): Deal with 'r> if it appears specified with a prompt
Chong Yidong [Sat, 17 Mar 2007 18:03:25 +0000 (18:03 +0000)]
(tempo-insert): Deal with 'r> if it appears specified with a prompt
argument.

17 years ago* tempo.el (tempo-insert): Deal with 'r> if it appears
Chong Yidong [Sat, 17 Mar 2007 18:02:12 +0000 (18:02 +0000)]
* tempo.el (tempo-insert): Deal with 'r> if it appears
specified with a prompt argument.

17 years ago(org-set-font-lock-defaults): Handle narrow table columns correctly.
Chong Yidong [Sat, 17 Mar 2007 18:01:24 +0000 (18:01 +0000)]
(org-set-font-lock-defaults): Handle narrow table columns correctly.

17 years ago* textmodes/org.el (org-set-font-lock-defaults): Handle narrow
Chong Yidong [Sat, 17 Mar 2007 18:00:09 +0000 (18:00 +0000)]
* textmodes/org.el (org-set-font-lock-defaults): Handle narrow
table columns correctly.

17 years ago(command-line-1): Make insertion of initial-scratch-message not depend
Chong Yidong [Sat, 17 Mar 2007 17:59:07 +0000 (17:59 +0000)]
(command-line-1): Make insertion of initial-scratch-message not depend
on scratch being selected.

17 years ago(woman-change-fonts): Tweak previous change by using
Chong Yidong [Sat, 17 Mar 2007 17:57:38 +0000 (17:57 +0000)]
(woman-change-fonts): Tweak previous change by using
woman-request-regexp rather than "^\\.".

17 years ago* calc/calc-forms.el (math-std-daylight-savings): Switch to new
Chong Yidong [Sat, 17 Mar 2007 17:56:37 +0000 (17:56 +0000)]
* calc/calc-forms.el (math-std-daylight-savings): Switch to new
North American rule.

* woman.el (woman-change-fonts): Tweak previous change by using
woman-request-regexp rather than "^\\.".

* startup.el (command-line-1): Make insertion of
initial-scratch-message not depend on scratch being selected.

17 years ago(solar-date-next-longitude): "daylight savings" -> "daylight saving"
Chong Yidong [Sat, 17 Mar 2007 17:53:34 +0000 (17:53 +0000)]
(solar-date-next-longitude): "daylight savings" -> "daylight saving"
doc fix.

17 years ago(lunar-new-moon-on-or-after): Doc fix.
Chong Yidong [Sat, 17 Mar 2007 17:52:54 +0000 (17:52 +0000)]
(lunar-new-moon-on-or-after): Doc fix.

17 years ago(number-of-diary-entries): Fix docstring typo.
Chong Yidong [Sat, 17 Mar 2007 17:51:56 +0000 (17:51 +0000)]
(number-of-diary-entries): Fix docstring typo.

17 years agoChange "daylight savings time" -> "daylight saving time".
Chong Yidong [Sat, 17 Mar 2007 17:50:57 +0000 (17:50 +0000)]
Change "daylight savings time" -> "daylight saving time".

17 years agoChange "daylight savings time" -> "daylight saving time" throughout.
Chong Yidong [Sat, 17 Mar 2007 17:49:59 +0000 (17:49 +0000)]
Change "daylight savings time" -> "daylight saving time" throughout.

17 years ago(math-std-daylight-savings): Switch to new North American rule.
Chong Yidong [Sat, 17 Mar 2007 17:41:19 +0000 (17:41 +0000)]
(math-std-daylight-savings): Switch to new North American rule.

17 years agoAdd GC_ mark bit cleanup.
Chong Yidong [Sat, 17 Mar 2007 17:37:41 +0000 (17:37 +0000)]
Add GC_ mark bit cleanup.

17 years agoAdd Cygwin 4.1.2 to list of good Cygwin build environments.
Chong Yidong [Sat, 17 Mar 2007 17:36:54 +0000 (17:36 +0000)]
Add Cygwin 4.1.2 to list of good Cygwin build environments.

17 years ago"daylight savings time" -> "daylight saving time"
Chong Yidong [Sat, 17 Mar 2007 17:35:47 +0000 (17:35 +0000)]
"daylight savings time" -> "daylight saving time"

17 years agoAdd comment about legal notices.
Chong Yidong [Sat, 17 Mar 2007 17:34:25 +0000 (17:34 +0000)]
Add comment about legal notices.

17 years agoUpdate notes on etc/Xkeymap.txt and etc/TERMS
Chong Yidong [Sat, 17 Mar 2007 17:32:43 +0000 (17:32 +0000)]
Update notes on etc/Xkeymap.txt and etc/TERMS

17 years ago*** empty log message ***
Chong Yidong [Sat, 17 Mar 2007 17:30:22 +0000 (17:30 +0000)]
*** empty log message ***

17 years agoeshell ansi-color hook
Mark A. Hershberger [Fri, 16 Mar 2007 16:53:06 +0000 (16:53 +0000)]
eshell ansi-color hook

17 years ago(match): Use yellow background on light-bg terminals.
Richard M. Stallman [Sun, 11 Mar 2007 23:53:38 +0000 (23:53 +0000)]
(match): Use yellow background on light-bg terminals.

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 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".