aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* * xdisp.c (extend_face_to_end_of_line): Fix last change.Chong Yidong2008-06-261-0/+4
|
* (FONT_AVG_WIDTH): Remove obsolete macro.Jason Rumney2008-06-262-5/+5
| | | | (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
* * src/Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.Juanma Barranquero2008-06-262-19/+23
| | | | * lib-src/makefile.w32-in (obj): Remove w32bdf.o.
* * w32bdf.c, w32bdf.h: Remove obsolete files.Jason Rumney2008-06-269-1149/+54
| | | | | | | | | | | | | | | | | | | | | | | | * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c. * w32gui.h: Don't include w32bdf.h. (XCharStruct, enum w32_char_font_type, W32FontStruct): Remove obsolete font support. * w32font.h (struct w32font_info): Remove compat_w32_font. Add hfont member. (FONT_COMPAT): Remove obsolete macro. * w32font.c (w32font_close): Remove compat code. Delete hfont member. (w32font_encode_char, w32font_text_extents): Use new hfont member. (w32font_open_internal): Remove compat code. Set new hfont member. (Fx_select_font): Use new hfont member. * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape): (uniscribe_encode_char): Use new hfont member. * w32term.c (x_draw_glyph_string_foreground): (x_draw_composite_glyph_string_foreground): Use new hfont member. (x_draw_glyph_string): Use metrics in w32font_info.
* (handle_auto_composed_prop): Fix for the terminal case.Kenichi Handa2008-06-262-3/+9
|
* Comment fixes.Glenn Morris2008-06-261-3/+3
|
* * unexnext.c:Dan Nicolaescu2008-06-2673-4342/+693
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * m/ews4800.h: * m/hp9000s300.h: * m/ibm370aix.h: * m/mips-siemens.h: * m/ncr386.h: * m/next.h: * m/pmax.h: * m/powerpcle.h: * m/tandem-s2.h: * s/386bsd.h: * s/bsd386.h: * s/bsd4-1.h: * s/bsd4-2.h: * s/bsdos2-1.h: * s/bsdos2.h: * s/bsdos3.h: * s/bsdos4.h: * s/nextstep.h: * s/ultrix4-3.h: * s/usg5-0.h: * s/usg5-2-2.h: * s/usg5-2.h: * s/usg5-4-3.h: * s/ux4800.h: * s/uxpds.h: * s/uxpv.h: Remove support for obsolete systems. * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h: Remove, insert contents in s/hpux-10.20.h * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h: Remove, insert contents in s/aix-4.2.h * s/usg5-3.h: Remove, insert contents in s/usg5-4.h. * s/bsd4-3.h: Rename to .. * s/bsd-common.h: ... this. * src/data.c: * src/doc.c: * src/ecrt0.c: * src/emacs.c: * src/fileio.c: * src/floatfns.c: * src/keyboard.c: * src/mem-limits.h: * src/print.c: * src/process.c: * src/sysdep.c: * src/syssignal.h: * src/systty.h: * src/syswait.h: * src/term.c: * src/unexec.c: * src/unexelf.c: * src/unexhp9k800.c: * src/m/hp800.h: * src/m/ibmrs6000.h: * src/m/mips.h: * src/m/vax.h: * src/s/darwin.h: * src/s/freebsd.h: * src/s/gnu.h: * src/s/ms-w32.h: * src/s/msdos.h: * src/s/netbsd.h: * src/s/template.h: Remove references to obsolete variables. * Makefile.in: Add dependencies for all unexec files. (admindir): Remove unused variable. (UNEXEC_SRC): Remove references. * config.nt: Remove reference to UNEXEC_SRC. * lwlib.c: Remove references to obsolete variables. * fakemail.c: Remove references to obsolete variables. * os.texi: Remove references to obsolete systems. * configure.in: * configure: Remove references to obsolete systems.
* Fix last change, using "monospace" rather than "Monospace".Chong Yidong2008-06-251-1/+1
|
* (x_default_font_parameter): If Xft is available, first tryChong Yidong2008-06-251-3/+6
| | | | Monospace-12 for the default font.
* * xfns.c (x_default_font_parameter): If Xft is available, firstChong Yidong2008-06-251-0/+5
| | | | try Monospace-12 for the default font.
* (get_glyph_face_and_encoding): Encode invalid glyphs as 0.Jason Rumney2008-06-252-1/+5
|
* (Fbyte_code): Disable debugging code that doesn't compile.Stefan Monnier2008-06-252-1/+3
|
* (syms_of_buffer): Remove default-word-wrap.Stefan Monnier2008-06-252-5/+4
|
* Fix typos.Juanma Barranquero2008-06-251-1/+1
|
* (Fstring_to_unibyte): Fix the previous change.Kenichi Handa2008-06-251-1/+1
|
* * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.Juanma Barranquero2008-06-253-16/+23
| | | | | | <scroll-conservatively>: Fix typo in docstring. * xselect.c (Fx_send_client_event): Doc fix.
* Comment typo.Glenn Morris2008-06-251-1/+1
|
* Remove witness-emacs.Glenn Morris2008-06-251-1/+0
|
* (Fx_list_fonts): Call Flist_fonts with the arg PREFER.Kenichi Handa2008-06-252-1/+8
|
* (font_parse_fcname): Remove unused variables.Kenichi Handa2008-06-251-26/+20
| | | | | | (font_sort_entites): Delete the arg SPEC. Caller changed. Fix for the case of ! best_only. (font_delete_unmatched): Check DPI and AVGWIDTH too.
* *** empty log message ***Kenichi Handa2008-06-251-0/+11
|
* (Fstring_to_unibyte): Fix typo in docstring.Kenichi Handa2008-06-251-1/+1
|
* (Fstring_to_unibyte): EXFUN it.Kenichi Handa2008-06-251-0/+1
|
* (str_to_unibyte): Extern it.Kenichi Handa2008-06-251-0/+2
|
* (str_to_unibyte): New function.Kenichi Handa2008-06-251-0/+32
|
* (Fstring_to_unibyte): New function.Kenichi Handa2008-06-251-0/+30
| | | | (syms_of_fns): Defsubr it.
* *** empty log message ***Kenichi Handa2008-06-251-0/+6
|
* Fix thinko.Andreas Schwab2008-06-242-2/+2
|
* (bootstrap-clean): Do what distclean does but don't removeAndreas Schwab2008-06-242-8/+14
| | | | | Makefile. (distclean): Depend on bootstrap-clean and remove Makefile.
* (${lispsource}/loaddefs.el): Renamed fromAndreas Schwab2008-06-242-1/+6
| | | | ../lisp/loaddefs.el.
* (Vtruncate_partial_width_windows): New Lisp_Object, replacingChong Yidong2008-06-241-55/+198
| | | | | | | | | | | | | truncate_partial_width_windows. (init_iterator): If Vtruncate_partial_width_windows is an integer, truncate only if the window width is below that integer. (start_display. resize_mini_window, produce_stretch_glyph) (display_string, move_it_in_display_line_to): Use line_wrap. (back_to_previous_visible_line_start, reseat_1): Reset string_from_display_prop_p. (display_line): Extend default face to end of line when wrapping. (display_line, move_it_in_display_line_to): Add ability to wrap continued lines at word boundaries.
* (compute_motion): Obey integer values of truncate-partial-width-windows.Chong Yidong2008-06-241-4/+14
|
* (direct_output_for_insert): Avoid direct output when inserting a spaceChong Yidong2008-06-241-0/+1
| | | | with word wrap on.
* Replace truncate_partial_width_windows withChong Yidong2008-06-241-2/+2
| | | | Vtruncate_partial_width_windows.
* (struct it): Replace bool truncate_lines_p with a line_wrap enumChong Yidong2008-06-241-2/+9
| | | | possessing three possible values.
* (syms_of_buffer): New variables default-word-wrap and word-wrap.Chong Yidong2008-06-241-0/+16
| | | | (init_buffer_once): Initialize them.
* (struct buffer): New member word_wrap.Chong Yidong2008-06-241-0/+2
|
* * buffer.h (struct buffer): New member word_wrap.Chong Yidong2008-06-241-1/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * buffer.c (syms_of_buffer): New variables default-word-wrap and word-wrap. (init_buffer_once): Initialize them. * dispextern.h (struct it): Replace bool truncate_lines_p with a line_wrap enum possessing three possible values. * termopts.h: Replace truncate_partial_width_windows with Vtruncate_partial_width_windows. * dispnew.c (direct_output_for_insert): Avoid direct output when inserting a space with word wrap on. * indent.c (compute_motion): Obey integer values of truncate-partial-width-windows. * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object, replacing truncate_partial_width_windows. (init_iterator): If Vtruncate_partial_width_windows is an integer, truncate only if the window width is below that integer. (start_display. resize_mini_window, produce_stretch_glyph) (display_string, move_it_in_display_line_to): Use line_wrap. (back_to_previous_visible_line_start, reseat_1): Reset string_from_display_prop_p. (display_line): Extend default face to end of line when wrapping. (display_line, move_it_in_display_line_to): Add ability to wrap continued lines at word boundaries.
* (Ffont_face_attributes): Multiply pixel size before pointJason Rumney2008-06-242-1/+6
| | | | conversion to avoid multiplying rounding error.
* (PIXEL_TO_POINT): Clarify usage in comment.Jason Rumney2008-06-241-2/+5
|
* (font_score): Even if the PIXEL_SIZE is the same, checkKenichi Handa2008-06-241-3/+2
| | | | | DPI too. (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
* Fix typos.Juanma Barranquero2008-06-241-11/+9
|
* * w32term.c (x_draw_glyph_string_background)Jason Rumney2008-06-233-15/+8
| | | | | | (x_draw_glyph_string): Remove old bdf font code. * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
* (font_find_for_lface): Try the adstyle specified in the property ofKenichi Handa2008-06-222-5/+34
| | | | LFACE_FONT of LFACE (if any).
* (x_set_frame_alpha): Add x_catch_errors for bug#437.Stefan Monnier2008-06-222-6/+17
|
* * Makefile.in ${SUBDIR}: Pass additional BOOTSTRAPEMACS argument.Stefan Monnier2008-06-222-21/+36
| | | | | | | | | | * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el): Use $(BOOTSTRAPEMACS) rather than witness-emacs. (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it. (witness-emacs): Remove. (lisp, shortlisp): Move loaddefs.el earlier. (mostlyclean): Forget about witness-emacs. * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
* (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.Glenn Morris2008-06-222-0/+3
|
* (witness-emacs): Depend on temacs${EXEEXT}.Glenn Morris2008-06-222-1/+5
|
* Add witness-emacs.Glenn Morris2008-06-211-0/+1
|
* (witness-emacs): Tell lisp to use bootstrap-emacs.Stefan Monnier2008-06-211-1/+1
|