bpt/emacs.git
16 years ago(main): Call syms_of_font unconditionally.
Kenichi Handa [Tue, 20 May 2008 06:32:07 +0000 (06:32 +0000)]
(main): Call syms_of_font unconditionally.

16 years ago(FONTSRC): Delete it. Change all $(FONTSRC) to
Kenichi Handa [Tue, 20 May 2008 06:31:49 +0000 (06:31 +0000)]
(FONTSRC): Delete it.  Change all $(FONTSRC) to
font.h through out the file.
(FONT_DRIVERS): Renamed from FONTOBJ.
(obj): Delete $(FONTOBJ).  Add font.o.
(SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).

16 years agoRemove "tiny change" from Sergey's entry. He has assigned past and
Bill Wohler [Tue, 20 May 2008 03:45:11 +0000 (03:45 +0000)]
Remove "tiny change" from Sergey's entry. He has assigned past and
future changes to Emacs already.

16 years ago(icomplete-simple-completing-p):
Stefan Monnier [Tue, 20 May 2008 03:36:20 +0000 (03:36 +0000)]
(icomplete-simple-completing-p):
Allow icomplete-with-completion-tables to say "use it everywhere".
(icomplete-completions): Obey completion-styles.  Try to accomodate
partial-completion style.

16 years agolisp/ChangeLog: Update.
Michael Olson [Tue, 20 May 2008 03:16:34 +0000 (03:16 +0000)]
lisp/ChangeLog: Update.

16 years agofiles.el (project-find-settings-file): Change concat to expand-file-name.
Michael Olson [Tue, 20 May 2008 03:15:16 +0000 (03:15 +0000)]
files.el (project-find-settings-file): Change concat to expand-file-name.

16 years ago* xdisp.c (select_frame_for_redisplay): Adjust for last change to
Stefan Monnier [Tue, 20 May 2008 00:13:37 +0000 (00:13 +0000)]
* xdisp.c (select_frame_for_redisplay): Adjust for last change to
indirect_variable.
* eval.c (lisp_indirect_variable): New fun.
(Fuser_variable_p): Use it.

16 years agolisp/files.el: Remove trailing whitespace.
Michael Olson [Mon, 19 May 2008 22:39:16 +0000 (22:39 +0000)]
lisp/files.el: Remove trailing whitespace.

16 years agoetc/ChangeLog: Update.
Michael Olson [Mon, 19 May 2008 22:38:15 +0000 (22:38 +0000)]
etc/ChangeLog: Update.

16 years agodoc/emacs/ChangeLog: Update.
Michael Olson [Mon, 19 May 2008 22:37:49 +0000 (22:37 +0000)]
doc/emacs/ChangeLog: Update.

16 years agolisp/ChangeLog: Update.
Michael Olson [Mon, 19 May 2008 22:37:06 +0000 (22:37 +0000)]
lisp/ChangeLog: Update.

16 years agoImplement Project-local variables.
Michael Olson [Mon, 19 May 2008 22:36:09 +0000 (22:36 +0000)]
Implement Project-local variables.

16 years ago* lisp.h (indirect_variable):
Stefan Monnier [Mon, 19 May 2008 18:38:55 +0000 (18:38 +0000)]
* lisp.h (indirect_variable):
* data.c (indirect_variable, let_shadows_buffer_binding_p):
Use Lisp_Symbol pointers rather than Lisp_Object.  Adjust callers.
* buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
To this end, change calling-convention.

16 years ago(wait_reading_process_output): Always check status when in batch mode.
Chong Yidong [Mon, 19 May 2008 16:29:33 +0000 (16:29 +0000)]
(wait_reading_process_output): Always check status when in batch mode.

16 years ago* process.c (wait_reading_process_output): Always check status
Chong Yidong [Mon, 19 May 2008 16:29:18 +0000 (16:29 +0000)]
* process.c (wait_reading_process_output): Always check status
when in batch mode.

16 years ago(destructuring-bind): Fix spec.
Stefan Monnier [Mon, 19 May 2008 11:58:43 +0000 (11:58 +0000)]
(destructuring-bind): Fix spec.

16 years ago(Finternal_complete_buffer): Typo.
Stefan Monnier [Mon, 19 May 2008 11:23:53 +0000 (11:23 +0000)]
(Finternal_complete_buffer): Typo.

16 years ago(Finternal_complete_buffer): Only strip out hidden buffers
Stefan Monnier [Mon, 19 May 2008 11:22:44 +0000 (11:22 +0000)]
(Finternal_complete_buffer): Only strip out hidden buffers
if some non-hidden buffers are selected by string&pred.

16 years ago*** empty log message ***
Kenichi Handa [Mon, 19 May 2008 07:23:52 +0000 (07:23 +0000)]
*** empty log message ***

16 years ago(font_list_entities): Fix handling of cache.
Kenichi Handa [Mon, 19 May 2008 07:22:45 +0000 (07:22 +0000)]
(font_list_entities): Fix handling of cache.
(font_matching_entity): Likewise.

16 years ago(cs_iso8859_1): Deleted.
Kenichi Handa [Mon, 19 May 2008 07:21:25 +0000 (07:21 +0000)]
(cs_iso8859_1): Deleted.
(ft_face_cache): New variable.
(struct ftfont_info): New member fc_charset_idx;
(ftfont_build_basic_charsets): Deleted.
(fc_charset_table): New variable.
(ftfont_pattern_entity): New arg fc_charset_idx.  Store (FILENAME
. FC_CHARSET_IDX) as :font-entity property in the font entity.
Callers changed.
(ftfont_lookup_cache, ftfont_get_charset): New funcitons.
(ftfont_spec_pattern): New argument fc_charset_idx.  Check
registry more rigidly.  Callers changed.
(ftfont_open, ftfont_close, ftfont_has_char): Adjustd for the
change of :font-entity property of the font.

16 years ago(xftfont_open): Ajusted for the change of extra info
Kenichi Handa [Mon, 19 May 2008 06:18:51 +0000 (06:18 +0000)]
(xftfont_open): Ajusted for the change of extra info
set by ftfont_list.

16 years ago(mh-mh-to-mime, mh-mh-to-mime-undo): Preserve modes when converting to
Bill Wohler [Mon, 19 May 2008 04:12:55 +0000 (04:12 +0000)]
(mh-mh-to-mime, mh-mh-to-mime-undo): Preserve modes when converting to
or from MIME (closes SF #1966722).

16 years ago(mh-invisible-header-fields-internal): Sort list in a case-insensitive
Bill Wohler [Mon, 19 May 2008 03:04:23 +0000 (03:04 +0000)]
(mh-invisible-header-fields-internal): Sort list in a case-insensitive
way and add comment about it. Add many header fields (closes SF
#1916032).

16 years ago(calc-get-register): Fix problem when the Calc register is empty.
Jay Belanger [Mon, 19 May 2008 02:42:28 +0000 (02:42 +0000)]
(calc-get-register): Fix problem when the Calc register is empty.

16 years ago(mh-find-path): Don't throw error if MH environment variable is being
Bill Wohler [Mon, 19 May 2008 02:18:24 +0000 (02:18 +0000)]
(mh-find-path): Don't throw error if MH environment variable is being
used (closes SF #1946861).

16 years ago(mh-mairix-regexp-builder): Add additional items to search string to
Bill Wohler [Mon, 19 May 2008 01:54:32 +0000 (01:54 +0000)]
(mh-mairix-regexp-builder): Add additional items to search string to
support org-mode (closes SF #1965704).

16 years ago(mh-mairix-regexp-builder): Add additional items to search string to
Bill Wohler [Mon, 19 May 2008 01:54:10 +0000 (01:54 +0000)]
(mh-mairix-regexp-builder): Add additional items to search string to
support org-mode (closes SF #1965704).

16 years ago(font-weight-table): Fix typo in docstring.
Juanma Barranquero [Mon, 19 May 2008 01:06:37 +0000 (01:06 +0000)]
(font-weight-table): Fix typo in docstring.

16 years ago(Fcoding_system_p): Rename argument to match docstring.
Juanma Barranquero [Mon, 19 May 2008 00:57:11 +0000 (00:57 +0000)]
(Fcoding_system_p): Rename argument to match docstring.
(Funencodable_char_position, Fcheck_coding_systems_region,
Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
(Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region,
Ffind_operation_coding_system, Fset_coding_system_priority,
Fcoding_system_eol_type): Doc fixes.

16 years agoMerge from emacs--rel--22
Miles Bader [Sun, 18 May 2008 22:43:24 +0000 (22:43 +0000)]
Merge from emacs--rel--22

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

16 years agoMerge from gnus--devo--0
Miles Bader [Sun, 18 May 2008 22:43:12 +0000 (22:43 +0000)]
Merge from gnus--devo--0

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

16 years agoMention register commands.
Jay Belanger [Sun, 18 May 2008 21:17:21 +0000 (21:17 +0000)]
Mention register commands.

16 years ago(Calc Summary): Mention register commands.
Jay Belanger [Sun, 18 May 2008 21:15:51 +0000 (21:15 +0000)]
(Calc Summary): Mention register commands.
(Saving Into Registers, Inserting From Registers): New sections.

16 years ago(calc-r-prefix-help): Add help for register functions.
Jay Belanger [Sun, 18 May 2008 20:37:16 +0000 (20:37 +0000)]
(calc-r-prefix-help): Add help for register functions.

16 years ago(calc-init-extensions): Add keybindings for `calc-copy-to-register'
Jay Belanger [Sun, 18 May 2008 20:34:30 +0000 (20:34 +0000)]
(calc-init-extensions): Add keybindings for `calc-copy-to-register'
and `calc-insert-register'.  Autoload new register functions.

16 years ago(calc-register-alist): New variable.
Jay Belanger [Sun, 18 May 2008 20:34:02 +0000 (20:34 +0000)]
(calc-register-alist): New variable.
(calc-set-register,calc-get-register,calc-copy-to-register)
(calc-insert-register,calc-add-to-register,calc-append-to-register)
(calc-prepend-to-register): New functions.

16 years ago(Todo): Add known problems.
Dan Nicolaescu [Sun, 18 May 2008 07:53:08 +0000 (07:53 +0000)]
(Todo): Add known problems.
(vc-dir-backend): New variable.
(vc-dir): Set it.
(vc-make-backend-object, vc-generic-status-printer)
(vc-generic-state, vc-generic-status-fileinfo-extra)
(vc-dir-extra-menu): Use it.
(vc-generic-dir-headers): Remove, unused.

16 years ago(vc-dir-previous-directory): Rename from
Dan Nicolaescu [Sun, 18 May 2008 07:33:07 +0000 (07:33 +0000)]
(vc-dir-previous-directory): Rename from
vc-dir-prev-directory for consistency with vc-dir-previous-line.
(vc-dir-mode-map): Fix bindings.

16 years ago(vc-hg-annotate-re): Recognize the output of --follow.
Dan Nicolaescu [Sun, 18 May 2008 07:22:25 +0000 (07:22 +0000)]
(vc-hg-annotate-re): Recognize the output of --follow.

16 years ago(vc-bzr-after-dir-status): Remove unused binding.
Dan Nicolaescu [Sun, 18 May 2008 07:13:08 +0000 (07:13 +0000)]
(vc-bzr-after-dir-status): Remove unused binding.

16 years ago(calc-kill): Make sure that only the stack is operated on.
Jay Belanger [Sun, 18 May 2008 05:10:51 +0000 (05:10 +0000)]
(calc-kill): Make sure that only the stack is operated on.
(calc-kill-region): Kill entire lines.

16 years ago(fortran-font-lock-keywords-2): Add keywords for
Stefan Monnier [Sun, 18 May 2008 04:17:11 +0000 (04:17 +0000)]
(fortran-font-lock-keywords-2): Add keywords for
logic operators .eqv. and .neqv.

16 years agoFix typos.
Glenn Morris [Sat, 17 May 2008 22:55:57 +0000 (22:55 +0000)]
Fix typos.

16 years ago*** empty log message ***
Glenn Morris [Sat, 17 May 2008 22:55:06 +0000 (22:55 +0000)]
*** empty log message ***

16 years ago(ezimage-use-images): Drop support for Emacs < 21 and simplify initial value.
Glenn Morris [Sat, 17 May 2008 20:20:55 +0000 (20:20 +0000)]
(ezimage-use-images): Drop support for Emacs < 21 and simplify initial value.
(defezimage): Drop support for Emacs without defimage, use a featurep
test rather than fboundp when defining, drop with-no-warnings.
(ezimage-insert-over-text): Move featurep test inside add-text-properties.

16 years ago(elide-head-headers-to-hide): Handle GPLv3 format.
Glenn Morris [Sat, 17 May 2008 20:16:09 +0000 (20:16 +0000)]
(elide-head-headers-to-hide): Handle GPLv3 format.

16 years agoFix comment typo.
Glenn Morris [Sat, 17 May 2008 20:11:43 +0000 (20:11 +0000)]
Fix comment typo.

16 years ago(top-level): Load auth-source when compiling.
Glenn Morris [Sat, 17 May 2008 20:10:06 +0000 (20:10 +0000)]
(top-level): Load auth-source when compiling.

16 years ago(fortran-font-lock-keywords-2): Add .eqv., .neqv.
Glenn Morris [Sat, 17 May 2008 20:08:54 +0000 (20:08 +0000)]
(fortran-font-lock-keywords-2): Add .eqv., .neqv.

16 years ago(child_setup_tty): Handle systems with NLDLY, without FFDLY.
Glenn Morris [Sat, 17 May 2008 20:07:09 +0000 (20:07 +0000)]
(child_setup_tty): Handle systems with NLDLY, without FFDLY.

16 years ago(vc-dir-mode-map): Fix M-down and M-up binding.
Andreas Schwab [Sat, 17 May 2008 20:00:41 +0000 (20:00 +0000)]
(vc-dir-mode-map): Fix M-down and M-up binding.

16 years ago*** empty log message ***
Dan Nicolaescu [Sat, 17 May 2008 17:13:38 +0000 (17:13 +0000)]
*** empty log message ***

16 years ago(vc-annotate-show-diff-revision-at-line): Change
Dan Nicolaescu [Sat, 17 May 2008 17:07:46 +0000 (17:07 +0000)]
(vc-annotate-show-diff-revision-at-line): Change
vc-diff-internal arg to match what vc-deduce-fileseset returns now.

16 years ago(vc-hg-annotate-command): Allow white space before version number.
Dan Nicolaescu [Sat, 17 May 2008 15:16:50 +0000 (15:16 +0000)]
(vc-hg-annotate-command): Allow white space before version number.

16 years agomenu-bar-select-buffer: Reinsert it as msb.el use it.
Vinicius Jose Latorre [Sat, 17 May 2008 14:33:48 +0000 (14:33 +0000)]
menu-bar-select-buffer: Reinsert it as msb.el use it.

16 years agoUpdate ChangeLog
Michael Olson [Sat, 17 May 2008 06:24:48 +0000 (06:24 +0000)]
Update ChangeLog

16 years agoedo: do not emit trailing newline
Michael Olson [Sat, 17 May 2008 06:22:22 +0000 (06:22 +0000)]
edo: do not emit trailing newline

16 years ago(top-level): Revert previous change: require cl when compiling.
John Paul Wallington [Sat, 17 May 2008 00:04:07 +0000 (00:04 +0000)]
(top-level): Revert previous change: require cl when compiling.

16 years agoUse state prettyprinter in vc-dir buffers.
Eric S. Raymond [Fri, 16 May 2008 22:42:36 +0000 (22:42 +0000)]
Use state prettyprinter in vc-dir buffers.

16 years ago(top-level): Don't require cl when compiling.
John Paul Wallington [Fri, 16 May 2008 22:39:45 +0000 (22:39 +0000)]
(top-level): Don't require cl when compiling.
(vc-dir-mode-map): Fix backquote.
(vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.

16 years ago* net/tramp.el (tramp-handle-write-region): Fix check for short
Michael Albinus [Fri, 16 May 2008 20:20:36 +0000 (20:20 +0000)]
* net/tramp.el (tramp-handle-write-region): Fix check for short
track.  Reported by Glenn Morris <rgm@gnu.org>.

16 years agoImproved extra-headers method for CVS.
Eric S. Raymond [Fri, 16 May 2008 19:15:26 +0000 (19:15 +0000)]
Improved extra-headers method for CVS.

16 years agoAdd extra-headers method for SVN.
Eric S. Raymond [Fri, 16 May 2008 18:15:26 +0000 (18:15 +0000)]
Add extra-headers method for SVN.

16 years ago(Ffile_attributes): Shut up GCC warnings about st_uid
Eli Zaretskii [Fri, 16 May 2008 11:12:48 +0000 (11:12 +0000)]
(Ffile_attributes): Shut up GCC warnings about st_uid

16 years agoframe.c (Fdelete_frame): Don't call font_update_drviers if
Eli Zaretskii [Fri, 16 May 2008 11:10:16 +0000 (11:10 +0000)]
frame.c (Fdelete_frame): Don't call font_update_drviers if
HAVE_WINDOW_SYSTEM is not defined.
xfaces.c (merge_face_ref, merge_face_vectors)
(Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
HAVE_WINDOW_SYSTEM is defined.
(Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.

16 years agoClean up after granbbing CVS/Root info.
Eric S. Raymond [Fri, 16 May 2008 09:30:17 +0000 (09:30 +0000)]
Clean up after granbbing CVS/Root info.

16 years agoExtract and display the CVS repository.
Eric S. Raymond [Fri, 16 May 2008 09:23:22 +0000 (09:23 +0000)]
Extract and display the CVS repository.

16 years agoRemove a very old comment.
Eric S. Raymond [Fri, 16 May 2008 08:53:51 +0000 (08:53 +0000)]
Remove a very old comment.

16 years ago(vc-sccs-create-tag): Fix typo in error message and pass backend arg.
Juanma Barranquero [Fri, 16 May 2008 08:36:17 +0000 (08:36 +0000)]
(vc-sccs-create-tag): Fix typo in error message and pass backend arg.

16 years ago(vc-rcs-create-tag): Fix typo in error message and pass backend arg.
Juanma Barranquero [Fri, 16 May 2008 08:32:57 +0000 (08:32 +0000)]
(vc-rcs-create-tag): Fix typo in error message and pass backend arg.

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 16 May 2008 08:25:00 +0000 (08:25 +0000)]
*** empty log message ***

16 years agoSwitch to recommended form of GPLv3 permissions notice.
Glenn Morris [Fri, 16 May 2008 06:02:53 +0000 (06:02 +0000)]
Switch to recommended form of GPLv3 permissions notice.

16 years agoSwitch to recommended form of GPLv3 permissions notice.
Glenn Morris [Fri, 16 May 2008 05:49:14 +0000 (05:49 +0000)]
Switch to recommended form of GPLv3 permissions notice.

16 years agoSwitch to recommended form of GPLv3 permissions notice.
Glenn Morris [Fri, 16 May 2008 05:22:47 +0000 (05:22 +0000)]
Switch to recommended form of GPLv3 permissions notice.

16 years ago(parse_menu_item): Fix last change.
Stefan Monnier [Fri, 16 May 2008 04:55:56 +0000 (04:55 +0000)]
(parse_menu_item): Fix last change.

16 years ago(parse_menu_item): Do not cache key shortcut any more.
Stefan Monnier [Fri, 16 May 2008 04:28:27 +0000 (04:28 +0000)]
(parse_menu_item): Do not cache key shortcut any more.

16 years agoMerge from emacs--rel--22
Miles Bader [Fri, 16 May 2008 02:05:57 +0000 (02:05 +0000)]
Merge from emacs--rel--22

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

16 years agoMerge from gnus--devo--0
Miles Bader [Fri, 16 May 2008 02:05:17 +0000 (02:05 +0000)]
Merge from gnus--devo--0

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

16 years ago*** empty log message ***
Kenichi Handa [Fri, 16 May 2008 01:29:55 +0000 (01:29 +0000)]
*** empty log message ***

16 years ago* net/tramp.el: Load auth-source library.
Michael Albinus [Thu, 15 May 2008 21:06:59 +0000 (21:06 +0000)]
* net/tramp.el: Load auth-source library.
(tramp-read-passwd): Use it for password, not login.
(tramp-file-name-for-operation): Add `make-temp-name'.

16 years agoAdd Shigeru Fukaya to SES authors list.
Jonathan Yavner [Thu, 15 May 2008 19:29:38 +0000 (19:29 +0000)]
Add Shigeru Fukaya to SES authors list.

16 years ago* ses.el (ses-goto-print): Use move-to-column rather than
Jonathan Yavner [Thu, 15 May 2008 19:24:57 +0000 (19:24 +0000)]
* ses.el (ses-goto-print): Use move-to-column rather than
forward-char.
(ses-print-cell): Use string-width, truncate-string-to-width,
delete-region rather than length, substring, delete-char.
(ses-setup): Set inhibit-point-motion-hooks to t.  Calculate
position by actually moving point rather than just using unibyte
character length.
(ses-mode): Set indent-tabs-mode to nil.
(ses-center): Use string-width rather than length.

16 years agoSnapshot primitives globally renamed to refer to tags, documentation updated.
Eric S. Raymond [Thu, 15 May 2008 17:38:50 +0000 (17:38 +0000)]
Snapshot primitives globally renamed to refer to tags, documentation updated.

16 years agoComment fix.
Eric S. Raymond [Thu, 15 May 2008 15:02:57 +0000 (15:02 +0000)]
Comment fix.

16 years agoMore elimination of buffer name dependencies.
Eric S. Raymond [Thu, 15 May 2008 15:01:29 +0000 (15:01 +0000)]
More elimination of buffer name dependencies.

16 years agoRemove assumptions about buffer names.
Eric S. Raymond [Thu, 15 May 2008 14:32:49 +0000 (14:32 +0000)]
Remove assumptions about buffer names.

16 years agoMove vc-dir menu hook back to vc-dispatcher.
Eric S. Raymond [Thu, 15 May 2008 13:50:55 +0000 (13:50 +0000)]
Move vc-dir menu hook back to vc-dispatcher.

16 years agoFix an incorrect buffer name and remove an unneeded defalias.
Eric S. Raymond [Thu, 15 May 2008 12:36:31 +0000 (12:36 +0000)]
Fix an incorrect buffer name and remove an unneeded defalias.

16 years ago(font_find_for_lface): Reflect LFACE_FONT in the font
Kenichi Handa [Thu, 15 May 2008 10:29:39 +0000 (10:29 +0000)]
(font_find_for_lface): Reflect LFACE_FONT in the font
preference.

16 years ago(x_draw_relief_rect): Remove unused variable `dpy'.
YAMAMOTO Mitsuharu [Thu, 15 May 2008 09:35:50 +0000 (09:35 +0000)]
(x_draw_relief_rect): Remove unused variable `dpy'.

16 years ago(mac_store_event_ref_as_apple_event)
YAMAMOTO Mitsuharu [Thu, 15 May 2008 09:05:53 +0000 (09:05 +0000)]
(mac_store_event_ref_as_apple_event)
[TARGET_API_MAC_CARBON]: Fix last change.

16 years ago*** empty log message ***
Kenichi Handa [Thu, 15 May 2008 08:13:55 +0000 (08:13 +0000)]
*** empty log message ***

16 years agoFix typo in previous change.
Juanma Barranquero [Thu, 15 May 2008 08:02:07 +0000 (08:02 +0000)]
Fix typo in previous change.

16 years agoSwitch to recommended form of GPLv3 permissions notice.
Glenn Morris [Thu, 15 May 2008 07:47:22 +0000 (07:47 +0000)]
Switch to recommended form of GPLv3 permissions notice.

16 years agoFix previous.
Glenn Morris [Thu, 15 May 2008 07:45:48 +0000 (07:45 +0000)]
Fix previous.

16 years agoSwitch to recommended form of GPLv3 permissions notice.
Glenn Morris [Thu, 15 May 2008 07:45:18 +0000 (07:45 +0000)]
Switch to recommended form of GPLv3 permissions notice.
Remove Creator metadata.

16 years agoSwitch to recommended form of GPLv3 permissions notice.
Glenn Morris [Thu, 15 May 2008 07:32:14 +0000 (07:32 +0000)]
Switch to recommended form of GPLv3 permissions notice.

16 years agoFix previous.
Glenn Morris [Thu, 15 May 2008 06:52:20 +0000 (06:52 +0000)]
Fix previous.

16 years ago(ftfont_list): Downcase family name to check generic families.
Kenichi Handa [Thu, 15 May 2008 06:44:06 +0000 (06:44 +0000)]
(ftfont_list): Downcase family name to check generic families.