bpt/emacs.git
17 years agoInclude "font.h".
Kenichi Handa [Tue, 6 Jun 2006 03:52:38 +0000 (03:52 +0000)]
Include "font.h".
(set_lface_from_font_name)
(set_font_frame_param, free_realized_face)
(prepare_face_for_display, clear_face_gcs)
(Finternal_set_font_selection_order, realize_x_face)
[USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
font-backend mechanism.
(clear_face_cache) [USE_FONT_BACKEND]: Don't call
clear_font_table.
(load_face_font) [USE_FONT_BACKEND]: Abort.
(face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
(face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New
functions.

17 years agoIf USE_FONT_BACKEND is defined, include "font.h".
Kenichi Handa [Tue, 6 Jun 2006 03:52:26 +0000 (03:52 +0000)]
If USE_FONT_BACKEND is defined, include "font.h".
Through out the file, use FONT_INFO_FROM_FACE instead of
FONT_INFO_FROM_ID, use get_per_char_metric instead of
rif->per_char_metric.
(handle_composition_prop) [USE_FONT_BACKEND]: If the composition
method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
(get_glyph_face_and_encoding, fill_composite_glyph_string)
(get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
(x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
nonzero, use font-backend mechanism.
(get_per_char_metric): New function.

17 years agoInclude "font.h".
Kenichi Handa [Tue, 6 Jun 2006 03:52:09 +0000 (03:52 +0000)]
Include "font.h".
(make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend
mechanism.

17 years ago(struct frame): New members resx and resy.
Kenichi Handa [Tue, 6 Jun 2006 03:51:57 +0000 (03:51 +0000)]
(struct frame): New members resx and resy.
(struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
(x_new_fontset2) [USE_FONT_BACKEND]: Extern it.

17 years agoInclude "font.h".
Kenichi Handa [Tue, 6 Jun 2006 03:51:41 +0000 (03:51 +0000)]
Include "font.h".
(fontset_font, fontset_ascii, face_for_char)
(make_fontset_for_ascii_face, Ffont_info)
(Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
is nonzero, use font-backend mechanism.
(find_font_encoding): Make it non-static.
(new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
New functions.

17 years ago(FONT_INFO_FROM_FACE): New macro.
Kenichi Handa [Tue, 6 Jun 2006 03:51:27 +0000 (03:51 +0000)]
(FONT_INFO_FROM_FACE): New macro.
(face_for_font, new_fontset_from_font)
(fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.

17 years ago(assoc_no_quit): New function.
Kenichi Handa [Tue, 6 Jun 2006 03:51:12 +0000 (03:51 +0000)]
(assoc_no_quit): New function.

17 years ago(main) [USE_FONT_BACKEND]: Handle arg
Kenichi Handa [Tue, 6 Jun 2006 03:50:58 +0000 (03:50 +0000)]
(main) [USE_FONT_BACKEND]: Handle arg
--enable-font-backend.  Call syms_of_font.

17 years ago(struct glyph_string) [USE_FONT_BACKEND]: New
Kenichi Handa [Tue, 6 Jun 2006 03:50:45 +0000 (03:50 +0000)]
(struct glyph_string) [USE_FONT_BACKEND]: New
members clip_x, clip_y, clip_width, and clip_height.
(struct face) [USE_FONT_BACKEND]: New members font_info and extra.

17 years ago(get_composition_id) [USE_FONT_BACKEND]: If
Kenichi Handa [Tue, 6 Jun 2006 03:49:53 +0000 (03:49 +0000)]
(get_composition_id) [USE_FONT_BACKEND]: If
enable_font_backend is nonzero, accept the composition method
COMPOSITION_WITH_GLYPH_STRING.

17 years ago(enum composition_method) [USE_FONT_BACKEND]: New
Kenichi Handa [Tue, 6 Jun 2006 03:48:41 +0000 (03:48 +0000)]
(enum composition_method) [USE_FONT_BACKEND]: New
enumeration COMPOSITION_WITH_GLYPH_STRING.

17 years ago(Vscript_representative_chars): New variable.
Kenichi Handa [Tue, 6 Jun 2006 03:48:03 +0000 (03:48 +0000)]
(Vscript_representative_chars): New variable.
(syms_of_character): Declare it as a Lisp variable.

17 years ago(Vscript_representative_chars): Extern it.
Kenichi Handa [Tue, 6 Jun 2006 03:47:49 +0000 (03:47 +0000)]
(Vscript_representative_chars): Extern it.

17 years ago(ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
Kenichi Handa [Tue, 6 Jun 2006 03:47:33 +0000 (03:47 +0000)]
(ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
@FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
(LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
(FONTSRC, FONTOBJ): New variables.
(obj): Add $(FONTOBJ).
(SOME_MACHINE_OBJECTS): Lib_X11_Lib.
(LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
@LIBOTF_LIBS@.
(font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
(fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depends on
$(FONTSRC).

17 years agoNew file.
Kenichi Handa [Tue, 6 Jun 2006 03:47:13 +0000 (03:47 +0000)]
New file.

18 years agoMerge from emacs--devo--0
Miles Bader [Wed, 17 May 2006 07:46:49 +0000 (07:46 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 274-284)

   - Update from CVS
   - Update etc/MORE.STUFF.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 101)

   - Update from CVS

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

18 years ago(ewoc-data): Add docstring.
Thien-Thi Nguyen [Wed, 17 May 2006 06:12:44 +0000 (06:12 +0000)]
(ewoc-data): Add docstring.
(ewoc-nth): Doc fix.

18 years ago*** empty log message ***
Richard M. Stallman [Tue, 16 May 2006 20:41:26 +0000 (20:41 +0000)]
*** empty log message ***

18 years ago(auto-coding-alist): Add .lha to files read with no-conversion.
Eli Zaretskii [Tue, 16 May 2006 18:36:30 +0000 (18:36 +0000)]
(auto-coding-alist): Add .lha to files read with no-conversion.

18 years ago(auto-mode-alist): Add .lha files to archive file extensions.
Eli Zaretskii [Tue, 16 May 2006 18:33:31 +0000 (18:33 +0000)]
(auto-mode-alist): Add .lha files to archive file extensions.

18 years ago(archive-arc-summarize, archive-lzh-summarize): Convert csize to integer when
Eli Zaretskii [Tue, 16 May 2006 18:28:40 +0000 (18:28 +0000)]
(archive-arc-summarize, archive-lzh-summarize): Convert csize to integer when
computing offsets within the compressed archive file.

18 years ago(add-to-history): Add KEEP-ALL arg and align functionality
Kim F. Storm [Tue, 16 May 2006 11:19:39 +0000 (11:19 +0000)]
(add-to-history): Add KEEP-ALL arg and align functionality
with read-from-minibuffer.

18 years ago(handle_one_xevent): Check that f is not NULL before
Kim F. Storm [Tue, 16 May 2006 10:54:48 +0000 (10:54 +0000)]
(handle_one_xevent): Check that f is not NULL before
calling x_kill_gs_process.

18 years ago*** empty log message ***
Kim F. Storm [Tue, 16 May 2006 10:54:37 +0000 (10:54 +0000)]
*** empty log message ***

18 years ago(Minibuffer History): Update add-to-history.
Kim F. Storm [Tue, 16 May 2006 10:52:14 +0000 (10:52 +0000)]
(Minibuffer History): Update add-to-history.

18 years ago(byte-compile-warnings-safe-p): New
Reiner Steib [Tue, 16 May 2006 10:05:09 +0000 (10:05 +0000)]
(byte-compile-warnings-safe-p): New
function.
(byte-compile-warnings): Fix safe-local-variable property.

18 years ago2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
Reiner Steib [Tue, 16 May 2006 10:01:32 +0000 (10:01 +0000)]
2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>

* allout.el (allout-show-bodies, allout-old-style-prefixes)
(allout-stylish-prefixes, allout-numbered-bullet)
(allout-file-xref-bullet, allout-use-hanging-indents): Use simple
predicates to qualify `safe-local-variable' property, when
available, else use equivalent lambda.
(allout-current-topic-collapsed-p): Do the right thing regarding
trailing blank lines.

18 years ago(server-start): Only create a directory if needed.
Stefan Monnier [Tue, 16 May 2006 06:53:01 +0000 (06:53 +0000)]
(server-start): Only create a directory if needed.
(server-edit, server-unload-hook): server-start => server-mode.
(kill-emacs-hook): Cleanup upon exit.

18 years agoTrivial typo.
Stefan Monnier [Tue, 16 May 2006 03:35:46 +0000 (03:35 +0000)]
Trivial typo.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-283
Miles Bader [Tue, 16 May 2006 00:10:43 +0000 (00:10 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-283

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 101)

   - Update from CVS

18 years agoAdd coding cookie.
Reiner Steib [Mon, 15 May 2006 18:01:51 +0000 (18:01 +0000)]
Add coding cookie.

18 years ago(hexlify-buffer): Encode process arguments manually.
Stefan Monnier [Mon, 15 May 2006 16:05:40 +0000 (16:05 +0000)]
(hexlify-buffer): Encode process arguments manually.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-280
Miles Bader [Mon, 15 May 2006 11:20:16 +0000 (11:20 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-280
Creator:  Michael Olson <mwolson@gnu.org>

Update etc/MORE.STUFF.

* etc/MORE.STUFF: Update URL for Planner Mode and add description.
  Canonicalize URLs for Emacs Muse and Emacs Wiki Mode.

18 years ago(gud-tooltip-tips): Add missing argument to
Nick Roberts [Mon, 15 May 2006 11:17:47 +0000 (11:17 +0000)]
(gud-tooltip-tips): Add missing argument to
call to gdb-tooltip-print.

18 years ago*** empty log message ***
Nick Roberts [Mon, 15 May 2006 11:17:07 +0000 (11:17 +0000)]
*** empty log message ***

18 years ago(dired-guess-shell-gnutar): On GNU and GNU/Linux
Romain Francoise [Mon, 15 May 2006 08:52:17 +0000 (08:52 +0000)]
(dired-guess-shell-gnutar): On GNU and GNU/Linux
systems, default to "tar" since those systems probably have GNU
tar.

18 years ago(Explicit Encoding): Fix typo (encoding<->decoding).
Kenichi Handa [Mon, 15 May 2006 05:57:05 +0000 (05:57 +0000)]
(Explicit Encoding): Fix typo (encoding<->decoding).

18 years ago*** empty log message ***
Kenichi Handa [Mon, 15 May 2006 05:56:50 +0000 (05:56 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Romain Francoise [Mon, 15 May 2006 05:40:39 +0000 (05:40 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Mon, 15 May 2006 03:48:50 +0000 (03:48 +0000)]
*** empty log message ***

18 years ago(mac-utxt-to-string, mac-string-to-utxt)
YAMAMOTO Mitsuharu [Mon, 15 May 2006 03:48:36 +0000 (03:48 +0000)]
(mac-utxt-to-string, mac-string-to-utxt)
(mac-TEXT-to-string, mac-string-to-TEXT): Sync with HEAD.

18 years ago*** empty log message ***
Kenichi Handa [Mon, 15 May 2006 02:49:54 +0000 (02:49 +0000)]
*** empty log message ***

18 years ago(system_eol_type): Fix synching with HEAD.
Kenichi Handa [Mon, 15 May 2006 02:49:33 +0000 (02:49 +0000)]
(system_eol_type): Fix synching with HEAD.

18 years ago(system_eol_type): Sync with HEAD.
Kenichi Handa [Mon, 15 May 2006 02:48:46 +0000 (02:48 +0000)]
(system_eol_type): Sync with HEAD.
(coding_inherit_eol_type): If PARENT is nil, inherit from
system_eol_type.
(syms_of_coding): Initialize system_eol_type.

18 years ago(Fcall_process): Sync with HEAD.
Kenichi Handa [Mon, 15 May 2006 02:47:29 +0000 (02:47 +0000)]
(Fcall_process): Sync with HEAD.

18 years ago(setup_process_coding_systems): Fix synching with
Kenichi Handa [Mon, 15 May 2006 02:47:05 +0000 (02:47 +0000)]
(setup_process_coding_systems): Fix synching with
HEAD.
(read_process_output): Likewise.
(Fset_process_coding_system): Inherit system's eol format if
necessary.

18 years ago(choose_write_coding_system): Fix synching with HEAD.
Kenichi Handa [Mon, 15 May 2006 02:45:49 +0000 (02:45 +0000)]
(choose_write_coding_system): Fix synching with HEAD.

18 years ago(push_key_description): Fix synching with HEAD.
Kenichi Handa [Mon, 15 May 2006 02:45:29 +0000 (02:45 +0000)]
(push_key_description): Fix synching with HEAD.

18 years ago*** empty log message ***
Richard M. Stallman [Sun, 14 May 2006 22:52:37 +0000 (22:52 +0000)]
*** empty log message ***

18 years ago(Creating Buffers): Cleanup.
Richard M. Stallman [Sun, 14 May 2006 22:52:15 +0000 (22:52 +0000)]
(Creating Buffers): Cleanup.

18 years ago(Visiting Functions): Rewrite in find-file-noselect.
Richard M. Stallman [Sun, 14 May 2006 22:50:09 +0000 (22:50 +0000)]
(Visiting Functions): Rewrite in find-file-noselect.

18 years ago(Fnext_single_char_property_change)
Richard M. Stallman [Sun, 14 May 2006 21:55:34 +0000 (21:55 +0000)]
(Fnext_single_char_property_change)
(Fprevious_single_char_property_change):
Don't allow returning value beyond LIMIT in any cases.
(Fnext_char_property_change, Fprevious_char_property_change): Doc fix.

18 years ago(get_local_map): Abort if POSITION outside BEGV, ZV.
Richard M. Stallman [Sun, 14 May 2006 21:53:45 +0000 (21:53 +0000)]
(get_local_map): Abort if POSITION outside BEGV, ZV.

18 years ago(desktop-missing-file-warning): Fix docstring.
Lars Hansen [Sun, 14 May 2006 20:26:37 +0000 (20:26 +0000)]
(desktop-missing-file-warning): Fix docstring.
(desktop-restore-file-buffer): Correct question asked on missing file.

18 years ago* xterm.c (handle_one_xevent): Check that f is not NULL before
Jan Djärv [Sun, 14 May 2006 11:26:20 +0000 (11:26 +0000)]
* xterm.c (handle_one_xevent): Check that f is not NULL before
 calling _XEditResCheckMessages.

18 years ago(handle_one_xevent): Fix crash in 2006-03-24 change.
Kim F. Storm [Sun, 14 May 2006 00:30:46 +0000 (00:30 +0000)]
(handle_one_xevent): Fix crash in 2006-03-24 change.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 14 May 2006 00:30:25 +0000 (00:30 +0000)]
*** empty log message ***

18 years ago(c-forward-subword, c-backward-subword):
Kim F. Storm [Sun, 14 May 2006 00:19:13 +0000 (00:19 +0000)]
(c-forward-subword, c-backward-subword):
Add CUA move property.

18 years ago(x_set_border_width): Fix error message to say "frame", not "window".
Eli Zaretskii [Sat, 13 May 2006 18:32:00 +0000 (18:32 +0000)]
(x_set_border_width): Fix error message to say "frame", not "window".

18 years ago* custom.el (custom-push-theme): Load the variable before checking
Chong Yidong [Sat, 13 May 2006 16:16:43 +0000 (16:16 +0000)]
* custom.el (custom-push-theme): Load the variable before checking
its `standard-value'.

18 years ago(desktop-save): Use with-temp-buffer.
Lars Hansen [Sat, 13 May 2006 13:32:10 +0000 (13:32 +0000)]
(desktop-save): Use with-temp-buffer.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 13 May 2006 10:52:41 +0000 (10:52 +0000)]
*** empty log message ***

18 years ago(Current Buffer): Document that with-temp-buffer disables undo.
Eli Zaretskii [Sat, 13 May 2006 10:52:20 +0000 (10:52 +0000)]
(Current Buffer): Document that with-temp-buffer disables undo.

18 years ago(Terminal-Specific): More accurate description of how Emacs searches for the
Eli Zaretskii [Sat, 13 May 2006 10:48:01 +0000 (10:48 +0000)]
(Terminal-Specific): More accurate description of how Emacs searches for the
terminal-specific libraries.

18 years ago(SOME_MACHINE_LISP): Add fringe.elc.
Eli Zaretskii [Sat, 13 May 2006 10:24:18 +0000 (10:24 +0000)]
(SOME_MACHINE_LISP): Add fringe.elc.

18 years ago(lisp1): Add fringe.elc.
Eli Zaretskii [Sat, 13 May 2006 10:19:36 +0000 (10:19 +0000)]
(lisp1): Add fringe.elc.

18 years ago(Displaying the Diary, Format of Diary File):
Glenn Morris [Sat, 13 May 2006 06:14:31 +0000 (06:14 +0000)]
(Displaying the Diary, Format of Diary File):
Refer to diary-view-entries, diary-list-entries,
diary-show-all-entries rather than obsolete aliases.

18 years ago*** empty log message ***
Glenn Morris [Sat, 13 May 2006 06:14:20 +0000 (06:14 +0000)]
*** empty log message ***

18 years ago(include-other-diary-files, diary-mail-entries): Refer to
Glenn Morris [Sat, 13 May 2006 06:12:10 +0000 (06:12 +0000)]
(include-other-diary-files, diary-mail-entries): Refer to
diary-view-entries, diary-list-entries, diary-show-all-entries rather
than obsolete aliases.

18 years ago(calendar-mode-map, calendar-mouse-3-map): Refer to
Glenn Morris [Sat, 13 May 2006 06:11:29 +0000 (06:11 +0000)]
(calendar-mode-map, calendar-mouse-3-map): Refer to
diary-view-entries, diary-list-entries, diary-show-all-entries rather
than obsolete aliases.

18 years ago(appt-check, appt-make-list): Refer to
Glenn Morris [Sat, 13 May 2006 06:10:44 +0000 (06:10 +0000)]
(appt-check, appt-make-list): Refer to
diary-view-entries, diary-list-entries, diary-show-all-entries
rather than obsolete aliases.

18 years ago(calendar-mode-map): Refer to diary-show-all-entries rather than alias
Glenn Morris [Sat, 13 May 2006 05:32:29 +0000 (05:32 +0000)]
(calendar-mode-map): Refer to diary-show-all-entries rather than alias
show-all-diary-entries.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 12 May 2006 18:45:22 +0000 (18:45 +0000)]
*** empty log message ***

18 years ago[iftex]: Replace @xref's to emacs-xtra with @inforef's.
Eli Zaretskii [Fri, 12 May 2006 18:44:58 +0000 (18:44 +0000)]
[iftex]: Replace @xref's to emacs-xtra with @inforef's.

18 years ago(Standard Hooks) [iftex]: Convert @xref's to emacs-xtra to @inforef's.
Eli Zaretskii [Fri, 12 May 2006 18:37:14 +0000 (18:37 +0000)]
(Standard Hooks) [iftex]: Convert @xref's to emacs-xtra to @inforef's.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 12 May 2006 18:23:44 +0000 (18:23 +0000)]
*** empty log message ***

18 years ago(Buffer Names): Add index entries for buffers whose names begin with a space.
Eli Zaretskii [Fri, 12 May 2006 18:23:23 +0000 (18:23 +0000)]
(Buffer Names): Add index entries for buffers whose names begin with a space.
(Creating Buffers): Document that undo is turned off in buffers whose names
begin with a space.

18 years ago(Undo): Document that undo is turned off in buffers whose names begin with
Eli Zaretskii [Fri, 12 May 2006 18:22:50 +0000 (18:22 +0000)]
(Undo): Document that undo is turned off in buffers whose names begin with
a space.

18 years ago(Visiting Functions, Reading from Files, Saving Buffers): Mention code and EOL
Eli Zaretskii [Fri, 12 May 2006 17:56:34 +0000 (17:56 +0000)]
(Visiting Functions, Reading from Files, Saving Buffers): Mention code and EOL
conversions by file I/O primitives and subroutines.

18 years ago* simple.el (line-move-finish): Fix last fix.
Chong Yidong [Fri, 12 May 2006 17:48:40 +0000 (17:48 +0000)]
* simple.el (line-move-finish): Fix last fix.

18 years ago(Visiting): Fix wording.
Eli Zaretskii [Fri, 12 May 2006 17:44:41 +0000 (17:44 +0000)]
(Visiting): Fix wording.

18 years agoFix last change.
Eli Zaretskii [Fri, 12 May 2006 17:41:17 +0000 (17:41 +0000)]
Fix last change.

18 years ago* simple.el (line-move-finish): Don't call point motion hooks
Chong Yidong [Fri, 12 May 2006 17:39:59 +0000 (17:39 +0000)]
* simple.el (line-move-finish): Don't call point motion hooks
while processing intangibility.

18 years ago* intervals.c (set_point_both): Fix mixup before before and after
Chong Yidong [Fri, 12 May 2006 17:39:39 +0000 (17:39 +0000)]
* intervals.c (set_point_both): Fix mixup before before and after
in variable names.

* editfns.c (Fline_beginning_position): Inhibit point-motion hooks
while setting point temporarily.

18 years ago(terminal-init-xterm): Fix typo.
Dan Nicolaescu [Fri, 12 May 2006 16:18:37 +0000 (16:18 +0000)]
(terminal-init-xterm): Fix typo.

18 years agoERC is now part of Emacs.
Romain Francoise [Fri, 12 May 2006 16:01:47 +0000 (16:01 +0000)]
ERC is now part of Emacs.
Add Emacs Muse.

18 years ago2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
Reiner Steib [Fri, 12 May 2006 15:45:09 +0000 (15:45 +0000)]
2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>

* allout.el: (allout-view-change-hook): Marked as being deprecated,
to be replaced by `allout-exposure-change-hook'.
(allout-exposure-change-hook): New, replacing
`allout-view-change-hook'.
(allout-flag-region): Run new hook `allout-exposure-change-hook',
in addition to `allout-view-change-hook'.
        (allout-show-bodies, allout-old-style-prefixes)
(allout-stylish-prefixes, allout-use-hanging-indents): Quote the
lambda forms to prevent their showing up in variable help
presentations as inscrutable byte-compiled code.
(allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
Use string-or-null-p to qualify safe-local-variable values.
(allout-reindent-bodies): Use memq to qualify matches against
valid safe-local-variable values.  Also, quote the lambda as above.
(allout-use-mode-specific-leader): Add missing candidate-value
symbols, use memq, and quote the lambda.
(allout-overlay-interior-modification-handler): Remove unused
variables `msg' and 'opened'.
(allout-hidden-p): Constrain invisibility consideration to allout's
invisibility spec, disregarding invisibility for other reasons.

18 years ago2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
Reiner Steib [Fri, 12 May 2006 15:44:11 +0000 (15:44 +0000)]
2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>

* NEWS (allout): Update.

18 years ago(ewoc--node-enter-before, ewoc--create-node): Delete funcs.
Thien-Thi Nguyen [Fri, 12 May 2006 15:14:45 +0000 (15:14 +0000)]
(ewoc--node-enter-before, ewoc--create-node): Delete funcs.
(ewoc--insert-new-node): New func.
Update callers of deleted funcs to use it, instead.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 12 May 2006 14:46:34 +0000 (14:46 +0000)]
*** empty log message ***

18 years ago(Coding Systems, Text Coding): More indexing. Mention that C-x RET f can set
Eli Zaretskii [Fri, 12 May 2006 14:46:14 +0000 (14:46 +0000)]
(Coding Systems, Text Coding): More indexing.  Mention that C-x RET f can set
eol conversion.

18 years ago(Lisp and Coding Systems): Document coding-system-eol-type. Add index entries
Eli Zaretskii [Fri, 12 May 2006 14:33:29 +0000 (14:33 +0000)]
(Lisp and Coding Systems): Document coding-system-eol-type.  Add index entries
for eol conversion.

18 years agoFix spelling errors.
Eli Zaretskii [Fri, 12 May 2006 13:11:47 +0000 (13:11 +0000)]
Fix spelling errors.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 12 May 2006 12:38:33 +0000 (12:38 +0000)]
*** empty log message ***

18 years agoSpell-checking the manuals is now done; remove the entry.
Eli Zaretskii [Fri, 12 May 2006 12:38:04 +0000 (12:38 +0000)]
Spell-checking the manuals is now done; remove the entry.

18 years ago(url-http-file-exists-p): Test if status is integer.
Reiner Steib [Fri, 12 May 2006 12:29:36 +0000 (12:29 +0000)]
(url-http-file-exists-p): Test if status is integer.

18 years ago(version-control): Correct safe values.
Reiner Steib [Fri, 12 May 2006 12:29:08 +0000 (12:29 +0000)]
(version-control): Correct safe values.

18 years ago(Defining Faces): Mention `mac', and add an xref to where window-system is
Eli Zaretskii [Fri, 12 May 2006 12:07:43 +0000 (12:07 +0000)]
(Defining Faces): Mention `mac', and add an xref to where window-system is
described.

18 years agoFix spelling errors.
Eli Zaretskii [Fri, 12 May 2006 11:46:15 +0000 (11:46 +0000)]
Fix spelling errors.

18 years ago(ewoc-refresh): Compute PP once before looping.
Thien-Thi Nguyen [Fri, 12 May 2006 07:29:42 +0000 (07:29 +0000)]
(ewoc-refresh): Compute PP once before looping.