aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Nick Roberts2005-10-251-0/+4
|
* (blackbox-redefine-key): New function.Eli Zaretskii2005-10-252-12/+21
| | | | | (blackbox-mode-map): Use it to remap existing bindings for cursor motion instead of binding literal keys.
* (last_mouse_glyph_frame): New var.YAMAMOTO Mitsuharu2005-10-252-14/+56
| | | | | | | | | | | | | | | (note_mouse_movement): Say mouse moved if current frame differs from last_mouse_glyph_frame, and update last_mouse_glyph_frame. (XTmouse_position): Set last_mouse_glyph_frame. (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event. (mac_draw_string_common) [MAC_OSX && WORDS_BIG_ENDIAN]: Fix typo. Use EndianU16_BtoN. (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls. (x_per_char_metric, XLoadQueryFont) [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get glyph bounds. (mac_to_x_fontname, mac_do_list_fonts) (mac_initialize_display_info): Change screen resolutions to 72dpi.
* [MAC_OS] (image_load_qt_1): Check image size.YAMAMOTO Mitsuharu2005-10-251-6/+30
| | | | | | | Use GraphicsImportGetImageDescription instead of GraphicsImportGetNaturalBounds. [MAC_OSX] (image_load_quartz2d): Check image size. [MAC_OS] (xpm_load_image): Likewise.
* (diary-list-entries): Prevent infloop when diary does not end in aGlenn Morris2005-10-251-3/+13
| | | | newline. Do not assume a blank line at the start of the diary file.
* *** empty log message ***Glenn Morris2005-10-251-0/+6
|
* (quail-translate-key): If the inputKenichi Handa2005-10-252-0/+20
| | | | | method is deterministic and failed to handle the last key, restart the key handling loop from an appropriate key.
* * vc.el (vc-dired-mode): Extend comment for binding ofMichael Albinus2005-10-252-0/+8
| | | | `directory-listing-before-filename-regexp'.
* (texinfo-mode): Use real chars, so as not to unnecessarily exposeStefan Monnier2005-10-252-4/+10
| | | | emacs-mule's internal char codes.
* (sentence-end-base): Use real chars, so asStefan Monnier2005-10-251-5/+5
| | | | not to unnecessarily expose emacs-mule's internal char codes.
* (GDB Graphical Interface): Describe gdb-mouse-until.Nick Roberts2005-10-251-8/+11
|
* *** empty log message ***Nick Roberts2005-10-251-0/+5
|
* (gdb-mouse-until): New function.Nick Roberts2005-10-251-0/+19
| | | | (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
* *** empty log message ***Nick Roberts2005-10-251-3/+4
|
* (gdb-put-breakpoint-icon): Correct help-echo.Nick Roberts2005-10-251-3/+3
| | | | Display hand pointer and help-echo on disabled icon too.
* *** empty log message ***Nick Roberts2005-10-251-0/+6
|
* Fix darwin386 configuration issueSteven Tamm2005-10-253-8/+7
|
* *** empty log message ***Luc Teirlinck2005-10-251-2/+2
|
* * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in lineChong Yidong2005-10-244-1/+10
| | | | | | with 2005-10-23 change to doctor.el. * finder.el (finder-mode-map): Add follow-link binding.
* (gdb-ann3): Bind mouse-3 in left fringeKim F. Storm2005-10-241-14/+44
| | | | | | | | | | to gdb-mouse-toggle-breakpoint-fringe. (gdb-mouse-toggle-breakpoint-margin): Rename from gdb-mouse-toggle-breakpoint. Fix doc. (gdb-mouse-toggle-breakpoint-fringe): New defun. (gdb-put-string): Add optional SPROPS arg. Add props to string. (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled string properties also for fringe breakpoint bitmaps.
* *** empty log message ***Kim F. Storm2005-10-241-0/+11
|
* * mh-gnus.el: Load mml.el in order to see ifBill Wohler2005-10-243-10/+15
| | | | | | | mml-minibuffer-read-disposition is defined or not. * mh-mime.el: Now that mh-gnus.el loads mml, we shouldn't need the mml autoloads.
* (org-start-icalendar-file): Fixed format form.Carsten Dominik2005-10-241-2/+2
|
* *** empty log message ***Carsten Dominik2005-10-241-0/+4
|
* *** empty log message ***Stefan Monnier2005-10-242-25/+53
|
* Require CL while compiling.Stefan Monnier2005-10-241-100/+90
| | | | | | | | | | (savehist-history-variables): Remove. (savehist-save-minibuffer-history, savehist-additional-variables) (savehist-minibuffer-history-variables): New vars. (savehist-save): Use them. (savehist-uninstall, savehist-minibuffer-hook): New funs. (savehist-install): New fun, extracted from savehist-load. (savehist-load): Use them.
* (completion-common-substring): Use `completion-common-substring' prior to ↵Masatake YAMATO2005-10-242-4/+9
| | | | `completion-base-size'.
* (easy-mmode-define-global-mode): Don't add a dummy doc-string-elt property.Stefan Monnier2005-10-241-2/+3
| | | | (defalias, defvaralias, define-category): Add a docstring property.
* (define-obsolete-function-alias, define-obsolete-variable-alias):Stefan Monnier2005-10-241-12/+14
| | | | Add `doc-string' declaration.
* (defimage): Add `doc-string' declaration.Stefan Monnier2005-10-241-1/+2
|
* (define-widget): Add `doc-string' declaration.Stefan Monnier2005-10-241-30/+31
|
* Small doc fix.Masatake YAMATO2005-10-242-1/+5
|
* (defface, defcustom): Add `doc-string' declaration.Stefan Monnier2005-10-241-0/+2
|
* (ad-make-advised-definition): Fix arg-order.Stefan Monnier2005-10-241-3/+4
| | | | (defadvice): Add `doc-string' declaration.
* (macro-declaration-function): Add a `doc-string' declaration.Stefan Monnier2005-10-241-0/+2
|
* Undo 2005-10-23 change.Kim F. Storm2005-10-241-3/+8
| | | | | | | | | (last_mouse_glyph_frame): New var. (note_mouse_movement): Say mouse moved if current frame differs from last_mouse_glyph_frame, and update last_mouse_glyph_frame. (XTmouse_position): Set last_mouse_glyph_frame. (handle_one_xevent): Clear last_mouse_glyph_frame [instead of last_mouse_glyph] on mouse up/down event.
* *** empty log message ***Kim F. Storm2005-10-241-0/+8
|
* (ucs-input-activate): Don't addKenichi Handa2005-10-242-1/+5
| | | | quail-kill-guidance-buf to kill-buffer-hook.
* (utf-7): Add autoload cookie.Kenichi Handa2005-10-242-0/+3
|
* Register more Cyrillic characters in x-keysym-table.Kenichi Handa2005-10-242-0/+34
|
* (server-sentinel): Set query-on-exit flag to nil on new client processesRomain Francoise2005-10-242-0/+8
| | | | (it isn't inherited from the server process).
* Regenerated to reflect latest changes.Eli Zaretskii2005-10-241-925/+1411
|
* (autoloads): Use "." instead of $(lisp) in the list of directories passedEli Zaretskii2005-10-242-2/+10
| | | | to batch-update-autoloads. Add "." to the list of the echoed directories.
* *** empty log message ***Eli Zaretskii2005-10-242-0/+18
|
* Moved pgg*.el files from lisp/gnus to lisp.Eli Zaretskii2005-10-246-0/+0
|
* (gdb-send): Bind inhibit-read-only to tNick Roberts2005-10-241-1/+2
| | | | in case comint-prompt-read-only is set to t.
* (gud-filter): Bind inhibit-read-only to tNick Roberts2005-10-241-1/+1
| | | | in case comint-prompt-read-only is set to t.
* *** empty log message ***Nick Roberts2005-10-241-0/+8
|
* (Fcompare_buffer_substrings): Fix last change.Kim F. Storm2005-10-241-1/+1
|
* *** empty log message ***Kim F. Storm2005-10-241-0/+4
|