]> git.eshelyaron.com Git - emacs.git/log
emacs.git
16 years ago(solar-sunrises-buffer): New constant.
Glenn Morris [Thu, 26 Jun 2008 22:30:01 +0000 (22:30 +0000)]
(solar-sunrises-buffer): New constant.
(calendar-mode-map): Use cal-menu-sunmoon-menu.
(calendar-buffer-list): Add solar-sunrises-buffer.

16 years ago(cal-menu-sunmoon-menu): Rename from cal-menu-moon-menu. Add
Glenn Morris [Thu, 26 Jun 2008 22:29:15 +0000 (22:29 +0000)]
(cal-menu-sunmoon-menu): Rename from cal-menu-moon-menu.  Add
calendar-sunrise-sunset-month.
(cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.

(cal-menu-goto-menu): Tweak menu name.

16 years ago(solar-sunrise-sunset-string): Add optional argument `nolocation'.
Glenn Morris [Thu, 26 Jun 2008 22:28:24 +0000 (22:28 +0000)]
(solar-sunrise-sunset-string): Add optional argument `nolocation'.
(calendar-sunrise-sunset-month): New function.

16 years ago* w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
Jason Rumney [Thu, 26 Jun 2008 22:11:25 +0000 (22:11 +0000)]
* w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.

* w32term.c (x_draw_glyph_string_foreground):
(x_draw_composite_glyph_string_foreground): Sync with xterm.c.
Use FONT_HANDLE macro.
(x_draw_glyph_string): Use FONT_TEXTMETRIC macro.

* w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape):
(uniscribe_encode_char): Use FONT_HANDLE macro.

* w32font.c (Fx_select_font): Use FONT_HANDLE macro.
(w32font_text_extents): Use precast w32_font.
(w32font_close): Free cached metrics.
(w32font_open_internal): Allocate space for name on stack.

16 years ago(extend_face_to_end_of_line): Fix last change.
Chong Yidong [Thu, 26 Jun 2008 21:37:42 +0000 (21:37 +0000)]
(extend_face_to_end_of_line): Fix last change.

16 years ago* xdisp.c (extend_face_to_end_of_line): Fix last change.
Chong Yidong [Thu, 26 Jun 2008 21:37:32 +0000 (21:37 +0000)]
* xdisp.c (extend_face_to_end_of_line): Fix last change.

16 years agoDocumented shift-select-mode.
Chong Yidong [Thu, 26 Jun 2008 19:49:45 +0000 (19:49 +0000)]
Documented shift-select-mode.

16 years agoChcked mark.texi
Chong Yidong [Thu, 26 Jun 2008 19:33:14 +0000 (19:33 +0000)]
Chcked mark.texi

16 years ago(Shift selection): New node.
Chong Yidong [Thu, 26 Jun 2008 19:31:01 +0000 (19:31 +0000)]
(Shift selection): New node.
(Mark): Copyedits.
(Persistent Mark): Move to the end of the chapter.

16 years ago* mark.texi (Shift selection): New node.
Chong Yidong [Thu, 26 Jun 2008 19:30:54 +0000 (19:30 +0000)]
* mark.texi (Shift selection): New node.
(Mark): Copyedits.
(Persistent Mark): Move to the end of the chapter.

16 years agoAdd customization types for word-wrap and shift-select-mode.
Chong Yidong [Thu, 26 Jun 2008 19:29:43 +0000 (19:29 +0000)]
Add customization types for word-wrap and shift-select-mode.

16 years ago* cus-start.el: Add customization types for word-wrap and
Chong Yidong [Thu, 26 Jun 2008 19:27:51 +0000 (19:27 +0000)]
* cus-start.el: Add customization types for word-wrap and
shift-select-mode.

16 years agoAdd manual checking list.
Chong Yidong [Thu, 26 Jun 2008 17:50:48 +0000 (17:50 +0000)]
Add manual checking list.

16 years agoRearrange items, and delete some duplicates.
Chong Yidong [Thu, 26 Jun 2008 17:26:15 +0000 (17:26 +0000)]
Rearrange items, and delete some duplicates.

16 years ago(FONT_AVG_WIDTH): Remove obsolete macro.
Jason Rumney [Thu, 26 Jun 2008 16:20:49 +0000 (16:20 +0000)]
(FONT_AVG_WIDTH): Remove obsolete macro.
(CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.

16 years ago(ibuffer-diff-buffer-with-file-1): New function.
John Paul Wallington [Thu, 26 Jun 2008 15:26:58 +0000 (15:26 +0000)]
(ibuffer-diff-buffer-with-file-1): New function.
(ibuffer-diff-with-file): Use it.  Do diff on marked buffers
(ibuffer-mark-on-buffer): Don't display message when removing marks.
(ibuffer-mark-by-mode): Use `buffer-local-value'.

16 years ago* src/Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
Juanma Barranquero [Thu, 26 Jun 2008 11:57:58 +0000 (11:57 +0000)]
* src/Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
* lib-src/makefile.w32-in (obj): Remove w32bdf.o.

16 years ago* w32bdf.c, w32bdf.h: Remove obsolete files.
Jason Rumney [Thu, 26 Jun 2008 10:48:28 +0000 (10:48 +0000)]
* w32bdf.c, w32bdf.h: Remove obsolete files.

* 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.

16 years agoFix typo.
Juanma Barranquero [Thu, 26 Jun 2008 10:08:42 +0000 (10:08 +0000)]
Fix typo.

16 years ago(encode-coding-char): Fix for ASCII characters.
Kenichi Handa [Thu, 26 Jun 2008 07:37:15 +0000 (07:37 +0000)]
(encode-coding-char): Fix for ASCII characters.

16 years ago(terminal-composition-function): Fix previous change.
Kenichi Handa [Thu, 26 Jun 2008 07:26:39 +0000 (07:26 +0000)]
(terminal-composition-function): Fix previous change.

16 years ago(handle_auto_composed_prop): Fix for the terminal case.
Kenichi Handa [Thu, 26 Jun 2008 07:25:25 +0000 (07:25 +0000)]
(handle_auto_composed_prop): Fix for the terminal case.

16 years ago(bookmark-make-record-default): Fix declaration.
Glenn Morris [Thu, 26 Jun 2008 07:19:01 +0000 (07:19 +0000)]
(bookmark-make-record-default): Fix declaration.

16 years ago(calendar-check-holidays): Declare rather than autoloading.
Glenn Morris [Thu, 26 Jun 2008 07:16:38 +0000 (07:16 +0000)]
(calendar-check-holidays): Declare rather than autoloading.
(diary-show-holidays-flag): Remove unneeded declaration.

16 years ago(calendar-cursor-to-date): Handle case where event-start is nil.
Glenn Morris [Thu, 26 Jun 2008 07:08:01 +0000 (07:08 +0000)]
(calendar-cursor-to-date): Handle case where event-start is nil.

16 years ago(cal-menu-moon-menu): Add sunrise/sunset.
Glenn Morris [Thu, 26 Jun 2008 07:06:27 +0000 (07:06 +0000)]
(cal-menu-moon-menu): Add sunrise/sunset.

16 years ago(calendar-intermonth-header, calendar-intermonth-text): Move earlier in file.
Glenn Morris [Thu, 26 Jun 2008 06:57:29 +0000 (06:57 +0000)]
(calendar-intermonth-header, calendar-intermonth-text): Move earlier in file.
(calendar-print-other-dates): Store result of calendar-other-dates.

16 years agoRemove unused defines.
Dan Nicolaescu [Thu, 26 Jun 2008 06:29:04 +0000 (06:29 +0000)]
Remove unused defines.

16 years ago*** empty log message ***
Dan Nicolaescu [Thu, 26 Jun 2008 06:04:59 +0000 (06:04 +0000)]
*** empty log message ***

16 years ago* vc-dir.el (tool-bar): Require.
Dan Nicolaescu [Thu, 26 Jun 2008 05:16:49 +0000 (05:16 +0000)]
* vc-dir.el (tool-bar): Require.

* vc.el (ewoc, tool-bar): Do no require.

16 years agoComment fixes.
Glenn Morris [Thu, 26 Jun 2008 05:04:23 +0000 (05:04 +0000)]
Comment fixes.

16 years ago(cal-menu-context-mouse-menu): Add some :keys.
Glenn Morris [Thu, 26 Jun 2008 05:02:04 +0000 (05:02 +0000)]
(cal-menu-context-mouse-menu): Add some :keys.

16 years ago(calendar-cursor-holidays): Handle mouse events.
Glenn Morris [Thu, 26 Jun 2008 04:54:37 +0000 (04:54 +0000)]
(calendar-cursor-holidays): Handle mouse events.

16 years ago(calendar-mouse-holidays): Remove function.
Glenn Morris [Thu, 26 Jun 2008 04:54:12 +0000 (04:54 +0000)]
(calendar-mouse-holidays): Remove function.
(cal-menu-context-mouse-menu): Use calendar-cursor-holidays.

16 years ago* unexnext.c:
Dan Nicolaescu [Thu, 26 Jun 2008 04:24:54 +0000 (04:24 +0000)]
* unexnext.c:
* 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.

16 years ago(terminal-composition-base-character-p): New
Kenichi Handa [Thu, 26 Jun 2008 04:17:19 +0000 (04:17 +0000)]
(terminal-composition-base-character-p): New
funciton.
(terminal-composition-function): Use
terminal-composition-base-character-p.  Include the base character
in the composition.
(auto-compose-chars): Don't check font-object for terminal
display.

16 years ago(calendar-iso-from-absolute): Add autoload cookie.
Glenn Morris [Thu, 26 Jun 2008 03:43:18 +0000 (03:43 +0000)]
(calendar-iso-from-absolute): Add autoload cookie.

16 years ago(cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
Glenn Morris [Thu, 26 Jun 2008 03:42:12 +0000 (03:42 +0000)]
(cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
(cal-menu-goto-menu, cal-menu-scroll-menu): Add doc strings.

(calendar-mouse-print-dates): Remove function.
(cal-menu-context-mouse-menu): Use calendar-print-other-dates.

16 years ago(calendar-cursor-to-nearest-date): Use calendar-column-to-segment,
Glenn Morris [Thu, 26 Jun 2008 03:41:38 +0000 (03:41 +0000)]
(calendar-cursor-to-nearest-date): Use calendar-column-to-segment,
calendar-month-edges, and the 'date property to handle intermonth text.

16 years ago(calendar-date-echo-text): Doc fix. Add default :value for sexp type.
Glenn Morris [Thu, 26 Jun 2008 03:41:20 +0000 (03:41 +0000)]
(calendar-date-echo-text): Doc fix.  Add default :value for sexp type.
(calendar-month-edges): New variable.
(calendar-month-edges): New function.
(calendar-recompute-layout-variables): Set calendar-month-edges.
(calendar-intermonth-header, calendar-intermonth-text): New options.
(calendar-insert-at-column): New function.
(calendar-generate-month): Use calendar-insert-at-column.
Handle intermonth text.  Add 'date property.
(calendar-column-to-month): Remove function.
(calendar-column-to-segment): New function.
(calendar-cursor-to-date): Use calendar-column-to-segment. Check 'date property.

(calendar-print-other-dates): Handle mouse events.

16 years ago(completion-basic-try-completion): Use the text after
Stefan Monnier [Thu, 26 Jun 2008 02:48:56 +0000 (02:48 +0000)]
(completion-basic-try-completion): Use the text after
point to consrain the completion candidates.
(completion-basic-all-completions): Adjust accordingly.

16 years ago(tex-verbatim): Use monospace instead of courier.
Chong Yidong [Wed, 25 Jun 2008 22:35:53 +0000 (22:35 +0000)]
(tex-verbatim): Use monospace instead of courier.

16 years ago(set-face-attribute): Doc fix.
Chong Yidong [Wed, 25 Jun 2008 22:35:37 +0000 (22:35 +0000)]
(set-face-attribute): Doc fix.

16 years ago* textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
Chong Yidong [Wed, 25 Jun 2008 22:35:22 +0000 (22:35 +0000)]
* textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
courier.

* faces.el (set-face-attribute): Doc fix.

16 years agoFix last change, using "monospace" rather than "Monospace".
Chong Yidong [Wed, 25 Jun 2008 22:32:56 +0000 (22:32 +0000)]
Fix last change, using "monospace" rather than "Monospace".

16 years ago(x_default_font_parameter): If Xft is available, first try
Chong Yidong [Wed, 25 Jun 2008 22:29:20 +0000 (22:29 +0000)]
(x_default_font_parameter): If Xft is available, first try
Monospace-12 for the default font.

16 years ago* xfns.c (x_default_font_parameter): If Xft is available, first
Chong Yidong [Wed, 25 Jun 2008 22:29:11 +0000 (22:29 +0000)]
* xfns.c (x_default_font_parameter): If Xft is available, first
try Monospace-12 for the default font.

16 years ago(get_glyph_face_and_encoding): Encode invalid glyphs as 0.
Jason Rumney [Wed, 25 Jun 2008 21:46:49 +0000 (21:46 +0000)]
(get_glyph_face_and_encoding): Encode invalid glyphs as 0.

16 years ago(Fbyte_code): Disable debugging code that doesn't compile.
Stefan Monnier [Wed, 25 Jun 2008 20:57:16 +0000 (20:57 +0000)]
(Fbyte_code): Disable debugging code that doesn't compile.

16 years ago(syms_of_buffer): Remove default-word-wrap.
Stefan Monnier [Wed, 25 Jun 2008 20:55:53 +0000 (20:55 +0000)]
(syms_of_buffer): Remove default-word-wrap.

16 years agoAdd global bindings `M-s o' for `occur', `M-s h r' for `highlight-regexp',
Juri Linkov [Wed, 25 Jun 2008 20:27:45 +0000 (20:27 +0000)]
Add global bindings `M-s o' for `occur', `M-s h r' for `highlight-regexp',
and isearch binding `M-s h r' for `isearch-highlight-regexp'.

16 years ago(isearch-mode-map): Bind `M-s h r' to `isearch-highlight-regexp'.
Juri Linkov [Wed, 25 Jun 2008 20:22:14 +0000 (20:22 +0000)]
(isearch-mode-map): Bind `M-s h r' to `isearch-highlight-regexp'.
(isearch-highlight-regexp): New function.

16 years ago(goto-map): New variable. Rebind goto-related
Juri Linkov [Wed, 25 Jun 2008 20:17:07 +0000 (20:17 +0000)]
(goto-map): New variable.  Rebind goto-related
commands to this `M-g' prefix keymap.
(search-map): New variable for `M-s' prefix keymap.
Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
`highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
`M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
`M-shw' to `hi-lock-write-interactive-patterns'.

16 years ago* bookmark.el (bookmark-alist): Allow the 2 slightly different formats
Stefan Monnier [Wed, 25 Jun 2008 16:51:33 +0000 (16:51 +0000)]
* bookmark.el (bookmark-alist): Allow the 2 slightly different formats
used until now in bookmark.el's code.
(bookmark-get-bookmark): Accept bookmark names or bookmark records.
(bookmark-get-bookmark-record): Allow the 2 slightly different formats
used until now in bookmark.el's code.
(bookmark-set-filename): Remove special code, moved to its only caller.
(bookmark-store): Use the newer format.
(bookmark-make-record-default): Add arg `point-only'.
Rename from bookmark-make-record-for-text-file.
(bookmark--jump-via): New function.
(bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
(bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
Use it.
(bookmark-jump-noselect, bookmark-default-handler):
Don't return an alist, instead return the data implicitly by changing
current buffer and point.  Signal an error if the file doesn't exist.
* info.el (Info-bookmark-make-record):
Use bookmark-make-record-default.
(Info-bookmark-jump): Use bookmark-default-handler.
* image-mode.el (image-bookmark-make-record):
Use bookmark-make-record-default.
(image-bookmark-jump): Use bookmark-default-handler.
* doc-view.el (doc-view-bookmark-make-record):
Use bookmark-make-record-default.
(doc-view-bookmark-jump): Use bookmark-default-handler.

16 years ago* Makefile.in (Makefile): Use it for its timestamp value as well, and
Stefan Monnier [Wed, 25 Jun 2008 15:46:23 +0000 (15:46 +0000)]
* Makefile.in (Makefile): Use it for its timestamp value as well, and
make it depend on all other */.in files.
(src/Makefile, src/config.stamp, lib-src/Makefile)
(doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
(doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
(leim/Makefile, lisp/Makefile): Remove those overlapping targets.
(leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
* configure.in: Don't create src/config.stamp any more.

16 years agoParen typo.
Stefan Monnier [Wed, 25 Jun 2008 15:15:39 +0000 (15:15 +0000)]
Paren typo.

16 years ago* buff-menu.el: Use with-current-buffer and inhibit-read-only.
Stefan Monnier [Wed, 25 Jun 2008 15:13:03 +0000 (15:13 +0000)]
* buff-menu.el: Use with-current-buffer and inhibit-read-only.
(Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
* bs.el: Use with-current-buffer.  Simplify.
(bs-toggle-readonly): Avoid vc-toggle-read-only.

16 years ago* mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
Stefan Monnier [Wed, 25 Jun 2008 15:10:16 +0000 (15:10 +0000)]
* mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
* nnkiboze.el (nnkiboze-generate-group):
Use explicit mm-disable-multibyte rather than mm-with-unibyte.

16 years ago(eshell-manipulate): Check eshell-debug-command is bound before using it.
Stefan Monnier [Wed, 25 Jun 2008 15:05:33 +0000 (15:05 +0000)]
(eshell-manipulate): Check eshell-debug-command is bound before using it.

16 years agoRequire CL.
Stefan Monnier [Wed, 25 Jun 2008 15:01:47 +0000 (15:01 +0000)]
Require CL.

16 years agoFix typos.
Juanma Barranquero [Wed, 25 Jun 2008 14:05:38 +0000 (14:05 +0000)]
Fix typos.

16 years ago(Fstring_to_unibyte): Fix the previous change.
Kenichi Handa [Wed, 25 Jun 2008 12:02:48 +0000 (12:02 +0000)]
(Fstring_to_unibyte): Fix the previous change.

16 years ago* xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
Juanma Barranquero [Wed, 25 Jun 2008 11:51:46 +0000 (11:51 +0000)]
* xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
 <scroll-conservatively>: Fix typo in docstring.

* xselect.c (Fx_send_client_event): Doc fix.

16 years agoComment typo.
Glenn Morris [Wed, 25 Jun 2008 07:49:12 +0000 (07:49 +0000)]
Comment typo.

16 years agoRemove witness-emacs.
Glenn Morris [Wed, 25 Jun 2008 07:48:35 +0000 (07:48 +0000)]
Remove witness-emacs.

16 years agoFix usage typo.
Glenn Morris [Wed, 25 Jun 2008 07:47:09 +0000 (07:47 +0000)]
Fix usage typo.

16 years agoRevert re-ordering and removal of .DS_Store that occurred in unicode merge.
Glenn Morris [Wed, 25 Jun 2008 07:46:42 +0000 (07:46 +0000)]
Revert re-ordering and removal of .DS_Store that occurred in unicode merge.

16 years agorst-mode got installed.
Glenn Morris [Wed, 25 Jun 2008 07:43:55 +0000 (07:43 +0000)]
rst-mode got installed.

16 years ago(Fx_list_fonts): Call Flist_fonts with the arg PREFER.
Kenichi Handa [Wed, 25 Jun 2008 07:35:49 +0000 (07:35 +0000)]
(Fx_list_fonts): Call Flist_fonts with the arg PREFER.

16 years ago(font_parse_fcname): Remove unused variables.
Kenichi Handa [Wed, 25 Jun 2008 07:31:37 +0000 (07:31 +0000)]
(font_parse_fcname): Remove unused variables.
(font_sort_entites): Delete the arg SPEC.  Caller changed.  Fix
for the case of ! best_only.
(font_delete_unmatched): Check DPI and AVGWIDTH too.

16 years ago*** empty log message ***
Kenichi Handa [Wed, 25 Jun 2008 07:16:43 +0000 (07:16 +0000)]
*** empty log message ***

16 years ago* vc-hg.el:
Dan Nicolaescu [Wed, 25 Jun 2008 05:35:05 +0000 (05:35 +0000)]
* vc-hg.el:
* vc-git.el: Require vc-dir when compiling.

16 years ago*** empty log message ***
Kenichi Handa [Wed, 25 Jun 2008 04:58:14 +0000 (04:58 +0000)]
*** empty log message ***

16 years ago(vc-annotate-parent-rev): Pacify byte compiler.
Dan Nicolaescu [Wed, 25 Jun 2008 03:26:45 +0000 (03:26 +0000)]
(vc-annotate-parent-rev): Pacify byte compiler.
(vc-svn-parse-status): Do not set the vc-backend property.

16 years ago* vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
Dan Nicolaescu [Wed, 25 Jun 2008 03:19:14 +0000 (03:19 +0000)]
* vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
vc-dir-marked-only-files.  Change the return value.
(vc-dir-child-files-and-states): Rename from vc-dir-child-files.
Change the return value.
(vc-dir-deduce-fileset): New function broken out from ...
* vc.el (vc-deduce-fileset): ... here and ...
(vc-deduce-fileset): ... here.

16 years ago(Fstring_to_unibyte): Fix typo in docstring.
Kenichi Handa [Wed, 25 Jun 2008 02:56:20 +0000 (02:56 +0000)]
(Fstring_to_unibyte): Fix typo in docstring.

16 years agoMention string-to-unibyte.
Kenichi Handa [Wed, 25 Jun 2008 02:55:06 +0000 (02:55 +0000)]
Mention string-to-unibyte.

16 years ago(image-jpeg-p): Convert DATA to unibyte at first.
Kenichi Handa [Wed, 25 Jun 2008 02:48:03 +0000 (02:48 +0000)]
(image-jpeg-p): Convert DATA to unibyte at first.

16 years ago(vc-annotate-parent-rev): Pacify byte compiler.
Dan Nicolaescu [Wed, 25 Jun 2008 02:45:50 +0000 (02:45 +0000)]
(vc-annotate-parent-rev): Pacify byte compiler.

16 years ago(Fstring_to_unibyte): EXFUN it.
Kenichi Handa [Wed, 25 Jun 2008 02:45:09 +0000 (02:45 +0000)]
(Fstring_to_unibyte): EXFUN it.

16 years ago(str_to_unibyte): Extern it.
Kenichi Handa [Wed, 25 Jun 2008 02:44:43 +0000 (02:44 +0000)]
(str_to_unibyte): Extern it.

16 years ago(str_to_unibyte): New function.
Kenichi Handa [Wed, 25 Jun 2008 02:44:20 +0000 (02:44 +0000)]
(str_to_unibyte): New function.

16 years ago(Fstring_to_unibyte): New function.
Kenichi Handa [Wed, 25 Jun 2008 02:43:59 +0000 (02:43 +0000)]
(Fstring_to_unibyte): New function.
(syms_of_fns): Defsubr it.

16 years ago(face-font-family-alternatives, variable-pitch): Use
Andreas Schwab [Wed, 25 Jun 2008 00:39:59 +0000 (00:39 +0000)]
(face-font-family-alternatives, variable-pitch): Use
"Sans Serif", not "Sans-Serif".

16 years ago*** empty log message ***
Kenichi Handa [Wed, 25 Jun 2008 00:35:02 +0000 (00:35 +0000)]
*** empty log message ***

16 years agoFix thinko.
Andreas Schwab [Tue, 24 Jun 2008 23:58:00 +0000 (23:58 +0000)]
Fix thinko.

16 years ago(bootstrap-clean): Do what distclean does but don't remove
Andreas Schwab [Tue, 24 Jun 2008 23:44:12 +0000 (23:44 +0000)]
(bootstrap-clean): Do what distclean does but don't remove
Makefile.
(distclean): Depend on bootstrap-clean and remove Makefile.

16 years ago(${lispsource}/loaddefs.el): Renamed from
Andreas Schwab [Tue, 24 Jun 2008 23:00:25 +0000 (23:00 +0000)]
(${lispsource}/loaddefs.el): Renamed from
../lisp/loaddefs.el.

16 years agoDocument truncate-partial-width-windows change.
Chong Yidong [Tue, 24 Jun 2008 20:02:13 +0000 (20:02 +0000)]
Document truncate-partial-width-windows change.

16 years ago(face-font-family-alternatives, variable-pitch): Change "Sans" to the
Chong Yidong [Tue, 24 Jun 2008 18:18:05 +0000 (18:18 +0000)]
(face-font-family-alternatives, variable-pitch): Change "Sans" to the
canonical name "Sans-Serif".

16 years ago* faces.el (face-font-family-alternatives, variable-pitch): Change
Chong Yidong [Tue, 24 Jun 2008 18:17:55 +0000 (18:17 +0000)]
* faces.el (face-font-family-alternatives, variable-pitch): Change
"Sans" to the canonical name "Sans-Serif".

16 years agoDocument `word-wrap'.
Chong Yidong [Tue, 24 Jun 2008 18:04:44 +0000 (18:04 +0000)]
Document `word-wrap'.

16 years ago(Vtruncate_partial_width_windows): New Lisp_Object, replacing
Chong Yidong [Tue, 24 Jun 2008 18:00:20 +0000 (18:00 +0000)]
(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.

16 years ago(compute_motion): Obey integer values of truncate-partial-width-windows.
Chong Yidong [Tue, 24 Jun 2008 17:58:50 +0000 (17:58 +0000)]
(compute_motion): Obey integer values of truncate-partial-width-windows.

16 years ago(direct_output_for_insert): Avoid direct output when inserting a space
Chong Yidong [Tue, 24 Jun 2008 17:57:21 +0000 (17:57 +0000)]
(direct_output_for_insert): Avoid direct output when inserting a space
with word wrap on.

16 years agoReplace truncate_partial_width_windows with
Chong Yidong [Tue, 24 Jun 2008 17:57:02 +0000 (17:57 +0000)]
Replace truncate_partial_width_windows with
Vtruncate_partial_width_windows.

16 years ago(struct it): Replace bool truncate_lines_p with a line_wrap enum
Chong Yidong [Tue, 24 Jun 2008 17:56:41 +0000 (17:56 +0000)]
(struct it): Replace bool truncate_lines_p with a line_wrap enum
possessing three possible values.

16 years ago(syms_of_buffer): New variables default-word-wrap and word-wrap.
Chong Yidong [Tue, 24 Jun 2008 17:56:14 +0000 (17:56 +0000)]
(syms_of_buffer): New variables default-word-wrap and word-wrap.
(init_buffer_once): Initialize them.

16 years ago(struct buffer): New member word_wrap.
Chong Yidong [Tue, 24 Jun 2008 17:55:20 +0000 (17:55 +0000)]
(struct buffer): New member word_wrap.

16 years ago* buffer.h (struct buffer): New member word_wrap.
Chong Yidong [Tue, 24 Jun 2008 17:54:59 +0000 (17:54 +0000)]
* buffer.h (struct buffer): New member word_wrap.

* 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.