1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00
Commit graph

926 commits

Author SHA1 Message Date
Glenn Morris
aa44cd8453 Petr Salinger <Petr.Salinger at seznam.cz>: New file. 2007-11-28 08:16:41 +00:00
Dan Nicolaescu
202c09a889 * term/mac-win.el (x-setup-function-keys): Only setup
local-function-key-map if it has not been setup already for the
current frame. Move the suspend-emacs processing here.

* s/darwin.h (MULTI_KBOARD): Remove.

* macfns.c (x_create_tip_frame, Fx_create_frame)
(x_create_tip_frame): Don't deal with MULTI_KBOARD.
2007-11-20 17:58:52 +00:00
Juanma Barranquero
517d7b9f8f *** empty log message *** 2007-11-14 16:57:56 +00:00
Jason Rumney
addedb8e24 Define USE_TOOLKIT_SCROLL_BARS. 2007-11-09 12:17:57 +00:00
Jason Rumney
b8ddfbcc6b Obsolete for some years. 2007-11-08 17:37:29 +00:00
Jan Djärv
ac1278c1f0 Remove HAVE_X11R5 and HAVE_X11R4. 2007-11-01 07:42:19 +00:00
Dan Nicolaescu
c22140f676 * s/usg5-4.h:
* s/usg5-3.h:
* s/ptx.h:
* m/is386.h:
* m/ibmps2-aix.h:
* Makefile.in: Remove all mentions of X10

* dispnew.c (syms_of_display): Don't mention version 10.
2007-10-31 06:55:00 +00:00
Jason Rumney
c8f7c76b84 (HAVE_STDLIB_H): Define.
(abort): Redefinition moved to nt/config.nt.
2007-10-22 22:42:54 +00:00
Miles Bader
1af74d06e5 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
2007-10-09 08:52:57 +00:00
Richard M. Stallman
0681b95814 Comment change. 2007-09-21 23:03:45 +00:00
Glenn Morris
fc2b776c39 No longer define `static' as nothing. 2007-09-15 19:50:16 +00:00
Glenn Morris
14bc401e0d Comment. 2007-09-13 07:42:14 +00:00
Glenn Morris
cd528b266e No longer define `static' as nothing. 2007-09-13 07:37:21 +00:00
Dan Nicolaescu
b7ea08942c * s/darwin.h (MULTI_KBOARD): Only define for Carbon. 2007-09-11 01:04:00 +00:00
Stefan Monnier
179cef4807 (GC_MARK_STACK): Enable conservative stack marking. 2007-09-07 20:04:58 +00:00
Jason Rumney
a492666863 (MULTI_KBOARD): Define. 2007-09-04 22:41:07 +00:00
Dan Nicolaescu
0f1444e1e1 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
* s/darwin.h: ... do it here.
2007-08-29 22:19:43 +00:00
Miles Bader
9899d01a0c Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 824-838)

   - Update from CVS
   - Merge from emacs--rel--22
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Fix void function definition error in cus-edit.el
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * emacs--rel--22  (patch 70-83)

   - Update from CVS
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Indicate that emacs--devo--0--patch-834 does not need to be applied
   - Merge from gnus--rel--5.10
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * gnus--rel--5.10  (patch 239-241)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-28
2007-07-31 05:50:45 +00:00
Glenn Morris
1427aa658e Remove license from trivial file. 2007-07-25 07:49:39 +00:00
Glenn Morris
4a9f99bdfb Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
Miles Bader
67f3ad67ee Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 781-792)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 33-41)
 * gnus--rel--5.10  (patch 226-228)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-21
2007-06-11 01:00:07 +00:00
Jason Rumney
4608d82961 Don't define HAVE_TZNAME. 2007-06-07 21:36:48 +00:00
Jason Rumney
3d4ce9e923 Don't define HAVE_TZNAME. 2007-06-06 20:51:10 +00:00
Dan Nicolaescu
caf49fb043 * loadup.el: Load mac-win on a Mac. Avoid loading both x-win and
mac-win.
* term/mac-win.el:
(mac-initialize-window-system): New function. Move global setup
here.

* s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
(SYSTEM_PURESIZE_EXTRA): Only define on Carbon.

* emacsclient.c (decode_options): Don't use a tty on mac carbon.
2007-05-19 23:12:46 +00:00
Dan Nicolaescu
80ca7302d8 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
* termhooks.h (union display_info): Add mac_display_info.

* term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
is defined.

* macterm.h (struct mac_display_info): Add terminal.

* w32term.c (w32_initialize): Make static.

* macterm.c (XTset_terminal_modes): Add a terminal parameter.
(XTreset_terminal_modes): Likewise.
(x_clear_frame): Add a frame parameter.
(note_mouse_movement): Get rif from the frame.
(mac_term_init): Initialize the terminal.
(mac_initialize): Make static and move terminal initialization ...
(mac_create_terminal): ... in this new function.

* macmenu.c: Reorder includes.
(Fx_popup_menu): Use terminal specific mouse_position_hook.

* macfns.c (x_set_mouse_color): Get rif from the frame.
(x_set_tool_bar_lines): Don't use updating_frame.
(mac_window): Add 2 new parameters for consistency with other
systems.
(Fx_create_frame): Fix doc string. Rename the parameter.
(Fx_create_frame): Set the frame parameters following what is done
in X11 and w32.
(Fx_open_connection): Remove window-system check.
(start_hourglass): Likewise.
(x_create_tip_frame): Get the keyboard from the terminal.

* w32fns.c (Fx_create_frame): Use kboard from the terminal.

* term/mac-win.el: Provide mac-win.
(mac-initialized): New variable.
(mac-initialize-window-system): New function. Move global setup
here.
(handle-args-function-alist, frame-creation-function-alist):
(window-system-initialization-alist): Add mac entries.

* loadup.el: Load mac-win on a Mac.
2007-05-19 19:08:02 +00:00
Jason Rumney
ff709c3a9f (SYSTEM_PURESIZE_EXTRA): Bump to 50k. 2007-05-15 23:04:35 +00:00
YAMAMOTO Mitsuharu
bb4c0e89d1 (__restrict, struct kboard): Remove outdated workarounds.
(C_SWITCH_SYSTEM): Remove `-I../mac/src'.
2007-04-09 09:18:54 +00:00
Glenn Morris
1df19e589f Add copyright and license notice. Copyright years from base include
file irix5-0.h.
2007-02-16 18:46:00 +00:00
Glenn Morris
3423be79f3 Add copyright and license notice. Copyright years from base include
file irix5.0.h.
2007-02-16 18:44:49 +00:00
Glenn Morris
73ae74aba5 Add copyright and license notice. Copyright years from base include
file usg5-4.h.
2007-02-16 18:43:34 +00:00
Glenn Morris
f72bb0daa5 Add copyright and license notice. Copyright years from base include
file aix3-2.h.
2007-02-16 18:40:21 +00:00
Glenn Morris
894d8a1299 Add copyright and license notice. Copyright years from base include
file bsd4-3.h.
2007-02-16 18:32:30 +00:00
Glenn Morris
7a3595e0ce Add copyright and license notice. 2007-02-16 18:31:18 +00:00
Glenn Morris
2ece623213 Add copyright and license notice. Copyright years from base include
file isc2-2.h.
2007-02-16 18:30:03 +00:00
Glenn Morris
cf3c5e8841 Add copyright and license notice. Copyright years from base include
file sunos4-0.h.
2007-02-16 18:27:14 +00:00
Glenn Morris
efc9f43a21 Add copyright and license notice. Copyright years from base include
file hpux9.h.
2007-02-16 18:23:47 +00:00
Glenn Morris
9601757966 Fix typo in previous change. 2007-02-16 08:39:43 +00:00
Glenn Morris
5d29cd6ac1 Add copyright and license notice. Copyright years copied from base
include file usg5-4.h.
2007-02-16 08:36:56 +00:00
Glenn Morris
61fd6e26b1 Add copyright and license notice. Copyright years copied from base
include file bsd4-2.h.
2007-02-16 08:33:19 +00:00
Glenn Morris
6e0394c0bd Add copyright and license notice. Copyright years copied from base
include file bsd4-3.h.
2007-02-16 08:31:09 +00:00
Glenn Morris
28c9eb71a5 Add year missed from previous change. 2007-02-16 08:28:59 +00:00
Glenn Morris
b26bb2e7dd Add copyright and license notice. Copyright years copied from base
include file usg5-3.h.
2007-02-16 08:26:17 +00:00
Glenn Morris
38c7336b57 Add copyright and license notice. Copyright years copied from base
include file usg5-4.h.
2007-02-16 08:24:33 +00:00
Glenn Morris
5e3b568fdc Add copyright and license notice. Copyright years copied from base
include file irix3-3.h.
2007-02-16 08:23:11 +00:00
Glenn Morris
837ee73d69 Add copyright and license notice. Copyright years copied from base
include file hpux.h.
2007-02-16 08:22:07 +00:00
Glenn Morris
57d5f59486 Add copyright and license notice. Copyright years copied from base
include file aix3-1.h.
2007-02-16 08:18:37 +00:00
Chong Yidong
138f64a194 Unused file removed. 2007-02-14 16:48:03 +00:00
Glenn Morris
4e6835dbc4 Add 2007 to copyright years. 2007-01-21 04:57:37 +00:00
Glenn Morris
429ab54e01 Update copyright for years from Emacs 21 to present (mainly adding
2001).
2007-01-14 03:38:22 +00:00
Jason Rumney
bc5f466ca5 (umask): Do not define in msvc8. 2006-12-29 15:58:08 +00:00