Glenn Morris
ca8ef0dc04
(org-get-entries-from-diary): Also set diary-display-function.
2008-05-30 03:00:19 +00:00
Glenn Morris
a02717ccd4
(calendar-mouse-view-diary-entries): Use LIST-ONLY argument of
...
diary-list-entries rather than setting diary-display-hook.
2008-05-30 02:59:21 +00:00
Glenn Morris
75c7218046
(cal-tex-list-diary-entries): Use LIST-ONLY argument of
...
diary-list-entries rather than setting diary-display-hook.
2008-05-30 02:58:50 +00:00
Glenn Morris
fb696168dc
(cal-html-list-diary-entries): Use LIST-ONLY argument of
...
diary-list-entries rather than setting diary-display-hook.
2008-05-30 02:58:33 +00:00
Glenn Morris
f082900a2b
(calendar-dedicate-diary): Update for diary-display-function replacing
...
diary-display-hook.
2008-05-30 02:58:01 +00:00
Glenn Morris
0f9aa26a45
(appt-check): Use diary-display-function rather than diary-display-hook.
2008-05-30 02:57:43 +00:00
Glenn Morris
f8c8f32b3d
(diary-display-function): New name for diary-display-hook. Keep old
...
name as obsolete alias. Doc fix. Change custom type and version.
(diary-list-entries-hook, diary-list-entries, diary-simple-display)
(diary-fancy-display): Doc fixes.
(diary-list-entries, diary-include-other-diary-files, diary-mail-entries):
Use diary-display-function rather than diary-display-hook.
2008-05-30 02:57:27 +00:00
Glenn Morris
9d7316f071
(update-elclist): Hide the warning when it does not apply, make it
...
milder when it does.
(autogen-clean): New target.
(maintainer-clean): Use autogen-clean.
2008-05-30 02:56:59 +00:00
Kenichi Handa
a9bb457b3c
(utf-8-with-signature): Renamed from utf-8-sig.
...
(utf-8-auto): Adjusted for the above change.
2008-05-30 02:47:39 +00:00
Stefan Monnier
fd9440c582
(Fmake_variable_buffer_local, Fmake_local_variable)
...
(Fmake_variable_frame_local): Disallow mixing buffer-local and
frame-local settings for the same variable.
2008-05-30 02:37:40 +00:00
Kenichi Handa
7736dabea7
(describe-font): Don't check fontset
...
here, and just call font-info. Get the default font by from the
default face.
2008-05-30 02:37:31 +00:00
Kenichi Handa
22b7086bdb
* fontset.c (Ffont_info): Moved to font.c.
...
(syms_of_fontset): Delete defsubr of Sfont_info.
2008-05-30 02:35:54 +00:00
Kenichi Handa
72606e4580
(font_style_to_value, font_score): Delete casting of the
...
args to xstcasecmp.
(register_font_driver): Increment num_font_drivers only when
registering the driver globally.
(Ffont_info): Moved from fontset.c. Handle a font object too.
(syms_of_font): Defsubr Sfont_info.
2008-05-30 02:34:46 +00:00
Stefan Monnier
a118b59bed
(url-file-name-completion): Add missing argument.
2008-05-30 01:36:29 +00:00
Kenichi Handa
eaf1161847
(utf-8-sig, utf-8-auto): New coding systems.
2008-05-29 23:00:20 +00:00
Kenichi Handa
736c927616
(define-coding-system): Accept :bom for
...
utf-8.
2008-05-29 22:58:58 +00:00
Kenichi Handa
a470d44380
(CODING_UTF_8_BOM): New macro.
...
(enum coding_category): Delete coding_category_utf_8, add
coding_category_utf_8_auto, coding_category_utf_8_nosig, and
coding_category_utf_8_sig.
(CATEGORY_MASK_UTF_8): Delete it.
(CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
(CATEGORY_MASK_UTF_8_SIG): New macros.
(CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
CATEGORY_MASK_UTF_8_SIG.
(CATEGORY_MASK_UTF_8): New macro.
(UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
(detect_coding_utf_8): Check BOM.
(decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
(decode_coding_utf_16): Adjusted for the change of enum
utf_bom_type.
(encode_coding_utf_16): Likewise.
(setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
(detect_coding, detect_coding_system): Handle utf-8-auto.
(Fdefine_coding_system_internal): Handle `bom' property for utf-8.
(syms_of_coding): Fix setting up of Vcoding_category_table.
2008-05-29 22:58:15 +00:00
Kenichi Handa
e4215ddd07
(enum define_coding_utf8_arg_index): New enum.
...
(enum coding_attr_index): Change coding_attr_utf_16_bom to
coding_attr_utf_bom.
(enum utf_bom_type): Renamed from utf_16_bom_type.
(struct utf_16_spec): Adjusted for the above change.
(struct coding_system): Add utf_8_bom in `spec' union.
2008-05-29 22:58:00 +00:00
Stefan Monnier
e925563701
(utf-7-encode): Use the right escape char depending on imap/nonimap encoding.
2008-05-29 21:57:32 +00:00
Stefan Monnier
d4e88786de
(completion-pcm-all-completions): Add the base-size.
2008-05-29 20:46:35 +00:00
Stefan Monnier
2926947a67
(relative_filename): Treat "///" like "/" in filenames.
2008-05-29 20:18:07 +00:00
Juanma Barranquero
dfb4dab1a2
(icomplete-prospects-height): Add :group.
2008-05-29 20:05:36 +00:00
Stefan Monnier
29f313d7dc
(icomplete-completions): Typo.
2008-05-29 17:40:20 +00:00
Jason Rumney
13e702f06a
*** empty log message ***
2008-05-29 17:11:48 +00:00
Jason Rumney
ef8e283dd5
(add_font_entity_to_list): Allow non-opentype truetype fonts back
...
in the uniscribe backend, but disallow any font that has no
unicode subrange support.
2008-05-29 16:57:00 +00:00
Stefan Monnier
891bd142e2
(Faccept_process_output): If millisec' is non-nil,
seconds' default to 0.
...
(wait_reading_process_output): Also return non-nil if we read output
from a non-running process.
2008-05-29 16:54:53 +00:00
Stefan Monnier
c2d0b538ee
(icomplete-prospects-length): Make obsolete.
...
(icomplete-prospects-height): New var.
(icomplete-completions): Use it.
2008-05-29 16:25:12 +00:00
Jason Rumney
1519d52ee5
(w32font_open_internal): Prefer truetype fonts unless
...
'raster' specified.
2008-05-29 16:12:50 +00:00
Kenichi Handa
e887f2ac0e
*** empty log message ***
2008-05-29 13:03:39 +00:00
Juanma Barranquero
b1d4664a5f
(auto-insert): Add :link.
2008-05-29 09:40:37 +00:00
Juanma Barranquero
71ce5fd0c9
(Windows Keyboard): Add descriptions of w32-register-hot-key
...
and w32-unregister-hot-key.
2008-05-29 08:17:20 +00:00
Stefan Monnier
58d6a142ec
(tar-header): New field `header-start'.
...
(tar-header-block-tokenize): Set it when useful.
Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
(tar-header-data-end): New function.
(tar-summarize-buffer): Use it.
(tar-next-line): Fix goal column for long usernames.
(tar-expunge-internal): Use header-start.
(tar-rename-entry): Handle ustar-style long names.
(tar-alter-one-field): Add optional `descriptor' argument.
(tar-subfile-save-buffer): Use it.
2008-05-29 05:25:22 +00:00
Kenichi Handa
62057df6e6
(Fx_family_fonts): Set frame correctly.
2008-05-29 04:46:59 +00:00
Juanma Barranquero
d5ab09cd20
(Fx_list_fonts, Finternal_copy_lisp_face): Fix typos in docstrings.
2008-05-29 02:51:49 +00:00
Kenichi Handa
a4eec62604
(Fx_list_fonts): Make it return a list of font names.
2008-05-29 01:44:39 +00:00
Stefan Monnier
5ee66afc6d
(hack-local-variables): Don't signal an error if the local
...
variable section is not properly terminated.
2008-05-28 20:23:06 +00:00
Stefan Monnier
d338d019e4
(easy-menu-convert-item, easy-menu-convert-item-1):
...
Move the duplicate-generation outside of the caching so it also works
for identical entries.
2008-05-28 18:56:08 +00:00
Stefan Monnier
dd798c64f3
(tar-summarize-buffer): Fix reporter initialization.
...
(tar-mode): Use write-region-annotate-functions rather than
write-contents-functions.
(tar-extract): Remove unused var `pos'.
(tar-subfile-save-buffer): Remove unused var `following-descs'.
(tar-mode-write-file): Remove.
(tar-write-region-annotate): New function.
2008-05-28 17:43:58 +00:00
Stefan Monnier
792414668f
Don't touch subdirs.el if it is unchanged.
2008-05-28 17:39:56 +00:00
Stefan Monnier
5e84e8f9ac
(jka-compr-write-region): Typo.
2008-05-28 17:37:04 +00:00
Stefan Monnier
ba2b460a1b
Docstring improvement.
2008-05-28 17:36:04 +00:00
Stefan Monnier
ab1d38354d
* progmodes/flymake.el (flymake-save-buffer-in-file):
...
* shadowfile.el (shadow-copy-file):
* arc-mode.el (archive-*-write-file-member):
* files.el (diff-buffer-with-file):
* subr.el (with-temp-file): Pass nil to write-region.
* jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
2008-05-28 17:35:34 +00:00
Jason Rumney
a6e0b7e572
(x_draw_glyph_string): Use clipmask if specified.
2008-05-28 16:13:20 +00:00
Stefan Monnier
5b813fe87e
(doc-view-mode-map): Bind `q' to quit-window, as is the custom.
2008-05-28 14:16:09 +00:00
Stefan Monnier
6b3d752c5d
* src/fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
...
calling build_annotations.
* lisp/files.el (basic-save-buffer-2): Pass nil rather than (point-min)
to write-region.
2008-05-28 12:36:15 +00:00
Kenichi Handa
b75d7f2882
*** empty log message ***
2008-05-28 12:26:41 +00:00
Kenichi Handa
bbfea8767a
(Ffont_info): Don't call font_close_object.
2008-05-28 12:19:52 +00:00
Kenichi Handa
aa50ca2fb3
(font_parse_family_registry): Use Ffont_put to validate
...
foundry and family.
(font_delete_unmatched): Don't check spacing.
(font_list_entities): Add spacing to the spec to list fonts.
2008-05-28 11:47:01 +00:00
Kenichi Handa
5d376f741b
(ftfont_spec_pattern): Don't set FC_SPACING to pattern.
...
(ftfont_list): Check spacing here. Don't include FC_CHARSET in
objset.
2008-05-28 11:45:29 +00:00
Juanma Barranquero
c3f9fba859
*** empty log message ***
2008-05-28 09:27:18 +00:00