summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-1666-128/+132
| | | | 2001).
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-1653-104/+106
| | | | 2001).
* Change copyright year to 2007.Glenn Morris2007-01-161-1/+1
|
* Remove Perry copyright based on copyright.list:Glenn Morris2007-01-161-6/+4
| | | | | EMACS William M. Perry USA 1971 1998-12-23 Assigns past and future changes.
* Remove Ueno copyright based on copyright.list:Glenn Morris2007-01-161-2/+2
| | | | | EMACS Daiki Ueno Japan, 1976 2007-01-11 Assigns Past and Future Changes
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-161-2/+2
| | | | 2001).
* (Editing Abbrevs): Describe how to disable a system abbrev.Glenn Morris2007-01-161-1/+3
|
* *** empty log message ***Glenn Morris2007-01-161-0/+5
|
* * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark path.Karl Fogel2007-01-152-8/+20
| | | | | | | 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.)
* *** empty log message ***YAMAMOTO Mitsuharu2007-01-152-0/+15
|
* (Fmac_resume_apple_event): Set error number whenYAMAMOTO Mitsuharu2007-01-151-1/+1
| | | | descriptor type of reply is non-null.
* [TARGET_API_MAC_CARBON] (create_and_show_dialog):YAMAMOTO Mitsuharu2007-01-151-3/+9
| | | | | | Create movable modal window instead of movable alert window. [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]: Use DeactivateControl instead of DisableControl.
* (mac-ae-quit-application): New function.YAMAMOTO Mitsuharu2007-01-151-1/+10
| | | | (mac-apple-event-map): Bind "quit application" Apple event to it.
* (url-retrieve-internal): Don't use `url-proxy-object'.Magnus Henoch2007-01-142-1/+18
|
* (url-proxy-object): Remove.Magnus Henoch2007-01-141-9/+6
| | | | | (url-proxy): Don't use `url-proxy-object'. Act according to type of proxy (currently only HTTP supported).
* (url-http-proxy): New variable.Magnus Henoch2007-01-141-18/+15
| | | | | | | | | | | (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.
* (vc-svn-parse-status): Trust the filename argument moreStefan Monnier2007-01-142-7/+16
| | | | than the program's output.
* [TARGET_API_MAC_CARBON] (create_and_show_dialog): UseYAMAMOTO Mitsuharu2007-01-142-11/+42
| | | | | DisableControl for disabled items. Set default button to first enabled one. Use icon of application in execution.
* *** empty log message ***Juanma Barranquero2007-01-142-5/+13
|
* (ruler-mode-ruler): Fix typo in docstring.Juanma Barranquero2007-01-141-3/+3
|
* (antlr-indent-at-bol-alist): Fix typo in docstring.Juanma Barranquero2007-01-141-5/+5
|
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-14202-389/+406
| | | | 2001).
* (longlines-show-hard-newlines): Fix typo in docstring.Juanma Barranquero2007-01-141-1/+1
|
* (kmacro-insert-counter, kmacro-set-counter,Juanma Barranquero2007-01-142-9/+19
| | | | | | 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.
* (keypad-setup): Fix typos in docstring.Juanma Barranquero2007-01-141-4/+4
|
* (Coding Conventions): Fix typos.Juanma Barranquero2007-01-141-1/+1
|
* (Fdelete_process, Fprocess_id, sigchld_handler): Copy PID into EMACS_INTEli Zaretskii2007-01-132-6/+15
| | | | to avoid GCC warnings.
* (maybe_resize_hash_table): Copy new size of hash table into EMACS_INT to avoidEli Zaretskii2007-01-132-1/+15
| | | | GCC warnings.
* (Fuser_uid, Fuser_real_uid): Copy values returned by geteuid and getuidEli Zaretskii2007-01-131-2/+8
| | | | into EMACS_INT to avoid GCC warnings.
* (Ffile_attributes): Fix last change.Eli Zaretskii2007-01-131-1/+1
|
* (tumme-cmd-rotate-original-options): Add -outfileMathias Dahl2007-01-131-1/+1
| | | | option. Remove redirect character ">".
* *** empty log message ***Mathias Dahl2007-01-131-0/+5
|
* *** empty log message ***Juanma Barranquero2007-01-131-0/+4
|
* (perform-replace): Remove leftover code.Juanma Barranquero2007-01-131-1/+1
|
* Add information on compiling 32-bit Emacs on 64-bit GNU/Linux.Glenn Morris2007-01-132-3/+24
| | | | Update copyright for years post-Emacs 21 to present.
* *** empty log message ***Glenn Morris2007-01-131-0/+6
|
* (perform-replace): Don't clear NODENT when computing the replacement string.Richard M. Stallman2007-01-122-2/+8
|
* *** empty log message ***Richard M. Stallman2007-01-121-0/+5
|
* (Ffile_attributes): Copy some members of `struct stat' into int's to avoidEli Zaretskii2007-01-122-12/+27
| | | | GCC warnings about limited range of short in arguments to FIXNUM_OVERFLOW_P.
* (ucs-input-method): Signal an error for aKenichi Handa2007-01-122-5/+14
| | | | Unicode character that is not yet supported.
* (mac_quit_char_key_p): Move extern outside #ifdef MAC_OSX.YAMAMOTO Mitsuharu2007-01-122-4/+28
| | | | (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Parenthesize definitions.
* (x_free_frame_resources) [USE_CG_DRAWING]: CallYAMAMOTO Mitsuharu2007-01-121-59/+35
| | | | | | | | | 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.
* (HAVE_DIALOGS): Define if TARGET_API_MAC_CARBON.YAMAMOTO Mitsuharu2007-01-121-5/+358
| | | | | | | | | | | | | | (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.
* (uudecode-decode-region-internal): Make it work in aKenichi Handa2007-01-122-1/+9
| | | | multibyte buffer.
* (Windows Keyboard): Another small cleanup.Richard M. Stallman2007-01-112-6/+9
|
* * net/tramp.el (tramp-handle-file-local-copy): SetMichael Albinus2007-01-112-1/+11
| | | | | `enable-multibyte-characters' to nil. Reported by Chris Moore <christopher.ian.moore@gmail.com>.
* (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use pthread_equal,Jan Djärv2007-01-112-14/+19
| | | | block/unblock SIGIO.
* (diff-sanity-check-context-hunk-half, diff-sanity-check-hunk): New functions.Stefan Monnier2007-01-112-1/+87
| | | | (diff-find-source-location): Use'em to check the hunks are well-formed.
* (hexlify-buffer, dehexlify-buffer): Don't complain and don'tStefan Monnier2007-01-112-7/+13
| | | | | activate undo when undo is not active. Reported by Chris <christopher.ian.moore@gmail.com>.
* (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)Stefan Monnier2007-01-102-13/+19
| | | | | (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist) (ffap-url-at-point): Use char-classes rather than "a-z".