Commit Graph

68049 Commits

Author SHA1 Message Date
Glenn Morris
62eda0e2b1 Update copyright for years from Emacs 21 to present (mainly adding
2001).
2007-01-16 02:38:27 +00:00
Glenn Morris
6d9b4a078b Change copyright year to 2007. 2007-01-16 02:26:33 +00:00
Glenn Morris
32140824a8 Remove Perry copyright based on copyright.list:
EMACS   William M. Perry        USA     1971    1998-12-23
Assigns past and future changes.
2007-01-16 02:21:24 +00:00
Glenn Morris
01dd4a91c0 Remove Ueno copyright based on copyright.list:
EMACS   Daiki Ueno      Japan, 1976     2007-01-11
Assigns Past and Future Changes
2007-01-16 02:13:24 +00:00
Glenn Morris
9a32b94c70 Update copyright for years from Emacs 21 to present (mainly adding
2001).
2007-01-16 01:33:04 +00:00
Glenn Morris
fcca8c5915 (Editing Abbrevs): Describe how to disable a system abbrev. 2007-01-16 00:38:24 +00:00
Glenn Morris
93a30ccc40 *** empty log message *** 2007-01-16 00:37:09 +00:00
Karl Fogel
acf3709f01 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark path.
Rewrite function in `cond' style for readability.

Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>
(The path shortening, that is, not the rearrarangement.)
2007-01-15 20:04:26 +00:00
YAMAMOTO Mitsuharu
a35c8b708a *** empty log message *** 2007-01-15 08:36:42 +00:00
YAMAMOTO Mitsuharu
bd619af503 (Fmac_resume_apple_event): Set error number when
descriptor type of reply is non-null.
2007-01-15 08:36:29 +00:00
YAMAMOTO Mitsuharu
9a5a6add27 [TARGET_API_MAC_CARBON] (create_and_show_dialog):
Create movable modal window instead of movable alert window.
[TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]: Use
DeactivateControl instead of DisableControl.
2007-01-15 08:35:49 +00:00
YAMAMOTO Mitsuharu
025a24b5bc (mac-ae-quit-application): New function.
(mac-apple-event-map): Bind "quit application" Apple event to it.
2007-01-15 08:10:22 +00:00
Magnus Henoch
00d972ebb6 (url-retrieve-internal): Don't use `url-proxy-object'. 2007-01-14 23:17:59 +00:00
Magnus Henoch
c1e6d824ae (url-proxy-object): Remove.
(url-proxy): Don't use `url-proxy-object'.  Act according to type of
proxy (currently only HTTP supported).
2007-01-14 23:17:28 +00:00
Magnus Henoch
62bfb5bb98 (url-http-proxy): New variable.
(url-http-create-request): Use it.  Don't use `url-proxy-object'.
(url-http): Treat `url' argument as resource to download, and
dynamic variable `url-using-proxy' as proxy to use.  Set
`url-current-object' to actual URL, and `url-http-proxy' to proxy
used.
(url-http-handle-cookies): Assume that `url-current-object' does
not point to the proxy used.
(url-http-async-sentinel): Adapt error message.
2007-01-14 23:17:08 +00:00
Stefan Monnier
c45b3be32d (vc-svn-parse-status): Trust the filename argument more
than the program's output.
2007-01-14 14:49:28 +00:00
YAMAMOTO Mitsuharu
28c96b4d92 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use
DisableControl for disabled items.  Set default button to first
enabled one.  Use icon of application in execution.
2007-01-14 07:58:02 +00:00
Juanma Barranquero
de529e210c *** empty log message *** 2007-01-14 03:52:57 +00:00
Juanma Barranquero
1bb60c137e (ruler-mode-ruler): Fix typo in docstring. 2007-01-14 03:49:17 +00:00
Juanma Barranquero
f0b43df7a5 (antlr-indent-at-bol-alist): Fix typo in docstring. 2007-01-14 03:46:56 +00:00
Glenn Morris
429ab54e01 Update copyright for years from Emacs 21 to present (mainly adding
2001).
2007-01-14 03:38:22 +00:00
Juanma Barranquero
f0770b09a6 (longlines-show-hard-newlines): Fix typo in docstring. 2007-01-14 03:37:30 +00:00
Juanma Barranquero
c796a0b64d (kmacro-insert-counter, kmacro-set-counter,
kmacro-start-macro-or-insert-counter, kmacro-step-edit-prefix-commands):
Fix typos in docstrings.
(kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
2007-01-14 03:22:45 +00:00
Juanma Barranquero
7cb0c23ba4 (keypad-setup): Fix typos in docstring. 2007-01-14 03:18:11 +00:00
Juanma Barranquero
94c0d7ed1a (Coding Conventions): Fix typos. 2007-01-14 03:15:41 +00:00
Eli Zaretskii
d30fe7798a (Fdelete_process, Fprocess_id, sigchld_handler): Copy PID into EMACS_INT
to avoid GCC warnings.
2007-01-13 21:58:23 +00:00
Eli Zaretskii
9bd1cd35fe (maybe_resize_hash_table): Copy new size of hash table into EMACS_INT to avoid
GCC warnings.
2007-01-13 21:47:31 +00:00
Eli Zaretskii
3aef3c0adf (Fuser_uid, Fuser_real_uid): Copy values returned by geteuid and getuid
into EMACS_INT to avoid GCC warnings.
2007-01-13 21:46:02 +00:00
Eli Zaretskii
345c6b2420 (Ffile_attributes): Fix last change. 2007-01-13 21:45:34 +00:00
Mathias Dahl
c265a2102b (tumme-cmd-rotate-original-options): Add -outfile
option. Remove redirect character ">".
2007-01-13 18:50:37 +00:00
Mathias Dahl
5ff7d15de3 *** empty log message *** 2007-01-13 18:50:25 +00:00
Juanma Barranquero
ac97d31eb8 *** empty log message *** 2007-01-13 14:11:33 +00:00
Juanma Barranquero
2f857176eb (perform-replace): Remove leftover code. 2007-01-13 14:03:39 +00:00
Glenn Morris
745377e827 Add information on compiling 32-bit Emacs on 64-bit GNU/Linux.
Update copyright for years post-Emacs 21 to present.
2007-01-13 02:25:58 +00:00
Glenn Morris
806d93cea2 *** empty log message *** 2007-01-13 02:24:54 +00:00
Richard M. Stallman
fbea9ee830 (perform-replace): Don't clear NODENT when computing the replacement string. 2007-01-12 22:33:09 +00:00
Richard M. Stallman
7b3eaed564 *** empty log message *** 2007-01-12 20:30:51 +00:00
Eli Zaretskii
b55445d6ba (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.
2007-01-12 15:55:49 +00:00
Kenichi Handa
88f698d97c (ucs-input-method): Signal an error for a
Unicode character that is not yet supported.
2007-01-12 11:34:23 +00:00
YAMAMOTO Mitsuharu
37370cea41 (mac_quit_char_key_p): Move extern outside #ifdef MAC_OSX.
(HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Parenthesize definitions.
2007-01-12 09:00:54 +00:00
YAMAMOTO Mitsuharu
c857519ff4 (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.
2007-01-12 09:00:24 +00:00
YAMAMOTO Mitsuharu
28eabd14f7 (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.
2007-01-12 09:00:16 +00:00
Kenichi Handa
0d7c8ac455 (uudecode-decode-region-internal): Make it work in a
multibyte buffer.
2007-01-12 00:55:34 +00:00
Richard M. Stallman
51524f43ab (Windows Keyboard): Another small cleanup. 2007-01-11 20:41:43 +00:00
Michael Albinus
d8bba37c56 * net/tramp.el (tramp-handle-file-local-copy): Set
`enable-multibyte-characters' to nil.  Reported by Chris Moore
<christopher.ian.moore@gmail.com>.
2007-01-11 20:08:04 +00:00
Jan Djärv
959dc6015a (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use pthread_equal,
block/unblock SIGIO.
2007-01-11 19:22:04 +00:00
Stefan Monnier
3a349573d8 (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.
2007-01-11 16:52:59 +00:00
Stefan Monnier
62222158fe (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>.
2007-01-11 16:22:32 +00:00
Stefan Monnier
5362ba5339 (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".
2007-01-10 23:48:04 +00:00
Richard M. Stallman
b4ec8cb4e6 *** empty log message *** 2007-01-10 19:49:52 +00:00