summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merged from emacs@sv.gnu.orgKaroly Lorentey2007-01-1350-425/+864
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-592 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-593 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-594 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-595 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-596 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-597 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-598 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-186 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-187 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-188 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-189 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-190 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-191 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-593
| * *** empty log message ***Richard M. Stallman2007-01-101-0/+2
| |
| * Whitespace fixes.Juanma Barranquero2007-01-101-18/+18
| |
| * (fill-region): Doc fix.Juanma Barranquero2007-01-102-8/+13
| |
| * (ediff-autostore-merges): Doc fix.Juanma Barranquero2007-01-101-3/+4
| |
| * typoJason Rumney2007-01-101-1/+1
| |
| * (server-ensure-safe-dir): UIDs may be floats.Stefan Monnier2007-01-102-2/+6
| |
| * (Fformat): Allow integer-format to work with floats of sizeStefan Monnier2007-01-102-3/+18
| | | | | | | | larger than most-positive-fixnum (but still smaller than MAXINT).
| * (Ffile_attributes): Use floats for large uids/gids.Stefan Monnier2007-01-102-15/+21
| |
| * *** empty log message ***Richard M. Stallman2007-01-103-2/+10
| |
| * (battery-linux-proc-acpi): Use ignore-errors around calls to directory-files.Richard M. Stallman2007-01-101-4/+6
| |
| * (Windows Keyboard): Yet another try to make everyone happy with that passage.Richard M. Stallman2007-01-101-6/+6
| |
| * (momentary-string-display): Use save-excursion.Richard M. Stallman2007-01-102-4/+6
| |
| * (pp-eval-expression): Once again eval the argument, but read it as `X' does.Richard M. Stallman2007-01-102-10/+12
| |
| * Update URLs and advice about unpacking gzipped tar files.Jason Rumney2007-01-101-63/+30
| |
| * Update URLs and advice about reporting bugs.Jason Rumney2007-01-101-22/+12
| |
| * *** empty log message ***Jason Rumney2007-01-101-0/+4
| |
| * (syms_of_emacs) <path-separator>: Doc fix.Eli Zaretskii2007-01-092-1/+6
| |
| * (momentary): Change :group to basic-faces where allJuri Linkov2007-01-092-5/+13
| | | | | | | | basic faces belong to. Add :version.
| * (Info-fontify-node): Don't hide node names of index entries.Juri Linkov2007-01-091-1/+3
| |
| * *** empty log message ***Juanma Barranquero2007-01-091-4/+3
| |
| * ** (global-set-key "\M-k" 'bury-buffer) confuses tutorial warnings.Chong Yidong2007-01-091-2/+0
| | | | | | | | Fixed.
| * (tutorial--display-changes): Show M-x sequence if noChong Yidong2007-01-091-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 noChong Yidong2007-01-091-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 Rudalics2007-01-092-2/+10
| |
| * (FONT_MAX_WIDTH): Remove unused macro.YAMAMOTO Mitsuharu2007-01-092-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 Mitsuharu2007-01-091-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 Mitsuharu2007-01-091-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 Mitsuharu2007-01-091-1/+1
| |
| * (XDrawLine) [MAC_OS]: Remove macro.YAMAMOTO Mitsuharu2007-01-091-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_INPUTYAMAMOTO Mitsuharu2007-01-091-1/+5
| | | | | | | | around mkstemp.
| * (select-safe-coding-system-interactively): Fix message.Kenichi Handa2007-01-092-3/+13
| |
| * Merge from gnus--rel--5.10Miles Bader2007-01-094-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 Albinus2007-01-092-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. Stallman2007-01-092-1/+9
| |
| * (compile): Doc fix.Richard M. Stallman2007-01-091-3/+3
| |
| * (vhdl-save-caches): Fix typo in error message.Juanma Barranquero2007-01-082-1/+11
| |
| * (mac-dnd-types-alist): Fix typo in docstring.Juanma Barranquero2007-01-081-1/+1
| |
| * (icalendar-import-buffer): Fix typo in docstring.Juanma Barranquero2007-01-081-5/+5
| |
| * (x-dnd-types-alist): Fix typo in docstring.Juanma Barranquero2007-01-081-1/+1
| |
| * (battery-search-for-one-match-in-files): Fix typo in docstring.Juanma Barranquero2007-01-082-2/+2
| |
| * (init_keyboard): Initialize interrupt_input_blocked andJan Djärv2007-01-082-0/+5
| | | | | | | | interrupt_input_pending.
| * (x_display_info): New: net_supported_atoms,Jan Djärv2007-01-082-1/+17
| | | | | | | | nr_net_supported_atoms and net_supported_window.
| * New variable last_user_time.Jan Djärv2007-01-081-38/+135
| | | | | | | | | | | | | | | | | | (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.
| * (fill-comment-paragraph): Improve comment.Stefan Monnier2007-01-071-12/+16
| |
| * (replace-regexp): Fix typo in docstring.Juanma Barranquero2007-01-072-6/+9
| |
| * (c-operators, c-filter-ops): Amend doc-string and comments.Alan Mackenzie2007-01-071-16/+24
| |
| * *** empty log message ***Alan Mackenzie2007-01-071-0/+5
| |
| * (abbreviate-file-name): Doc fix.Eli Zaretskii2007-01-062-2/+11
| |
| * *** empty log message ***Richard M. Stallman2007-01-060-0/+0
| |