bpt/emacs.git
17 years ago* keyboard.h: Include systime.h. Update read_char prototype.
Chong Yidong [Wed, 26 Jul 2006 18:14:16 +0000 (18:14 +0000)]
* keyboard.h: Include systime.h.  Update read_char prototype.

17 years ago* lisp.h: Update read-char, read-event, and read_filtered_event
Chong Yidong [Wed, 26 Jul 2006 18:14:05 +0000 (18:14 +0000)]
* lisp.h: Update read-char, read-event, and read_filtered_event
prototypes.

17 years ago* lread.c (read_filtered_event): New arg SECONDS to wait until.
Chong Yidong [Wed, 26 Jul 2006 18:13:49 +0000 (18:13 +0000)]
* lread.c (read_filtered_event): New arg SECONDS to wait until.
(Fread_char, Fread_event, Fread_char_exclusive): New arg SECONDS.

17 years ago* keyboard.c (read_char): New arg END_TIME specifying timeout.
Chong Yidong [Wed, 26 Jul 2006 18:13:33 +0000 (18:13 +0000)]
* keyboard.c (read_char): New arg END_TIME specifying timeout.
All callers changed.  Turn off echoing if END_TIME is non-NULL.
(kbd_buffer_get_event): New arg END_TIME.

17 years ago(ispell-word): If we replace the word, move point to the end.
Richard M. Stallman [Wed, 26 Jul 2006 17:11:07 +0000 (17:11 +0000)]
(ispell-word): If we replace the word, move point to the end.
Insert before deleting.

17 years ago(tumme-backward-image): Add prefix argument. Add error
Mathias Dahl [Wed, 26 Jul 2006 09:55:10 +0000 (09:55 +0000)]
(tumme-backward-image): Add prefix argument. Add error
when at first image.
(tumme-forward-image): Add prefix argument. Add error when at last
image.

17 years ago*** empty log message ***
Mathias Dahl [Wed, 26 Jul 2006 09:55:00 +0000 (09:55 +0000)]
*** empty log message ***

17 years ago(tabify-regexp): Use more specific regexps.
Stefan Monnier [Tue, 25 Jul 2006 18:06:13 +0000 (18:06 +0000)]
(tabify-regexp): Use more specific regexps.
(tabify): Avoid modifying the buffer unnecessarily.

17 years ago(Multiline Font Lock): Can't use jit-lock-defer-multiline
Stefan Monnier [Tue, 25 Jul 2006 17:06:14 +0000 (17:06 +0000)]
(Multiline Font Lock): Can't use jit-lock-defer-multiline
to ensure correct identification.

17 years ago(tumme-track-original-file): Add `buffer-live-p' check.
Mathias Dahl [Tue, 25 Jul 2006 16:20:53 +0000 (16:20 +0000)]
(tumme-track-original-file): Add `buffer-live-p' check.
(tumme-format-properties-string): Handle empty `buf'.
(tumme-get-comment): Change variable names inside `let'.  Add
missing `let' variable that cause font-lock problems.
(tumme-write-comments): Change variable names inside `let'.  Add
missing `let' variable that cause font-lock problems.
(tumme-forward-image): Rename from `tumme-forward-char'.
(tumme-backward-image): Rename from `tumme-backward-char'.

17 years ago*** empty log message ***
Mathias Dahl [Tue, 25 Jul 2006 16:20:40 +0000 (16:20 +0000)]
*** empty log message ***

17 years ago(tumme-track-original-file): Add `buffer-live-p' check.
Mathias Dahl [Tue, 25 Jul 2006 15:02:14 +0000 (15:02 +0000)]
(tumme-track-original-file): Add `buffer-live-p' check.
(tumme-format-properties-string): Handle empty `buf'.
(tumme-get-comment): Change variable names inside `let'.  Add
missing `let' variable that cause font-lock problems.
(tumme-write-comments): Change variable names inside `let'.  Add
missing `let' variable that cause font-lock problems.

17 years ago*** empty log message ***
Mathias Dahl [Tue, 25 Jul 2006 15:02:04 +0000 (15:02 +0000)]
*** empty log message ***

17 years ago(tumme-track-original-file): Add `buffer-live-p' check.
Mathias Dahl [Tue, 25 Jul 2006 13:14:03 +0000 (13:14 +0000)]
(tumme-track-original-file): Add `buffer-live-p' check.
(tumme-format-properties-string): Handle empty `buf'.

17 years ago*** empty log message ***
Mathias Dahl [Tue, 25 Jul 2006 13:13:52 +0000 (13:13 +0000)]
*** empty log message ***

17 years ago(ld-script-keywords) (ld-script-font-lock-keywords, ld-script-builtins): Update keywo...
Masatake YAMATO [Tue, 25 Jul 2006 11:49:04 +0000 (11:49 +0000)]
(ld-script-keywords) (ld-script-font-lock-keywords, ld-script-builtins): Update keywords and add comments.

17 years ago(BASE_PURESIZE): Decrease to 1102000.
YAMAMOTO Mitsuharu [Tue, 25 Jul 2006 10:10:41 +0000 (10:10 +0000)]
(BASE_PURESIZE): Decrease to 1102000.

17 years ago(find_string_data_in_pure): New function.
YAMAMOTO Mitsuharu [Tue, 25 Jul 2006 10:10:19 +0000 (10:10 +0000)]
(find_string_data_in_pure): New function.
(make_pure_string): Use it to reuse existing string data if possible.

17 years ago(gdb-set-gud-minor-mode-existing-buffers)
Nick Roberts [Tue, 25 Jul 2006 05:18:11 +0000 (05:18 +0000)]
(gdb-set-gud-minor-mode-existing-buffers)
(gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
(gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
for status indicator.

17 years ago*** empty log message ***
Nick Roberts [Tue, 25 Jul 2006 05:17:40 +0000 (05:17 +0000)]
*** empty log message ***

17 years ago(Clickable Text): Clarify.
Richard M. Stallman [Mon, 24 Jul 2006 23:06:09 +0000 (23:06 +0000)]
(Clickable Text): Clarify.

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 24 Jul 2006 18:02:15 +0000 (18:02 +0000)]
*** empty log message ***

17 years ago(xml-parse-file): Clean up, and use with-temp-buffer.
Richard M. Stallman [Mon, 24 Jul 2006 18:02:10 +0000 (18:02 +0000)]
(xml-parse-file): Clean up, and use with-temp-buffer.

17 years ago(Setting Variables): add-to-list and add-to-ordered-list moved to List
Richard M. Stallman [Mon, 24 Jul 2006 17:59:15 +0000 (17:59 +0000)]
(Setting Variables): add-to-list and add-to-ordered-list moved to List
Variables node.

17 years ago(Vector Functions): Delete duplicate xref.
Richard M. Stallman [Mon, 24 Jul 2006 17:58:38 +0000 (17:58 +0000)]
(Vector Functions): Delete duplicate xref.

17 years ago(Function Type): Clarify.
Richard M. Stallman [Mon, 24 Jul 2006 17:58:11 +0000 (17:58 +0000)]
(Function Type): Clarify.

17 years ago(Keymaps and Minor Modes): List punct chars for minor modes.
Richard M. Stallman [Mon, 24 Jul 2006 17:55:13 +0000 (17:55 +0000)]
(Keymaps and Minor Modes): List punct chars for minor modes.

17 years ago(List Variables): New node.
Richard M. Stallman [Mon, 24 Jul 2006 17:54:38 +0000 (17:54 +0000)]
(List Variables): New node.
Material moved from other nodes.

17 years ago(GTK styles): Fix texinfo usage.
Richard M. Stallman [Mon, 24 Jul 2006 17:48:52 +0000 (17:48 +0000)]
(GTK styles): Fix texinfo usage.

17 years agoMove periods and commas inside quotes.
Richard M. Stallman [Mon, 24 Jul 2006 17:48:06 +0000 (17:48 +0000)]
Move periods and commas inside quotes.

17 years agoFix previous change.
Richard M. Stallman [Mon, 24 Jul 2006 17:42:40 +0000 (17:42 +0000)]
Fix previous change.

17 years ago(User Input): Explain why we teach keyboard cmds.
Richard M. Stallman [Mon, 24 Jul 2006 17:42:10 +0000 (17:42 +0000)]
(User Input): Explain why we teach keyboard cmds.

17 years agoMove periods inside quotes.
Richard M. Stallman [Mon, 24 Jul 2006 17:40:11 +0000 (17:40 +0000)]
Move periods inside quotes.

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 24 Jul 2006 17:39:37 +0000 (17:39 +0000)]
*** empty log message ***

17 years ago(dolist, dotimes): Use interned symbols for iteration.
Richard M. Stallman [Mon, 24 Jul 2006 17:01:08 +0000 (17:01 +0000)]
(dolist, dotimes): Use interned symbols for iteration.
(--dotimes-limit--, --dolist-tail--): New defvars.
(looking-back): Doc fix.

17 years ago(replace-match-string-symbols): Handle dotted lists.
Richard M. Stallman [Mon, 24 Jul 2006 16:52:57 +0000 (16:52 +0000)]
(replace-match-string-symbols): Handle dotted lists.

17 years ago(tumme-write-tags): Add.
Mathias Dahl [Mon, 24 Jul 2006 16:27:17 +0000 (16:27 +0000)]
(tumme-write-tags): Add.
(tumme-write-comments): Add.
(tumme-tag-files): Change to use `tumme-write-tags'.
(tumme-tag-thumbnail): Change to use `tumme-write-tags'.
(tumme-dired-comment-files): Change to use `tumme-write-comments'.
(tumme-save-information-from-widgets): Change to use
`tumme-write-comments' and `tumme-write-tags'.
(tumme-comment-thumbnail): Change to use `tumme-write-comments'.
(tumme-write-tag): Remove.
(tumme-write-comment): Remove.
(tumme-display-previous-thumbnail-original): Remove empty line.
(tumme-widget-list): Add punctuation.

17 years ago(tumme-write-tags): Add.
Mathias Dahl [Mon, 24 Jul 2006 16:22:44 +0000 (16:22 +0000)]
(tumme-write-tags): Add.
(tumme-write-comments): Add.
(tumme-tag-files): Change to use `tumme-write-tags'.
(tumme-tag-thumbnail): Change to use `tumme-write-tags'.
(tumme-dired-comment-files): Change to use `tumme-write-comments'.
(tumme-save-information-from-widgets): Change to use
`tumme-write-comments' and `tumme-write-tags'.
(tumme-comment-thumbnail): Change to use `tumme-write-comments'.
(tumme-write-tag): Remove.
(tumme-write-comment): Remove.
(tumme-display-previous-thumbnail-original): Remove empty line.

17 years ago(tumme-write-tags): Add.
Mathias Dahl [Mon, 24 Jul 2006 16:17:02 +0000 (16:17 +0000)]
(tumme-write-tags): Add.
(tumme-write-comments): Add.
(tumme-tag-files): Change to use `tumme-write-tags'.
(tumme-tag-thumbnail): Change to use `tumme-write-tags'.
(tumme-dired-comment-files): Change to use `tumme-write-comments'.
(tumme-save-information-from-widgets): Change to use
`tumme-write-comments' and `tumme-write-tags'.
(tumme-comment-thumbnail): Change to use `tumme-write-comments'.

17 years ago(tumme-write-tags): Add.
Mathias Dahl [Mon, 24 Jul 2006 16:11:01 +0000 (16:11 +0000)]
(tumme-write-tags): Add.
(tumme-write-comments): Add.

17 years ago(tumme-write-tags): Add.
Mathias Dahl [Mon, 24 Jul 2006 16:09:33 +0000 (16:09 +0000)]
(tumme-write-tags): Add.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 24 Jul 2006 10:53:10 +0000 (10:53 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 118-120)

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

2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/gnus/mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
   workaround for the url package included with Emacs.

   * lisp/gnus/nnweb.el (nnweb-google-create-mapping): Update regexp.

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

17 years agoAdd extra check for end of buffer.
Mathias Dahl [Mon, 24 Jul 2006 09:40:09 +0000 (09:40 +0000)]
Add extra check for end of buffer.

17 years ago*** empty log message ***
Mathias Dahl [Mon, 24 Jul 2006 09:39:43 +0000 (09:39 +0000)]
*** empty log message ***

17 years ago2006-07-24 Daiki Ueno <ueno@unixuser.org>
Reiner Steib [Mon, 24 Jul 2006 07:32:16 +0000 (07:32 +0000)]
2006-07-24  Daiki Ueno  <ueno@unixuser.org>

* pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
andreas@altroot.de (Andreas V�e)

17 years ago*** empty log message ***
Thien-Thi Nguyen [Sun, 23 Jul 2006 21:21:37 +0000 (21:21 +0000)]
*** empty log message ***

17 years ago(find-function-search-for-symbol): Expand comment.
Nick Roberts [Sun, 23 Jul 2006 21:21:29 +0000 (21:21 +0000)]
(find-function-search-for-symbol): Expand comment.

17 years ago(Links and Mouse-1): For mouse-on-link-p, expand on arg POS.
Thien-Thi Nguyen [Sun, 23 Jul 2006 21:20:50 +0000 (21:20 +0000)]
(Links and Mouse-1): For mouse-on-link-p, expand on arg POS.

17 years ago(mouse-on-link-p): Doc fix.
Thien-Thi Nguyen [Sun, 23 Jul 2006 21:13:13 +0000 (21:13 +0000)]
(mouse-on-link-p): Doc fix.

17 years ago(find-function-search-for-symbol): Handle "C-h f `".
Nick Roberts [Sat, 22 Jul 2006 22:51:11 +0000 (22:51 +0000)]
(find-function-search-for-symbol): Handle "C-h f `".

17 years ago*** empty log message ***
Nick Roberts [Sat, 22 Jul 2006 22:50:46 +0000 (22:50 +0000)]
*** empty log message ***

17 years ago(Fdefine_key): If the key binding definition looks like an
Stefan Monnier [Sat, 22 Jul 2006 21:22:52 +0000 (21:22 +0000)]
(Fdefine_key): If the key binding definition looks like an
XEmacs-style key sequence, convert it to Emacs's format.

17 years ago(ibuffer-formats): Use left alignment for the mode
Dan Nicolaescu [Sat, 22 Jul 2006 13:56:19 +0000 (13:56 +0000)]
(ibuffer-formats): Use left alignment for the mode
column.

17 years ago*** empty log message ***
Eli Zaretskii [Sat, 22 Jul 2006 11:32:46 +0000 (11:32 +0000)]
*** empty log message ***

17 years ago(w32_createwindow): If `left' and/or `top' frame parameters are bound to some
Eli Zaretskii [Sat, 22 Jul 2006 11:31:55 +0000 (11:31 +0000)]
(w32_createwindow): If `left' and/or `top' frame parameters are bound to some
values, use that instead of CW_USEDEFAULT.

17 years agoAdd move-beginning-of-line and move-end-of-line to Point Motion Only Group.
Eli Zaretskii [Sat, 22 Jul 2006 11:14:25 +0000 (11:14 +0000)]
Add move-beginning-of-line and move-end-of-line to Point Motion Only Group.

17 years ago(delphi-fill-comment): Use save-restriction.
Eli Zaretskii [Sat, 22 Jul 2006 11:08:55 +0000 (11:08 +0000)]
(delphi-fill-comment): Use save-restriction.

17 years agoDocument use of EMAIL.
Eli Zaretskii [Sat, 22 Jul 2006 10:56:33 +0000 (10:56 +0000)]
Document use of EMAIL.

17 years ago(General Variables): Document EMAIL.
Eli Zaretskii [Sat, 22 Jul 2006 10:48:46 +0000 (10:48 +0000)]
(General Variables): Document EMAIL.

17 years ago(user-mail-address): Initialize from the `EMAIL' environment variable first.
Eli Zaretskii [Sat, 22 Jul 2006 10:37:52 +0000 (10:37 +0000)]
(user-mail-address): Initialize from the `EMAIL' environment variable first.
Document this.
(command-line): Ditto.

17 years ago(help-function-def, help-variable-def)
Nick Roberts [Fri, 21 Jul 2006 22:54:40 +0000 (22:54 +0000)]
(help-function-def, help-variable-def)
(help-face-def): Print a message in the minibuffer.

17 years ago*** empty log message ***
Nick Roberts [Fri, 21 Jul 2006 22:54:15 +0000 (22:54 +0000)]
*** empty log message ***

17 years ago(terminal-init-xterm): Fix key bindings
Dan Nicolaescu [Fri, 21 Jul 2006 17:36:10 +0000 (17:36 +0000)]
(terminal-init-xterm): Fix key bindings
syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.

17 years ago(convert_time): Use explicit long double constants to ensure long double
Eli Zaretskii [Fri, 21 Jul 2006 17:28:23 +0000 (17:28 +0000)]
(convert_time): Use explicit long double constants to ensure long double
arithmetics is used throughout.

17 years ago(Forcing Redisplay): Don't mention systems which
Kim F. Storm [Fri, 21 Jul 2006 12:22:32 +0000 (12:22 +0000)]
(Forcing Redisplay): Don't mention systems which
don't support sub-second timers for redisplay-preemption-period.

17 years ago(Terminal Output): Clarify text vs graphical terminal.
Kim F. Storm [Fri, 21 Jul 2006 12:22:19 +0000 (12:22 +0000)]
(Terminal Output): Clarify text vs graphical terminal.

17 years ago*** empty log message ***
Kim F. Storm [Fri, 21 Jul 2006 12:22:11 +0000 (12:22 +0000)]
*** empty log message ***

17 years ago(archive-set-buffer-as-visiting-file): Comment fix.
Eli Zaretskii [Fri, 21 Jul 2006 09:27:17 +0000 (09:27 +0000)]
(archive-set-buffer-as-visiting-file): Comment fix.

17 years ago(po-find-charset): Doc fix.
Eli Zaretskii [Fri, 21 Jul 2006 09:20:38 +0000 (09:20 +0000)]
(po-find-charset): Doc fix.

17 years ago(find-buffer-file-type-coding-system): Support calls where `(nth 1 command)'
Eli Zaretskii [Fri, 21 Jul 2006 09:20:02 +0000 (09:20 +0000)]
(find-buffer-file-type-coding-system): Support calls where `(nth 1 command)'
is a cons cell.  Doc fix.

17 years ago*** empty log message ***
Eli Zaretskii [Fri, 21 Jul 2006 08:27:00 +0000 (08:27 +0000)]
*** empty log message ***

17 years ago(allout-unprotected, allout-e-o-prefix-p)
Eli Zaretskii [Fri, 21 Jul 2006 08:26:24 +0000 (08:26 +0000)]
(allout-unprotected, allout-e-o-prefix-p)
(allout-beginning-of-current-line, allout-end-of-current-line)
(allout-next-visible-heading, allout-open-topic)
(allout-kill-topic, allout-yank-processing, allout-resolve-xref)
(allout-flag-current-subtree, allout-show-to-offshoot)
(allout-hide-current-entry, allout-show-current-branches)
(allout-hide-region-body, allout-old-expose-topic)
(allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
(allout-mark-topic, allout-adjust-file-variable): Enclose scopes
containing `beginning-of-line' and `end-of-line' with
`inhibit-field-text-motion' t.

17 years ago(Input Focus): Document that focus-follows-mouse has no effect on MS-Windows.
Eli Zaretskii [Fri, 21 Jul 2006 08:00:36 +0000 (08:00 +0000)]
(Input Focus): Document that focus-follows-mouse has no effect on MS-Windows.

17 years ago(Frame Commands): Mention that focus-follows-mouse doesn't have effect on
Eli Zaretskii [Fri, 21 Jul 2006 07:56:51 +0000 (07:56 +0000)]
(Frame Commands): Mention that focus-follows-mouse doesn't have effect on
MS-Windows.

17 years ago(focus-follows-mouse): Document that it doesn't have any effect on MS-Windows.
Eli Zaretskii [Fri, 21 Jul 2006 07:43:29 +0000 (07:43 +0000)]
(focus-follows-mouse): Document that it doesn't have any effect on MS-Windows.

17 years ago(nnmail-article-group): If splitting raises an error, give some
Karl Fogel [Fri, 21 Jul 2006 06:34:45 +0000 (06:34 +0000)]
(nnmail-article-group): If splitting raises an error, give some
information about the error when saying that the `bogus' mail group
will be used.

17 years ago(sh-quoted-subshell): Further fix last change.
Stefan Monnier [Thu, 20 Jul 2006 21:23:48 +0000 (21:23 +0000)]
(sh-quoted-subshell): Further fix last change.

17 years ago*** empty log message ***
Jay Belanger [Thu, 20 Jul 2006 20:34:36 +0000 (20:34 +0000)]
*** empty log message ***

17 years ago(Error forms): Mention M-+ keybinding for calc-plus-minus.
Jay Belanger [Thu, 20 Jul 2006 20:28:36 +0000 (20:28 +0000)]
(Error forms):  Mention M-+ keybinding for calc-plus-minus.

17 years ago(calc-curve-fit-history): New variable.
Jay Belanger [Thu, 20 Jul 2006 20:25:02 +0000 (20:25 +0000)]
(calc-curve-fit-history): New variable.
(calc-curve-fit): Use calc-curve-fit-history.

17 years ago(calc-selection-history): New variable.
Jay Belanger [Thu, 20 Jul 2006 20:24:40 +0000 (20:24 +0000)]
(calc-selection-history): New variable.
(calc-enter-selection, calc-sel-mult-both-sides, calc-sel-add-both-sides):
Use calc-selection-history.

17 years ago(calc-get-operator-history): New variable.
Jay Belanger [Thu, 20 Jul 2006 20:23:58 +0000 (20:23 +0000)]
(calc-get-operator-history): New variable.
(calc-get-operator): Use calc-get-operator-history.

17 years ago(calc-match): Remove reference to calc-previous-alg-entry.
Jay Belanger [Thu, 20 Jul 2006 20:23:33 +0000 (20:23 +0000)]
(calc-match): Remove reference to calc-previous-alg-entry.

17 years ago(calcAlg-edit, calcAlg-enter): Remove reference to calc-previous-alg-entry.
Jay Belanger [Thu, 20 Jul 2006 20:23:06 +0000 (20:23 +0000)]
(calcAlg-edit, calcAlg-enter): Remove reference to calc-previous-alg-entry.
(calcAlg-previous): Use previous-history-element instead of
calc-previous-alg-entry.
(calc-do-alg-entry): Add history to reading from minibuffer.
Change keybinding for calcAlg-plus-minus, add keybindings for
previous-history-element and next-history-element.
(calc-alg-entry-history, calc-quick-calc-history): New variables.
(calc-do-quick-calc): Use calc-quick-calc-history.
Remove reference to calc-previous-alg-entry.
(calc-alg-entry): Use calc-alg-entry-history.

17 years ago(calc-previous-alg-entry): Remove variable.
Jay Belanger [Thu, 20 Jul 2006 20:22:18 +0000 (20:22 +0000)]
(calc-previous-alg-entry):  Remove variable.

17 years ago.
Andreas Schwab [Thu, 20 Jul 2006 13:33:59 +0000 (13:33 +0000)]
.

17 years ago(fatal): Drop second parameter and treat first
Andreas Schwab [Thu, 20 Jul 2006 13:33:48 +0000 (13:33 +0000)]
(fatal): Drop second parameter and treat first
parameter as a plain string.  Callers changed.

17 years ago(select-safe-coding-system): Fix the
Kenichi Handa [Thu, 20 Jul 2006 11:28:48 +0000 (11:28 +0000)]
(select-safe-coding-system): Fix the
way of deciding eol-type of the coding system.

17 years ago* progmodes/cc-langs.el (c-emacs-variable-inits): new variable.
Alan Mackenzie [Thu, 20 Jul 2006 09:48:09 +0000 (09:48 +0000)]
* progmodes/cc-langs.el (c-emacs-variable-inits): new variable.
(c-lang-setvar): new macro.
(c-make-init-lang-vars-fun): Use the initialization forms in
c-emacs-variable-inits in addition to those in c-lang-variable-inits.
(comment-start, comment-end, comment-start-skip): Change these from
c-lang-defvar's to c-lang-setvar's.

* progmodes/cc-mode.el (c-make-emacs-variables-local): new macro,
which calls make-local-variable on the elements of
c-emacs-variable-inits.
(c-init-language-vars-for): Call this new macro.

17 years ago*** empty log message ***
Alan Mackenzie [Thu, 20 Jul 2006 09:46:04 +0000 (09:46 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Thu, 20 Jul 2006 01:01:40 +0000 (01:01 +0000)]
*** empty log message ***

17 years ago(BASE_PURESIZE): Decrease to 1141000.
YAMAMOTO Mitsuharu [Thu, 20 Jul 2006 01:01:18 +0000 (01:01 +0000)]
(BASE_PURESIZE): Decrease to 1141000.

17 years ago(pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars.
YAMAMOTO Mitsuharu [Thu, 20 Jul 2006 01:01:04 +0000 (01:01 +0000)]
(pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars.
(init_alloc_once): Initialize them.
(pure_alloc): Allocate non-Lisp objects from the end of pure storage
without alignment.

17 years ago(dired.c.x, editfns.c.x, fileio.c.x): Depend on blockinput.h.
YAMAMOTO Mitsuharu [Thu, 20 Jul 2006 01:00:21 +0000 (01:00 +0000)]
(dired.c.x, editfns.c.x, fileio.c.x): Depend on blockinput.h.

17 years ago(compilation-error-regexp-alist-alist) <gnu>:
Stefan Monnier [Wed, 19 Jul 2006 19:20:11 +0000 (19:20 +0000)]
(compilation-error-regexp-alist-alist) <gnu>:
Try to rule out false positives due to time stamps.
(compilation-mode-font-lock-keywords): Remove rules made redundant
because of the above change.  Add `segmentation fault' to the known and
highlighted compilation termination messages.

17 years ago(grep-find-ignored-directories): Add .svn and _darcs to list.
Kim F. Storm [Wed, 19 Jul 2006 11:19:27 +0000 (11:19 +0000)]
(grep-find-ignored-directories): Add .svn and _darcs to list.

17 years ago*** empty log message ***
Kim F. Storm [Wed, 19 Jul 2006 11:19:04 +0000 (11:19 +0000)]
*** empty log message ***

17 years ago(dired-mode-map): Add key binding `C-te' for
Mathias Dahl [Wed, 19 Jul 2006 10:40:00 +0000 (10:40 +0000)]
(dired-mode-map): Add key binding `C-te' for
`tumme-dired-edit-comment-and-tags'.

17 years ago(tumme-display-thumbnail-original-image): Make sure
Mathias Dahl [Wed, 19 Jul 2006 10:35:32 +0000 (10:35 +0000)]
(tumme-display-thumbnail-original-image): Make sure
image display buffer is displayed before call to
`tumme-display-image.
(tumme-dired-display-image): Make sure image display buffer is
displayed before call to `tumme-display-image.
(tumme-mouse-display-image): Make sure image display buffer is
displayed before call to `tumme-display-image.
(tumme-widget-list): Add.
(tumme-dired-edit-comment-and-tags): Add.
(tumme-save-information-from-widgets): Add.

17 years agoFix e-mail address.
Mathias Dahl [Wed, 19 Jul 2006 10:25:43 +0000 (10:25 +0000)]
Fix e-mail address.