Stefan Monnier
32e2fb0429
(Fkeymap_prompt): Accept symbol keymaps.
2004-11-10 22:35:21 +00:00
Kim F. Storm
678b3958be
Include <sys/types.h> and <unistd.h> (for getpid).
...
Fix various comments referring to XEvents instead of input events.
(x_queue_event): Fix format strings.
(x_stop_queuing_selection_requests): Likewise.
2004-11-09 13:26:58 +00:00
Kim F. Storm
0162fa4ea6
(produce_image_glyph): Remove unused variable 'face_ascent'.
...
(pint2hrstr): Add extra braces to silence compiler.
2004-11-09 13:26:01 +00:00
Kim F. Storm
44455197d9
(print_object): Fix format string.
2004-11-09 13:24:35 +00:00
Kim F. Storm
95af0924b4
(read1): Fix next_char matching.
2004-11-09 13:24:19 +00:00
Kim F. Storm
e870dd8926
(Fdelete): Add EXFUN.
...
(replace_range_2): Add prototype.
2004-11-09 13:24:07 +00:00
Kim F. Storm
caa5a925ae
(read_avail_input): Remove unused variable 'discard'.
2004-11-09 13:23:55 +00:00
Kim F. Storm
825e0e0b53
(NULL_INTERVAL_P): Add separate version when
...
ENABLE_CHECKING is not defined to silence compiler.
(compare_string_intervals): Add prototype.
2004-11-09 13:23:42 +00:00
Kim F. Storm
c3c69bb625
(destroy_fringe_bitmap): Fix return type.
...
(Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
2004-11-09 13:23:32 +00:00
Kim F. Storm
9b33d5960f
(Fdump_emacs): Fix format string.
2004-11-09 13:23:13 +00:00
Kim F. Storm
9f77d2aaef
Include <ctype.h>.
...
(Fsubstitute_command_keys): Remove unused variable 'firstkey'.
2004-11-09 13:23:00 +00:00
Kim F. Storm
43e50e40db
(store_symval_forwarding): Remove unused variables.
2004-11-09 13:19:11 +00:00
Kim F. Storm
33247f0c3a
(Fcall_interactively): Remove unused variable 'funcar'.
2004-11-09 13:18:58 +00:00
Kim F. Storm
0faf68065e
*** empty log message ***
2004-11-09 13:18:39 +00:00
Kim F. Storm
d0c38d631d
Fix commentary.
2004-11-09 11:16:32 +00:00
Kim F. Storm
eb943af045
(Fmake_network_process): Remove unused var 'retry'.
2004-11-09 11:15:46 +00:00
Jan Djärv
16bf4e3264
* Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
...
to ${OLDXMENU}.
2004-11-09 10:59:49 +00:00
Kim F. Storm
4e9dd03b8c
(Fmake_network_process): Remove kludge for interrupted
...
connects on BSD. If connect is interrupted, just close socket and
start over rather than sleeping and retry with same socket.
2004-11-09 09:40:37 +00:00
Kim F. Storm
cdb805a935
*** empty log message ***
2004-11-09 09:40:07 +00:00
Jan Djärv
a8b16c80cd
* .cvsignore: Add buildobj.lst.
2004-11-09 08:23:44 +00:00
Jan Djärv
d87a9ab893
* doc.c: New variable Vbuild_files.
...
(Fsnarf_documentation): If Vbuild_files is nil, populate it with
file names from buildobh.lst. Only attach docstrings from files
that are in Vbuild_files.
(syms_of_doc): Defvar Vbuild_files.
* Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
and w32*.o.
(temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
(mostlyclean): rm buildobj.lst
* makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
is linked.
2004-11-09 08:19:51 +00:00
Kim F. Storm
81544a1d14
(update_window_fringes): Update fringe bitmaps if
...
cur and row ends_at_zv_p differs. If bitmaps of a row is updated,
also update previous row to get rid of misc. artifacts.
2004-11-08 23:34:12 +00:00
Kim F. Storm
b6709e7744
*** empty log message ***
2004-11-08 23:32:56 +00:00
Kim F. Storm
4674c583e2
(note_mouse_highlight): Clear mouse face if we move out of text area.
2004-11-08 22:25:30 +00:00
Kim F. Storm
b7127aa8d0
*** empty log message ***
2004-11-08 22:24:51 +00:00
Kim F. Storm
a78bc3c08a
(fast_find_position): Fix start pos if header line present.
2004-11-08 22:12:13 +00:00
Kim F. Storm
bae9677d95
*** empty log message ***
2004-11-08 22:11:40 +00:00
Eli Zaretskii
3f8ea68c98
*** empty log message ***
2004-11-08 13:02:27 +00:00
Eli Zaretskii
3c14598ca1
Move #include "systime.h" before <sys/resource.h>.
...
Don't include <sys/time.h> explicitly.
Include <stdio.h> unconditionally, not just on MacOS.
2004-11-08 12:04:07 +00:00
Kenichi Handa
a653f81218
(fontset_pattern_regexp): Cancel my previous change;
...
don't pay attention to '\' before '*'.
(fontset_pattern_regexp): Change the meaning of the second arg.
(Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
(check_fontset_name): Try NAME as literal at first, and if it
failes, try NAME as pattern.
2004-11-08 00:38:48 +00:00
Jan Djärv
c37caf9d6b
* emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
2004-11-07 21:59:19 +00:00
Andreas Schwab
b72915a740
Don't declare Fmsdos_downcase_filename.
2004-11-07 11:08:45 +00:00
Andreas Schwab
b7f3499735
Declare Fmsdos_downcase_filename.
2004-11-07 11:06:32 +00:00
Jan Djärv
238a44a865
* dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
...
comparisons with integers instead of Lisp_Object address.
(Fmsdos_set_keyboard): Declare argument allkeys.
* msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
* dired.c: extern declare Fmsdos_downcase_filename on MSDOS to avoid
int/Lisp_Object mixup.
* fileio.c: Ditto.
2004-11-07 09:13:26 +00:00
Steven Tamm
21acf12465
editfns.c: Adding in better patch
2004-11-07 05:57:58 +00:00
Steven Tamm
31141c132b
editfns.c: Need to include sys/time.h before resource.h on darwin.
2004-11-07 05:57:08 +00:00
Richard M. Stallman
f28c1bd9cd
(command_loop_1): Change Vtransient_mark_mode
...
before deciding whether to inctivate mark.
2004-11-07 03:50:11 +00:00
Richard M. Stallman
c9aa6a4184
(Fcall_interactively): Avoid reusing EVENT for other data.
2004-11-07 03:48:56 +00:00
Richard M. Stallman
e1e419ecc6
(merge_named_face): GCPRO the face_name in the
...
named_merge_point struct that we make.
(merge_face_heights): Eliminate GCPRO arg. All callers changed.
2004-11-07 03:47:09 +00:00
Andreas Schwab
3b6536b101
Whitespace fixup.
2004-11-07 01:57:27 +00:00
Eli Zaretskii
6159c232a6
*** empty log message ***
2004-11-06 17:04:23 +00:00
Eli Zaretskii
32bfb2d565
(sxhash): As far as possible, merge calculation of
...
hash code for symbols and strings.
2004-11-06 17:01:27 +00:00
Eli Zaretskii
4211ee7d6c
(Fget_internal_run_time): New function.
...
(syms_of_data): Defsubr it.
2004-11-06 17:00:37 +00:00
Eli Zaretskii
59dede2226
*** empty log message ***
2004-11-06 16:54:06 +00:00
Eli Zaretskii
ea92fc9ff2
Regenerate.
2004-11-06 16:53:38 +00:00
Eli Zaretskii
27540e8151
*** empty log message ***
2004-11-06 12:12:23 +00:00
Eli Zaretskii
5ff00c425a
(syms_of_frame): Fix the example in the doc string.
2004-11-06 11:55:32 +00:00
Jan Djärv
df470e3b0b
* eval.c (Feval): Remove check for INPUT_BLOCKED_P.
...
* xmenu.c (popup_get_selection, create_and_show_popup_menu)
(create_and_show_dialog): Revert change from 2004-10-31.
2004-11-06 07:47:27 +00:00
Luc Teirlinck
4cc8522cb9
*** empty log message ***
2004-11-05 23:41:56 +00:00
Luc Teirlinck
6cf374b13f
(syms_of_macros) <defining-kbd-macro>: Doc fix.
2004-11-05 22:46:28 +00:00