]> git.eshelyaron.com Git - emacs.git/commitdiff
Update copyright years and GPL version.
authorGlenn Morris <rgm@gnu.org>
Sat, 2 Feb 2008 04:35:05 +0000 (04:35 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 2 Feb 2008 04:35:05 +0000 (04:35 +0000)
lisp/ChangeLog
src/ftfont.h
src/w32font.c
src/w32font.h

index 76bcaefcfcf09da60463f16f44a1ddefbe914359..729418fa56c0b46c5188cf4f83f93ebc54516029 100644 (file)
@@ -1,3 +1,32 @@
+2008-02-02  Glenn Morris  <rgm@gnu.org>
+
+       * international/latin1-disp.el (latin1-display):
+       * progmodes/fortran.el (fortran-comment-indent-char):
+       * progmodes/idlw-shell.el (top-level):
+       * term/mac-win.el (mac-keyboard-translate-char):
+       * whitespace.el (whitespace-char-valid-p):
+       * wid-edit.el (widget-key-sequence-read-event):
+       Use characterp rather than char-valid-p.
+
+       * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
+       to capitalized-find-word-boundary.  Doc fix.  Update callers.
+       (capitalized-next-word-boundary-function-table): Rename to
+       capitalized-find-word-boundary-function-table.  Doc fix.  Update
+       users.
+
+       * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
+       string-to-int.
+
+       * ps-def.el (declare-function): Add compatibility definition.
+       (ps-plot-with-face, ps-plot-string): Declare as functions.
+       (ps-bold-faces, ps-italic-faces): Declare variables.
+
+       * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
+       (ps-mule-end-job): Declare as functions.
+
+       * wid-edit.el (widget-string-complete): Use assoc-string rather
+       than assoc-ignore-case.
+
 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
 
        * progmodes/etags.el (next-file): Improve revert message.
index bd6d478018646f5cb2433ad4a0a093017b92405f..78d9c20ca2846819037d988216a2c66724996f0e 100644 (file)
@@ -1,5 +1,5 @@
 /* ftfont.h -- Interface definition for Freetype font backend.
-   Copyright (C) 2007
+   Copyright (C) 2007, 2008
      National Institute of Advanced Industrial Science and Technology (AIST)
      Registration Number H13PRO009
 
@@ -7,7 +7,7 @@ This file is part of GNU Emacs.
 
 GNU Emacs is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2, or (at your option)
+the Free Software Foundation; either version 3, or (at your option)
 any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
index d8ef31ad2cb5a75e9567deefe8b09435df3ba3f1..619ff7caf986f729454b3d13479b6d7312b06295 100644 (file)
@@ -1,11 +1,11 @@
 /* Font backend for the Microsoft W32 API.
-   Copyright (C) 2007 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
 GNU Emacs is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2, or (at your option)
+the Free Software Foundation; either version 3, or (at your option)
 any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
index 54aa5ef9b199cad70d4b4a93f0a66552763e2139..dd71405bf0afa05dd51b6d5d15ecbd59970002bb 100644 (file)
@@ -1,11 +1,11 @@
 /* Shared GDI and Uniscribe Font backend declarations for the W32 API.
-   Copyright (C) 2007 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
 GNU Emacs is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2, or (at your option)
+the Free Software Foundation; either version 3, or (at your option)
 any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,