Glenn Morris
daf7e339db
(Fancy Diary Display): Simplify.
2008-05-31 02:31:12 +00:00
Kenichi Handa
719b3d63d3
(ftfont_font_format): Don't use strcasestr.
2008-05-31 02:29:58 +00:00
Glenn Morris
10498e1c2c
(compile-last): Replace tr in `els' assignment with sed. Remove shell
...
variable `elc'. Split tests to hopefully be more portable. Fix `sel'
assignment.
2008-05-31 02:24:12 +00:00
Stefan Monnier
d0827857e7
* chartab.c (Foptimize_char_table, optimize_sub_char_table):
...
Add a `test' argument so another predicate than `equal' can be used.
(map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
(map_char_table): Remove unused vars `c' and `i'.
* lisp.h (Foptimize_char_table): Adjust declaration.
* charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
2008-05-30 21:07:50 +00:00
Juanma Barranquero
01b996adc3
(lisp2): Add minibuffer.elc.
2008-05-30 19:52:41 +00:00
Juanma Barranquero
d9aa6b3358
(completion-table-dynamic): Doc fix.
2008-05-30 19:50:26 +00:00
Stefan Monnier
47dd5958df
(vc-cvs-state-heuristic, vc-cvs-parse-status): Try and
...
return `unregistered' when applicable.
2008-05-30 16:21:49 +00:00
Stefan Monnier
8f39c96dec
(Coding Conventions): Do not encourage the use of "-flag" variable names.
2008-05-30 14:55:07 +00:00
Stefan Monnier
145b63776b
(checkdoc-this-string-valid-engine):
...
Don't encourage naming variables with "-flag".
2008-05-30 14:51:48 +00:00
Kenichi Handa
a266686a02
(Ffont_info): Define only if HAVE_WINDOW_SYSTEM is
...
defined.
(syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
defined.
2008-05-30 13:21:57 +00:00
Stefan Monnier
30235d57db
(Iteration Clauses): Fix incorrect "identical" examples.
2008-05-30 03:02:04 +00:00
Glenn Morris
d21d261859
(Fancy Diary Display): Update for diary-display-function replacing
...
diary-display-hook.
2008-05-30 03:01:07 +00:00
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