bpt/emacs.git
18 years ago(ftfont_list): Use assq_no_quit, not Fassq. Don't
Kenichi Handa [Mon, 19 Jun 2006 12:36:58 +0000 (12:36 +0000)]
(ftfont_list): Use assq_no_quit, not Fassq.  Don't
include weight in listing pattern, instead check weight of each
listed font.  Don't include scalable in pattern.  Pay attention to
FONT_PIXEL_SIZE_QUANTUM.

18 years ago*** empty log message ***
Kenichi Handa [Mon, 19 Jun 2006 01:54:55 +0000 (01:54 +0000)]
*** empty log message ***

18 years ago(read_escape): Fix the code synched with HEAD.
Kenichi Handa [Mon, 19 Jun 2006 01:54:37 +0000 (01:54 +0000)]
(read_escape): Fix the code synched with HEAD.

18 years ago*** empty log message ***
Kenichi Handa [Mon, 19 Jun 2006 01:38:58 +0000 (01:38 +0000)]
*** empty log message ***

18 years ago(font_parse_fcname): Fix parsing of point-size.
Kenichi Handa [Mon, 19 Jun 2006 01:38:26 +0000 (01:38 +0000)]
(font_parse_fcname): Fix parsing of point-size.
(font_unparse_fcname): Produce symbolic names for style
properties.
(font_list_entities): Handle float size correctly.
(font_open_by_name): Prefer `normal' property values if the name
doesn't specify them.

18 years ago(Finternal_char_font): Use font_get_name, not
Kenichi Handa [Mon, 19 Jun 2006 01:35:46 +0000 (01:35 +0000)]
(Finternal_char_font): Use font_get_name, not
Ffont_xlfd_name.

18 years ago(ftfont_pattern_entity): Use the numeric value 100 for
Kenichi Handa [Mon, 19 Jun 2006 01:34:55 +0000 (01:34 +0000)]
(ftfont_pattern_entity): Use the numeric value 100 for
FC_WEIGHT_REGULAR.  Exclude FC_SIZE and FC_PIXEL_SIZE from listing
pattern.  Don't force scalable.

18 years ago(xftfont_open): For generating a name, start from
Kenichi Handa [Mon, 19 Jun 2006 01:32:49 +0000 (01:32 +0000)]
(xftfont_open): For generating a name, start from
96-byte buffer.

18 years agoMerge from emacs--devo--0
Miles Bader [Sat, 17 Jun 2006 20:57:37 +0000 (20:57 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 300-313)

   - Update from CVS
   - Update from CVS: lispref/display.texi (Forcing Redisplay): Fix typo.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 105-106)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-74

18 years agoMerge from gnus--rel--5.10
Miles Bader [Sat, 17 Jun 2006 20:54:51 +0000 (20:54 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 105-106)

   - Update from CVS

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

18 years ago(update_frame): Check for input pending on entry.
Kim F. Storm [Sat, 17 Jun 2006 00:11:59 +0000 (00:11 +0000)]
(update_frame): Check for input pending on entry.
(update_window, update_frame_1): Break loop if input is detected.

18 years ago*** empty log message ***
Kim F. Storm [Sat, 17 Jun 2006 00:11:48 +0000 (00:11 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Fri, 16 Jun 2006 15:23:30 +0000 (15:23 +0000)]
*** empty log message ***

18 years ago(Coding Conventions): Better explain conventions for definition constructs.
Richard M. Stallman [Fri, 16 Jun 2006 15:22:59 +0000 (15:22 +0000)]
(Coding Conventions): Better explain conventions for definition constructs.

18 years ago(Special Properties): String value of `read-only' serves as the error message.
Richard M. Stallman [Fri, 16 Jun 2006 15:21:54 +0000 (15:21 +0000)]
(Special Properties): String value of `read-only' serves as the error message.

18 years ago(Character Type): Clarify prev. change.
Richard M. Stallman [Fri, 16 Jun 2006 15:19:06 +0000 (15:19 +0000)]
(Character Type): Clarify prev. change.
(Non-ASCII in Strings): Mention \u and \U.

18 years ago(Using Interactive): Explain problem of markers, etc., in command-history.
Richard M. Stallman [Fri, 16 Jun 2006 15:18:03 +0000 (15:18 +0000)]
(Using Interactive): Explain problem of markers, etc., in command-history.

18 years ago(list-options): Put "obsolete" msg in buffer.
Richard M. Stallman [Fri, 16 Jun 2006 15:15:30 +0000 (15:15 +0000)]
(list-options): Put "obsolete" msg in buffer.

18 years ago(basic-save-buffer-2): For a new precious file,
Richard M. Stallman [Fri, 16 Jun 2006 15:14:40 +0000 (15:14 +0000)]
(basic-save-buffer-2): For a new precious file,
use the default modes in the return value.

18 years ago(facemenu-color-alist): Doc fix.
Richard M. Stallman [Fri, 16 Jun 2006 15:13:21 +0000 (15:13 +0000)]
(facemenu-color-alist): Doc fix.

18 years ago(custom-guess-name-alist): Recognize `-flag'.
Richard M. Stallman [Fri, 16 Jun 2006 15:12:09 +0000 (15:12 +0000)]
(custom-guess-name-alist): Recognize `-flag'.

18 years ago* frame.h (x_new_fontset2): Fix prototype.
Jan Djärv [Fri, 16 Jun 2006 13:22:32 +0000 (13:22 +0000)]
* frame.h (x_new_fontset2): Fix prototype.

18 years ago*** empty log message ***
Kenichi Handa [Fri, 16 Jun 2006 12:41:22 +0000 (12:41 +0000)]
*** empty log message ***

18 years ago(struct font_driver): Member parse_name deleted.
Kenichi Handa [Fri, 16 Jun 2006 12:36:28 +0000 (12:36 +0000)]
(struct font_driver): Member parse_name deleted.
(font_match_p, font_get_spec, font_parse_fcname)
(font_unparse_fcname): Extern them.
(font_get_name): Prototype adjusted.

18 years ago(XLFD_SMALLNUM_MASK): Delete this macro.
Kenichi Handa [Fri, 16 Jun 2006 12:34:49 +0000 (12:34 +0000)]
(XLFD_SMALLNUM_MASK): Delete this macro.
(XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
(font_expand_wildcards): Fix handling ENCODING field.  Avoid
unnecessary checks for weight, slant, and swidth.
(font_parse_fcname): New function.
(font_unparse_fcname): New function.
(font_parse_name): New function.
(font_match_p): New function.
(font_get_name): Return value changed to Lisp string.
(font_get_spec): New function.
(Qunspecified, Qignore_defface): Don't extern them.
(font_find_for_lface): Assume that LFACE is fully specified.
(font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
object, use it for FACE.
(font_open_by_name): Call Ffont_spec with QCname prop.  Don't call
driver->parse_name.
(Ffont_spec): Call font_parse_name, not font_parse_xlfd.

18 years ago(new_fontset_from_font) [USE_FONT_BACKEND]: Prototype
Kenichi Handa [Fri, 16 Jun 2006 12:27:57 +0000 (12:27 +0000)]
(new_fontset_from_font) [USE_FONT_BACKEND]: Prototype
adjusted.

18 years ago(new_fontset_from_font) [USE_FONT_BACKEND]: Argument F
Kenichi Handa [Fri, 16 Jun 2006 12:27:28 +0000 (12:27 +0000)]
(new_fontset_from_font) [USE_FONT_BACKEND]: Argument F
deleted.  Don't call Fnew_fontset.  Instead, directly call
make_fontset.

18 years ago(x_set_font) [USE_FONT_BACKEND]: Adusted for the change
Kenichi Handa [Fri, 16 Jun 2006 12:25:51 +0000 (12:25 +0000)]
(x_set_font) [USE_FONT_BACKEND]: Adusted for the change
of x_new_fontset2.

18 years ago(Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
Kenichi Handa [Fri, 16 Jun 2006 12:24:58 +0000 (12:24 +0000)]
(Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
(Qsans__serif): New variables.
(ftfont_generic_family_list): New variable.
(syms_of_ftfont): Initialize the above variables.
(ftfont_pattern_entity): Argument NAME deleted.
(ftfont_list_generic_family): New function.
(ftfont_parse_name): Delete this function.
(ftfont_list): Try generic family only when FcFontList found no
font.
(ftfont_list_family): Fix args to FcObjectSetBuild.

18 years ago(check_lface_attrs) [USE_FONT_BACKEND]: Accept font
Kenichi Handa [Fri, 16 Jun 2006 12:19:38 +0000 (12:19 +0000)]
(check_lface_attrs) [USE_FONT_BACKEND]: Accept font
object in attrs[LFACE_FONT_INDEX].
(set_lface_from_font_name): Cancel all changes for font-backend.
(set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
function.
(Finternal_set_lisp_face_attribute): Accept a font object in
QCfont attribute.
(set_font_frame_param): Likewise.
(realize_default_face): Call set_lface_from_font_and_fontset.

18 years ago(x_default_font_parameter): Try also "fixed", and signal
Kenichi Handa [Fri, 16 Jun 2006 12:14:37 +0000 (12:14 +0000)]
(x_default_font_parameter): Try also "fixed", and signal
error here if no suitable font was found.

18 years ago(xfont_parse_name): Delete this function.
Kenichi Handa [Fri, 16 Jun 2006 12:13:36 +0000 (12:13 +0000)]
(xfont_parse_name): Delete this function.

18 years ago(xftfont_open): Change coding style of error
Kenichi Handa [Fri, 16 Jun 2006 12:12:49 +0000 (12:12 +0000)]
(xftfont_open): Change coding style of error
handling.  Generate fontconfig's fontname pattern.

18 years ago2006-06-16 Francis Litterio <flitterio@gmail.com>
Jan Djärv [Fri, 16 Jun 2006 12:12:27 +0000 (12:12 +0000)]
2006-06-16  Francis Litterio  <flitterio@gmail.com>

* xterm.c (x_check_expected_move, handle_one_xevent)
(x_set_offset, x_check_fullscreen): Extensive changes to make
frame positioning deterministic under X.

* xterm.h (x_output): Added members left_before_move and
top_before_move.  Removed members expected_left and expected_top.

18 years ago(struct x_output): New member fontp.
Kenichi Handa [Fri, 16 Jun 2006 12:11:19 +0000 (12:11 +0000)]
(struct x_output): New member fontp.
(FRAME_FONT_OBJECT): New macro.

18 years ago(x_new_fontset2): Change arguments. Both args FONTSET
Kenichi Handa [Fri, 16 Jun 2006 12:11:10 +0000 (12:11 +0000)]
(x_new_fontset2): Change arguments.  Both args FONTSET
and FONT_OBJECT must be existing ones.

18 years ago(next_overlay_string): Fix assert.
Kim F. Storm [Fri, 16 Jun 2006 11:53:12 +0000 (11:53 +0000)]
(next_overlay_string): Fix assert.
(push_it, pop_it): Handle composition and stretch specific values.
Only handle it->slice in image (for now).
(back_to_previous_visible_line_start): Continue search if newline is
part of a compisition.  Simplify.
(reseat_1): Set it->object to buffer.
(set_iterator_to_next): Set it->object to string or buffer, when
setting it->method to GET_FROM_STRING or GET_FROM_BUFFER.
(next_element_from_composition): Set it->object to buffer if not
from string.
(set_cursor_from_row): Only save start of string if not already
done to handle multiple strings in a row.

18 years ago(struct it): Add union to iterator stack to save
Kim F. Storm [Fri, 16 Jun 2006 11:53:00 +0000 (11:53 +0000)]
(struct it): Add union to iterator stack to save
image, composition, and stretch specific paramters.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 16 Jun 2006 11:52:48 +0000 (11:52 +0000)]
*** empty log message ***

18 years ago(pitx): Show composition parameters.
Kim F. Storm [Fri, 16 Jun 2006 11:43:04 +0000 (11:43 +0000)]
(pitx): Show composition parameters.
(pgx, pg): New commands to print a glyph structure.
(pgi, pgn): New commands to print specific/next glyph.
(pgrowx, pgrow): New commands to print all glyphs in a row.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 16 Jun 2006 11:42:53 +0000 (11:42 +0000)]
*** empty log message ***

18 years ago(Mac Input): Minor update.
YAMAMOTO Mitsuharu [Fri, 16 Jun 2006 08:33:41 +0000 (08:33 +0000)]
(Mac Input): Minor update.

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Fri, 16 Jun 2006 08:09:09 +0000 (08:09 +0000)]
*** empty log message ***

18 years ago(do_app_resume, do_app_suspend): Remove functions.
YAMAMOTO Mitsuharu [Fri, 16 Jun 2006 08:08:59 +0000 (08:08 +0000)]
(do_app_resume, do_app_suspend): Remove functions.
(mac_tsm_resume, mac_tsm_suspend) [USE_MAC_TSM]: New functions.
(mac_handle_window_event, XTread_socket) [USE_MAC_TSM]: Use them.
(Vmac_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
(syms_of_macterm) [USE_MAC_TSM]: Defvar it.
(saved_ts_language, saved_ts_component) [USE_MAC_TSM]: New variables.
(mac_initialize_display_info) [MAC_OSX]: Use Quartz Display
Services functions to get size of main display in pixels.

18 years ago(Fx_display_mm_height, Fx_display_mm_width)
YAMAMOTO Mitsuharu [Fri, 16 Jun 2006 08:08:49 +0000 (08:08 +0000)]
(Fx_display_mm_height, Fx_display_mm_width)
[MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Use CGDisplayScreenSize.

18 years ago(Mac Input): Add description of mac-function-modifier.
YAMAMOTO Mitsuharu [Fri, 16 Jun 2006 08:08:28 +0000 (08:08 +0000)]
(Mac Input): Add description of mac-function-modifier.
Now Unicode keyboard layouts work.

18 years ago(mac-text-encoding-ascii): New constant.
YAMAMOTO Mitsuharu [Fri, 16 Jun 2006 08:07:59 +0000 (08:07 +0000)]
(mac-text-encoding-ascii): New constant.
(mac-utxt-to-string): Use it.
(mac-ts-update-active-input-area): Use mac-ae-number.

18 years ago(all): Add mac-ts-script-language-on-focus.
YAMAMOTO Mitsuharu [Fri, 16 Jun 2006 08:07:51 +0000 (08:07 +0000)]
(all): Add mac-ts-script-language-on-focus.

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Fri, 16 Jun 2006 08:01:07 +0000 (08:01 +0000)]
*** empty log message ***

18 years ago(mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
YAMAMOTO Mitsuharu [Fri, 16 Jun 2006 08:00:54 +0000 (08:00 +0000)]
(mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.

18 years ago(mh-index-new-folder): Use -2 suffix instead of <2> suffix for folder
Bill Wohler [Fri, 16 Jun 2006 00:54:41 +0000 (00:54 +0000)]
(mh-index-new-folder): Use -2 suffix instead of <2> suffix for folder
names, as <> are illegal filename characters on Windows (closes SF
#1507002).

18 years ago(mh-send-uses-spost): New variable.
Bill Wohler [Fri, 16 Jun 2006 00:48:04 +0000 (00:48 +0000)]
(mh-send-uses-spost): New variable.
(mh-send-letter): Do not use -msgid and -mime if mh-send-uses-spost is
t (closes SF #1486726).

18 years ago(term-handle-scroll, term-delete-lines)
Dan Nicolaescu [Thu, 15 Jun 2006 22:58:10 +0000 (22:58 +0000)]
(term-handle-scroll, term-delete-lines)
(term-insert-lines): Fix off by one errors.

18 years ago* net/tramp.el (tramp-touch): Use UTC to express time.
Michael Albinus [Thu, 15 Jun 2006 21:55:39 +0000 (21:55 +0000)]
* net/tramp.el (tramp-touch): Use UTC to express time.

18 years ago* mail/sendmail.el (mail-send): Search explicitly for
Chong Yidong [Thu, 15 Jun 2006 18:34:26 +0000 (18:34 +0000)]
* mail/sendmail.el (mail-send): Search explicitly for
mail-header-separator when checking for corrupted header lines.

18 years ago(gdb-same-frame): New option.
Nick Roberts [Thu, 15 Jun 2006 00:57:53 +0000 (00:57 +0000)]
(gdb-same-frame): New option.
(gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
(gdb-init-1): Initialise them.
(gdb-starting): Reset gdb-printing
(gdb-starting): Save value of gud-overlay-arrow-position.
(gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
(gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
(gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.

18 years ago*** empty log message ***
Nick Roberts [Thu, 15 Jun 2006 00:57:22 +0000 (00:57 +0000)]
*** empty log message ***

18 years ago(cvs-retrieve-revision): Use decode-coding-inserted-region.
Stefan Monnier [Wed, 14 Jun 2006 15:38:10 +0000 (15:38 +0000)]
(cvs-retrieve-revision): Use decode-coding-inserted-region.

18 years ago* xdisp.c (back_to_previous_visible_line_start): Reset
Chong Yidong [Wed, 14 Jun 2006 14:29:47 +0000 (14:29 +0000)]
* xdisp.c (back_to_previous_visible_line_start): Reset
it->continuation_lines_width.

18 years agoDelete existing data; add a new entry.
Thien-Thi Nguyen [Wed, 14 Jun 2006 10:42:25 +0000 (10:42 +0000)]
Delete existing data; add a new entry.

18 years ago*** empty log message ***
Kenichi Handa [Wed, 14 Jun 2006 04:19:26 +0000 (04:19 +0000)]
*** empty log message ***

18 years ago(xfont_open, xfont_encode_char): Fix typo.
Kenichi Handa [Wed, 14 Jun 2006 04:19:13 +0000 (04:19 +0000)]
(xfont_open, xfont_encode_char): Fix typo.

18 years ago(struct font): Fix typo (charet->charset).
Kenichi Handa [Wed, 14 Jun 2006 04:17:54 +0000 (04:17 +0000)]
(struct font): Fix typo (charet->charset).

18 years ago*** empty log message ***
Kenichi Handa [Wed, 14 Jun 2006 00:42:18 +0000 (00:42 +0000)]
*** empty log message ***

18 years ago(enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
Kenichi Handa [Wed, 14 Jun 2006 00:42:04 +0000 (00:42 +0000)]
(enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
XLFD_XXX_INDEX.
(enum xlfd_field_mask): New enum.
(intern_font_field): Argument changed.  Caller changed.  If digits
are followed by non-digits, return a symbol.
(font_expand_wildcards): New function.
(font_parse_xlfd): Fix wildcard handling.
(Ffont_spec): If :name is specified, reflect the info in the other
properties.

18 years ago(ftfont_pattern_entity): Fix typo.
Kenichi Handa [Wed, 14 Jun 2006 00:38:48 +0000 (00:38 +0000)]
(ftfont_pattern_entity): Fix typo.
(ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
locale.

18 years ago*** empty log message ***
Richard M. Stallman [Tue, 13 Jun 2006 23:19:49 +0000 (23:19 +0000)]
*** empty log message ***

18 years ago(Fdefconst): Mark variable as risky.
Richard M. Stallman [Tue, 13 Jun 2006 23:09:17 +0000 (23:09 +0000)]
(Fdefconst): Mark variable as risky.

18 years ago(Fcall_process): Doc fix.
Richard M. Stallman [Tue, 13 Jun 2006 23:08:39 +0000 (23:08 +0000)]
(Fcall_process): Doc fix.

18 years ago(adjust_window_trailing_edge): Don't break out of the loop
Richard M. Stallman [Tue, 13 Jun 2006 23:07:56 +0000 (23:07 +0000)]
(adjust_window_trailing_edge): Don't break out of the loop
because there's no next window, if there are parallel windows.
Do break out when WINDOW is nil.

18 years ago(IT_STACK_SIZE): New macro specifying size of
Kim F. Storm [Tue, 13 Jun 2006 22:45:21 +0000 (22:45 +0000)]
(IT_STACK_SIZE): New macro specifying size of
iterator stack (instead of hardcoded number).  Increase from 2 to 4
to make room for propertized overlay strings before and after a
display string, image or composition.
(struct it): Add image_id and method members to iterator stack.

18 years ago(init_from_display_pos): Don't set it->method and
Kim F. Storm [Tue, 13 Jun 2006 22:45:00 +0000 (22:45 +0000)]
(init_from_display_pos): Don't set it->method and
overlay_string_index after pop_it.  Add asserts.
(handle_stop): Look for overlay strings around a display string,
image, or composition.  Handle properties on those strings.
(next_overlay_string): Don't set string, pos or method after pop_it.
(get_overlay_strings_1): Split from get_overlay_strings; don't
modify it if no overlay strings are found.
(get_overlay_strings): Use get_overlay_strings_1.  Always set
it->string and it->method.
(push_it): Push it->image_id and it->method.  Push it->object
instead of it->string if method is GET_FROM_IMAGE.
(pop_it): Pop it->image_id and it->method.  Ppo it->object
instead of it->string if method is GET_FROM_IMAGE.
Reset it->current.string_pos if popped it->string is nil.
(reseat_1): Remove comment dated 19 May 2003.  It expressed doubt
whether a given change was correct; but the change is correct.
Clear it->string_from_display_prop_p.
(set_iterator_to_next): Rely on it->method and it->image_id from
iterator stack, instead of setting them explicitly after pop_it.

18 years ago*** empty log message ***
Kim F. Storm [Tue, 13 Jun 2006 22:44:44 +0000 (22:44 +0000)]
*** empty log message ***

18 years ago(Waiting): Negative arg to sit-for forces
Kim F. Storm [Tue, 13 Jun 2006 22:18:38 +0000 (22:18 +0000)]
(Waiting): Negative arg to sit-for forces
redisplay even if input is pending.

18 years ago(Forcing Redisplay): Use (sit-for -1) to force a redisplay.
Kim F. Storm [Tue, 13 Jun 2006 22:18:06 +0000 (22:18 +0000)]
(Forcing Redisplay): Use (sit-for -1) to force a redisplay.
Remove incorrect example of binding redisplay-dont-pause
around (sit-for 0).

18 years ago(sit_for): Undo 2006-06-01 change. Instead, a
Kim F. Storm [Tue, 13 Jun 2006 22:06:22 +0000 (22:06 +0000)]
(sit_for): Undo 2006-06-01 change.  Instead, a
negative time forces redisplay even when input is available.
(Fsit_for): Doc fix.

18 years ago*** empty log message ***
Kim F. Storm [Tue, 13 Jun 2006 22:06:10 +0000 (22:06 +0000)]
*** empty log message ***

18 years ago2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
Chong Yidong [Tue, 13 Jun 2006 20:31:32 +0000 (20:31 +0000)]
2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)

* net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
(ldap-search-internal): Keep error messages, and a regexp fix.

18 years ago(Forcing Redisplay): Clarify previous change.
Richard M. Stallman [Tue, 13 Jun 2006 14:02:21 +0000 (14:02 +0000)]
(Forcing Redisplay): Clarify previous change.

18 years ago(Forcing Redisplay): Fix typo.
Romain Francoise [Tue, 13 Jun 2006 06:44:01 +0000 (06:44 +0000)]
(Forcing Redisplay): Fix typo.

18 years agoFix typos.
Romain Francoise [Tue, 13 Jun 2006 06:41:55 +0000 (06:41 +0000)]
Fix typos.

18 years agoNew preemptive redisplay.
Kim F. Storm [Mon, 12 Jun 2006 22:44:25 +0000 (22:44 +0000)]
New preemptive redisplay.

18 years ago(Forcing Redisplay): Add redisplay-preemption-period.
Kim F. Storm [Mon, 12 Jun 2006 22:37:31 +0000 (22:37 +0000)]
(Forcing Redisplay): Add redisplay-preemption-period.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 12 Jun 2006 22:37:17 +0000 (22:37 +0000)]
*** empty log message ***

18 years agoModify preemptive redisplay to be based on periodic checks for input.
Kim F. Storm [Mon, 12 Jun 2006 22:32:47 +0000 (22:32 +0000)]
Modify preemptive redisplay to be based on periodic checks for input.
(PERIODIC_PREEMPTION_CHECKING): Define to 1 iff EMACS_HAS_USECS.
(Vredisplay_preemption_period): New variable.
(syms_of_display): DEFVAR_LISP and initialize it.
(preemption_period, preemption_next_check): New variables.
(update_frame, update_single_window): Initialize them based on
Vredisplay_preemption_period if !force_p.
(update_window, update_frame_1): Use them to determine when to
check for input.

18 years ago(hack-local-variables-confirm):
Thien-Thi Nguyen [Mon, 12 Jun 2006 07:52:05 +0000 (07:52 +0000)]
(hack-local-variables-confirm):
Display string value using its printed representation.

18 years ago* server.el (server-edit): No-op if no server buffers exist.
Chong Yidong [Sun, 11 Jun 2006 18:59:31 +0000 (18:59 +0000)]
* server.el (server-edit): No-op if no server buffers exist.

18 years ago*** empty log message ***
Robert J. Chassell [Sun, 11 Jun 2006 18:18:24 +0000 (18:18 +0000)]
*** empty log message ***

18 years agoIncluding `pages-directory-address-mode' results in the message
Robert J. Chassell [Sun, 11 Jun 2006 17:38:30 +0000 (17:38 +0000)]
Including `pages-directory-address-mode' results in the message
"Buffer in which pages were found is deleted"

18 years agoMention that `enable-local-variables' can have value :all, as well.
Thien-Thi Nguyen [Sun, 11 Jun 2006 14:53:37 +0000 (14:53 +0000)]
Mention that `enable-local-variables' can have value :all, as well.

18 years ago*** empty log message ***
Kim F. Storm [Sat, 10 Jun 2006 21:23:01 +0000 (21:23 +0000)]
*** empty log message ***

18 years ago(Coding Conventions): Add `@end itemize'.
Luc Teirlinck [Sat, 10 Jun 2006 16:21:12 +0000 (16:21 +0000)]
(Coding Conventions): Add `@end itemize'.

18 years agoNew keys for clocking work, Changed keys for export.
Carsten Dominik [Sat, 10 Jun 2006 14:17:55 +0000 (14:17 +0000)]
New keys for clocking work, Changed keys for export.

18 years ago(Progress logging): New section.
Carsten Dominik [Sat, 10 Jun 2006 14:16:17 +0000 (14:16 +0000)]
(Progress logging): New section.

18 years ago*** empty log message ***
Carsten Dominik [Sat, 10 Jun 2006 14:16:04 +0000 (14:16 +0000)]
*** empty log message ***

18 years ago(org-agenda-mode-map): Add bindings for clocking
Carsten Dominik [Sat, 10 Jun 2006 14:15:25 +0000 (14:15 +0000)]
(org-agenda-mode-map): Add bindings for clocking
functions.
(org-agenda-clock-in, org-check-running-clock)
(org-clock-out-if-current, org-remove-clock-overlays)
(org-put-clock-overlay): New functions.
(org-clock-marker, org-clock-file-total-minutes)
(org-clock-overlays): New variables
(org-clock-display, org-clock-sum, org-clock-cancel)
(org-clock-out, org-clock-in): New commands.
(org-export): New function.
(org-emph-re): New constant.
(org-set-emph-re, org-do-emphasis-faces): New functions.
(org-emphasis-regexp-components, org-emphasis-alist): New options.
(org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
(org-export-html-convert-emphasize): Use the configurable
emphasis.
(org-cleaned-string-for-export): Make multiline emphasis visible
to the exporter.  New optional argument PARAMETERS.
(org-export-as-html): Specify :emph-multiline parameter to
`org-cleaned-string-for-export'.

18 years ago*** empty log message ***
Richard M. Stallman [Sat, 10 Jun 2006 10:52:27 +0000 (10:52 +0000)]
*** empty log message ***

18 years ago(Recognize Coding): Clarify previous change.
Richard M. Stallman [Sat, 10 Jun 2006 10:42:32 +0000 (10:42 +0000)]
(Recognize Coding): Clarify previous change.

18 years ago(Coding Conventions): Explain use of coding systems
Richard M. Stallman [Sat, 10 Jun 2006 10:34:35 +0000 (10:34 +0000)]
(Coding Conventions): Explain use of coding systems
to ensure one decoding for strings.

18 years ago(help-for-help-internal): Clean up help text.
Richard M. Stallman [Sat, 10 Jun 2006 10:17:41 +0000 (10:17 +0000)]
(help-for-help-internal): Clean up help text.