]>
git.eshelyaron.com Git - emacs.git/log
Chong Yidong [Sun, 8 Jul 2007 18:08:10 +0000 (18:08 +0000)]
(longlines-wrap-region): Avoid marking buffer as modified.
(longlines-auto-wrap, longlines-window-change-function): Remove
unnecessary calls to set-buffer-modified-p.
Chong Yidong [Thu, 5 Jul 2007 22:12:47 +0000 (22:12 +0000)]
(widget-documentation-string-value-create): Insert spaces for
indentation.
Chong Yidong [Thu, 5 Jul 2007 22:12:34 +0000 (22:12 +0000)]
* wid-edit.el (widget-documentation-string-value-create): Insert
spaces for indentation.
Chong Yidong [Thu, 5 Jul 2007 18:39:02 +0000 (18:39 +0000)]
* cus-edit.el (custom-commands): New variable.
(custom-tool-bar-map): New variable. Initialize using
`custom-commands'.
(custom-mode): Use `custom-tool-bar-map'.
(custom-buffer-create-internal): Insert action buttons only if
tool bar is not used. Use `custom-commands'.
(Custom-help, custom-command-apply): New function.
(custom-command-apply, Custom-set, Custom-save)
(Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
Use `custom-command-apply' instead of duplicating code.
(customize-group-other-window): Call `customize-group' instead of
duplicating code.
(customize-face-other-window): Call `customize-face' instead of
duplicating code.
(customize-group, customize-face): Add optional args for opening
in another window.
(custom-variable-tag): Don't inherit `variable-pitch' face.
(custom-group-tag): Inherit `variable-pitch' face.
(custom-variable-value-create): Set documentation indentation.
(custom-group-value-create): Make group name a link, instead of
using an extra "go to group" button.
(custom-prompt-variable, custom-group-set, custom-group-save)
(custom-group-reset-current, custom-group-reset-saved)
(custom-group-reset-standard): Minor cleanup.
Chong Yidong [Thu, 5 Jul 2007 18:38:13 +0000 (18:38 +0000)]
(custom-commands): New variable.
(custom-tool-bar-map): New variable. Initialize using
`custom-commands'.
(custom-mode): Use `custom-tool-bar-map'.
(custom-buffer-create-internal): Insert action buttons only if
tool bar is not used. Use `custom-commands'.
(Custom-help, custom-command-apply): New function.
(custom-command-apply, Custom-set, Custom-save)
(Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
Use `custom-command-apply' instead of duplicating code.
(customize-group-other-window): Call `customize-group' instead of
duplicating code.
(customize-face-other-window): Call `customize-face' instead of
duplicating code.
(customize-group, customize-face): Add optional args for opening
in another window.
(custom-variable-tag): Don't inherit `variable-pitch' face.
(custom-group-tag): Inherit `variable-pitch' face.
(custom-variable-value-create): Set documentation indentation.
(custom-group-value-create): Make group name a link, instead of
using an extra "go to group" button.
(custom-prompt-variable, custom-group-set, custom-group-save)
(custom-group-reset-current, custom-group-reset-saved)
(custom-group-reset-standard): Minor cleanup.
Stefan Monnier [Fri, 29 Jun 2007 03:48:22 +0000 (03:48 +0000)]
* 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.
Stefan Monnier [Fri, 29 Jun 2007 03:38:07 +0000 (03:38 +0000)]
(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.
Stefan Monnier [Fri, 29 Jun 2007 03:37:33 +0000 (03:37 +0000)]
Replace uses of GC_* macros with the non-GC_ versions.
Kenichi Handa [Tue, 26 Jun 2007 12:02:59 +0000 (12:02 +0000)]
*** empty log message ***
Kenichi Handa [Tue, 26 Jun 2007 12:02:40 +0000 (12:02 +0000)]
(dnd-get-local-file-name): Call replace-regexp-in-string
with FIXEDCASE t.
Kenichi Handa [Mon, 25 Jun 2007 10:38:42 +0000 (10:38 +0000)]
*** empty log message ***
Kenichi Handa [Mon, 25 Jun 2007 10:25:21 +0000 (10:25 +0000)]
(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.
Jason Rumney [Sun, 24 Jun 2007 20:49:39 +0000 (20:49 +0000)]
*** empty log message ***
Jason Rumney [Sun, 24 Jun 2007 20:49:24 +0000 (20:49 +0000)]
(Qgdi): Rename from Qw32.
Jason Rumney [Thu, 21 Jun 2007 23:33:35 +0000 (23:33 +0000)]
(ftfont_font_format): Typo fix.
Jason Rumney [Thu, 21 Jun 2007 23:30:49 +0000 (23:30 +0000)]
*** empty log message ***
Jason Rumney [Thu, 21 Jun 2007 23:28:41 +0000 (23:28 +0000)]
(get_quoted_string): Make static
Kenichi Handa [Wed, 20 Jun 2007 12:10:24 +0000 (12:10 +0000)]
*** empty log message ***
Kenichi Handa [Wed, 20 Jun 2007 12:10:07 +0000 (12:10 +0000)]
(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.
Kenichi Handa [Wed, 20 Jun 2007 12:07:32 +0000 (12:07 +0000)]
(describe-char): Fix for the case that a component character is TAB.
Kenichi Handa [Wed, 20 Jun 2007 11:30:29 +0000 (11:30 +0000)]
*** empty log message ***
Kenichi Handa [Wed, 20 Jun 2007 11:30:15 +0000 (11:30 +0000)]
(print-fontset-element): Fix for the
format change of a fontset element for font-backend feature.
Kenichi Handa [Wed, 20 Jun 2007 11:28:19 +0000 (11:28 +0000)]
*** empty log message ***
Kenichi Handa [Wed, 20 Jun 2007 11:28:05 +0000 (11:28 +0000)]
(${lispsource}international/charprop.el): Move this
target within "#ifdef HAVE_UNIDATA" and "#endif".
Kenichi Handa [Mon, 18 Jun 2007 15:17:46 +0000 (15:17 +0000)]
(describe-language-environment):
Check if the specified input method exists or not.
Miles Bader [Sat, 16 Jun 2007 23:44:21 +0000 (23:44 +0000)]
Update configure
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-224
Miles Bader [Sat, 16 Jun 2007 22:32:13 +0000 (22:32 +0000)]
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
Miles Bader [Sat, 16 Jun 2007 22:29:38 +0000 (22:29 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 49-50)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 232)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-802
Miles Bader [Sat, 16 Jun 2007 22:29:59 +0000 (22:29 +0000)]
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 232)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-50
Miles Bader [Sat, 16 Jun 2007 21:50:56 +0000 (21:50 +0000)]
Add arch tagline
Miles Bader [Sat, 16 Jun 2007 21:47:37 +0000 (21:47 +0000)]
Add arch tagline
Eli Zaretskii [Sat, 16 Jun 2007 18:19:42 +0000 (18:19 +0000)]
(add_menu_item): Escape `&' characters in menu items and their keybindings.
Eli Zaretskii [Sat, 16 Jun 2007 18:13:15 +0000 (18:13 +0000)]
(add_menu_item): Escape `&' characters in menu items and their keybindings.
Eli Zaretskii [Sat, 16 Jun 2007 12:51:48 +0000 (12:51 +0000)]
Document that :data is unsupported for playing sound on Windows.
Eli Zaretskii [Sat, 16 Jun 2007 12:50:37 +0000 (12:50 +0000)]
Document that :data is unsupported for playing sound on Windows.
Kenichi Handa [Sat, 16 Jun 2007 03:06:49 +0000 (03:06 +0000)]
*** empty log message ***
Kenichi Handa [Sat, 16 Jun 2007 02:17:47 +0000 (02:17 +0000)]
*** empty log message ***
Kenichi Handa [Sat, 16 Jun 2007 02:16:18 +0000 (02:16 +0000)]
(select-safe-coding-system-interactively): Fix printing of
rejected and unsafe coding-systems.
Kenichi Handa [Sat, 16 Jun 2007 02:15:01 +0000 (02:15 +0000)]
(setup-default-fontset): Add tai-viet.
Kenichi Handa [Sat, 16 Jun 2007 02:14:19 +0000 (02:14 +0000)]
Setup syntax/category table for Tai Viet.
(script-list): Add tai-viet.
Kenichi Handa [Sat, 16 Jun 2007 02:13:05 +0000 (02:13 +0000)]
*** empty log message ***
Kenichi Handa [Sat, 16 Jun 2007 02:02:01 +0000 (02:02 +0000)]
*** empty log message ***
Kenichi Handa [Sat, 16 Jun 2007 02:01:07 +0000 (02:01 +0000)]
(Funibyte_string): Add "usage: ..." to the docstring.
Kenichi Handa [Sat, 16 Jun 2007 01:59:28 +0000 (01:59 +0000)]
(lisp): Add ${lispsource}language/tai-viet.el.
(shortlisp): Add ../lisp/language/tai-viet.el.
Kenichi Handa [Sat, 16 Jun 2007 01:58:37 +0000 (01:58 +0000)]
Load "language/tai-viet".
Kenichi Handa [Sat, 16 Jun 2007 01:58:08 +0000 (01:58 +0000)]
New file.
Karl Fogel [Sat, 16 Jun 2007 01:25:25 +0000 (01:25 +0000)]
* thingatpt.el (thing-at-point-email-regexp): Don't require two chars
before the "@" in an email address. Andreas Roehler noticed this problem.
Karl Fogel [Sat, 16 Jun 2007 01:03:35 +0000 (01:03 +0000)]
* thingatpt.el: Add support for email addresses (`email').
(thing-at-point, bounds-of-thing-at-point): Document `email' support.
(thing-at-point-email-regexp): New variable.
(`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
properties on this symbol, with lambda forms for values.
Masatake YAMATO [Fri, 15 Jun 2007 19:40:47 +0000 (19:40 +0000)]
* vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
Masatake YAMATO [Fri, 15 Jun 2007 18:50:19 +0000 (18:50 +0000)]
* vc.el (vc-dired-hook): check the backend returned from `vc-responsible-backend' can really handle `subdir'.
Chong Yidong [Fri, 15 Jun 2007 16:27:23 +0000 (16:27 +0000)]
(widget-add-documentation-string-button): Fix handling of
documentation indent.
Chong Yidong [Fri, 15 Jun 2007 16:27:16 +0000 (16:27 +0000)]
* wid-edit.el (widget-add-documentation-string-button): Fix
handling of documentation indent.
Kim F. Storm [Fri, 15 Jun 2007 14:37:40 +0000 (14:37 +0000)]
*** empty log message ***
Kim F. Storm [Fri, 15 Jun 2007 14:36:17 +0000 (14:36 +0000)]
New file.
Kim F. Storm [Fri, 15 Jun 2007 14:35:58 +0000 (14:35 +0000)]
*** empty log message ***
Masatake YAMATO [Fri, 15 Jun 2007 13:56:48 +0000 (13:56 +0000)]
* vc.el (vc-dired-mode): Show backend name as part of mode name.
Juanma Barranquero [Fri, 15 Jun 2007 10:12:58 +0000 (10:12 +0000)]
*** empty log message ***
Juanma Barranquero [Fri, 15 Jun 2007 10:05:25 +0000 (10:05 +0000)]
*** empty log message ***
Kenichi Handa [Fri, 15 Jun 2007 06:42:54 +0000 (06:42 +0000)]
*** empty log message ***
Kenichi Handa [Fri, 15 Jun 2007 06:42:18 +0000 (06:42 +0000)]
(${lispsource}international/charprop.el): Depend on temacs${EXEEXT}.
Miles Bader [Fri, 15 Jun 2007 04:03:46 +0000 (04:03 +0000)]
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 230-231)
- ChangeLog tweak
- Update from CVS
2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-agent.el (gnus-agent-fetch-headers)
(gnus-agent-retrieve-headers): Bind
gnus-decode-encoded-address-function to identity.
* lisp/gnus/nntp.el (nntp-send-xover-command): Recognize an xover command
is available also when the server returns simply a dot.
* lisp/gnus/gnus-ems.el (gnus-x-splash): Redisplay window before measuring
it.
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-48
Miles Bader [Fri, 15 Jun 2007 04:02:46 +0000 (04:02 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 45-48)
- Gnus ChangeLog tweaks
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 230-231)
- ChangeLog tweak
- Update from CVS
2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-agent.el (gnus-agent-fetch-headers)
(gnus-agent-retrieve-headers): Bind
gnus-decode-encoded-address-function to identity.
* lisp/gnus/nntp.el (nntp-send-xover-command): Recognize an xover command
is available also when the server returns simply a dot.
* lisp/gnus/gnus-ems.el (gnus-x-splash): Redisplay window before measuring
it.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-800
Jason Rumney [Fri, 15 Jun 2007 00:08:37 +0000 (00:08 +0000)]
Use emacs.manifest.
Jason Rumney [Fri, 15 Jun 2007 00:07:45 +0000 (00:07 +0000)]
Manifest for Windows XP and later. Links Emacs to comctl32.dll version 6 for
the new style scrollbars.
Jason Rumney [Fri, 15 Jun 2007 00:07:45 +0000 (00:07 +0000)]
Manifest for Windows XP and later. Links Emacs to comctl32.dll version 6 for
the new style scrollbars.
Chong Yidong [Fri, 15 Jun 2007 00:02:03 +0000 (00:02 +0000)]
(update_compositions): Fix last fix.
Chong Yidong [Fri, 15 Jun 2007 00:01:45 +0000 (00:01 +0000)]
* composite.c (update_compositions): Fix last fix.
Chong Yidong [Fri, 15 Jun 2007 00:00:37 +0000 (00:00 +0000)]
(update_compositions): Check validity of compositions.
Chong Yidong [Thu, 14 Jun 2007 23:59:17 +0000 (23:59 +0000)]
* composite.c (update_compositions): Check validity of compositions.
Chong Yidong [Thu, 14 Jun 2007 23:09:25 +0000 (23:09 +0000)]
(widget-default-create): Move ?h handling here...
(widget-default-format-handler): ...from here.
(widget-docstring, widget-add-documentation-string-button): New funs.
(documentation-string): Add :visibility-widget property.
(widget-documentation-string-value-create): Use it.
Chong Yidong [Thu, 14 Jun 2007 23:08:20 +0000 (23:08 +0000)]
(custom-split-regexp-maybe): Simplify.
(custom-buffer-create-internal): Simplify message.
(custom-variable-tag): Reduce height to normal.
(custom-variable-value-create, custom-face-value-create)
(custom-visibility): New widget.
(custom-visibility): New face.
(custom-group-value-create): Call
widget-add-documentation-string-button, using `custom-visibility'.
Chong Yidong [Thu, 14 Jun 2007 23:07:05 +0000 (23:07 +0000)]
* wid-edit.el (widget-default-create): Move ?h handling here...
(widget-default-format-handler): ...from here.
(widget-docstring, widget-add-documentation-string-button): New funs.
(documentation-string): Add :visibility-widget property.
(widget-documentation-string-value-create): Use it.
* cus-edit.el (custom-split-regexp-maybe): Simplify.
(custom-buffer-create-internal): Simplify message.
(custom-variable-tag): Reduce height to normal.
(custom-variable-value-create, custom-face-value-create)
(custom-visibility): New widget.
(custom-visibility): New face.
(custom-group-value-create): Call
widget-add-documentation-string-button, using `custom-visibility'.
Stefan Monnier [Thu, 14 Jun 2007 21:25:12 +0000 (21:25 +0000)]
(byte-compile-current-group, byte-compile-nogroup-warn, byte-compile-file):
Revert part of last change. Apparently the "warning even if the group is
implicit" is a feature rather than a bug.
Michael Kifer [Thu, 14 Jun 2007 19:30:34 +0000 (19:30 +0000)]
moved my entry from etc/ChangeLog to lisp/ChangeLog
was put in etc/ChangeLog by mistake
Michael Kifer [Thu, 14 Jun 2007 18:10:46 +0000 (18:10 +0000)]
2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
* viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
different advices for Emacs and XEmacs. Compile them conditionally.
(viper-version): belated version change.
Karl Berry [Thu, 14 Jun 2007 16:56:40 +0000 (16:56 +0000)]
typo
Karl Berry [Thu, 14 Jun 2007 16:55:54 +0000 (16:55 +0000)]
typo
Jason Rumney [Thu, 14 Jun 2007 15:59:58 +0000 (15:59 +0000)]
(Fget_internal_run_time) [WINDOWSNT]: Use w32_get_internal_run_time.
Jason Rumney [Thu, 14 Jun 2007 15:58:13 +0000 (15:58 +0000)]
(get_process_times_fn): New function pointer.
(globals_of_w32): Intialize it if present in kernel32.dll.
(w32_get_internal_run_time): New function.
Kenichi Handa [Thu, 14 Jun 2007 12:33:56 +0000 (12:33 +0000)]
(update_compositions): Check the validness of
compositions.
Nick Roberts [Thu, 14 Jun 2007 12:12:23 +0000 (12:12 +0000)]
*** empty log message ***
Nick Roberts [Thu, 14 Jun 2007 11:00:55 +0000 (11:00 +0000)]
*** empty log message ***
Miles Bader [Thu, 14 Jun 2007 10:03:43 +0000 (10:03 +0000)]
Changes from arch/CVS synchronization
Miles Bader [Thu, 14 Jun 2007 10:03:08 +0000 (10:03 +0000)]
Gnus ChangeLog tweaks
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-45
Miles Bader [Thu, 14 Jun 2007 10:02:55 +0000 (10:02 +0000)]
Merge from gnus--rel--5.10
Patches applied:
* emacs--devo--0 (patch 725, 740-741, 749, 768, 777, 786, 788-789, 792)
- Merge from gnus--rel--5.10
- Update from CVS
- Merge from emacs--rel--22, gnus--rel--5.10
* gnus--rel--5.10 (patch 217-229)
- Update from CVS
- Merge from emacs--devo--0, emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-44
Juanma Barranquero [Thu, 14 Jun 2007 10:01:04 +0000 (10:01 +0000)]
(init_user_info): Fix weird formatting not following GNU coding guidelines.
Miles Bader [Thu, 14 Jun 2007 10:00:26 +0000 (10:00 +0000)]
Changes from arch/CVS synchronization
Miles Bader [Thu, 14 Jun 2007 09:59:49 +0000 (09:59 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 43-44)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 229)
- Merge from emacs--devo--0, emacs--rel--22
2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
* lisp/font-lock.el (font-lock-add-keywords): In case font-lock was only
half-activated, forcefully activate it completely.
2007-06-11 Richard M. Stallman <rms@gnu.org>
* lisp/cus-edit.el (custom-variable-type): Doc fix.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-797
YAMAMOTO Mitsuharu [Thu, 14 Jun 2007 08:40:24 +0000 (08:40 +0000)]
(update_tool_bar, redisplay_tool_bar, redisplay_window)
[USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
YAMAMOTO Mitsuharu [Thu, 14 Jun 2007 08:39:40 +0000 (08:39 +0000)]
(struct mac_output) [USE_MAC_TOOLBAR]: New member
toolbar_win_gravity.
(struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
(update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
Add externs.
YAMAMOTO Mitsuharu [Thu, 14 Jun 2007 08:39:29 +0000 (08:39 +0000)]
(x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
background to scroll bar gap.
(x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
(XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
scroll bars on frame edge. Check fringe background extension.
Don't clear extended fringe background area.
(TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
(TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
(TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
[USE_MAC_TOOLBAR]: New macros.
(mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
(mac_handle_toolbar_event, mac_image_spec_to_cg_image)
(mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
(mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
[USE_MAC_TOOLBAR]: New functions.
(mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
manually if previous repositioning has failed.
(mac_handle_keyboard_event): Use precomputed event kind.
(XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
as tool bar item click. Handle mouse movement over tool bar items.
YAMAMOTO Mitsuharu [Thu, 14 Jun 2007 08:39:19 +0000 (08:39 +0000)]
[TARGET_API_MAC_CARBON] (menu_target_item_handler):
Return immediately unless popup is activated.
YAMAMOTO Mitsuharu [Thu, 14 Jun 2007 08:39:07 +0000 (08:39 +0000)]
(USE_MAC_TOOLBAR): New define.
YAMAMOTO Mitsuharu [Thu, 14 Jun 2007 08:38:52 +0000 (08:38 +0000)]
(mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
(x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
YAMAMOTO Mitsuharu [Thu, 14 Jun 2007 08:38:42 +0000 (08:38 +0000)]
(struct frame) [MAC_OS]: New member external_tool_bar.
(FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
Jan Djärv [Thu, 14 Jun 2007 06:56:48 +0000 (06:56 +0000)]
Updated.
Jan Djärv [Thu, 14 Jun 2007 06:56:28 +0000 (06:56 +0000)]
Check for all image libraries before exiting.
Werner LEMBERG [Thu, 14 Jun 2007 04:51:35 +0000 (04:51 +0000)]
* emacs.1: Completely revised.
Fix many typographical glitches.
Updated to handle current state of options and resources.
Chong Yidong [Thu, 14 Jun 2007 02:23:12 +0000 (02:23 +0000)]
Add image-refresh
Chong Yidong [Thu, 14 Jun 2007 02:22:13 +0000 (02:22 +0000)]
(Image Cache): Document image-refresh.