1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00
Commit graph

84623 commits

Author SHA1 Message Date
Glenn Morris
56565c745b Simply require 'cl (silences spurious warnings).
(cl-compile-time-init): Remove function.
2008-07-16 02:50:00 +00:00
Glenn Morris
7467c796a1 (cl-do-pop, cl-mapcar-many): Declare for compiler.
(cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
directly.  Provide cl before loading cl-macs.
2008-07-16 02:49:35 +00:00
Adrian Robert
38f4308d1b remove easy-mmode from loadup.el before ns-win; correct docs in ns-win 2008-07-16 02:46:09 +00:00
Glenn Morris
44ac2d3efc (system-type): Doc fix. 2008-07-16 02:34:46 +00:00
Glenn Morris
ebff23530a (rmail-spool-directory): Remove settings for systems that are no
longer supported.
2008-07-16 02:32:51 +00:00
Glenn Morris
ce21e9c3de Fix header and footer format.
Switch to recommended form of GPLv3 permissions notice.
2008-07-16 02:31:19 +00:00
Glenn Morris
4c1863cd6e (ns-initialize-window-system): Declare for compiler. 2008-07-16 02:30:15 +00:00
Glenn Morris
c0642f6de0 Fix header format and permissions notice.
Add numerous declarations for compiler.
(ns-pop-up-frames): Move definition before use. Doc fix.
2008-07-16 02:29:39 +00:00
Glenn Morris
3c823a0c77 (ns-focus-frame): Declare for compiler. 2008-07-16 02:26:16 +00:00
Glenn Morris
75d37c3dfc (check-declare-locate, check-declare-verify): Handle .m files. 2008-07-16 02:25:40 +00:00
Glenn Morris
1928010445 Switch to recommended form of GPLv3 permissions notice. 2008-07-16 02:24:31 +00:00
Glenn Morris
de9efca0a9 Apparently incorrect to say that font backend _requires_ freetype and
fontconfig.
2008-07-16 02:23:30 +00:00
Glenn Morris
35eaf38323 Remove permissions notice from trivial file. 2008-07-16 02:22:51 +00:00
Glenn Morris
32d235f89b Switch to recommended form of GPLv3 permissions notice. 2008-07-16 02:22:04 +00:00
Glenn Morris
dcd9248abb Fix copyright and license. 2008-07-16 02:20:06 +00:00
Glenn Morris
7963f8ab8a (set-copyright): Add nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist. 2008-07-16 02:19:37 +00:00
Miles Bader
2f8e74bbbb Use nicer comment syntax for arch taglines in Objective-C files
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1330
2008-07-16 02:18:49 +00:00
Glenn Morris
8d640e6bbd Add copyright and license notices. 2008-07-16 02:15:12 +00:00
Glenn Morris
d384112704 (set-version, set-copyright): Add nextstep/ files. 2008-07-16 02:14:02 +00:00
Miles Bader
0ae1e5e565 Add arch tagline 2008-07-15 23:52:03 +00:00
Andreas Schwab
209a0f5ec0 Regenerate with fixed AC_FUNC_MKTIME. 2008-07-15 23:00:44 +00:00
Stefan Monnier
6ddc6ccab4 *** empty log message *** 2008-07-15 21:13:10 +00:00
Stefan Monnier
0a1700794a (parse_menu_item): Don't use cachelist, even under NS.
If the cache doesn't work, let's fix it, rather than work around it.
2008-07-15 21:01:44 +00:00
Chong Yidong
e953d75ceb Checked entering.texi 2008-07-15 20:58:09 +00:00
Chong Yidong
321ca37f53 (Exiting): Don't describe text-only terminals as the
default.  Describe the new startup screen.
(Exiting): Describe how to kill Emacs first.  Change description of
iconification to handle modern window systems.
2008-07-15 20:57:39 +00:00
Chong Yidong
0ef9470696 * entering.texi (Exiting): Don't describe text-only terminals as the
default.  Describe the new startup screen.
(Exiting): Describe how to kill Emacs first.  Change description of
iconification to handle modern window systems.
2008-07-15 20:57:28 +00:00
Adrian Robert
dd05155960 remove historical info from nextstep/FOR-RELEASE 2008-07-15 18:45:08 +00:00
Adrian Robert
a68fda4a8c adding forgotten file src/nsfont.m for emacs.app merge 2008-07-15 18:35:28 +00:00
Adrian Robert
edfda78355 merging Emacs.app (NeXTstep port) 2008-07-15 18:15:18 +00:00
Jason Rumney
1391cd5487 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
(w32_show_hourglass): Rename from show_hourglass.
	(w32_hide_hourglass): Rename from hide_hourglass.
	(DEFAULT_HOURGLASS_DELAY): Revert from last change.
	(Vhourglass_delay): Declare extern.
	(hourglass_started): Remove.

	* xdisp.c (Vhourglass_delay): Remove static.
	(hourglass_started, start_hourglass, cancel_hourglass):
	Don't include these versions on WINDOWSNT.
2008-07-15 15:45:05 +00:00
Chong Yidong
71f675e5e0 (Glossary): Remove xref to Text Characters. 2008-07-15 15:29:24 +00:00
Chong Yidong
e06d1b570a (Entering Emacs): Update prev node. 2008-07-15 15:29:16 +00:00
Chong Yidong
938a5d2e0b * entering.texi (Entering Emacs): Update prev node.
* glossary.texi (Glossary): Remove xref to Text Characters.
2008-07-15 15:29:07 +00:00
Chong Yidong
20d6dc0286 s/xxxfns.c/xfns.c/ 2008-07-15 14:17:25 +00:00
Chong Yidong
f3f7b86f85 commands.texi checked 2008-07-15 14:14:11 +00:00
Chong Yidong
f049d162c4 (Top): Update node list. 2008-07-15 14:12:39 +00:00
Chong Yidong
ba73ec7b2b (Modifier Keys): New node. 2008-07-15 14:12:30 +00:00
Chong Yidong
9bb75d2682 (User Input): Rewrite. Describe Emacs' behavior
directly, rather than in the context of ASCII.  Move description of
special properties of modifier key to new Modifier Keys node.
(Keys): Copyedit.
(Text Characters): Delete node.  Multibyte is the default nowadays, and
the node contents are obsolete.
2008-07-15 14:12:18 +00:00
Chong Yidong
9f30aa7371 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
directly, rather than in the context of ASCII.  Move description of
special properties of modifier key to new Modifier Keys node.
(Keys): Copyedit.
(Text Characters): Delete node.  Multibyte is the default nowadays, and
the node contents are obsolete.

* custom.texi (Modifier Keys): New node.

* emacs.texi (Top): Update node list.
2008-07-15 14:11:58 +00:00
Adrian Robert
1885ab29b7 applying patch to consolidate non-GUI portion of hourglass implementation as posted at http://thread.gmane.org/gmane.emacs.devel/98341 2008-07-15 13:04:01 +00:00
Stefan Monnier
f5ab8ccc33 Fix up typo. 2008-07-14 23:06:30 +00:00
Jason Rumney
3faa984f21 (w32_get_arg): Remove wrapper function.
(w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
directly.
(Fx_create_frame): Sync with xfns.c.  Use x_get_arg directly.
2008-07-14 10:38:50 +00:00
Jason Rumney
aaa5e42077 (x-handle-switch, x-handle-name-switch)
(x-handle-numeric-switch, x-handle-initial-switch)
(x-handle-xrm-switch, x-handle-args, x-handle-display)
(xw-defined-colors, w32-initialize-window-system):
Avoid use of cl pop and push macros.
2008-07-14 10:30:56 +00:00
Martin Rudalics
83750bb1cd (change-log-goto-source): Avoid wrong-type-argument
error when change-log-search-file-name returns nil.
2008-07-14 08:15:59 +00:00
Kenichi Handa
2f73901fa1 (xfont_open): Add workaround for X's bug. 2008-07-14 07:48:03 +00:00
Kenichi Handa
11da284dbd Include <stdio.h> unconditionally. 2008-07-14 07:05:33 +00:00
Miles Bader
16c85f2690 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1326
2008-07-14 06:56:18 +00:00
Kenichi Handa
3b48f0d2a6 *** empty log message *** 2008-07-14 04:47:19 +00:00
Chong Yidong
f67cb65e37 Two additional files checked. 2008-07-13 20:39:14 +00:00
Chong Yidong
a6b85944c7 Aggregate change log mode changes. Update documentation status. 2008-07-13 20:38:12 +00:00