Miles Bader
f9cba5bd88
Move branch-specific src/ChangeLog entry to src/ChangeLog.unicode
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-228
2007-07-09 08:01:05 +00:00
Miles Bader
1011c48763
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 803-805)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-227
2007-07-09 08:00:55 +00:00
Stefan Monnier
4d02fc2564
(Fcompleting_read): New value confirm-only' for require-match'.
2007-07-01 01:57:21 +00:00
Stefan Monnier
6c661ec965
* fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change its type.
...
(make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
Update to the new type of weak_hash_tables and next_weak.
* lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
a plain C pointer to Lisp_Hash_Table.
2007-06-29 03:48:22 +00:00
Stefan Monnier
2706ceb633
(XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
...
(GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
(GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
(GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
(GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
(GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
(GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
(GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
(GC_EQ): Remove since they've been identical to their non-GC_
alter-egos ever since the markbit was eradicated.
2007-06-29 03:38:07 +00:00
Stefan Monnier
8e50cc2df8
Replace uses of GC_* macros with the non-GC_ versions.
2007-06-29 03:37:33 +00:00
Stefan Monnier
fe45b81f90
(Fdo_auto_save): Revert last patch installed unwillingly as
...
part of the 2007-06-27 change to syms_of_fileio.
2007-06-28 20:21:13 +00:00
YAMAMOTO Mitsuharu
a56dd283e4
[USE_MAC_TSM] (mac_handle_text_input_event):
...
Check WINDOWP before using XWINDOW. Consolidate return statements.
2007-06-28 10:09:00 +00:00
Richard M. Stallman
0cf9f5b5e9
(syms_of_fileio) <after-insert-file-functions>: Doc fix.
2007-06-27 23:30:08 +00:00
Juanma Barranquero
a66f285afd
(syms_of_buffer) <selective-display>: Fix typo in docstring.
2007-06-27 11:36:59 +00:00
YAMAMOTO Mitsuharu
8d0d84d25d
[HAVE_GTK_AND_PTHREAD] Check this after including config.h.
...
(_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
(LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
(_free_internal, memalign): Use them.
(_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
Initialize to PTHREAD_MUTEX_INITIALIZER.
(malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
(morecore_nolock): Rename from morecore. All uses changed.
Use only nolock versions of internal allocation functions.
(_malloc_internal_nolock, _realloc_internal_nolock)
(_free_internal_nolock): New functions created from
_malloc_internal, _realloc_internal, and _free_internal.
(_malloc_internal, _realloc_internal, _free_internal): Use them.
Copy hook value to automatic variable before its use.
(memalign): Copy hook value to automatic variable before its use.
2007-06-26 03:28:17 +00:00
Kenichi Handa
5a0bbd9ae9
(Ffind_operation_coding_system): Docstring improved.
...
(syms_of_coding): Docstring of `file-coding-system-alist' improved.
2007-06-26 00:26:46 +00:00
David Kastrup
9a51747bac
* keymaps.texi (Active Keymaps): Document new POSITION argument of
...
`current-active-maps'.
* keymap.c (Fcurrent_active_maps): Add `position' argument.
(Fwhere_is_internal): Adjust call to `current-active-maps' to
cater for additional parameter.
* keymap.h: Adjust number of parameters to `current-active-maps'.
* doc.c (Fsubstitute_command_keys): Adjust call of
`current-active-maps'.
2007-06-25 20:53:48 +00:00
David Kastrup
e43054262b
(Fcall_interactively): Make the parsing of interactive
...
specs somewhat more readable.
2007-06-25 19:48:37 +00:00
Kenichi Handa
4383486ee1
*** empty log message ***
2007-06-25 10:38:42 +00:00
Kenichi Handa
57d53d1bdd
(map_sub_char_table): Make it work for the top-level
...
char-table. Fix handling of parent char-table.
(map_char_table): Adjusted for the above change.
2007-06-25 10:25:21 +00:00
Juanma Barranquero
1e0d2d6027
*** empty log message ***
2007-06-24 22:53:02 +00:00
Jason Rumney
ee82fbcd45
*** empty log message ***
2007-06-24 20:49:39 +00:00
Jason Rumney
8eac0c84ee
(Qgdi): Rename from Qw32.
2007-06-24 20:49:24 +00:00
YAMAMOTO Mitsuharu
511a18d9e2
(x_draw_fringe_bitmap) [MAC_OSX]: Fix last change.
2007-06-23 01:53:51 +00:00
YAMAMOTO Mitsuharu
e855c5d81e
(x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
...
to scroll bar gap also when bitmap fills fringe. Draw only foreground
if extended background has already been filled.
2007-06-23 01:50:22 +00:00
YAMAMOTO Mitsuharu
512eb16107
(mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
...
Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
in #if 0 as it is not compatible with y-or-n-p-with-timeout.
(timer_check) [TARGET_API_MAC_CARBON]: Add extern.
[TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
(pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
[TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
Run timers during dialog popup.
(Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
2007-06-22 09:05:55 +00:00
YAMAMOTO Mitsuharu
aab3344421
(USE_CG_DRAWING): Don't require USE_ATSUI.
...
(USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
2007-06-22 09:05:25 +00:00
Jason Rumney
48875afe4a
(ftfont_font_format): Typo fix.
2007-06-21 23:33:35 +00:00
Jason Rumney
68423f5382
*** empty log message ***
2007-06-21 23:30:49 +00:00
Jason Rumney
561af692c8
(get_quoted_string): Make static
2007-06-21 23:28:41 +00:00
Jason Rumney
2386b1f188
(convert_mono_to_color_image): Swap fore and background.
2007-06-21 23:02:14 +00:00
Jason Rumney
fab8b787ff
(w32_BDF_to_x_font): Unmap memory when finished.
...
(w32_free_bdf_font): Unmap memory not handle.
2007-06-20 21:32:32 +00:00
Juanma Barranquero
15bdd7a08f
*** empty log message ***
2007-06-20 14:25:54 +00:00
Sam Steingold
3cacba85d9
(__morecore): Fix the declaration to comply with the definition.
2007-06-20 12:18:47 +00:00
Kenichi Handa
f4b453ae59
*** empty log message ***
2007-06-20 12:10:24 +00:00
Kenichi Handa
91c5bb27e6
(xftfont_open): If one of font's ASCII glyph has
...
bigger ascent and descent than those of the font, use them as
font's ascent and descent.
2007-06-20 12:10:07 +00:00
Kenichi Handa
d0364d0982
*** empty log message ***
2007-06-20 11:28:19 +00:00
Kenichi Handa
1fd0d2b9eb
(${lispsource}international/charprop.el): Move this
...
target within "#ifdef HAVE_UNIDATA" and "#endif".
2007-06-20 11:28:05 +00:00
Nick Roberts
d7504a3f57
*** empty log message ***
2007-06-20 10:06:04 +00:00
Juanma Barranquero
1bb8a291f6
(w32_delete_display): Remove leftover declaration.
...
(w32_define_cursor, w32_initialize): Make static.
2007-06-20 08:35:55 +00:00
Juanma Barranquero
aa5ee2a374
(_wsa_errlist): Fix typo in error message.
...
(init_environment): Ignore any environment variable
from the registry having a null value.
2007-06-20 08:31:09 +00:00
Glenn Morris
31840c4328
(LIBGIF): Default to -lgif.
2007-06-20 07:51:59 +00:00
Glenn Morris
92648dea00
Regenerate.
2007-06-20 07:51:47 +00:00
Jason Rumney
ff25d11542
(add_menu_item): Don't use multibyte string functions on
...
unicode strings.
2007-06-17 22:11:16 +00:00
Juanma Barranquero
a1a578a5cf
(syms_of_xdisp) <auto-resize-tool-bars>: Fix typo in docstring.
2007-06-17 01:48:59 +00:00
Miles Bader
b361539260
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 793-802)
- Update from CVS
- Remove RCS keywords
- Merge from emacs--rel--22
* emacs--rel--22 (patch 42-50)
- Update from CVS
- Merge from gnus--rel--5.10
- Gnus ChangeLog tweaks
* gnus--rel--5.10 (patch 229-232)
- Merge from emacs--devo--0, emacs--rel--22
- ChangeLog tweak
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-223
2007-06-16 22:32:13 +00:00
Eli Zaretskii
af41f8a8d6
(add_menu_item): Escape `&' characters in menu items and their keybindings.
2007-06-16 18:13:15 +00:00
Kenichi Handa
a5e3d1f43b
*** empty log message ***
2007-06-16 02:02:01 +00:00
Kenichi Handa
87d6f9659c
(Funibyte_string): Add "usage: ..." to the docstring.
2007-06-16 02:01:07 +00:00
Kenichi Handa
16460a7654
(lisp): Add ${lispsource}language/tai-viet.el.
...
(shortlisp): Add ../lisp/language/tai-viet.el.
2007-06-16 01:59:28 +00:00
Kenichi Handa
b878f5f15a
*** empty log message ***
2007-06-15 06:42:54 +00:00
Kenichi Handa
9001653a22
(${lispsource}international/charprop.el): Depend on temacs${EXEEXT}.
2007-06-15 06:42:18 +00:00
Chong Yidong
9657d668ee
(update_compositions): Fix last fix.
2007-06-15 00:02:03 +00:00
Chong Yidong
8b29cab910
* composite.c (update_compositions): Fix last fix.
2007-06-15 00:01:45 +00:00