bpt/emacs.git
17 years ago(Fdelete_process, Fprocess_id, sigchld_handler): Copy PID into EMACS_INT
Eli Zaretskii [Sat, 13 Jan 2007 21:58:23 +0000 (21:58 +0000)]
(Fdelete_process, Fprocess_id, sigchld_handler): Copy PID into EMACS_INT
to avoid GCC warnings.

17 years ago(maybe_resize_hash_table): Copy new size of hash table into EMACS_INT to avoid
Eli Zaretskii [Sat, 13 Jan 2007 21:47:31 +0000 (21:47 +0000)]
(maybe_resize_hash_table): Copy new size of hash table into EMACS_INT to avoid
GCC warnings.

17 years ago(Fuser_uid, Fuser_real_uid): Copy values returned by geteuid and getuid
Eli Zaretskii [Sat, 13 Jan 2007 21:46:02 +0000 (21:46 +0000)]
(Fuser_uid, Fuser_real_uid): Copy values returned by geteuid and getuid
into EMACS_INT to avoid GCC warnings.

17 years ago(Ffile_attributes): Fix last change.
Eli Zaretskii [Sat, 13 Jan 2007 21:45:34 +0000 (21:45 +0000)]
(Ffile_attributes): Fix last change.

17 years ago(tumme-cmd-rotate-original-options): Add -outfile
Mathias Dahl [Sat, 13 Jan 2007 18:50:37 +0000 (18:50 +0000)]
(tumme-cmd-rotate-original-options): Add -outfile
option. Remove redirect character ">".

17 years ago*** empty log message ***
Mathias Dahl [Sat, 13 Jan 2007 18:50:25 +0000 (18:50 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Juanma Barranquero [Sat, 13 Jan 2007 14:11:33 +0000 (14:11 +0000)]
*** empty log message ***

17 years ago(perform-replace): Remove leftover code.
Juanma Barranquero [Sat, 13 Jan 2007 14:03:39 +0000 (14:03 +0000)]
(perform-replace): Remove leftover code.

17 years agoAdd information on compiling 32-bit Emacs on 64-bit GNU/Linux.
Glenn Morris [Sat, 13 Jan 2007 02:25:58 +0000 (02:25 +0000)]
Add information on compiling 32-bit Emacs on 64-bit GNU/Linux.
Update copyright for years post-Emacs 21 to present.

17 years ago*** empty log message ***
Glenn Morris [Sat, 13 Jan 2007 02:24:54 +0000 (02:24 +0000)]
*** empty log message ***

17 years ago(perform-replace): Don't clear NODENT when computing the replacement string.
Richard M. Stallman [Fri, 12 Jan 2007 22:33:09 +0000 (22:33 +0000)]
(perform-replace): Don't clear NODENT when computing the replacement string.

17 years ago*** empty log message ***
Richard M. Stallman [Fri, 12 Jan 2007 20:30:51 +0000 (20:30 +0000)]
*** empty log message ***

17 years ago(Ffile_attributes): Copy some members of `struct stat' into int's to avoid
Eli Zaretskii [Fri, 12 Jan 2007 15:55:49 +0000 (15:55 +0000)]
(Ffile_attributes): Copy some members of `struct stat' into int's to avoid
GCC warnings about limited range of short in arguments to FIXNUM_OVERFLOW_P.

17 years ago(ucs-input-method): Signal an error for a
Kenichi Handa [Fri, 12 Jan 2007 11:34:23 +0000 (11:34 +0000)]
(ucs-input-method): Signal an error for a
Unicode character that is not yet supported.

17 years ago(mac_quit_char_key_p): Move extern outside #ifdef MAC_OSX.
YAMAMOTO Mitsuharu [Fri, 12 Jan 2007 09:00:54 +0000 (09:00 +0000)]
(mac_quit_char_key_p): Move extern outside #ifdef MAC_OSX.
(HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Parenthesize definitions.

17 years ago(x_free_frame_resources) [USE_CG_DRAWING]: Call
YAMAMOTO Mitsuharu [Fri, 12 Jan 2007 09:00:24 +0000 (09:00 +0000)]
(x_free_frame_resources) [USE_CG_DRAWING]: Call
mac_prepare_for_quickdraw.
(quit_char, make_ctrl_char) [TARGET_API_MAC_CARBON]: Move externs
outside #ifdef MAC_OSX.
(mac_quit_char_key_p) [TARGET_API_MAC_CARBON]: Move function
outside #ifdef MAC_OSX.
(mac_check_bundle) [MAC_OSX]: Remove unused function.

17 years ago(HAVE_DIALOGS): Define if TARGET_API_MAC_CARBON.
YAMAMOTO Mitsuharu [Fri, 12 Jan 2007 09:00:16 +0000 (09:00 +0000)]
(HAVE_DIALOGS): Define if TARGET_API_MAC_CARBON.
(mac_handle_dialog_event, install_dialog_event_handler)
(create_and_show_dialog) [TARGET_API_MAC_CARBON]: New functions.
(DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
(DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH)
(DIALOG_MAX_INNER_WIDTH, DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
(DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
(DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
(DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
(DIALOG_ICON_TOP_MARGIN) [TARGET_API_MAC_CARBON]: New macros.
(mac_dialog) [TARGET_API_MAC_CARBON]: Remove function.
(mac_dialog_show) [TARGET_API_MAC_CARBON]: Use create_and_show_dialog.

17 years ago(uudecode-decode-region-internal): Make it work in a
Kenichi Handa [Fri, 12 Jan 2007 00:55:34 +0000 (00:55 +0000)]
(uudecode-decode-region-internal): Make it work in a
multibyte buffer.

17 years ago(Windows Keyboard): Another small cleanup.
Richard M. Stallman [Thu, 11 Jan 2007 20:41:43 +0000 (20:41 +0000)]
(Windows Keyboard): Another small cleanup.

17 years ago* net/tramp.el (tramp-handle-file-local-copy): Set
Michael Albinus [Thu, 11 Jan 2007 20:08:04 +0000 (20:08 +0000)]
* net/tramp.el (tramp-handle-file-local-copy): Set
`enable-multibyte-characters' to nil.  Reported by Chris Moore
<christopher.ian.moore@gmail.com>.

17 years ago(BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use pthread_equal,
Jan Djärv [Thu, 11 Jan 2007 19:22:04 +0000 (19:22 +0000)]
(BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use pthread_equal,
block/unblock SIGIO.

17 years ago(diff-sanity-check-context-hunk-half, diff-sanity-check-hunk): New functions.
Stefan Monnier [Thu, 11 Jan 2007 16:52:59 +0000 (16:52 +0000)]
(diff-sanity-check-context-hunk-half, diff-sanity-check-hunk): New functions.
(diff-find-source-location): Use'em to check the hunks are well-formed.

17 years ago(hexlify-buffer, dehexlify-buffer): Don't complain and don't
Stefan Monnier [Thu, 11 Jan 2007 16:22:32 +0000 (16:22 +0000)]
(hexlify-buffer, dehexlify-buffer): Don't complain and don't
activate undo when undo is not active.
Reported by Chris <christopher.ian.moore@gmail.com>.

17 years ago(ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
Stefan Monnier [Wed, 10 Jan 2007 23:48:04 +0000 (23:48 +0000)]
(ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
(ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
(ffap-url-at-point): Use char-classes rather than "a-z".

17 years ago*** empty log message ***
Richard M. Stallman [Wed, 10 Jan 2007 19:49:52 +0000 (19:49 +0000)]
*** empty log message ***

17 years agoWhitespace fixes.
Juanma Barranquero [Wed, 10 Jan 2007 16:02:34 +0000 (16:02 +0000)]
Whitespace fixes.

17 years ago(fill-region): Doc fix.
Juanma Barranquero [Wed, 10 Jan 2007 15:28:11 +0000 (15:28 +0000)]
(fill-region): Doc fix.

17 years ago(ediff-autostore-merges): Doc fix.
Juanma Barranquero [Wed, 10 Jan 2007 15:24:06 +0000 (15:24 +0000)]
(ediff-autostore-merges): Doc fix.

17 years agotypo
Jason Rumney [Wed, 10 Jan 2007 08:57:41 +0000 (08:57 +0000)]
typo

17 years ago(server-ensure-safe-dir): UIDs may be floats.
Stefan Monnier [Wed, 10 Jan 2007 03:51:24 +0000 (03:51 +0000)]
(server-ensure-safe-dir): UIDs may be floats.

17 years ago(Fformat): Allow integer-format to work with floats of size
Stefan Monnier [Wed, 10 Jan 2007 03:50:19 +0000 (03:50 +0000)]
(Fformat): Allow integer-format to work with floats of size
larger than most-positive-fixnum (but still smaller than MAXINT).

17 years ago(Ffile_attributes): Use floats for large uids/gids.
Stefan Monnier [Wed, 10 Jan 2007 03:44:49 +0000 (03:44 +0000)]
(Ffile_attributes): Use floats for large uids/gids.

17 years ago*** empty log message ***
Richard M. Stallman [Wed, 10 Jan 2007 01:20:16 +0000 (01:20 +0000)]
*** empty log message ***

17 years ago(battery-linux-proc-acpi): Use ignore-errors around calls to directory-files.
Richard M. Stallman [Wed, 10 Jan 2007 01:20:10 +0000 (01:20 +0000)]
(battery-linux-proc-acpi): Use ignore-errors around calls to directory-files.

17 years ago(Windows Keyboard): Yet another try to make everyone happy with that passage.
Richard M. Stallman [Wed, 10 Jan 2007 01:17:34 +0000 (01:17 +0000)]
(Windows Keyboard): Yet another try to make everyone happy with that passage.

17 years ago(momentary-string-display): Use save-excursion.
Richard M. Stallman [Wed, 10 Jan 2007 01:15:19 +0000 (01:15 +0000)]
(momentary-string-display): Use save-excursion.

17 years ago(pp-eval-expression): Once again eval the argument, but read it as `X' does.
Richard M. Stallman [Wed, 10 Jan 2007 01:14:26 +0000 (01:14 +0000)]
(pp-eval-expression): Once again eval the argument, but read it as `X' does.

17 years agoUpdate URLs and advice about unpacking gzipped tar files.
Jason Rumney [Wed, 10 Jan 2007 00:47:16 +0000 (00:47 +0000)]
Update URLs and advice about unpacking gzipped tar files.

17 years agoUpdate URLs and advice about reporting bugs.
Jason Rumney [Wed, 10 Jan 2007 00:27:12 +0000 (00:27 +0000)]
Update URLs and advice about reporting bugs.

17 years ago*** empty log message ***
Jason Rumney [Wed, 10 Jan 2007 00:27:00 +0000 (00:27 +0000)]
*** empty log message ***

17 years ago(syms_of_emacs) <path-separator>: Doc fix.
Eli Zaretskii [Tue, 9 Jan 2007 22:35:34 +0000 (22:35 +0000)]
(syms_of_emacs) <path-separator>: Doc fix.

17 years ago(momentary): Change :group to basic-faces where all
Juri Linkov [Tue, 9 Jan 2007 21:22:28 +0000 (21:22 +0000)]
(momentary): Change :group to basic-faces where all
basic faces belong to.  Add :version.

17 years ago(Info-fontify-node): Don't hide node names of index entries.
Juri Linkov [Tue, 9 Jan 2007 21:18:56 +0000 (21:18 +0000)]
(Info-fontify-node): Don't hide node names of index entries.

17 years ago*** empty log message ***
Juanma Barranquero [Tue, 9 Jan 2007 14:21:33 +0000 (14:21 +0000)]
*** empty log message ***

17 years ago** (global-set-key "\M-k" 'bury-buffer) confuses tutorial warnings.
Chong Yidong [Tue, 9 Jan 2007 13:15:11 +0000 (13:15 +0000)]
** (global-set-key "\M-k" 'bury-buffer) confuses tutorial warnings.
Fixed.

17 years ago(tutorial--display-changes): Show M-x sequence if no
Chong Yidong [Tue, 9 Jan 2007 13:09:44 +0000 (13:09 +0000)]
(tutorial--display-changes): Show M-x sequence if no
keybinding is found.
(tutorial--find-changed-keys): Never treat null keybinding as a
remapping.

17 years ago* tutorial.el (tutorial--display-changes): Show M-x sequence if no
Chong Yidong [Tue, 9 Jan 2007 13:09:02 +0000 (13:09 +0000)]
* tutorial.el (tutorial--display-changes): Show M-x sequence if no
keybinding is found.
(tutorial--find-changed-keys): Never treat null keybinding as a
remapping.

17 years ago(wdired-xcase-word): Skip non-word read-only characters.
Martin Rudalics [Tue, 9 Jan 2007 09:14:46 +0000 (09:14 +0000)]
(wdired-xcase-word): Skip non-word read-only characters.

17 years ago(FONT_MAX_WIDTH): Remove unused macro.
YAMAMOTO Mitsuharu [Tue, 9 Jan 2007 08:54:23 +0000 (08:54 +0000)]
(FONT_MAX_WIDTH): Remove unused macro.
(XCreateGC): Change type in extern.
(XDrawLine): Rename from mac_draw_line_to_pixmap.
(mac_quit_char_key_p) [MAC_OSX]: Add extern.

17 years ago(XDrawLine): Rename from mac_draw_line_to_pixmap.
YAMAMOTO Mitsuharu [Tue, 9 Jan 2007 08:53:59 +0000 (08:53 +0000)]
(XDrawLine): Rename from mac_draw_line_to_pixmap.
(XCreateGC): Change type of 2nd argument to void *.
(XFreeGC) [USE_CG_DRAWING && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
Fix last change.
(mac_to_emacs_modifiers): Change return type to int.
[USE_CARBON_EVENTS] (mac_event_to_emacs_modifiers): Likewise.
(mac_mapped_modifiers): New function.
(XTread_socket): Use it.
[USE_TSM] (mac_handle_text_input_event): Likewise.
(do_window_update) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
(mac_quit_char_modifiers, mac_quit_char_keycode) [MAC_OSX]: Remove
variables.
(mac_determine_quit_char_modifiers, init_quit_char_handler)
[MAC_OSX]: Remove functions.
(make_ctrl_char) [MAC_OSX]: Add extern.
(mac_quit_char_key_p) [MAC_OSX]: New function.
(mac_initialize) [MAC_OSX]: Don't call init_quit_char_handler.

17 years ago(mac_dialog_modal_filter) [MAC_OSX]: New function.
YAMAMOTO Mitsuharu [Tue, 9 Jan 2007 08:53:48 +0000 (08:53 +0000)]
(mac_dialog_modal_filter) [MAC_OSX]: New function.
(Fx_popup_dialog) [MAC_OSX]: Use standard alert if called from
Fmessage_box, Fyes_or_no_p, or Fy_or_n_p.
[MAC_OS_X_VERSION_MAX_ALLOWED >= 1030] (menu_quit_handler): Use
mac_quit_char_key_p.

17 years ago(Display): Typedef to opaque type.
YAMAMOTO Mitsuharu [Tue, 9 Jan 2007 08:53:41 +0000 (08:53 +0000)]
(Display): Typedef to opaque type.

17 years ago(XDrawLine) [MAC_OS]: Remove macro.
YAMAMOTO Mitsuharu [Tue, 9 Jan 2007 08:53:34 +0000 (08:53 +0000)]
(XDrawLine) [MAC_OS]: Remove macro.
(XCreateGC_pixmap) [!HAVE_NTGUI]: Likewise.
(x_disable_image) [!HAVE_NTGUI]: Use XCreateGC instead of
XCreateGC_pixmap.

17 years ago(Fcall_process_region) [HAVE_MKSTEMP]: Add BLOCK_INPUT
YAMAMOTO Mitsuharu [Tue, 9 Jan 2007 08:53:26 +0000 (08:53 +0000)]
(Fcall_process_region) [HAVE_MKSTEMP]: Add BLOCK_INPUT
around mkstemp.

17 years ago(select-safe-coding-system-interactively): Fix message.
Kenichi Handa [Tue, 9 Jan 2007 07:24:08 +0000 (07:24 +0000)]
(select-safe-coding-system-interactively): Fix message.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 9 Jan 2007 05:40:39 +0000 (05:40 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 186-191)

   - Update from CVS

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

17 years ago* net/tramp.el: (tramp-process-one-action): Remove `with-timeout'.
Michael Albinus [Tue, 9 Jan 2007 05:04:15 +0000 (05:04 +0000)]
* net/tramp.el: (tramp-process-one-action): Remove `with-timeout'.
(tramp-process-actions): Add optional parameter TIMEOUT.
(tramp-open-connection-telnet, tramp-open-connection-rsh)
(tramp-open-connection-su): Add timeout of 60".

17 years ago(tumme-display-thumb): Doc fix.
Richard M. Stallman [Tue, 9 Jan 2007 03:14:05 +0000 (03:14 +0000)]
(tumme-display-thumb): Doc fix.

17 years ago(compile): Doc fix.
Richard M. Stallman [Tue, 9 Jan 2007 03:12:53 +0000 (03:12 +0000)]
(compile): Doc fix.

17 years ago(vhdl-save-caches): Fix typo in error message.
Juanma Barranquero [Mon, 8 Jan 2007 23:08:10 +0000 (23:08 +0000)]
(vhdl-save-caches): Fix typo in error message.

17 years ago(mac-dnd-types-alist): Fix typo in docstring.
Juanma Barranquero [Mon, 8 Jan 2007 23:02:52 +0000 (23:02 +0000)]
(mac-dnd-types-alist): Fix typo in docstring.

17 years ago(icalendar-import-buffer): Fix typo in docstring.
Juanma Barranquero [Mon, 8 Jan 2007 23:02:08 +0000 (23:02 +0000)]
(icalendar-import-buffer): Fix typo in docstring.

17 years ago(x-dnd-types-alist): Fix typo in docstring.
Juanma Barranquero [Mon, 8 Jan 2007 23:01:11 +0000 (23:01 +0000)]
(x-dnd-types-alist): Fix typo in docstring.

17 years ago(battery-search-for-one-match-in-files): Fix typo in docstring.
Juanma Barranquero [Mon, 8 Jan 2007 23:00:24 +0000 (23:00 +0000)]
(battery-search-for-one-match-in-files): Fix typo in docstring.

17 years ago(init_keyboard): Initialize interrupt_input_blocked and
Jan Djärv [Mon, 8 Jan 2007 17:58:38 +0000 (17:58 +0000)]
(init_keyboard): Initialize interrupt_input_blocked and
interrupt_input_pending.

17 years ago(x_display_info): New: net_supported_atoms,
Jan Djärv [Mon, 8 Jan 2007 17:56:53 +0000 (17:56 +0000)]
(x_display_info): New: net_supported_atoms,
nr_net_supported_atoms and net_supported_window.

17 years agoNew variable last_user_time.
Jan Djärv [Mon, 8 Jan 2007 17:56:31 +0000 (17:56 +0000)]
New variable last_user_time.
(handle_one_xevent): Set last_user_time from events that have Time.
Set net_supported_window to 0 when reparented.
(wm_supports): New function.
(do_ewmh_fullscreen): Use wm_supports to check for _NET_WM_STATE.
(x_term_init): Initialize net_supported_atoms, nr_net_supported_atoms
and net_supported_window.

17 years ago(fill-comment-paragraph): Improve comment.
Stefan Monnier [Sun, 7 Jan 2007 20:11:47 +0000 (20:11 +0000)]
(fill-comment-paragraph): Improve comment.

17 years ago(replace-regexp): Fix typo in docstring.
Juanma Barranquero [Sun, 7 Jan 2007 18:45:28 +0000 (18:45 +0000)]
(replace-regexp): Fix typo in docstring.

17 years ago(c-operators, c-filter-ops): Amend doc-string and comments.
Alan Mackenzie [Sun, 7 Jan 2007 13:36:41 +0000 (13:36 +0000)]
(c-operators, c-filter-ops): Amend doc-string and comments.

17 years ago*** empty log message ***
Alan Mackenzie [Sun, 7 Jan 2007 13:35:07 +0000 (13:35 +0000)]
*** empty log message ***

17 years ago(abbreviate-file-name): Doc fix.
Eli Zaretskii [Sat, 6 Jan 2007 21:51:04 +0000 (21:51 +0000)]
(abbreviate-file-name): Doc fix.

17 years ago*** empty log message ***
Richard M. Stallman [Sat, 6 Jan 2007 17:30:26 +0000 (17:30 +0000)]
*** empty log message ***

17 years ago(split-string): Remove spurious ")" from doc string.
Eli Zaretskii [Sat, 6 Jan 2007 14:36:34 +0000 (14:36 +0000)]
(split-string): Remove spurious ")" from doc string.

17 years agoMention the change in ctags wrt duplicate tags.
Eli Zaretskii [Sat, 6 Jan 2007 14:30:54 +0000 (14:30 +0000)]
Mention the change in ctags wrt duplicate tags.

17 years agoFix date of last entry.
Eli Zaretskii [Sat, 6 Jan 2007 14:28:21 +0000 (14:28 +0000)]
Fix date of last entry.

17 years agoAdd missing :group in previous change.
Reiner Steib [Sat, 6 Jan 2007 13:27:53 +0000 (13:27 +0000)]
Add missing :group in previous change.

17 years agoRegenerate to remove obsolete entries.
Andreas Schwab [Sat, 6 Jan 2007 10:00:39 +0000 (10:00 +0000)]
Regenerate to remove obsolete entries.

17 years ago*** empty log message ***
Richard M. Stallman [Sat, 6 Jan 2007 02:39:58 +0000 (02:39 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Sat, 6 Jan 2007 00:21:09 +0000 (00:21 +0000)]
*** empty log message ***

17 years ago(table--warn-incompatibility):
Richard M. Stallman [Sat, 6 Jan 2007 00:21:05 +0000 (00:21 +0000)]
(table--warn-incompatibility):
Use display-warning instead of momentary-string-display.

17 years ago(image-type-header-regexps): Recognize xbm more strictly.
Richard M. Stallman [Fri, 5 Jan 2007 22:54:11 +0000 (22:54 +0000)]
(image-type-header-regexps): Recognize xbm more strictly.

17 years ago(backward-kill-word): Doc fix.
Richard M. Stallman [Fri, 5 Jan 2007 20:24:50 +0000 (20:24 +0000)]
(backward-kill-word): Doc fix.

17 years ago*** empty log message ***
Richard M. Stallman [Fri, 5 Jan 2007 19:13:21 +0000 (19:13 +0000)]
*** empty log message ***

17 years ago(Antinews): Mention M-x shell scrolling.
Richard M. Stallman [Fri, 5 Jan 2007 19:13:15 +0000 (19:13 +0000)]
(Antinews): Mention M-x shell scrolling.

17 years ago(Defining Minor Modes): Fix previous change.
Richard M. Stallman [Fri, 5 Jan 2007 19:12:37 +0000 (19:12 +0000)]
(Defining Minor Modes): Fix previous change.

17 years ago(momentary): Move here ...
Richard M. Stallman [Fri, 5 Jan 2007 19:12:03 +0000 (19:12 +0000)]
(momentary): Move here ...

17 years agoDelete item about `sgml-html-meta-auto-coding-function'.
Romain Francoise [Fri, 5 Jan 2007 17:59:16 +0000 (17:59 +0000)]
Delete item about `sgml-html-meta-auto-coding-function'.

17 years ago(sgml-html-meta-auto-coding-function): Ensure that the buffer contains a
Romain Francoise [Fri, 5 Jan 2007 17:58:02 +0000 (17:58 +0000)]
(sgml-html-meta-auto-coding-function): Ensure that the buffer contains a
HTML document.

17 years ago* faces.el (momentary): Move here ...
Dan Nicolaescu [Fri, 5 Jan 2007 17:49:43 +0000 (17:49 +0000)]
* faces.el (momentary): Move here ...
* subr.el (momentary): ... from here.

17 years ago(Fvertical_motion): Fix IT overshoot check for overlay
Kim F. Storm [Fri, 5 Jan 2007 15:00:45 +0000 (15:00 +0000)]
(Fvertical_motion): Fix IT overshoot check for overlay
strings without embedded newlines immediately followed by newline.

17 years ago*** empty log message ***
Kim F. Storm [Fri, 5 Jan 2007 15:00:17 +0000 (15:00 +0000)]
*** empty log message ***

17 years ago(gnus-soup): New custom group. Make user variables customizable.
Reiner Steib [Fri, 5 Jan 2007 11:47:28 +0000 (11:47 +0000)]
(gnus-soup): New custom group.  Make user variables customizable.

17 years ago(MAC_EMACS_CREATOR_CODE): New enumerator.
YAMAMOTO Mitsuharu [Fri, 5 Jan 2007 08:30:33 +0000 (08:30 +0000)]
(MAC_EMACS_CREATOR_CODE): New enumerator.

17 years ago(CG_SET_FILL_COLOR_MAYBE_WITH_CGCOLOR)
YAMAMOTO Mitsuharu [Fri, 5 Jan 2007 08:30:14 +0000 (08:30 +0000)]
(CG_SET_FILL_COLOR_MAYBE_WITH_CGCOLOR)
(CG_SET_FILL_COLOR_WITH_GC_FOREGROUND)
(CG_SET_FILL_COLOR_WITH_GC_BACKGROUND)
(CG_SET_STROKE_COLOR_MAYBE_WITH_CGCOLOR)
(CG_SET_STROKE_COLOR_WITH_GC_FOREGROUND): New macros.
(mac_cg_color_space_rgb) [USE_CG_DRAWING]: New variable.
(mac_cg_color_black) [USE_CG_DRAWING
&& MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New variable.
(init_cg_color) [USE_CG_DRAWING]: New function.
(mac_draw_line, mac_draw_rectangle) [USE_CG_DRAWING]: Use
CG_SET_STROKE_COLOR_WITH_GC_FOREGROUND instead of CG_SET_STROKE_COLOR.
(mac_erase_rectangle, mac_clear_window, mac_draw_cg_image)
(mac_fill_rectangle, mac_draw_image_string_cg) [USE_CG_DRAWING]:
Use CG_SET_FILL_COLOR_WITH_GC_FOREGROUND or
CG_SET_FILL_COLOR_WITH_GC_BACKGROUND instead of CG_SET_FILL_COLOR.
(mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Likewise.
(XCreateGC, XFreeGC, XSetForeground, XSetBackground) [USE_CG_DRAWING
&& MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Use gc->cg_fore_color and/or
gc->cg_back_color.
(install_drag_handler, remove_drag_handler): Make extern.
(install_menu_target_item_handler): Add extern.
(install_window_handler): Call install_menu_target_item_handler.
[MAC_OS8] (main): Use MAC_EMACS_CREATOR_CODE instead of 'EMAx'.
(mac_initialize) [USE_CG_DRAWING]: Call init_cg_color.

17 years ago(Vshow_help_function) [TARGET_API_MAC_CARBON]: Add extern.
YAMAMOTO Mitsuharu [Fri, 5 Jan 2007 08:30:05 +0000 (08:30 +0000)]
(Vshow_help_function) [TARGET_API_MAC_CARBON]: Add extern.
(restore_show_help_function, menu_target_item_handler)
[TARGET_API_MAC_CARBON]: New functions.
(install_menu_target_item_handler): New function.
(add_menu_item) [TARGET_API_MAC_CARBON]: Set help string as menu
item property.

17 years ago(struct _XGC) [USE_CG_DRAWING
YAMAMOTO Mitsuharu [Fri, 5 Jan 2007 08:29:59 +0000 (08:29 +0000)]
(struct _XGC) [USE_CG_DRAWING
&& MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New members cg_fore_color
and cg_back_color.

17 years ago(Fmac_set_file_creator): Use MAC_EMACS_CREATOR_CODE
YAMAMOTO Mitsuharu [Fri, 5 Jan 2007 08:29:51 +0000 (08:29 +0000)]
(Fmac_set_file_creator): Use MAC_EMACS_CREATOR_CODE
instead of 'EMAx'.
[!MAC_OSX] (sys_open, sys_creat, sys_fopen): Likewise.

17 years ago(Fformat_time_string, Fdecode_time, Fencode_time)
YAMAMOTO Mitsuharu [Fri, 5 Jan 2007 08:29:41 +0000 (08:29 +0000)]
(Fformat_time_string, Fdecode_time, Fencode_time)
(Fcurrent_time_string, Fcurrent_time_zone): Add BLOCK_INPUT around
gmtime/localtime/emacs_memftimeu/mktime.

17 years ago(Watch Expressions): Describe gdb-max-children.
Nick Roberts [Fri, 5 Jan 2007 05:04:59 +0000 (05:04 +0000)]
(Watch Expressions): Describe gdb-max-children.