Richard M. Stallman
25f35ef609
(python-font-lock-syntactic-keywords): Fix previous change.
2004-12-03 00:10:23 +00:00
Richard M. Stallman
2f27dfeb0d
(show-paren-function): Check for matching chars specified by text props.
2004-12-03 00:06:21 +00:00
Richard M. Stallman
8eca85ef53
(add-log-current-defun): Handle the case where point
...
is in the header part of a DEFUN construct.
2004-12-03 00:04:45 +00:00
Richard M. Stallman
0cec6eaf20
(RE_TRANSLATE_P): If make_number is not a macro, don't use it here.
2004-12-02 23:43:51 +00:00
Richard M. Stallman
d8bf42567e
(insert_from_string_before_markers)
...
(insert_from_string): Don't modify buffer on empty insertion.
2004-12-02 23:37:13 +00:00
Richard M. Stallman
0b31741cdc
(Fcalled_interactively_p): Don't check INTERACTIVE.
...
(interactive_p): Skip Scalled_interactively_p frames
like Sinteractive_p frames.
2004-12-02 23:36:53 +00:00
Richard M. Stallman
a990865365
(Fmake_variable_buffer_local): Doc fix.
...
(Fmake_local_variable): Doc fix.
2004-12-02 23:35:42 +00:00
Richard M. Stallman
0c2cb7536e
(Fget_lru_window, Fget_largest_window): Doc fixes.
2004-12-02 23:24:43 +00:00
Jay Belanger
7e1637c2cb
(calc-read-key-sequence): Leave message visible.
2004-12-02 21:21:32 +00:00
Kim F. Storm
8be0b54e3b
Set char-table-extra-slots on display-table here.
2004-12-02 10:56:05 +00:00
Kim F. Storm
03f012378d
Undo 2004-12-01 change. Display table is now
...
setup in faces.el.
2004-12-02 10:45:31 +00:00
Kim F. Storm
ea7568c30a
* faces.el (escape-glyph): Rename from glyph.
...
(standard-display-table): Set it here. Add escape-glyph face to
extra slot characters.
2004-12-02 10:43:56 +00:00
Mark A. Hershberger
63b446bce0
Skip parameter entity declarations.
2004-12-02 07:48:25 +00:00
Mark A. Hershberger
27720433ac
Change existence of &; to not-well-formed.
2004-12-02 07:19:03 +00:00
Mark A. Hershberger
21c05941c3
2004-12-02 Mark A. Hershberger <mah@everybody.org>
...
* xml.el (xml-parse-dtd): Don't show validity messages when
xml-validating-parser is nil.
(xml-substitute-special): Fix validity error messages to
actually show the unexpandable entity. Added validity error if &
isn't followed by an entity.
(xml-parse-tag): Concatnate any string following the a
<![CDATA[]]> section to the parsed CDATA.
2004-12-02 06:55:05 +00:00
Mark A. Hershberger
7e0f112355
Ensure that validity messages only show when xml-validating-parser is set.
2004-12-02 06:53:43 +00:00
Luc Teirlinck
8b744bb89a
*** empty log message ***
2004-12-02 00:39:16 +00:00
Luc Teirlinck
34768dde09
Several small changes in addition to the following.
...
(Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
defining a keyboard macro.
Mention `kmacro-ring-max'.
(Keyboard Macro Counter): Clarify description of `kmacro-insert-counter',
`kmacro-set-counter', `kmacro-add-counter' and `kmacro-set-format'.
2004-12-02 00:36:51 +00:00
Luc Teirlinck
7dcb2dfd8a
(kmacro-default-counter-format): New var.
...
(kmacro-set-format): Use it. Delete `(printf format)' from prompt.
(kmacro-display): Remove `nil' from `and' form. Delete call to
`format' inside `message'.
(kmacro-start-macro): Use `kmacro-default-counter-format'.
2004-12-02 00:17:54 +00:00
Stefan Monnier
31982e1f7f
(cvs-header-msg): New function.
...
(cvs-update-header): Use it. Change calling convention.
Correctly handle the case of having simultaneous active processes.
(cvs-sentinel): Don't call cvs-update-header any more.
(cvs-mode-run): Update call and add cvs-update-header to postproc.
2004-12-01 22:35:15 +00:00
Jay Belanger
93d8d5a8b0
(calc-inverse, calc-hyperbolic): Add more checks.
2004-12-01 21:03:24 +00:00
Jay Belanger
d5639b35f7
(calc-inverse, calc-hyperbolic): Give more thorough messages.
2004-12-01 20:57:30 +00:00
Juri Linkov
d8059b0331
(prolog-mode-variables): Fix imenu-generic-expression.
2004-12-01 19:48:52 +00:00
Juri Linkov
957ea28ac6
*** empty log message ***
2004-12-01 19:48:31 +00:00
Daniel Pfeiffer
702a99ca2e
Add an autoloaded table, that doesn't require this library, with glyph face.
2004-12-01 18:30:33 +00:00
Daniel Pfeiffer
ffe48d1d0b
(glyph): New face.
2004-12-01 18:29:20 +00:00
Daniel Pfeiffer
fb568b49d4
*** empty log message ***
2004-12-01 18:28:22 +00:00
Steven Tamm
f86bdc80c4
* macmenu.c (add_menu_item): Fallback on MacRoman if encoding
...
menu text as UTF8 fails.
2004-12-01 15:51:22 +00:00
Kim F. Storm
bdbed94997
Add commentary for last change.
...
(XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
sizeof(size_t) != 4.
(overrun_check_malloc, overrun_check_realloc, overrun_check_free):
Use them. Also clear header and trailer of freed memory.
(GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
(string_overrun_cookie): Rename from string_overrun_pattern.
(GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
2004-12-01 14:10:23 +00:00
Kim F. Storm
1cae6d39e6
*** empty log message ***
2004-12-01 14:09:49 +00:00
Andreas Schwab
77ea0764f6
Declare string_to_multibyte.
2004-12-01 14:05:15 +00:00
Kenichi Handa
29e1d29d55
(encode_terminal_code): Fix previous change.
2004-12-01 11:06:22 +00:00
Kenichi Handa
2d5cd4e6a8
*** empty log message ***
2004-12-01 10:50:54 +00:00
Kenichi Handa
302db6997a
(encode_terminal_code): Don't make it "static".
2004-12-01 10:48:52 +00:00
Kenichi Handa
853895f640
(w32con_write_glyphs): Decide coding here.
...
Adjusted for the change of encode_terminal_code.
2004-12-01 10:48:38 +00:00
Daniel Pfeiffer
9607552590
acpid files under /etc
2004-12-01 09:47:18 +00:00
Mark A. Hershberger
ae02611069
2004-11-30 Mark A. Hershberger <mah@everybody.org>
...
* xml.el (xml-substitute-special): Fix validity error messages to
actually show the unexpandable entity. Added validity error if &
isn't followed by an entity.
(xml-parse-tag): Concatnate any string following the a
<![CDATA[]]> section to the parsed CDATA.
2004-12-01 04:45:08 +00:00
Markus Rost
034a48f4d3
(tex-main-file): Add a compatibility with AUCTeX.
2004-12-01 04:08:34 +00:00
Kenichi Handa
eb5ad2428b
(x-last-selected-text-cut-encoded): New variable.
...
(x-select-text): Don't treat eight-bit-control/graphic chars
specially. Store the encoded text in the X cut buffer.
(x-cut-buffer-or-selection-value): Compare the X cut buffer text
with x-last-selected-text-cut-encoded.
2004-12-01 00:35:37 +00:00
Daniel Pfeiffer
30a2ee1b33
Fix copy'n'paste mess up.
2004-12-01 00:02:01 +00:00
Daniel Pfeiffer
08adf84e8b
(auto-mode-alist): Add conf-ppd-mode and inittab.
2004-11-30 23:31:49 +00:00
Daniel Pfeiffer
6c1192bf5c
*** empty log message ***
2004-11-30 23:27:48 +00:00
Daniel Pfeiffer
f5d4cf945a
(conf-ppd-mode-syntax-table): New var.
...
(conf-ppd-mode): New conf-mode wrapper for printer descriptions.
(conf-quote-normal): Allow normalizing only ' or ".
(conf-mode): Regexp-quote constructed comment-start and don't match section {} where "name" contains braces.
2004-11-30 23:26:47 +00:00
Stefan Monnier
079c2d0047
(Man-fontify-manpage): Improve handling of ANSI escapes.
2004-11-30 22:26:26 +00:00
Jay Belanger
83a2a07a8e
*** empty log message ***
2004-11-30 22:08:29 +00:00
Jay Belanger
773a144d44
(math-possible-signs): Added checks to intervals.
...
(math-pow-of-zero): Strengthen checks for positive and negative exponents.
2004-11-30 21:58:53 +00:00
Andreas Schwab
cacfe88b03
(url-http-handle-cookies): Bind `url-current-object'
...
to `url-http-cookies-sources' so that cookies are attributed to
proper domain.
(url-http): Make local variable `url-http-cookies-sources'.
2004-11-30 21:32:35 +00:00
Jay Belanger
9dbee55ed1
*** empty log message ***
2004-11-30 17:54:55 +00:00
Jay Belanger
25efff5f9d
Add a provide statement.
...
(calc-Need-calc-sel-2): Remove it.
2004-11-30 17:32:17 +00:00
Jay Belanger
cfd31ee4dc
Add a provide statement.
...
(calc-Need-calc-comp): Remove it.
2004-11-30 17:31:45 +00:00