Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add information on compiling 32-bit Emacs on 64-bit GNU/Linux. | Glenn Morris | 2007-01-13 | 2 | -3/+24 |
| | | | | Update copyright for years post-Emacs 21 to present. | ||||
* | *** empty log message *** | Glenn Morris | 2007-01-13 | 1 | -0/+6 |
| | |||||
* | (perform-replace): Don't clear NODENT when computing the replacement string. | Richard M. Stallman | 2007-01-12 | 2 | -2/+8 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2007-01-12 | 1 | -0/+5 |
| | |||||
* | (Ffile_attributes): Copy some members of `struct stat' into int's to avoid | Eli Zaretskii | 2007-01-12 | 2 | -12/+27 |
| | | | | GCC warnings about limited range of short in arguments to FIXNUM_OVERFLOW_P. | ||||
* | (ucs-input-method): Signal an error for a | Kenichi Handa | 2007-01-12 | 2 | -5/+14 |
| | | | | Unicode character that is not yet supported. | ||||
* | (mac_quit_char_key_p): Move extern outside #ifdef MAC_OSX. | YAMAMOTO Mitsuharu | 2007-01-12 | 2 | -4/+28 |
| | | | | (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Parenthesize definitions. | ||||
* | (x_free_frame_resources) [USE_CG_DRAWING]: Call | YAMAMOTO Mitsuharu | 2007-01-12 | 1 | -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 Mitsuharu | 2007-01-12 | 1 | -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 a | Kenichi Handa | 2007-01-12 | 2 | -1/+9 |
| | | | | multibyte buffer. | ||||
* | (Windows Keyboard): Another small cleanup. | Richard M. Stallman | 2007-01-11 | 2 | -6/+9 |
| | |||||
* | * net/tramp.el (tramp-handle-file-local-copy): Set | Michael Albinus | 2007-01-11 | 2 | -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ärv | 2007-01-11 | 2 | -14/+19 |
| | | | | block/unblock SIGIO. | ||||
* | (diff-sanity-check-context-hunk-half, diff-sanity-check-hunk): New functions. | Stefan Monnier | 2007-01-11 | 2 | -1/+87 |
| | | | | (diff-find-source-location): Use'em to check the hunks are well-formed. | ||||
* | (hexlify-buffer, dehexlify-buffer): Don't complain and don't | Stefan Monnier | 2007-01-11 | 2 | -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 Monnier | 2007-01-10 | 2 | -13/+19 |
| | | | | | (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist) (ffap-url-at-point): Use char-classes rather than "a-z". | ||||
* | *** empty log message *** | Richard M. Stallman | 2007-01-10 | 1 | -0/+2 |
| | |||||
* | Whitespace fixes. | Juanma Barranquero | 2007-01-10 | 1 | -18/+18 |
| | |||||
* | (fill-region): Doc fix. | Juanma Barranquero | 2007-01-10 | 2 | -8/+13 |
| | |||||
* | (ediff-autostore-merges): Doc fix. | Juanma Barranquero | 2007-01-10 | 1 | -3/+4 |
| | |||||
* | typo | Jason Rumney | 2007-01-10 | 1 | -1/+1 |
| | |||||
* | (server-ensure-safe-dir): UIDs may be floats. | Stefan Monnier | 2007-01-10 | 2 | -2/+6 |
| | |||||
* | (Fformat): Allow integer-format to work with floats of size | Stefan Monnier | 2007-01-10 | 2 | -3/+18 |
| | | | | larger than most-positive-fixnum (but still smaller than MAXINT). | ||||
* | (Ffile_attributes): Use floats for large uids/gids. | Stefan Monnier | 2007-01-10 | 2 | -15/+21 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2007-01-10 | 3 | -2/+10 |
| | |||||
* | (battery-linux-proc-acpi): Use ignore-errors around calls to directory-files. | Richard M. Stallman | 2007-01-10 | 1 | -4/+6 |
| | |||||
* | (Windows Keyboard): Yet another try to make everyone happy with that passage. | Richard M. Stallman | 2007-01-10 | 1 | -6/+6 |
| | |||||
* | (momentary-string-display): Use save-excursion. | Richard M. Stallman | 2007-01-10 | 2 | -4/+6 |
| | |||||
* | (pp-eval-expression): Once again eval the argument, but read it as `X' does. | Richard M. Stallman | 2007-01-10 | 2 | -10/+12 |
| | |||||
* | Update URLs and advice about unpacking gzipped tar files. | Jason Rumney | 2007-01-10 | 1 | -63/+30 |
| | |||||
* | Update URLs and advice about reporting bugs. | Jason Rumney | 2007-01-10 | 1 | -22/+12 |
| | |||||
* | *** empty log message *** | Jason Rumney | 2007-01-10 | 1 | -0/+4 |
| | |||||
* | (syms_of_emacs) <path-separator>: Doc fix. | Eli Zaretskii | 2007-01-09 | 2 | -1/+6 |
| | |||||
* | (momentary): Change :group to basic-faces where all | Juri Linkov | 2007-01-09 | 2 | -5/+13 |
| | | | | basic faces belong to. Add :version. | ||||
* | (Info-fontify-node): Don't hide node names of index entries. | Juri Linkov | 2007-01-09 | 1 | -1/+3 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2007-01-09 | 1 | -4/+3 |
| | |||||
* | ** (global-set-key "\M-k" 'bury-buffer) confuses tutorial warnings. | Chong Yidong | 2007-01-09 | 1 | -2/+0 |
| | | | | Fixed. | ||||
* | (tutorial--display-changes): Show M-x sequence if no | Chong Yidong | 2007-01-09 | 1 | -1/+4 |
| | | | | | | keybinding is found. (tutorial--find-changed-keys): Never treat null keybinding as a remapping. | ||||
* | * tutorial.el (tutorial--display-changes): Show M-x sequence if no | Chong Yidong | 2007-01-09 | 1 | -0/+7 |
| | | | | | | keybinding is found. (tutorial--find-changed-keys): Never treat null keybinding as a remapping. | ||||
* | (wdired-xcase-word): Skip non-word read-only characters. | Martin Rudalics | 2007-01-09 | 2 | -2/+10 |
| | |||||
* | (FONT_MAX_WIDTH): Remove unused macro. | YAMAMOTO Mitsuharu | 2007-01-09 | 2 | -5/+46 |
| | | | | | | (XCreateGC): Change type in extern. (XDrawLine): Rename from mac_draw_line_to_pixmap. (mac_quit_char_key_p) [MAC_OSX]: Add extern. | ||||
* | (XDrawLine): Rename from mac_draw_line_to_pixmap. | YAMAMOTO Mitsuharu | 2007-01-09 | 1 | -56/+61 |
| | | | | | | | | | | | | | | | | | | | (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. | ||||
* | (mac_dialog_modal_filter) [MAC_OSX]: New function. | YAMAMOTO Mitsuharu | 2007-01-09 | 1 | -4/+117 |
| | | | | | | | (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. | ||||
* | (Display): Typedef to opaque type. | YAMAMOTO Mitsuharu | 2007-01-09 | 1 | -1/+1 |
| | |||||
* | (XDrawLine) [MAC_OS]: Remove macro. | YAMAMOTO Mitsuharu | 2007-01-09 | 1 | -6/+2 |
| | | | | | | (XCreateGC_pixmap) [!HAVE_NTGUI]: Likewise. (x_disable_image) [!HAVE_NTGUI]: Use XCreateGC instead of XCreateGC_pixmap. | ||||
* | (Fcall_process_region) [HAVE_MKSTEMP]: Add BLOCK_INPUT | YAMAMOTO Mitsuharu | 2007-01-09 | 1 | -1/+5 |
| | | | | around mkstemp. | ||||
* | (select-safe-coding-system-interactively): Fix message. | Kenichi Handa | 2007-01-09 | 2 | -3/+13 |
| | |||||
* | Merge from gnus--rel--5.10 | Miles Bader | 2007-01-09 | 4 | -16/+47 |
| | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 186-191) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-595 | ||||
* | * net/tramp.el: (tramp-process-one-action): Remove `with-timeout'. | Michael Albinus | 2007-01-09 | 2 | -22/+33 |
| | | | | | | (tramp-process-actions): Add optional parameter TIMEOUT. (tramp-open-connection-telnet, tramp-open-connection-rsh) (tramp-open-connection-su): Add timeout of 60". | ||||
* | (tumme-display-thumb): Doc fix. | Richard M. Stallman | 2007-01-09 | 2 | -1/+9 |
| |