bpt/emacs.git
15 years ago* syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
Dan Nicolaescu [Sat, 12 Jul 2008 05:31:23 +0000 (05:31 +0000)]
* syswait.h: Remove old if 0 code.  Do not define WAITTYPE, it was
always defined as int.

* s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
* s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
* s/gnu-linux.h (HAVE_WAIT_HEADER):
* s/freebsd.h (HAVE_WAIT_HEADER):
* s/bsd-common.h (HAVE_UNION_WAIT):
* s/aix4-2.h (HAVE_WAIT_HEADER):
* m/mips.h (HAVE_UNION_WAIT):
* s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
(COFF, static): Do not define, they are undefined later in the file.

* process.c (update_status): Don't use a union.
(status_convert):
(sigchld_handler): Use int instead of WAITTYPE.

* movemail.c (main): Use int instead of WAITTYPE.

15 years ago(Fvertical_motion): Restore hscroll before moving to goal column.
Chong Yidong [Sat, 12 Jul 2008 03:19:38 +0000 (03:19 +0000)]
(Fvertical_motion): Restore hscroll before moving to goal column.

15 years ago* indent.c (Fvertical_motion): Restore hscroll before moving to
Chong Yidong [Sat, 12 Jul 2008 03:19:25 +0000 (03:19 +0000)]
* indent.c (Fvertical_motion): Restore hscroll before moving to
goal column.

15 years ago*** empty log message ***
Jason Rumney [Fri, 11 Jul 2008 23:13:48 +0000 (23:13 +0000)]
*** empty log message ***

15 years ago(file-truename): Get truename of ancestors if file does
Jason Rumney [Fri, 11 Jul 2008 23:08:07 +0000 (23:08 +0000)]
(file-truename): Get truename of ancestors if file does
not exist on Windows.

15 years agoDocument line-move-visual and vertical-motion changes.
Chong Yidong [Fri, 11 Jul 2008 18:18:34 +0000 (18:18 +0000)]
Document line-move-visual and vertical-motion changes.

15 years ago(previous-line, next-line): Update docstring.
Chong Yidong [Fri, 11 Jul 2008 18:11:06 +0000 (18:11 +0000)]
(previous-line, next-line): Update docstring.

15 years ago* simple.el (previous-line, next-line): Update docstring.
Chong Yidong [Fri, 11 Jul 2008 18:10:59 +0000 (18:10 +0000)]
* simple.el (previous-line, next-line): Update docstring.

15 years ago(line-move-visual): Obey goal-column and no-error arg.
Chong Yidong [Fri, 11 Jul 2008 18:07:01 +0000 (18:07 +0000)]
(line-move-visual): Obey goal-column and no-error arg.
(track-eol, temporary-goal-column): Update docstring.
(move-end-of-line, move-beginning-of-line): Bind line-move-visual
to nil.
(line-move-visual): New var.
(line-move-visual): New function.
(line-move): Call line-move-visual.

15 years ago* simple.el (line-move-visual): New var.
Chong Yidong [Fri, 11 Jul 2008 18:06:43 +0000 (18:06 +0000)]
* simple.el (line-move-visual): New var.
(line-move-visual): New function.
(line-move): Call line-move-visual.
(line-move-visual): Obey goal-column and no-error arg.
(track-eol, temporary-goal-column): Update docstring.
(move-end-of-line, move-beginning-of-line): Bind line-move-visual
to nil.

15 years agoRemove left over code.
Dan Nicolaescu [Fri, 11 Jul 2008 14:20:06 +0000 (14:20 +0000)]
Remove left over code.

15 years agoFix logic in last change.
Andreas Schwab [Fri, 11 Jul 2008 11:39:49 +0000 (11:39 +0000)]
Fix logic in last change.

15 years ago* menu.h: New file.
Andreas Schwab [Fri, 11 Jul 2008 11:20:21 +0000 (11:20 +0000)]
* menu.h: New file.
* menu.c: Include it.
* xmenu.c: Likewise.
* Makefile.in: Update dependencies.

15 years ago(fontset_from_font): Cancel the previous change.
Kenichi Handa [Fri, 11 Jul 2008 07:32:32 +0000 (07:32 +0000)]
(fontset_from_font): Cancel the previous change.

15 years ago*** empty log message ***
Dan Nicolaescu [Fri, 11 Jul 2008 02:57:16 +0000 (02:57 +0000)]
*** empty log message ***

15 years ago(grep-files-aliases): Improve the C++ source
Dan Nicolaescu [Fri, 11 Jul 2008 02:44:10 +0000 (02:44 +0000)]
(grep-files-aliases): Improve the C++ source
pattern and add patterns for C++ header files.

15 years ago* lisp.h:
Dan Nicolaescu [Fri, 11 Jul 2008 02:30:26 +0000 (02:30 +0000)]
* lisp.h:
* w32heap.c:
* emacs.c:
* alloc.c: Replace all references of NO_UNION_TYPE with
USE_LISP_UNION_TYPE.

* m/xtensa.h (NO_UNION_TYPE):
* m/vax.h (NO_UNION_TYPE):
* m/template.h (NO_UNION_TYPE):
* m/sparc.h (NO_UNION_TYPE):
* m/mips.h (NO_UNION_TYPE):
* m/macppc.h (NO_UNION_TYPE):
* m/m68k.h (NO_UNION_TYPE):
* m/iris4d.h (NO_UNION_TYPE):
* m/intel386.h (NO_UNION_TYPE):
* m/ibms390x.h (NO_UNION_TYPE):
* m/ibms390.h (NO_UNION_TYPE):
* m/ibmrs6000.h (NO_UNION_TYPE):
* m/ia64.h (NO_UNION_TYPE):
* m/hp800.h (NO_UNION_TYPE):
* m/arm.h (NO_UNION_TYPE):
* m/amdx86-64.h (NO_UNION_TYPE):
* m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
defining it the same.

15 years agoChange the Arabic words apearing in Non-ASCII examples to
Kenichi Handa [Fri, 11 Jul 2008 02:03:23 +0000 (02:03 +0000)]
Change the Arabic words apearing in Non-ASCII examples to
iso-8859-6 characters.

15 years ago(move_it_to): Backtrack if past the edge of a wrapped line.
Chong Yidong [Thu, 10 Jul 2008 23:47:00 +0000 (23:47 +0000)]
(move_it_to): Backtrack if past the edge of a wrapped line.

15 years ago* xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
Chong Yidong [Thu, 10 Jul 2008 23:46:52 +0000 (23:46 +0000)]
* xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.

15 years agoAdd more rules to cyrillic-translit, make
Teodor Zlatanov [Thu, 10 Jul 2008 20:35:31 +0000 (20:35 +0000)]
Add more rules to cyrillic-translit, make
everything postfix.  Adjust to eliminate conflicts.

15 years agoAdd more rules to cyrillic-translit, make
Teodor Zlatanov [Thu, 10 Jul 2008 19:03:27 +0000 (19:03 +0000)]
Add more rules to cyrillic-translit, make
everything postfix, and move ' '' and ` mappings to x.

15 years ago(message-send-mail-with-sendmail): Display the error message.
Stefan Monnier [Thu, 10 Jul 2008 16:06:22 +0000 (16:06 +0000)]
(message-send-mail-with-sendmail): Display the error message.

15 years ago* src/fileio.c:
Dan Nicolaescu [Thu, 10 Jul 2008 15:26:15 +0000 (15:26 +0000)]
* src/fileio.c:
* src/sysdep.c
* src/systty.h:
* src/m/ibmrs6000.h:
* src/m/iris4d.h:
* src/s/aix4-2.h:
* src/s/freebsd.h:
* src/s/gnu-linux.h:
* src/s/hpux10-20.h:
* src/s/hpux11.h:
* src/s/netbsd.h:
* src/s/sol2-3.h:
* src/s/sol2-4.h:
* src/s/sol2.h:
* src/s/usg5-4.h:
* src/s/vms.h: Remove references to unused variables.

15 years ago* configure.in: Remove references to desupported systems.
Dan Nicolaescu [Thu, 10 Jul 2008 15:25:35 +0000 (15:25 +0000)]
* configure.in: Remove references to desupported systems.
* configure: Regenerate.

15 years ago*** empty log message ***
Dan Nicolaescu [Thu, 10 Jul 2008 15:24:23 +0000 (15:24 +0000)]
*** empty log message ***

15 years ago(ftfont_resolve_generic_family): Remove foundry from
Andreas Schwab [Thu, 10 Jul 2008 13:13:21 +0000 (13:13 +0000)]
(ftfont_resolve_generic_family): Remove foundry from
pattern before matching the generic family.

15 years ago* unexec.c:
Dan Nicolaescu [Thu, 10 Jul 2008 06:54:56 +0000 (06:54 +0000)]
* unexec.c:
* m/ia64.h:
* m/hp800.h: Remove dead code.

15 years ago(truncated-partial-width-window-p): New function.
Chong Yidong [Thu, 10 Jul 2008 04:27:32 +0000 (04:27 +0000)]
(truncated-partial-width-window-p): New function.

15 years agoRemove Longlines mode from menu. Add word-wrap option.
Chong Yidong [Thu, 10 Jul 2008 04:27:23 +0000 (04:27 +0000)]
Remove Longlines mode from menu.  Add word-wrap option.

15 years ago* window.el (truncated-partial-width-window-p): New function.
Chong Yidong [Thu, 10 Jul 2008 04:27:05 +0000 (04:27 +0000)]
* window.el (truncated-partial-width-window-p): New function.

* menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.

15 years ago(x-create-frame-with-faces): Don't pass parameters that
Chong Yidong [Thu, 10 Jul 2008 03:32:53 +0000 (03:32 +0000)]
(x-create-frame-with-faces): Don't pass parameters that
are set later to x-create-frame.
(face-set-after-frame-default): Apply X resources for non-default
faces.

15 years ago* faces.el (x-create-frame-with-faces): Don't pass parameters that
Chong Yidong [Thu, 10 Jul 2008 03:31:53 +0000 (03:31 +0000)]
* faces.el (x-create-frame-with-faces): Don't pass parameters that
are set later to x-create-frame.
(face-set-after-frame-default): Apply X resources for non-default
faces.

15 years ago* s/vms.h:
Dan Nicolaescu [Thu, 10 Jul 2008 03:26:06 +0000 (03:26 +0000)]
* s/vms.h:
* s/usg5-4-2.h:
* s/sol2-5.h:
* s/freebsd.h:
* s/darwin.h: Remove dead code.

15 years agoRemove removed var.
Dan Nicolaescu [Thu, 10 Jul 2008 02:53:44 +0000 (02:53 +0000)]
Remove removed var.

15 years ago* m/template.h:
Dan Nicolaescu [Thu, 10 Jul 2008 02:49:28 +0000 (02:49 +0000)]
* m/template.h:
* m/sparc.h:
* m/mips.h:
* m/m68k.h:
* m/iris4d.h:
* m/intel386.h:
* m/ibms390x.h:
* m/ibms390.h:
* m/ia64.h:
* m/hp800.h:
* m/arm.h:
* m/amdx86-64.h: Remove dead code and references to unused
and compiler defined symbols.

15 years ago* unexmips.c:
Dan Nicolaescu [Thu, 10 Jul 2008 02:37:07 +0000 (02:37 +0000)]
* unexmips.c:
* unexelf.c: Remove references to desupported systems.

15 years ago* configure.in: Use macppc for Darwin.
Dan Nicolaescu [Thu, 10 Jul 2008 02:32:56 +0000 (02:32 +0000)]
* configure.in: Use macppc for Darwin.
* configure: Regenerate.

* m/powermac.h: Remove file, it is now identical to m/macppc.h.

15 years agoRemove boilerplate comments.
Dan Nicolaescu [Thu, 10 Jul 2008 02:23:34 +0000 (02:23 +0000)]
Remove boilerplate comments.
(NO_REMAP): Remove unused definition.

15 years ago(UNEXEC, NO_TERMIO): Don't define, the s/ files
Dan Nicolaescu [Thu, 10 Jul 2008 02:19:48 +0000 (02:19 +0000)]
(UNEXEC, NO_TERMIO): Don't define, the s/ files
define them.

15 years ago(xfont_open): Log the reason of failure.
Kenichi Handa [Thu, 10 Jul 2008 01:27:07 +0000 (01:27 +0000)]
(xfont_open): Log the reason of failure.

15 years ago(Fx_create_frame): Doc fix
Jason Rumney [Wed, 9 Jul 2008 15:35:29 +0000 (15:35 +0000)]
(Fx_create_frame): Doc fix

15 years ago* fontset.c (fontset_get_font_group):
Stefan Monnier [Wed, 9 Jul 2008 13:24:10 +0000 (13:24 +0000)]
* fontset.c (fontset_get_font_group):
* font.c (font_check_otf): Specify argument types.

15 years ago(detect_coding_utf_8): Set detect_info->found only when
Kenichi Handa [Wed, 9 Jul 2008 13:06:14 +0000 (13:06 +0000)]
(detect_coding_utf_8): Set detect_info->found only when
non-ASCII char is found.

15 years ago(xfont_text_extents): Fix initial setting of metrics.
Kenichi Handa [Wed, 9 Jul 2008 07:38:55 +0000 (07:38 +0000)]
(xfont_text_extents): Fix initial setting of metrics.

15 years ago(ftfont_text_extents): Fix initial setting of metrics.
Kenichi Handa [Wed, 9 Jul 2008 07:38:38 +0000 (07:38 +0000)]
(ftfont_text_extents): Fix initial setting of metrics.

15 years ago*** empty log message ***
Kenichi Handa [Wed, 9 Jul 2008 02:09:11 +0000 (02:09 +0000)]
*** empty log message ***

15 years ago(xfont_open): Cancel the previous about font->vertical_centering.
Kenichi Handa [Wed, 9 Jul 2008 02:02:14 +0000 (02:02 +0000)]
(xfont_open): Cancel the previous about font->vertical_centering.

15 years ago(font_open_entity): Cancel the previous change.
Kenichi Handa [Wed, 9 Jul 2008 02:00:15 +0000 (02:00 +0000)]
(font_open_entity): Cancel the previous change.

15 years ago(uniscribe_open): Adjust it for the change of
Kenichi Handa [Wed, 9 Jul 2008 00:32:35 +0000 (00:32 +0000)]
(uniscribe_open): Adjust it for the change of
font_make_object.

15 years ago(w32font_open): Adjust it for the change of
Kenichi Handa [Wed, 9 Jul 2008 00:32:22 +0000 (00:32 +0000)]
(w32font_open): Adjust it for the change of
font_make_object.
(w32font_open_internal): Don't set properties of font_object here.

15 years ago(struct xftfont_info): New member ft_size. Make the
Kenichi Handa [Wed, 9 Jul 2008 00:32:01 +0000 (00:32 +0000)]
(struct xftfont_info): New member ft_size.  Make the
member order compatible with struct ftfont_info.
(xftfont_open): Add FC_CHARSET to the pattern.  Set
xftfont_info->ft_size.  Don't unlock the face.  Check BDF
properties if appropriate.
(xftfont_close): Unlock the face.
(xftfont_anchor_point, xftfont_shape): Deleted.
(syms_of_xftfont): Don't set members anchor_point and shape of
xftfont_driver.

15 years ago(struct ftfont_info): New member index, delete member
Kenichi Handa [Wed, 9 Jul 2008 00:31:42 +0000 (00:31 +0000)]
(struct ftfont_info): New member index, delete member
fc_charset_idx.  Make the member order compatible with struct
xftfont_info.
(fc_charset_table): Change charset names to registry names.
(ftfont_pattern_entity): Delete the args registry and
fc_charset_idx.  Change the value of :font-entity property
to (FONTNAME . INDEX).  Always set :registry property to
`iso10646-1'.
(struct ftfont_cache_data): New struct.
(ftfont_lookup_cache): New arg for_face.
(ftfont_get_fc_charset, ftfont_get_otf): New functions.
(ftfont_driver): Set the member otf_capability.
(ftfont_get_charset): Adjust it for the change of
fc_charset_table.
(OTF_TAG_SYM): New macro.
(ftfont_spec_pattern): Delete the arg fc_charset_idx.  Adjust it
for the change of fc_charset_table.
(ftfont_list): Adjust it for the change of ftfont_spec_pattern and
ftfont_pattern_entity.  Add FC_INDEX to objset.
(ftfont_match): Adjust it for the change of ftfont_spec_pattern
and ftfont_pattern_entity.
(ftfont_open): Adjust it for the change of ftfont_lookup_cache,
font_make_object, struct ftfont_info.
(ftfont_has_char): Use ftfont_get_fc_charset.
(ftfont_otf_features, ftfont_otf_capability): New functions.
(ftfont_shape): Use ftfont_get_otf.

15 years ago(xfont_open): Adjust it for the change of
Kenichi Handa [Wed, 9 Jul 2008 00:31:26 +0000 (00:31 +0000)]
(xfont_open): Adjust it for the change of
font_make_object.  Don't check Vvertical_centering_font_regexp
here.

15 years ago(font_make_object): New arg entity and pixelsize.
Kenichi Handa [Wed, 9 Jul 2008 00:30:18 +0000 (00:30 +0000)]
(font_make_object): New arg entity and pixelsize.
(font_check_otf_features, font_check_otf): New functions.
(font_match_p): Check :lang, :script, and :otf properties.
(font_open_entity): Set the member vertical_centering of struct
font.

15 years agoInclude FT_BDF_H.
Kenichi Handa [Wed, 9 Jul 2008 00:29:47 +0000 (00:29 +0000)]
Include FT_BDF_H.

15 years ago(font_make_object, font_match_p): Adjust prototypes.
Kenichi Handa [Wed, 9 Jul 2008 00:29:23 +0000 (00:29 +0000)]
(font_make_object, font_match_p): Adjust prototypes.

15 years ago(fontset_compare_rfontdef): Fix plus/minus.
Kenichi Handa [Wed, 9 Jul 2008 00:29:03 +0000 (00:29 +0000)]
(fontset_compare_rfontdef): Fix plus/minus.
(reorder_font_vector): Change the arg preferred_family to font.
Prefer the spec matching with font.
(fontset_get_font_group): New function.
(fontset_find_font): Change the format of an element of a realized
fontset.  Use fontset_get_font_group.
(fontset_font): Try the current fontset, the default fontset, the
fallbacks of the current fonset, and the fallbacks of the default
fontset in this order.
(face_for_char): Delete the shortcut to use the current font.
(fontset_from_font): Don't set fonts for Latin in the fontset.

15 years ago(x_create_tip_frame): Pass parameter argument to
Chong Yidong [Tue, 8 Jul 2008 17:31:06 +0000 (17:31 +0000)]
(x_create_tip_frame): Pass parameter argument to
face-set-after-frame-default.

15 years ago* macfns.c (x_create_tip_frame):
Chong Yidong [Tue, 8 Jul 2008 17:29:35 +0000 (17:29 +0000)]
* macfns.c (x_create_tip_frame):
* w32fns.c (x_create_tip_frame):
* xfns.c (x_create_tip_frame): Pass parameter argument to
face-set-after-frame-default.

15 years ago(Finternal_merge_in_global_face): Save merged attributes for the
Chong Yidong [Tue, 8 Jul 2008 17:27:28 +0000 (17:27 +0000)]
(Finternal_merge_in_global_face): Save merged attributes for the
default face back into the face vector.

15 years ago* xfaces.c (Finternal_merge_in_global_face): Save merged
Chong Yidong [Tue, 8 Jul 2008 17:27:19 +0000 (17:27 +0000)]
* xfaces.c (Finternal_merge_in_global_face): Save merged
attributes for the default face back into the face vector.

15 years ago(face-set-after-frame-default): Simplify. Don't apply
Chong Yidong [Tue, 8 Jul 2008 17:27:04 +0000 (17:27 +0000)]
(face-set-after-frame-default): Simplify.  Don't apply
frame-specific X resource settings.  Set faces using a list of
frame parameters explicitly passed to the calling
function (e.g. make-frame).
(x-create-frame-with-faces, tty-create-frame-with-faces): Supply
explicit frame parameter list to face-set-after-frame-default.

15 years ago* faces.el (face-set-after-frame-default): Simplify. Don't apply
Chong Yidong [Tue, 8 Jul 2008 17:26:36 +0000 (17:26 +0000)]
* faces.el (face-set-after-frame-default): Simplify.  Don't apply
frame-specific X resource settings.  Set faces using a list of
frame parameters explicitly passed to the calling
function (e.g. make-frame).
(x-create-frame-with-faces, tty-create-frame-with-faces): Supply
explicit frame parameter list to face-set-after-frame-default.

15 years ago* net/browse-url.el (browse-url-default-browser): Fix argument list in lambda.
Juanma Barranquero [Tue, 8 Jul 2008 14:45:36 +0000 (14:45 +0000)]
* net/browse-url.el (browse-url-default-browser): Fix argument list in lambda.

15 years ago* fontset.h: Declare fontset_from_font. Don't declare
Andreas Schwab [Tue, 8 Jul 2008 11:54:10 +0000 (11:54 +0000)]
* fontset.h: Declare fontset_from_font.  Don't declare
new_fontset_from_font and fontset_from_font_name.
* xterm.c: Include "fontset.h".
* Makefile.in (xterm.o): Update dependencies.

15 years agoUse __sparc__ rather than sparc. (Bug#507.)
Glenn Morris [Tue, 8 Jul 2008 07:03:07 +0000 (07:03 +0000)]
Use __sparc__ rather than sparc.  (Bug#507.)

15 years ago(Qinhibit_face_set_after_frame_default): Var deleted.
Chong Yidong [Mon, 7 Jul 2008 20:39:00 +0000 (20:39 +0000)]
(Qinhibit_face_set_after_frame_default): Var deleted.
(x_set_frame_parameters): Don't bind it.

15 years ago* frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
Chong Yidong [Mon, 7 Jul 2008 20:37:37 +0000 (20:37 +0000)]
* frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
(x_set_frame_parameters): Don't bind it.

15 years agonewsticker: handle url-retrieve errors.
Ulf Jasper [Mon, 7 Jul 2008 17:34:38 +0000 (17:34 +0000)]
newsticker: handle url-retrieve errors.

15 years ago(vc-dir-refresh): Only update files.
Dan Nicolaescu [Mon, 7 Jul 2008 16:59:39 +0000 (16:59 +0000)]
(vc-dir-refresh): Only update files.

15 years ago(vc-git--ls-files-state): Remove unused function.
Dan Nicolaescu [Mon, 7 Jul 2008 16:35:48 +0000 (16:35 +0000)]
(vc-git--ls-files-state): Remove unused function.

15 years ago(vc-bzr-after-dir-status): Deal with execute bit changes.
Dan Nicolaescu [Mon, 7 Jul 2008 16:34:14 +0000 (16:34 +0000)]
(vc-bzr-after-dir-status): Deal with execute bit changes.

15 years ago* w32fns.c (map_w32_filename): Declare extern.
Juanma Barranquero [Mon, 7 Jul 2008 14:39:35 +0000 (14:39 +0000)]
* w32fns.c (map_w32_filename): Declare extern.

15 years ago(WS_EX_LAYERED): Define if not already.
Jason Rumney [Mon, 7 Jul 2008 10:59:46 +0000 (10:59 +0000)]
(WS_EX_LAYERED): Define if not already.

15 years agoFix typo.
Juanma Barranquero [Mon, 7 Jul 2008 09:57:21 +0000 (09:57 +0000)]
Fix typo.

15 years ago(kermit-esc-char, kermit-clean-off): Doc fixes.
John Paul Wallington [Sun, 6 Jul 2008 14:39:49 +0000 (14:39 +0000)]
(kermit-esc-char, kermit-clean-off): Doc fixes.

15 years ago(set_font_frame_param): Don't try to set the font parameter if it is
Chong Yidong [Sun, 6 Jul 2008 03:51:06 +0000 (03:51 +0000)]
(set_font_frame_param): Don't try to set the font parameter if it is
still unspecified in the lface.

15 years ago* xfaces.c (set_font_frame_param): Don't try to set the font
Chong Yidong [Sun, 6 Jul 2008 03:50:54 +0000 (03:50 +0000)]
* xfaces.c (set_font_frame_param): Don't try to set the font
parameter if it is still unspecified in the lface.

15 years ago* makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove vmsproc.el and vms-patch.el.
Juanma Barranquero [Sat, 5 Jul 2008 22:49:10 +0000 (22:49 +0000)]
* makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove vmsproc.el and vms-patch.el.

15 years ago(Finternal_merge_in_global_face): Don't realize default face if it
Chong Yidong [Sat, 5 Jul 2008 21:16:05 +0000 (21:16 +0000)]
(Finternal_merge_in_global_face): Don't realize default face if it
didn't already exist.

15 years ago* xfaces.c (Finternal_merge_in_global_face): Don't realize default
Chong Yidong [Sat, 5 Jul 2008 21:15:39 +0000 (21:15 +0000)]
* xfaces.c (Finternal_merge_in_global_face): Don't realize default
face if it didn't already exist.

15 years ago(EMACS): Doc fix.
Glenn Morris [Sat, 5 Jul 2008 20:01:11 +0000 (20:01 +0000)]
(EMACS): Doc fix.
(lisp): There are no *.dat or image files here any more.
(src): There are no *.s files here any more.
(etc/images, etc/images/*): Link to most regular files.

15 years agoComments.
Glenn Morris [Sat, 5 Jul 2008 19:14:20 +0000 (19:14 +0000)]
Comments.

15 years ago* vc-git.el (vc-git-registered): Return true for removed files.
Alexandre Julliard [Sat, 5 Jul 2008 18:42:07 +0000 (18:42 +0000)]
* vc-git.el (vc-git-registered): Return true for removed files.
(vc-git-print-log, vc-git-log-view-mode): Print a single log for
all the files instead of one per file.
(vc-git-previous-revision): Add support for project-wide previous
revision when specified file is nil.

15 years ago* vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
Dan Nicolaescu [Sat, 5 Jul 2008 18:27:16 +0000 (18:27 +0000)]
* vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.

15 years ago(try_window_id): Give up if word-wrapping is on.
Chong Yidong [Sat, 5 Jul 2008 18:22:56 +0000 (18:22 +0000)]
(try_window_id): Give up if word-wrapping is on.

15 years ago* xdisp.c (try_window_id): Give up if word-wrapping is on.
Chong Yidong [Sat, 5 Jul 2008 18:22:46 +0000 (18:22 +0000)]
* xdisp.c (try_window_id): Give up if word-wrapping is on.

15 years ago* vc-dir.el (vc-dir-find-child-files): New function.
Dan Nicolaescu [Sat, 5 Jul 2008 18:09:32 +0000 (18:09 +0000)]
* vc-dir.el (vc-dir-find-child-files): New function.
(vc-dir-resync-directory-files): New function.
(vc-dir-recompute-file-state): New function, broken out of ...
(vc-dir-resynch-file): ... here.  Also deal with directories.
* vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
(vc-resynch-buffer): Use it.

15 years ago*** empty log message ***
Dan Nicolaescu [Sat, 5 Jul 2008 18:04:26 +0000 (18:04 +0000)]
*** empty log message ***

15 years ago(vc-hg-registered): Do not set vc-state.
Dan Nicolaescu [Sat, 5 Jul 2008 18:03:56 +0000 (18:03 +0000)]
(vc-hg-registered): Do not set vc-state.

15 years ago(vc-annotate-mode-menu): Add separator.
Dan Nicolaescu [Sat, 5 Jul 2008 18:03:02 +0000 (18:03 +0000)]
(vc-annotate-mode-menu): Add separator.

15 years ago(get_it_property): Move out of HAVE_WINDOW_SYSTEM
Andreas Schwab [Sat, 5 Jul 2008 09:45:56 +0000 (09:45 +0000)]
(get_it_property): Move out of HAVE_WINDOW_SYSTEM
section.

15 years ago(gud-gdb-get-stackframe): Allow absolute
Nick Roberts [Sat, 5 Jul 2008 09:36:39 +0000 (09:36 +0000)]
(gud-gdb-get-stackframe): Allow absolute
filenames in stack trace (text command mode).

15 years ago(gdb-display-buffer): Don't split a buffer
Nick Roberts [Sat, 5 Jul 2008 09:35:01 +0000 (09:35 +0000)]
(gdb-display-buffer): Don't split a buffer
if it's not part of gdb-ui, e.g, at start.

15 years ago*** empty log message ***
Nick Roberts [Sat, 5 Jul 2008 09:33:35 +0000 (09:33 +0000)]
*** empty log message ***

15 years ago(IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if word-wrapping.
Chong Yidong [Sat, 5 Jul 2008 05:31:12 +0000 (05:31 +0000)]
(IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if word-wrapping.
(IT_DISPLAYING_WHITESPACE): New macro.
(move_it_in_display_line_to): Handle MOVE_TO_X requests properly
when word-wrapping.  Simplify word-wrapping logic.  Use correct
pixel positions when saving copies of the iterator.
(display_line): Use proper wrap point if the last character on a
line was preceded by whitespace.

15 years ago* xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
Chong Yidong [Sat, 5 Jul 2008 05:30:46 +0000 (05:30 +0000)]
* xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
word-wrapping.
(IT_DISPLAYING_WHITESPACE): New macro.
(move_it_in_display_line_to): Handle MOVE_TO_X requests properly
when word-wrapping.  Simplify word-wrapping logic.  Use correct
pixel positions when saving copies of the iterator.
(display_line): Use proper wrap point if the last character on a
line was preceded by whitespace.

15 years ago(mouse-drag-throw, mouse-drag-drag): Autoload.
Stefan Monnier [Sat, 5 Jul 2008 04:27:37 +0000 (04:27 +0000)]
(mouse-drag-throw, mouse-drag-drag): Autoload.

15 years ago(sgml-font-lock-syntactic-keywords):
Stefan Monnier [Sat, 5 Jul 2008 04:26:11 +0000 (04:26 +0000)]
(sgml-font-lock-syntactic-keywords):
Use syntax-ppss on a position *before* the char we want to change.