(org.dvi, ../info/org): New targets.
(INFO_TARGETS): Add ../info/org.
(DVI_TARGETS): Add org.dvi.
(maintainer-clean): Remove the info files in the info dir.
Stefan Monnier [Mon, 6 Dec 2004 00:41:40 +0000 (00:41 +0000)]
(GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
Remove redundant correctness checks.
(regex_compile): Fix up error codes for \{..\} expressions.
Stefan Monnier [Sun, 5 Dec 2004 16:07:39 +0000 (16:07 +0000)]
(bibtex-font-lock-url-regexp):
Use delete-dups when calculating the initial value.
(bibtex-autokey-get-title): Use <=.
(bibtex-goto-line): New function.
(bibtex-reposition-window): Use line numbers instead of point positions.
Use window-body-height.
(bibtex-find-crossref): Use bibtex-reposition-window.
(bibtex-find-entry): Use bibtex-reposition-window. Always return
position of entry if key is found or nil if not found.
(Easy Customization): Move up to section level,
before Variables. Avoid using the term "variable"; say "option".
New initial explanation.
(Variables): In initial explanation, connect "variable" to the
already-explained "user option".
Kenichi Handa [Sat, 4 Dec 2004 02:49:34 +0000 (02:49 +0000)]
(lao-key-alist): Declare it by defvar.
(lao-key-alist-vector): New variable.
(lao-consonant-key-alist, lao-semivowel-key-alist)
(lao-vowel-key-alist, lao-voweltone-key-alist)
(lao-tone-key-alist, lao-other-key-alist): Initialize them from
lao-key-alist-vector.
Steven Tamm [Fri, 3 Dec 2004 17:00:11 +0000 (17:00 +0000)]
* macterm.h (cfstring_create_with_utf8_cstring): Added prototype.
* image.c (image_load_quartz2d): Use
cfstring_create_with_utf8_cstring
* macmenu.c (add_menu_item): Use
cfstring_create_with_utf8_cstring
* macfns.c (x_set_name, x_set_title): Use
cfstring_create_with_utf8_cstring
(Fx_file_dialog): Use cfstring_create_with_utf8_cstring and use
constant CFRefs instead of creating them each time for labels.
* mac.c (cfstring_create_with_utf8_cstring): Added to prevent
crashes with invalid characters.
(search-whitespace-regexp): Remove the group. Doc fix.
(isearch-mode-map): No special definition for space.
(isearch-whitespace-chars): Command deleted.
(isearch-forward-regexp): Doc fix.
(isearch-quote-char): When a space is not inside brackets,
use `[ ]' instead of just space.
(isearch-lazy-highlight-search): Bind search-spaces-regexp.
(occur-1): Specify t for KEEP-PROPS to occur-engine.
(occur-engine): Use `face' prop rather than `font-lock-face'
when specifying use of `match-face'.
(occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
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.
Luc Teirlinck [Thu, 2 Dec 2004 00:36:51 +0000 (00:36 +0000)]
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'.
Luc Teirlinck [Thu, 2 Dec 2004 00:17:54 +0000 (00:17 +0000)]
(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'.
Stefan Monnier [Wed, 1 Dec 2004 22:35:15 +0000 (22:35 +0000)]
(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.
Kim F. Storm [Wed, 1 Dec 2004 14:10:23 +0000 (14:10 +0000)]
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.