1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
Commit Graph

80159 Commits

Author SHA1 Message Date
Glenn Morris
9e11995de3 (latin1-display): Use characterp rather than char-valid-p. 2008-02-02 04:19:16 +00:00
Glenn Morris
e0576f07f3 (widget-string-complete): Use assoc-string rather than assoc-ignore-case.
(widget-key-sequence-read-event): Use characterp rather than char-valid-p.
2008-02-02 04:18:45 +00:00
Glenn Morris
434b9acba5 (whitespace-char-valid-p): Use characterp rather than char-valid-p. 2008-02-02 04:17:54 +00:00
Glenn Morris
723bbcec6e (ps-mule-initialize, ps-mule-begin-job)
(ps-mule-end-job): Declare as functions.
2008-02-02 04:17:02 +00:00
Glenn Morris
f6bcd65fa5 (declare-function): Add compatibility definition.
(ps-plot-with-face, ps-plot-string): Declare as functions.
(ps-bold-faces, ps-italic-faces): Declare variables.
2008-02-02 04:16:23 +00:00
Glenn Morris
4836694e55 (bdf-read-font-info): Use string-to-number rather than string-to-int. 2008-02-02 04:15:23 +00:00
Glenn Morris
2858cdb5d1 Fix tense. 2008-02-02 04:14:42 +00:00
Glenn Morris
7317029ef2 Fix typo and tense. 2008-02-02 04:14:22 +00:00
Glenn Morris
f3c8f8d138 Update copyright years and GPL version. 2008-02-02 04:13:38 +00:00
Glenn Morris
d223191d0e Adjust dates of unicode merge entries to UTC.
Remove merged entry about "updating from head".
Fix tense (past -> present).
2008-02-02 04:13:18 +00:00
Glenn Morris
6455bee49a Update copyright years and GPL version. 2008-02-02 04:09:42 +00:00
Glenn Morris
c4258029ff * ps-prin1.ps (HeaderOrFooterTextLines): Remove entry - this change
has never been on the trunk.
2008-02-02 04:09:10 +00:00
Glenn Morris
f78b3baf32 Adjust dates of unicode merge entries to UTC.
Remove entry about syncing with HEAD.
* ps-prin1.ps (printBackground): Remove entry duplicated from
2007-01-26 to 2008-02-02.
Past tense -> present tense (regenerated, updated).
"ps.print0.ps" -> "ps.prin0.ps" (fix typo)
2008-02-02 04:02:22 +00:00
Glenn Morris
835a3da77a Update copyright years and GPL version. 2008-02-02 03:52:44 +00:00
Glenn Morris
56b3f3fe70 Add copyright and license notice. 2008-02-02 03:51:41 +00:00
Glenn Morris
ed3be7aaf4 Update copyright years and GPL version. 2008-02-02 03:51:10 +00:00
Glenn Morris
175d1c83f0 Add copyright and license notice. 2008-02-02 03:50:03 +00:00
Glenn Morris
87f59510a2 Update copyright years and GPL version. 2008-02-02 03:49:32 +00:00
Glenn Morris
609789d741 Adjust dates of unicode merge entries to UTC.
(unidata/UnicodeData.txt): Adjust date of copying to match
unidata/README.
2008-02-02 03:48:58 +00:00
Glenn Morris
d41e8664f2 (HAVE_XFT): Ensure it is either "yes" or "no".
(USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
(HAVE_XFT): Add "Does Emacs use..." messages at end.
2008-02-02 03:44:32 +00:00
Glenn Morris
9209bb239e Remove multiple entries about re-generating configure.
Adjust dates of unicode merge entries to UTC.
2008-02-02 03:42:54 +00:00
Jason Rumney
db516472cb (unidata-gen-files): Force unix line ends. 2008-02-02 02:23:24 +00:00
Jason Rumney
25f6b8b150 ($(CHARPROP)): Use $(DEL) for deleting. 2008-02-02 01:42:26 +00:00
Dan Nicolaescu
534b468fb8 Fix previous edit. 2008-02-02 01:17:40 +00:00
Dan Nicolaescu
58340fa7f3 Add info about increased data segment size. 2008-02-02 01:16:50 +00:00
Jason Rumney
526dc3b384 (SRC): Define earlier.
(CHARPROP, UNIDATA, UNIDATA_SRC, UNIDATA_GEN, UNIDATA_GEN_SRC)
(UNIDATA_DEST, RUNTEMACS): New definitions.
($(EMACS)): Depend on $(CHARPROP).
(temacs): Bump EMHEAP to 21.
($(CHARPROP), $(UNIDATA), $(UNIDATA_GEN)): New targets.
2008-02-02 00:52:43 +00:00
Chong Yidong
6613bf7ab8 Undo last change.
(next-file): Improve revert message.
2008-02-01 23:37:07 +00:00
Chong Yidong
62ef651999 * progmodes/etags.el (next-file): Improve revert message. 2008-02-01 23:36:51 +00:00
Chong Yidong
c61425073a Undo last change.
(next-file): Improve revert message.
2008-02-01 23:35:30 +00:00
Chong Yidong
6e04a598ea * progmodes/etags.el (next-file): Improve revert message. 2008-02-01 23:35:06 +00:00
Chong Yidong
6bc742c298 Revert last change. 2008-02-01 23:31:53 +00:00
Chong Yidong
773b7a0d21 Revert last change. 2008-02-01 23:31:23 +00:00
Jason Rumney
af805c82de *** empty log message *** 2008-02-01 23:31:23 +00:00
Chong Yidong
81a7def81a Move last change into NEWS.22. 2008-02-01 23:29:32 +00:00
Jason Rumney
9b1a1e6291 Define VIRT_ADDR_VARIES. 2008-02-01 23:29:29 +00:00
Jason Rumney
fec76d439d Don't include CYGWIN in condition. 2008-02-01 23:29:14 +00:00
Chong Yidong
8a8e9795bf *** If tags-loop-revert-buffers has the value `ask', the tags-scanning
loop queries the user interactively if an already-visited file has
been changed since the last visit.  The new default value is `ask'.
2008-02-01 23:29:02 +00:00
Chong Yidong
9a5ec44e0a *** If tags-loop-revert-buffers has the value `ask', the tags-scanning
loop queries the user interactively if an already-visited file has
been changed since the last visit.  The new default value is `ask'.
2008-02-01 23:28:00 +00:00
Chong Yidong
580d92980c (tags-loop-revert-buffers): Value `ask' means to query the user interactively.
(next-file): Implement it.
2008-02-01 23:23:54 +00:00
Chong Yidong
967e1dd855 * progmodes/etags.el (tags-loop-revert-buffers): Value `ask' means
to query the user interactively.
(next-file): Implement it.
2008-02-01 23:23:38 +00:00
Chong Yidong
6272cd3f01 (tags-loop-revert-buffers): Value `ask' means to query the user interactively.
(next-file): Implement it.
2008-02-01 23:21:56 +00:00
Chong Yidong
bee68a7abe * progmodes/etags.el (tags-loop-revert-buffers): Value `ask' means
to query the user interactively.
(next-file): Implement it.
2008-02-01 23:21:29 +00:00
Andreas Schwab
df5b3b0674 Ignore charprop.el and uni-*.el. 2008-02-01 23:15:02 +00:00
Andreas Schwab
7f6519c572 (shortlisp): Update for rename of
../lisp/language/myanmar.el.
(lisp): Likewise.
2008-02-01 23:10:29 +00:00
Andreas Schwab
92fa827db9 Typo. 2008-02-01 22:49:17 +00:00
Andreas Schwab
f81e37a0ce Load language/burmese instead of language/mynamar. 2008-02-01 22:43:25 +00:00
Chong Yidong
85c5920ea3 (get_lface_attributes): Function deleted.
(merge_named_face, lookup_named_face, lookup_derived_face)
(realize_named_face): Call lface_from_face_name directly, and use
the fact that merge_face_vectors does not alter its FROM argument.
2008-02-01 22:34:19 +00:00
Chong Yidong
26f8aa27e0 * xfaces.c (get_lface_attributes): Function deleted.
(merge_named_face, lookup_named_face, lookup_derived_face)
(realize_named_face): Call lface_from_face_name directly, and use
the fact that merge_face_vectors does not alter its FROM argument.
2008-02-01 22:34:08 +00:00
Richard M. Stallman
fa9ac05acc Renamed to burmese.el. 2008-02-01 20:23:24 +00:00
Richard M. Stallman
ca92c5bcf2 *** empty log message *** 2008-02-01 20:20:55 +00:00