1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00
Commit Graph

29327 Commits

Author SHA1 Message Date
Gerd Moellmann
287f7dd64f (xim_initialize) [!USE_XIM]: Don't set up the
display info for XIM.
(xim_open_dpy): Likewise.
(xim_close_dpy): Don't free the display info's XIM.
2000-06-26 15:39:55 +00:00
Gerd Moellmann
4bd777b857 (x_window) [!USE_XIM]: Don't call create_frame_ic. 2000-06-26 15:39:25 +00:00
Gerd Moellmann
5b01f1a918 (USE_XIM): New define. 2000-06-26 15:39:03 +00:00
Gerd Moellmann
c6f7dae828 (--with-xim): New option. 2000-06-26 15:38:07 +00:00
Gerd Moellmann
cab90cd857 (toplevel): Load defgroup's differently;
patch from John.
2000-06-26 15:06:07 +00:00
Gerd Moellmann
d6d5905738 (fringe): Change face for different backgrounds. 2000-06-26 15:05:34 +00:00
Gerd Moellmann
3fc720e4bd (get_keyelt): For menu-items containing a `:filter
FILTER', apply FILTER to the menu-item's definition to get the
real definition to use.
2000-06-26 15:05:03 +00:00
Gerd Moellmann
1425dcb619 (QCfilter): External declaration. 2000-06-26 15:03:42 +00:00
Gerd Moellmann
2c69ced298 *** empty log message *** 2000-06-26 13:14:52 +00:00
Gerd Moellmann
42677916be (Fimage_size): New function.
(syms_of_xfns): Defsubr it.
2000-06-26 13:11:38 +00:00
Gerd Moellmann
9ef3882f5d (sql-interactive-mode-map): Use `kbd' in calls to
`define-key'; instead of checking `(emacs-version)' check for
`set-keymap-parent' and `set-keymap-name' directly.  Add entries
for `;' and `o' which might be electric.

(sql-electric-stuff): New user option.
(sql-magic-go): New function which uses `sql-electric-stuff'.
(sql-magic-semicolon): New function which uses
`sql-electric-stuff'.

(sql-accumulate-and-indent): Insert newline if `comint-accumulate'
is not fboundp.

(sql-oracle-options): New variable.
(sql-oracle): Use it.

(sql-imenu-generic-expression): Doc change.
(sql-find-sqli-buffer): Make sure the default-value of sql-buffer
is used.

(sql-informix): Added command line parameter "-" to force
sql-informix-program to use stdout.
2000-06-26 13:09:49 +00:00
Gerd Moellmann
b2df30a65d (menu-bar-tools-menu): Call read-mail-command
interactively.
2000-06-26 13:09:24 +00:00
Gerd Moellmann
98c602effb (DONTCOMPILE): Add eshell/esh-group.el. 2000-06-26 13:09:11 +00:00
Gerd Moellmann
faadfb0a21 Change spelling of the Free Software Foundation. 2000-06-26 13:08:44 +00:00
Andreas Schwab
f978b2a26e . 2000-06-26 12:25:48 +00:00
Andreas Schwab
86af83a969 (decode_coding_string): Re-fetch STRING_BYTES after
Fstring_as_unibyte.
2000-06-26 12:24:46 +00:00
Carsten Dominik
0aa1e22444 *** empty log message *** 2000-06-26 12:16:10 +00:00
Dave Love
94cc7892c7 *** empty log message *** 2000-06-25 17:35:20 +00:00
Dave Love
46d1b2bcc1 [!HAVE_TERMCAP_H]: Declare tputs, tgetent, tgetflag, tgetnum. 2000-06-25 17:22:33 +00:00
Dave Love
4a1ec21313 (blockinput.h): Depend on atimer.h.
(atimer.h): Depend on systime.h.
2000-06-25 16:29:47 +00:00
Dave Love
ffd8f46ea3 Protect against multiple inclusion. Include
systime.h.
2000-06-25 16:02:34 +00:00
Dave Love
b6df554395 Protect against multiple inclusion. Include
atimer.h.
2000-06-25 16:02:04 +00:00
Dave Love
cd1b7ac94c (swap_in_global_binding): Declare. 2000-06-25 15:57:54 +00:00
Eli Zaretskii
db1306d82e *** empty log message *** 2000-06-25 10:17:54 +00:00
Eli Zaretskii
b5095224f6 Set GETLOADAVG_LIBS to getloadavg.o in src/Makefile. 2000-06-25 10:16:52 +00:00
Eli Zaretskii
0ac646aa18 (cp-coding-system-for-codepage-1): Doc fix.
(cp864-decode-table): Doc fix.
(cp720-decode-table): New variable, supports the Arabic OEM
codepage used by Windows.
(cp737-decode-table): New, Greek OEM codepage used by Windows.
2000-06-25 10:09:30 +00:00
Ken Raeburn
b8c2455611 * process.c (Fopen_network_stream): Turn off atimers for duration of call to
connect.  (Patch from Gerd.)
2000-06-24 06:06:53 +00:00
Dave Love
c69e5fcdae (font-lock-fontify-anchored-keywords): Use line-beginning-position.
(font-lock-support-mode) <defgroup>: Add :version.
(global-font-lock-mode): Use mapc.
2000-06-23 19:37:14 +00:00
Dave Love
511c7541c9 *** empty log message *** 2000-06-23 17:45:03 +00:00
Dave Love
642a173373 Maybe include unistd.h. 2000-06-23 17:33:37 +00:00
Dave Love
8cf8560b9c *** empty log message *** 2000-06-23 17:21:32 +00:00
Dave Love
90553aa32b (setgrp): Undefine before defining.
(malloc_warning, set_time_zone_rule, index): Prototype.
2000-06-23 17:08:39 +00:00
Dave Love
97dfd1a133 (EMACS_GET_TIME) [!GETTIMEOFDAY_ONE_ARGUMENT]: Use HAVE_STRUCT_TIMEZONE. 2000-06-23 17:05:10 +00:00
Dave Love
2e83e1e11e Move string.h hack here from alpha.h and make it conditional.
(C_SWITCH_SYSTEM): Use _OSF_SOURCE, not -BSD, which clashes with
_XOPEN_SOURCE.
(WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist, NSIG): Define.
(SOCKLEN_TYPE): Don't define.
2000-06-23 17:02:15 +00:00
Dave Love
3347875f82 Remove string.h hack. 2000-06-23 16:55:37 +00:00
Dave Love
c8875a656c Undefine setpgrp before setting it. 2000-06-23 16:35:41 +00:00
Dave Love
e5ef3cdf11 Use feature tests for fcntl.h, string.h. Don't include time.h, done by
systime.h.
[__FreeBSD__]: Remove redundant includes.
2000-06-23 16:31:30 +00:00
Dave Love
0d607c3e00 Revert last change. 2000-06-23 16:17:05 +00:00
Stefan Monnier
30ad8f230f *** empty log message *** 2000-06-23 15:58:32 +00:00
Dave Love
a08974906c Maybe include term.h. 2000-06-23 15:44:48 +00:00
Dave Love
48d4b120b5 *** empty log message *** 2000-06-23 15:43:44 +00:00
Dave Love
320695d8d3 (setpgrp): Undefine before defining.
(delete_temp_file): Return Qnil to avoid warning.
2000-06-23 15:41:52 +00:00
Dave Love
6a4657567b Define the post-2.13 stuff conditionally on autoconf version. 2000-06-23 15:39:33 +00:00
Dave Love
3cb3ace089 (HAVE_TERM_H, HAVE_STRUCT_TIMEZONE): Add. 2000-06-23 15:32:38 +00:00
Dave Love
8a2c23285e [HAVE_TIMEVAL]: Move gettimeofday test here, test for struct timezone
and test how we can call gettimeofday.
2000-06-23 15:30:19 +00:00
Stefan Monnier
04f9dc4797 Require CL when compiling. 2000-06-23 15:15:55 +00:00
Dave Love
f7cc6849e5 Include fontset.h dependent on HAVE_WINDOW_SYSTEM, not HAVE_X_WINDOWS. 2000-06-23 14:37:24 +00:00
Dave Love
874e20d395 (free_face_fontset): Renamed from fs_free_face_fontset. 2000-06-23 14:34:44 +00:00
Dave Love
f9beddb22f (compose_text): Declare. 2000-06-23 14:32:26 +00:00
Dave Love
68642df61f Don't include sys/types.h unconditionally. Don't protect its inclusion
with !USG (following xmenu.c).
2000-06-23 14:28:20 +00:00