1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
Commit Graph

60 Commits

Author SHA1 Message Date
Kenichi Handa
880820fe87 (Fdefine_charset_internal): Change the way of
registering charsets in Vcharset_order_list.
(syms_of_charset): Make the charset `eight-bit' supplementary.
2008-03-27 11:36:43 +00:00
Glenn Morris
b9b14d130b Add 2008 to copyright years. 2008-01-07 08:31:52 +00:00
Glenn Morris
706b5dc02e Switch license to GPLv3 or later. 2007-07-26 04:50:05 +00:00
Glenn Morris
862b60047e Switch license to GPLv3 or later. 2007-07-25 07:33:54 +00:00
Glenn Morris
cacc7b5131 Switch license to GPLv3 or later. 2007-07-25 07:11:02 +00:00
Glenn Morris
4a9f99bdfb Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
Thien-Thi Nguyen
b3e1883cde Quiet --with-x-toolkit=no compilation warnings: #include <config.h>. 2007-06-04 07:59:45 +00:00
Chong Yidong
7dfc4cda5d Version 22.1 released. 2007-06-02 11:07:00 +00:00
Glenn Morris
adc06ec41d Ulrich Mueller <ulm at gentoo.org> (tiny change)
(XMakeAssoc): Use malloc rather than xmalloc.
2007-05-30 04:57:21 +00:00
Glenn Morris
c16a484bf6 *** empty log message *** 2007-02-27 03:49:43 +00:00
Glenn Morris
df3523956b *** empty log message *** 2007-02-27 03:34:25 +00:00
Glenn Morris
4ad9cddc59 Add FSF copyright and GPL. 2007-02-27 03:06:23 +00:00
Glenn Morris
2cd3138f59 Remove FSF copyright since file does not differ significantly from X11
version.
2007-02-27 03:04:22 +00:00
Glenn Morris
e4187bb0de Remove FSF copyright since file does not differ significantly from X11
version.
Include copyright.h.
2007-02-27 03:03:56 +00:00
Glenn Morris
1e49ac158a Add MIT copyright and license.
Add FSF copyright and GPL.
2007-02-27 03:00:17 +00:00
Glenn Morris
f10de189ac Add GPL for FSF copyright. Adjust FSF copyright years based on
changelogs.
2007-02-27 02:56:08 +00:00
Glenn Morris
54861d5e97 Add GPL for FSF copyright. 2007-02-27 02:54:29 +00:00
Glenn Morris
ee3ce9ffcf (distclean): Remove Makefile. 2007-02-27 02:50:33 +00:00
Glenn Morris
cc13329f08 Remove unused file with no explicit legal info 2007-02-27 02:48:13 +00:00
Glenn Morris
add5890f20 *** empty log message *** 2007-02-25 00:14:19 +00:00
Glenn Morris
0ff3f4352c Remove license text in favour of including copyright.h, as was done in
original X11 source.
2007-02-25 00:10:18 +00:00
Glenn Morris
21c46c95d5 Don't claim copyright for the MIT license. 2007-02-22 04:42:52 +00:00
Glenn Morris
7f6d64f85a Switch to standard GPL text for license. 2007-02-11 00:15:39 +00:00
Glenn Morris
4e6835dbc4 Add 2007 to copyright years. 2007-01-21 04:57:37 +00:00
Richard M. Stallman
8ac6262d0b Add license notice. 2007-01-02 21:03:27 +00:00
Eli Zaretskii
818f5ca242 Remove -unix from coding: tags. 2006-12-22 23:37:42 +00:00
Glenn Morris
61e1e4e80a Update copyright years. 2006-12-10 02:48:55 +00:00
Juanma Barranquero
e580a741c6 *** empty log message *** 2006-11-19 23:35:01 +00:00
Juanma Barranquero
33462dfacd Add "add-log-time-zone-rule: t" to Local Variables section. 2006-11-10 00:21:57 +00:00
Thien-Thi Nguyen
5b0d63bc36 Update years in copyright notice; nfc. 2006-02-05 23:44:47 +00:00
Thien-Thi Nguyen
b398a621cb Update years in copyright notice; nfc. 2005-08-16 10:34:51 +00:00
Jan Djärv
e89f4e4bd8 * Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-g
was pressed.
2004-12-27 15:23:22 +00:00
Jan Djärv
141dbd2b16 * XMenu.h (XMenuActivateSetWaitFunction): New function.
* Activate.c (XMenuActivateSetWaitFunction): New function.
(XMenuActivate): Call wait_func if set, before XNextEvent.
2004-11-12 08:28:57 +00:00
Miles Bader
48d67035ea Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396
Tweak arch tagging to make build/install-in-place less annoying

Previously, autoconf-created Makefiles and the like would contain
duplicate taglines (unfortunately, autoconf doesn't seem to have a
`strip in generated file' comment mechanism) leading to conflicts, and
installing in place would create unknown directories and copies of
source directories (leading to conflicts with the source directories).

This changeset makes all autoconf-processed files use explicit id-tags
and adds .arch-inventory entries to ignore installation directories.
2004-06-11 02:39:51 +00:00
Miles Bader
1f3ddf11e8 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196
Remove RCS keywords

2004-04-10  Miles Bader  <miles@gnu.org>

   RCS keyword removal (only non-comment changes are enumerated here):

   * lisp/emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
   (byte-compile-insert-header): Don't use `byte-compile-version'.
   * lisp/url/url-vars.el (url-version): Use the constant string "Emacs"
   instead of calculating something from the RCS `State' keyword
   [the latter is almost entirely useless anyway].
   * lisp/forms.el (forms-version): Variable removed.
   (forms-mode): Don't use `forms-version'.
   * lisp/recentf.el (recentf-version): Variable removed.
   * lisp/progmodes/delphi.el (delphi-version): Variable removed.
   * lisp/progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
2004-04-10 05:55:49 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Jan Djärv
fb7df251b9 Update email and real name 2003-01-30 17:21:51 +00:00
Kim F. Storm
88c717201f Corrected misc. typos like missing : after file names,
missing file name suffixes, and * used as prefix on non-file entries.
2003-01-28 23:49:11 +00:00
Jan Djärv
6be3e0da26 *** empty log message *** 2002-04-22 18:27:39 +00:00
Jan Djärv
38ee86a8f0 Add calls to GrabKeyboard to remove strange
interactions with window managers that steal keypresses.
2002-04-22 18:27:03 +00:00
Sam Steingold
dff28924e8 fixed format 2001-11-13 00:07:54 +00:00
Gerd Moellmann
6aa97356aa *** empty log message *** 2001-10-21 17:41:43 +00:00
Gerd Moellmann
71431a0ea1 *** empty log message *** 2001-10-21 09:04:46 +00:00
Gerd Moellmann
ab952a4f34 *** empty log message *** 2001-10-10 09:43:20 +00:00
Gerd Moellmann
2a34a036ff *** empty log message *** 2001-10-06 09:57:20 +00:00
Eli Zaretskii
2a482fd745 Remove the entry for the 19.34 release. RMS says it was done on a branch. 2001-05-11 09:10:48 +00:00
Gerd Moellmann
3e057f36a0 Remove log entries for 20.5 .. 20.7. 2001-05-09 09:50:49 +00:00
Eli Zaretskii
e8918aee02 *** empty log message *** 2001-05-04 17:50:11 +00:00
Gerd Moellmann
6567e9b550 *** empty log message *** 2000-09-25 15:42:25 +00:00