bpt/emacs.git
17 years ago2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Tue, 12 Jun 2007 19:20:25 +0000 (19:20 +0000)]
2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>

* viper-cmd.el (viper-prefix-arg-com,viper-prefix-arg-value): display
error messages
(viper-prev-destructive-command,viper-insert-prev-from-insertion-ring):
get rid of cl.el dependencies.

* viper-init.el (viper-suppress-input-method-change-message): new
variable.
(viper-activate-input-method-action,viper-inactivate-input-method-action):
use viper-suppress-input-method-change-message.

* viper-kem.el (viper-vi-basic-map): disable the bindings for C-s, C-r.

* viper-util.el (viper-set-cursor-color-according-to-state): use
viper-replace-overlay-cursor-color instead of
viper-replace-overlay-cursor-color.
(viper-sit-for-short): use sit-for with 3 arguments.

* viper.el (viper-insert-state-mode-list): add gud-mode.
(viper-major-mode-modifier-list): add viper-comint-mode-modifier-map to
gud-mode.

* ediff-mult.el
(ediff-meta-buffer-brief-message,ediff-meta-buffer-verbose-message):
new variables.
(ediff-meta-buffer-message): variable deleted.
(ediff-verbose-help-enabled): new variable.
(ediff-toggle-verbose-help-meta-buffer): new function.
(ediff-redraw-directory-group-buffer): made aware of short/verbose
message options

* ediff-ptch.el (ediff-context-diff-label-regexp): better regexp.
(ediff-fixup-patch-map): improved heuristic.

17 years ago(log-view-file-re, log-view-message-re): Use \(?1:...\).
Stefan Monnier [Tue, 12 Jun 2007 18:52:05 +0000 (18:52 +0000)]
(log-view-file-re, log-view-message-re): Use \(?1:...\).
(log-view-font-lock-keywords): Simplify.
(log-view-current-file, log-view-current-tag): Simplify.

17 years ago(regex_compile): Remove the `regnum' counter.
Stefan Monnier [Tue, 12 Jun 2007 18:40:18 +0000 (18:40 +0000)]
(regex_compile): Remove the `regnum' counter.
Use bufp->re_nsub instead.  Add support for \(?N:RE\).

17 years ago(url-cookie-name, url-cookie-value, url-cookie-expires, url-cookie-localpart)
Stefan Monnier [Tue, 12 Jun 2007 18:24:25 +0000 (18:24 +0000)]
(url-cookie-name, url-cookie-value, url-cookie-expires, url-cookie-localpart)
(url-cookie-domain, url-cookie-secure, url-cookie-set-name)
(url-cookie-set-value, url-cookie-set-expires, url-cookie-set-localpart)
(url-cookie-set-domain, url-cookie-set-secure, url-cookie-retrieve-arg)
(url-cookie-create, url-cookie-p): Remove.
(url-cookie): New struct.
(url-cookie-store): Use setf instead of url-cookie-set-*.

17 years ago(tab-always-indent): Docstring fix.
Stefan Monnier [Tue, 12 Jun 2007 16:33:39 +0000 (16:33 +0000)]
(tab-always-indent): Docstring fix.

17 years ago(vc-arch-command): Also try "baz" and "bzr".
Sam Steingold [Tue, 12 Jun 2007 13:37:56 +0000 (13:37 +0000)]
(vc-arch-command): Also try "baz" and "bzr".

17 years ago(desktop-load-locked-desktop): New option.
Juanma Barranquero [Tue, 12 Jun 2007 11:14:52 +0000 (11:14 +0000)]
(desktop-load-locked-desktop): New option.
(desktop-read): Use it.
(desktop-truncate, desktop-outvar, desktop-restore-file-buffer): Use `when'.

17 years ago(desktop-save-mode-off): New function.
Juanma Barranquero [Tue, 12 Jun 2007 09:11:31 +0000 (09:11 +0000)]
(desktop-save-mode-off): New function.
(desktop-base-lock-name, desktop-not-loaded-hook): New variables.
(desktop-full-lock-name, desktop-file-modtime, desktop-owner,
desktop-claim-lock, desktop-release-lock): New functions.
(desktop-kill): Tell `desktop-save' that this is the last save.
Release the lock afterwards.
(desktop-buffer-info): New function.
(desktop-save): Use it.  Run `desktop-save-hook' where the doc says to.
Detect conflicts, and manage the lock.
(desktop-read): Detect conflicts.  Manage the lock.

17 years agoChange bug address. Add back +++/--- note.
Glenn Morris [Tue, 12 Jun 2007 08:16:23 +0000 (08:16 +0000)]
Change bug address.  Add back +++/--- note.
Use present tense for X-toolkit entry.  Mention libgif.

Restore two items deleted by mistake.

17 years ago(HAVE_GIF): Doc fix.
Glenn Morris [Tue, 12 Jun 2007 08:16:04 +0000 (08:16 +0000)]
(HAVE_GIF): Doc fix.
(LIBGIF): New (already used by Makefile.in).

17 years ago(HAVE_GIF): If -lungif fails, try -lgif.
Glenn Morris [Tue, 12 Jun 2007 08:13:57 +0000 (08:13 +0000)]
(HAVE_GIF): If -lungif fails, try -lgif.

17 years ago(tpu-emacs-map-key): Use new keymap names.
Stefan Monnier [Tue, 12 Jun 2007 04:56:35 +0000 (04:56 +0000)]
(tpu-emacs-map-key): Use new keymap names.

17 years ago(tpu-gold-map): Rename from GOLD-map.
Stefan Monnier [Tue, 12 Jun 2007 04:55:40 +0000 (04:55 +0000)]
(tpu-gold-map): Rename from GOLD-map.
(tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
(CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
(tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
keysyms rather than byte sequences.
(tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.

17 years ago(sh-font-lock-backslash-quote, sh-font-lock-flush-syntax-ppss-cache): New funs.
Stefan Monnier [Mon, 11 Jun 2007 22:16:43 +0000 (22:16 +0000)]
(sh-font-lock-backslash-quote, sh-font-lock-flush-syntax-ppss-cache): New funs.
(sh-font-lock-syntactic-keywords): Use them to distinguish the
different possible cases for \'.

17 years ago(PC-bindings): Don't bind things already bound in the parent keymap.
Stefan Monnier [Mon, 11 Jun 2007 22:10:24 +0000 (22:10 +0000)]
(PC-bindings): Don't bind things already bound in the parent keymap.

17 years agoAdjust copyright notice.
Stefan Monnier [Mon, 11 Jun 2007 22:06:36 +0000 (22:06 +0000)]
Adjust copyright notice.

17 years ago*** empty log message ***
Stefan Monnier [Mon, 11 Jun 2007 22:04:14 +0000 (22:04 +0000)]
*** empty log message ***

17 years agoNew file.
Stefan Monnier [Mon, 11 Jun 2007 22:02:21 +0000 (22:02 +0000)]
New file.

17 years agoInclude intervals.h to declare Fget_text_property.
Stefan Monnier [Mon, 11 Jun 2007 20:08:49 +0000 (20:08 +0000)]
Include intervals.h to declare Fget_text_property.

17 years ago*** empty log message ***
Stefan Monnier [Mon, 11 Jun 2007 20:00:35 +0000 (20:00 +0000)]
*** empty log message ***

17 years ago(vc-svn-program): New var.
Stefan Monnier [Mon, 11 Jun 2007 18:41:09 +0000 (18:41 +0000)]
(vc-svn-program): New var.
(vc-svn-command): Use it.

17 years ago*** empty log message ***
Jan Djärv [Mon, 11 Jun 2007 17:48:04 +0000 (17:48 +0000)]
*** empty log message ***

17 years agoChange wording about yes/gtk and lucid/athena being
Jan Djärv [Mon, 11 Jun 2007 17:47:44 +0000 (17:47 +0000)]
Change wording about yes/gtk and lucid/athena being
synonyms.

17 years agoRemove RCS keywords
Miles Bader [Mon, 11 Jun 2007 02:42:19 +0000 (02:42 +0000)]
Remove RCS keywords

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-794

17 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 11 Jun 2007 00:56:04 +0000 (00:56 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 227-228)

   - Update from CVS

2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-ems.el (gnus-x-splash): Make it work.

   * lisp/gnus/gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
   from being used.

   * lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave): Correct the order
   of the arguments passed to pop-to-buffer.
   (gnus-article-read-summary-keys): Ditto.

2007-06-06  Andreas Seltenreich  <andreas@gate450.dyndns.org>

   * man/gnus.texi (Misc Group Stuff, Summary Buffer)
   (Server Commands, Article Keymap): Fix typo.  s/function/command/.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-792

17 years ago(server-switch-buffer): Remove redundant check.
Juanma Barranquero [Mon, 11 Jun 2007 00:23:06 +0000 (00:23 +0000)]
(server-switch-buffer): Remove redundant check.

17 years ago(Fx_file_dialog): Take size from struct not pointer.
Jason Rumney [Sun, 10 Jun 2007 23:38:37 +0000 (23:38 +0000)]
(Fx_file_dialog): Take size from struct not pointer.

17 years ago(byte-compile-find-cl-functions): Match
Martin Rudalics [Sun, 10 Jun 2007 16:15:10 +0000 (16:15 +0000)]
(byte-compile-find-cl-functions): Match
against file-name-nondirectory.
Fix text on user customization variables.

17 years agoRegenerate, and apply by hand super-special-shell-function-message-patch.
Glenn Morris [Sat, 9 Jun 2007 22:31:59 +0000 (22:31 +0000)]
Regenerate, and apply by hand super-special-shell-function-message-patch.

17 years ago(rmail-movemail-variant-in-use): Fix doc typo.
Thien-Thi Nguyen [Sat, 9 Jun 2007 12:53:04 +0000 (12:53 +0000)]
(rmail-movemail-variant-in-use): Fix doc typo.

17 years agoMerge from emacs--rel--22
Miles Bader [Sat, 9 Jun 2007 03:19:04 +0000 (03:19 +0000)]
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-790

17 years ago*** empty log message ***
Juanma Barranquero [Sat, 9 Jun 2007 00:14:06 +0000 (00:14 +0000)]
*** empty log message ***

17 years ago(desktop-minor-mode-table): Doc fix.
Juanma Barranquero [Sat, 9 Jun 2007 00:09:03 +0000 (00:09 +0000)]
(desktop-minor-mode-table): Doc fix.

17 years ago(css-navigation-syntax-table):
Stefan Monnier [Fri, 8 Jun 2007 21:57:46 +0000 (21:57 +0000)]
(css-navigation-syntax-table):
Use set-char-table-range so it also works in the unicode branch.

17 years ago(Fdelete_and_extract_region): Use empty_unibyte_string.
Juanma Barranquero [Fri, 8 Jun 2007 20:18:14 +0000 (20:18 +0000)]
(Fdelete_and_extract_region): Use empty_unibyte_string.

17 years ago(Fread_file_name): Use empty_unibyte_string.
Juanma Barranquero [Fri, 8 Jun 2007 20:12:52 +0000 (20:12 +0000)]
(Fread_file_name): Use empty_unibyte_string.

17 years ago(Fmapconcat): Use empty_unibyte_string.
Juanma Barranquero [Fri, 8 Jun 2007 20:11:56 +0000 (20:11 +0000)]
(Fmapconcat): Use empty_unibyte_string.

17 years ago(cmd_error_internal): Use empty_unibyte_string.
Juanma Barranquero [Fri, 8 Jun 2007 20:11:04 +0000 (20:11 +0000)]
(cmd_error_internal): Use empty_unibyte_string.

17 years ago(Fkey_description): Use empty_unibyte_string.
Juanma Barranquero [Fri, 8 Jun 2007 20:10:01 +0000 (20:10 +0000)]
(Fkey_description): Use empty_unibyte_string.

17 years ago(read_minibuf): Use empty_unibyte_string.
Juanma Barranquero [Fri, 8 Jun 2007 20:09:20 +0000 (20:09 +0000)]
(read_minibuf): Use empty_unibyte_string.

17 years ago(wordify): Use empty_unibyte_string.
Juanma Barranquero [Fri, 8 Jun 2007 20:08:39 +0000 (20:08 +0000)]
(wordify): Use empty_unibyte_string.

17 years ago(sel_read): Use empty_unibyte_string.
Juanma Barranquero [Fri, 8 Jun 2007 20:07:44 +0000 (20:07 +0000)]
(sel_read): Use empty_unibyte_string.

17 years ago(Fx_get_atom_name): Use empty_unibyte_string.
Juanma Barranquero [Fri, 8 Jun 2007 20:07:10 +0000 (20:07 +0000)]
(Fx_get_atom_name): Use empty_unibyte_string.

17 years ago(x_term_init): Use empty_unibyte_string.
Juanma Barranquero [Fri, 8 Jun 2007 20:06:31 +0000 (20:06 +0000)]
(x_term_init): Use empty_unibyte_string.

17 years ago(Fformat_mode_line, syms_of_xdisp): Use empty_unibyte_string.
Juanma Barranquero [Fri, 8 Jun 2007 20:05:03 +0000 (20:05 +0000)]
(Fformat_mode_line, syms_of_xdisp): Use empty_unibyte_string.

17 years ago(x_default_scroll_bar_color_parameter):
Juanma Barranquero [Fri, 8 Jun 2007 20:01:38 +0000 (20:01 +0000)]
(x_default_scroll_bar_color_parameter):
Use empty_unibyte_string, not empty_string.

17 years ago(menu_help_callback): Use empty_unibyte_string, not empty_string.
Juanma Barranquero [Fri, 8 Jun 2007 20:00:33 +0000 (20:00 +0000)]
(menu_help_callback): Use empty_unibyte_string, not empty_string.

17 years ago(init_strings): Initialize canonical empty strings.
Juanma Barranquero [Fri, 8 Jun 2007 19:59:46 +0000 (19:59 +0000)]
(init_strings): Initialize canonical empty strings.
(make_uninit_string, make_uninit_multibyte_string): Return appropriate
canonical empty string when the requested size is 0.

17 years ago(empty_unibyte_string): Rename from empty_string.
Juanma Barranquero [Fri, 8 Jun 2007 19:58:33 +0000 (19:58 +0000)]
(empty_unibyte_string): Rename from empty_string.
(empty_multibyte_string): New canonical empty string.
(syms_of_emacs): Don't initialize empty_string.

17 years ago(syms_of_lread, openp): Use empty_unibyte_string, not build_string.
Juanma Barranquero [Fri, 8 Jun 2007 19:57:46 +0000 (19:57 +0000)]
(syms_of_lread, openp): Use empty_unibyte_string, not build_string.

17 years ago(STRING_SET_UNIBYTE): Return the canonical empty unibyte string, if appropriate.
Juanma Barranquero [Fri, 8 Jun 2007 19:56:24 +0000 (19:56 +0000)]
(STRING_SET_UNIBYTE): Return the canonical empty unibyte string, if appropriate.
(empty_unibyte_string, empty_multibyte_string): New externs.
(empty_string): Remove extern.

17 years ago(Optional Mode Line): Document the new form of line+column numbers,
Alan Mackenzie [Fri, 8 Jun 2007 10:39:56 +0000 (10:39 +0000)]
(Optional Mode Line): Document the new form of line+column numbers,
"(561,2)".

17 years ago*** empty log message ***
Alan Mackenzie [Fri, 8 Jun 2007 10:38:17 +0000 (10:38 +0000)]
*** empty log message ***

17 years ago(help-xref-forward-stack)
Nick Roberts [Fri, 8 Jun 2007 10:09:24 +0000 (10:09 +0000)]
(help-xref-forward-stack)
(help-xref-stack-forward-item, help-forward-label): New variables.
(help-forward): New button type.
(help-setup-xref): Initialise help-xref-forward-stack.
(help-make-xrefs): Add forward button, if appropriate.
(help-xref-go-back): Push item on forward stack.
(help-xref-go-forward, help-go-forward): New functions.

17 years ago*** empty log message ***
Nick Roberts [Fri, 8 Jun 2007 10:07:51 +0000 (10:07 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Glenn Morris [Fri, 8 Jun 2007 03:47:42 +0000 (03:47 +0000)]
*** empty log message ***

17 years agoMake gtk the default toolkit.
Glenn Morris [Fri, 8 Jun 2007 03:46:32 +0000 (03:46 +0000)]
Make gtk the default toolkit.

17 years ago*** empty log message ***
Glenn Morris [Fri, 8 Jun 2007 03:46:12 +0000 (03:46 +0000)]
*** empty log message ***

17 years agoRemove FIXME comment, implemented in previous change.
Glenn Morris [Fri, 8 Jun 2007 03:16:34 +0000 (03:16 +0000)]
Remove FIXME comment, implemented in previous change.

17 years ago(Fcurrent_time_zone): Remove hack for Japanese Windows.
Jason Rumney [Thu, 7 Jun 2007 21:38:10 +0000 (21:38 +0000)]
(Fcurrent_time_zone): Remove hack for Japanese Windows.

17 years agoDon't define HAVE_TZNAME.
Jason Rumney [Thu, 7 Jun 2007 21:36:48 +0000 (21:36 +0000)]
Don't define HAVE_TZNAME.

17 years agoTramp does not require cl anymore.
Michael Albinus [Thu, 7 Jun 2007 20:19:32 +0000 (20:19 +0000)]
Tramp does not require cl anymore.

17 years agoTramp does not require cl anymore.
Michael Albinus [Thu, 7 Jun 2007 20:17:52 +0000 (20:17 +0000)]
Tramp does not require cl anymore.

17 years agoSync with Tramp 2.0.56.
Michael Albinus [Thu, 7 Jun 2007 20:14:45 +0000 (20:14 +0000)]
Sync with Tramp 2.0.56.

17 years agoIdentify Emacs 22.2 changes (so we don't lose them later).
Chong Yidong [Thu, 7 Jun 2007 16:57:32 +0000 (16:57 +0000)]
Identify Emacs 22.2 changes (so we don't lose them later).

17 years ago(dired-recursive-deletes, dired-recursive-copies): Change default to
Chong Yidong [Thu, 7 Jun 2007 16:51:54 +0000 (16:51 +0000)]
(dired-recursive-deletes, dired-recursive-copies): Change default to
`top'.

17 years ago* dired.el (dired-recursive-deletes, dired-recursive-copies):
Chong Yidong [Thu, 7 Jun 2007 16:51:33 +0000 (16:51 +0000)]
* dired.el (dired-recursive-deletes, dired-recursive-copies):
Change default to `top'.

17 years ago(dired-mode-map): Remove spurious separator.
Chong Yidong [Thu, 7 Jun 2007 16:41:25 +0000 (16:41 +0000)]
(dired-mode-map): Remove spurious separator.

17 years ago* dired.el (dired-mode-map): Remove spurious separator.
Chong Yidong [Thu, 7 Jun 2007 16:41:17 +0000 (16:41 +0000)]
* dired.el (dired-mode-map): Remove spurious separator.

17 years ago(dired-mode-map): Remove spurious separator.
Chong Yidong [Thu, 7 Jun 2007 16:40:15 +0000 (16:40 +0000)]
(dired-mode-map): Remove spurious separator.

17 years ago* dired.el (dired-mode-map): Remove spurious separator.
Chong Yidong [Thu, 7 Jun 2007 16:40:05 +0000 (16:40 +0000)]
* dired.el (dired-mode-map): Remove spurious separator.

17 years ago(gnus-split-methods): Fix typo in docstring.
Juanma Barranquero [Thu, 7 Jun 2007 14:33:46 +0000 (14:33 +0000)]
(gnus-split-methods): Fix typo in docstring.

17 years ago(gnus-split-methods): Fix typo in docstring.
Juanma Barranquero [Thu, 7 Jun 2007 14:32:38 +0000 (14:32 +0000)]
(gnus-split-methods): Fix typo in docstring.

17 years ago(mixal-operation-codes-alist): Fix typo in docstring.
Juanma Barranquero [Thu, 7 Jun 2007 14:27:21 +0000 (14:27 +0000)]
(mixal-operation-codes-alist): Fix typo in docstring.

17 years ago(mixal-operation-codes-alist): Fix typo in docstring.
Juanma Barranquero [Thu, 7 Jun 2007 14:24:34 +0000 (14:24 +0000)]
(mixal-operation-codes-alist): Fix typo in docstring.

17 years ago(Optional Mode Line): Document the new form of line+column numbers,
Alan Mackenzie [Thu, 7 Jun 2007 13:27:30 +0000 (13:27 +0000)]
(Optional Mode Line): Document the new form of line+column numbers,
"(561,2)".

17 years ago*** empty log message ***
Alan Mackenzie [Thu, 7 Jun 2007 13:26:20 +0000 (13:26 +0000)]
*** empty log message ***

17 years ago(ebrowse-draw-file-member-info): Doc fix.
Juanma Barranquero [Thu, 7 Jun 2007 13:20:47 +0000 (13:20 +0000)]
(ebrowse-draw-file-member-info): Doc fix.

17 years ago(ebrowse-draw-file-member-info): Doc fix.
Juanma Barranquero [Thu, 7 Jun 2007 13:16:41 +0000 (13:16 +0000)]
(ebrowse-draw-file-member-info): Doc fix.

17 years ago*** empty log message ***
Juanma Barranquero [Thu, 7 Jun 2007 12:42:48 +0000 (12:42 +0000)]
*** empty log message ***

17 years ago(idlwave-one-key-select): Fix typo in docstring.
Juanma Barranquero [Thu, 7 Jun 2007 12:41:27 +0000 (12:41 +0000)]
(idlwave-one-key-select): Fix typo in docstring.

17 years ago(idlwave-one-key-select): Fix typo in docstring.
Juanma Barranquero [Thu, 7 Jun 2007 12:12:03 +0000 (12:12 +0000)]
(idlwave-one-key-select): Fix typo in docstring.

17 years agoVersion number fixed.
Carsten Dominik [Thu, 7 Jun 2007 09:01:10 +0000 (09:01 +0000)]
Version number fixed.

17 years ago*** empty log message ***
Carsten Dominik [Thu, 7 Jun 2007 09:00:45 +0000 (09:00 +0000)]
*** empty log message ***

17 years ago(mac_get_window_bounds): Move extern from macfns.c.
YAMAMOTO Mitsuharu [Thu, 7 Jun 2007 08:45:26 +0000 (08:45 +0000)]
(mac_get_window_bounds): Move extern from macfns.c.
(FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.

17 years ago(mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
YAMAMOTO Mitsuharu [Thu, 7 Jun 2007 08:45:00 +0000 (08:45 +0000)]
(mac_begin_cg_clip): New arg F.  Call SetPortWindowPort.
All callers changed so as not to call SetPortWindowPort.
(mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
(mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
mac_draw_string_common.
(mac_draw_image_string_qd): Likewise.
(mac_draw_string_common): Use them.  Add INLINE.
(XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
GetGlobalMouse.
(x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
and FRAME_OUTER_TO_INNER_DIFF_Y.
[TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
[USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
(x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
repositioning window to mac_handle_window_event.
(x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
saving window location to mac_handle_window_event
[USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
(install_menu_target_item_handler): Remove argument in extern.
[TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
Also accept command events.
(do_keystroke): New function created from XTread_socket.
(init_command_handler): Remove functions.
[TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
and save window location by kEventWindowShowing and kEventWindowHiding
handlers here.  Don't call next handler for window state change and
focus events.
(mac_handle_application_event, mac_handle_keyboard_event)
[TARGET_API_MAC_CARBON]: New functions.
(install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
kEventWindowShowing and kEventWindowHiding events.  Move installation
of mouse, font, text input and menu target item handlers to
install_application_handler.
(install_application_handler) [TARGET_API_MAC_CARBON]: New function.
(mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
New function.
(init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
Register it.
(XTread_socket) [TARGET_API_MAC_CARBON]: Consolidate
SendEventToEventTarget calls.  Use FRAME_OUTER_TO_INNER_DIFF_X and
FRAME_OUTER_TO_INNER_DIFF_Y.  Move application activation handler
to mac_handle_application_event.  Move keyboard handler to
mac_handle_keyboard_event.
(XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
(mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
init_command_handler.  Call install_application_handler.

17 years ago[MAC_OSX] (install_service_handler): Rename from
YAMAMOTO Mitsuharu [Thu, 7 Jun 2007 08:44:47 +0000 (08:44 +0000)]
[MAC_OSX] (install_service_handler): Rename from
init_service_handler.  All callers changed.  Return OSStatus value.

17 years ago[TARGET_API_MAC_CARBON] (menu_target_item_handler):
YAMAMOTO Mitsuharu [Thu, 7 Jun 2007 08:44:33 +0000 (08:44 +0000)]
[TARGET_API_MAC_CARBON] (menu_target_item_handler):
Don't call next handler.
[TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
Remove argument.  Install handler to application.
(set_frame_menubar): Don't change deep_p.
(mac_menu_show):  Use FRAME_OUTER_TO_INNER_DIFF_X and
FRAME_OUTER_TO_INNER_DIFF_Y.
(DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
(DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
[HAVE_DIALOGS]: New macros.
[HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
Use them.
(fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.

17 years ago(mac_get_window_bounds): Move extern to macterm.h.
YAMAMOTO Mitsuharu [Thu, 7 Jun 2007 08:44:14 +0000 (08:44 +0000)]
(mac_get_window_bounds): Move extern to macterm.h.
(compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.

17 years ago(xrm_get_preference_database): Remove BLOCK_INPUT.
YAMAMOTO Mitsuharu [Thu, 7 Jun 2007 08:43:58 +0000 (08:43 +0000)]
(xrm_get_preference_database): Remove BLOCK_INPUT.

17 years agoAdd links to message lists for Xaw3d issue.
Glenn Morris [Thu, 7 Jun 2007 08:13:21 +0000 (08:13 +0000)]
Add links to message lists for Xaw3d issue.

17 years ago(install-arch-indep): Install only the DOC- file specific to the
Glenn Morris [Thu, 7 Jun 2007 08:02:18 +0000 (08:02 +0000)]
(install-arch-indep): Install only the DOC- file specific to the
build, if possible, rather than DOC-*.

17 years ago*** empty log message ***
Glenn Morris [Thu, 7 Jun 2007 08:02:07 +0000 (08:02 +0000)]
*** empty log message ***

17 years agoNON_GNU_CPP on Solaris done in 2007-06-07 change to configure.in.
Glenn Morris [Thu, 7 Jun 2007 07:56:00 +0000 (07:56 +0000)]
NON_GNU_CPP on Solaris done in 2007-06-07 change to configure.in.

17 years ago(NON_GNU_CPP): On Solaris, set using a proper check for a Sun C
Glenn Morris [Thu, 7 Jun 2007 07:55:19 +0000 (07:55 +0000)]
(NON_GNU_CPP): On Solaris, set using a proper check for a Sun C
compiler.

17 years agoFix typo in previous change.
Glenn Morris [Thu, 7 Jun 2007 07:47:00 +0000 (07:47 +0000)]
Fix typo in previous change.

17 years agoSync etc/images change to six icons from trunk.
Glenn Morris [Thu, 7 Jun 2007 07:45:09 +0000 (07:45 +0000)]
Sync etc/images change to six icons from trunk.

17 years agoConvert from PPM to PBM.
Glenn Morris [Thu, 7 Jun 2007 07:44:33 +0000 (07:44 +0000)]
Convert from PPM to PBM.

17 years agoConvert from PGM to PBM.
Glenn Morris [Thu, 7 Jun 2007 07:43:52 +0000 (07:43 +0000)]
Convert from PGM to PBM.

17 years agoSync 2007-05-19 change from trunk.
Glenn Morris [Thu, 7 Jun 2007 07:43:31 +0000 (07:43 +0000)]
Sync 2007-05-19 change from trunk.