Stefan Monnier
f9f3238f99
(Fbuffer_list): Declare (for use in callint.c).
2008-03-17 20:21:12 +00:00
Andreas Schwab
0b8be006c6
(re_match_2_internal): Properly match raw 8-bit bytes
...
against a charset.
2008-03-17 14:52:34 +00:00
Andreas Schwab
065a118d49
(Fbuffer_list): Declare.
2008-03-17 14:32:31 +00:00
Jan Djärv
d3b2a6dae8
(free_frame_tool_bar): Only call gtk_container_remove if
...
handlebox_widget is != 0.
2008-03-17 07:18:57 +00:00
Kenichi Handa
87b8ce92db
*** empty log message ***
2008-03-17 00:48:03 +00:00
Juri Linkov
6206d6c282
(Fcall_interactively): For interactive code letters
...
'b' and 'B' put the buffer list into the list of default "future"
values of the minibuffer.
2008-03-16 17:46:19 +00:00
Andreas Schwab
a864f6d690
(read_key_sequence): Fix downcasing of letters with
...
modifiers.
2008-03-16 11:24:35 +00:00
Andreas Schwab
f50201817b
(re_match_2_internal): Correct matching of a charset
...
against latin-1 characters.
2008-03-16 10:45:53 +00:00
Kenichi Handa
03f244e255
(auto-coding-alist): Use
...
no-conversion-multibyte for archive files.
2008-03-16 01:54:07 +00:00
Kenichi Handa
db274c7a06
(CHAR_STRING_ADVANCE_NO_UNIFY)
...
(STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
(coding_alloc_by_making_gap): Fix the way to preserve data in the
gap.
(alloc_destination): Fix the 2nd arg to
coding_alloc_by_making_gap.
(encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
CHAR_STRING_ADVANCE.
(produce_chars): Fix for the case that the source and the
destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
instead of CHAR_STRING_ADVANCE.
(consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
STRING_CHAR_ADVANCE.
2008-03-16 01:24:55 +00:00
Andreas Schwab
0e2501ed34
(re_match_2_internal): Correct matching of eight bit
...
characters in unibyte strings.
2008-03-15 14:21:08 +00:00
Martin Rudalics
7723e095a7
(overlays_in, Foverlays_in): Include empty overlays
...
at end of range when it coincides with the end of the buffer.
2008-03-15 09:14:40 +00:00
Jason Rumney
956ae531fc
*** empty log message ***
2008-03-14 23:43:02 +00:00
Jason Rumney
a03fc5a6e0
(initial_tz): New variable.
...
(syms_of_editfns): Initialize it.
(Fset_time_zone_rule): Set it when first called.
Use it when TZSTRING is nil.
2008-03-14 23:36:58 +00:00
Eli Zaretskii
294f1153b5
(Ffile_attributes) [WINDOWSNT]: Force inode be positive.
2008-03-14 17:31:09 +00:00
Eli Zaretskii
f507f365a7
(globals_of_w32fns, Fx_create_frame): Fix last change.
2008-03-14 16:22:38 +00:00
Jason Rumney
64f0809df4
(MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
...
(MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
(monitor_from_point_fn, get_monitor_info_fn): New globals.
(globals_of_w32fns): Initialize them.
(compute_tip_xy): Use them to position tooltips.
2008-03-14 15:53:46 +00:00
Glenn Morris
21a4ff8e39
(main): Revert previous change.
...
(standard_args): Revert -internal-script back to -scriptload,
and remove the long-option form.
2008-03-14 02:40:21 +00:00
Glenn Morris
a09a5b5bf7
(main, standard_args): Rename -scriptload to -internal-script.
...
Remove option -enable-font-backend.
2008-03-13 03:04:04 +00:00
Stefan Monnier
1c55ebd109
(Fswitch_to_buffer): Fall back on pop-to-buffer.
2008-03-12 18:13:23 +00:00
Jan Djärv
9a09351550
Fix previous change.
2008-03-11 15:54:05 +00:00
Jan Djärv
c523e161a2
(x_connection_closed): For GTK: If this is the last
...
terminal just exit without closing the display.
2008-03-11 07:35:20 +00:00
Jason Rumney
7145be810c
(w32font_full_name): Use floor to round.
2008-03-11 00:37:21 +00:00
Juanma Barranquero
e6201af3d8
*** empty log message ***
2008-03-10 12:24:38 +00:00
Jan Djärv
ce9033f853
(Ffontset_info): Remove extra ;
2008-03-10 08:11:30 +00:00
Jan Djärv
646d0d127f
(alsa_configure): Declare vol at beginning of block.
2008-03-10 08:10:51 +00:00
Miles Bader
390b81fa98
Fix merged ChangeLog dates
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1096
2008-03-10 00:50:06 +00:00
Miles Bader
56388398e7
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1095
2008-03-10 00:49:47 +00:00
Kim F. Storm
7027c07b6c
(GET_NEXT_DISPLAY_ELEMENT): New macro.
...
(get_next_display_element, next_element_from_string)
(next_element_from_ellipsis, next_element_from_buffer): Use it.
2008-03-08 22:39:56 +00:00
Kim F. Storm
223ed6dbac
*** empty log message ***
2008-03-08 22:39:09 +00:00
Andreas Schwab
f2549aa023
(struct Lisp_Process): Declare bit field as unsigned.
2008-03-08 15:55:51 +00:00
Andreas Schwab
28545f7cd8
(struct Lisp_Process): Declare bit fields as unsigned.
2008-03-08 15:53:51 +00:00
Stefan Monnier
3efaadb7b2
(Fsubstitute_in_file_name): Fix up computation of maximum
...
size of resulting string.
2008-03-07 15:42:30 +00:00
Juanma Barranquero
290afd835e
*** empty log message ***
2008-03-07 12:44:15 +00:00
Jason Rumney
c960bff86f
(w32_registry): Take font_type argument. Use ANSI
...
when charset not specified. Only translate ANSI to unicode when
font_type is truetype.
(w32font_coverage_ok): New function.
(add_font_entity_to_list): Use it to filter unsuitable fonts.
2008-03-07 00:45:44 +00:00
Glenn Morris
a27152d112
Regenerate.
2008-03-05 20:05:16 +00:00
Jason Rumney
da5b5435a8
Revert last change.
2008-03-05 10:09:03 +00:00
Kenichi Handa
03365d0eb5
(char_resolve_modifier_mask): Fix previous change.
2008-03-05 05:12:06 +00:00
Kenichi Handa
fb26c2afce
(Fread_char): Resolve modifiers.
...
(Fread_char_exclusive): Likewise.
2008-03-05 04:28:59 +00:00
Kenichi Handa
d0363d443c
(char_resolve_modifier_mask): Fix previous change
...
(Fchar_resolve_modifiers): New function.
(syms_of_character): Declare Fchar_resolve_modifiers as Lisp
function.
2008-03-05 04:18:00 +00:00
Kenichi Handa
2bde7652cd
(char_resolve_modifier_mask): New function.
...
(char_string): Use char_resolve_modifier_mask.
2008-03-05 02:08:30 +00:00
Jason Rumney
ca8a12a7e6
(adjust_glyph_matrix): Initialize window_height.
2008-03-05 00:51:12 +00:00
Jason Rumney
4e5a6f83a8
(Fexpand_file_name): Decode home directory names.
...
(Fsubstitute_in_file_name): Decode substituted variables.
2008-03-05 00:20:52 +00:00
Jason Rumney
cefd56f648
Always include w32font.c in the build.
2008-03-04 17:34:22 +00:00
Jason Rumney
c69002781e
Wrap in USE_FONT_BACKEND conditional
2008-03-04 17:31:40 +00:00
Andreas Schwab
03bd3c1fb5
(clean): Remove emacs-*.*.* instead of emacs-*.
...
(versionclean): Likewise.
2008-03-04 13:29:18 +00:00
Juanma Barranquero
6f69e89bf1
Add oo.
2008-03-04 10:29:47 +00:00
Andreas Schwab
f4a3cc4433
(decode_coding_object): Inhibit gap shrinking while
...
decoding in place.
2008-03-03 22:29:12 +00:00
YAMAMOTO Mitsuharu
70f6d79619
(handle_single_display_spec): Undo 2007-10-16 changes.
...
Don't pretend as if characters with display property haven't been
consumed for string-replacing-string case.
2008-03-03 09:25:30 +00:00
Dan Nicolaescu
73f838adaf
* w32term.c: Remove unused include "gnu.h".
...
* makefile.w32-in (w32term.o): Don't depend on gnu.h
* gnu.h: Rename to ...
* emacs-icon.h: ... this.
* xterm.c: Use emacs-icon.h instead of gnu.h.
* Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
2008-03-03 06:32:13 +00:00