aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (Mouse References): Add mouse-1-click-in-non-selected-windows.Kim F. Storm2005-02-251-0/+6
|
* (mouse-1-click-in-non-selected-windows): New defcustom.Kim F. Storm2005-02-251-16/+33
| | | | (mouse-on-link-p, mouse-drag-region-1): Use it.
* (init_from_display_pos): Don't read past end ofKim F. Storm2005-02-251-1/+4
| | | | it->overlay_strings array.
* (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.Kim F. Storm2005-02-251-1/+1
|
* *** empty log message ***Kim F. Storm2005-02-251-0/+7
|
* (syms_of_buffer): Fix typo.Lute Kamstra2005-02-252-1/+5
|
* (Screen): Explain better about cursors and mode lines;Richard M. Stallman2005-02-252-20/+53
| | | | | | | don't presuppose text terminals. (Point): Don't assume just one cursor. Clarify explanation of cursors. (Echo Area, Menu Bar): Cleanups.
* (Minibuffer): Prompts are highlighted.Richard M. Stallman2005-02-251-23/+31
| | | | | | | | | (Minibuffer Edit): Newline = C-j only on text terminals. Clarify resize-mini-windows values. Mention M-PAGEUP and M-PAGEDOWN. (Completion Commands): Mouse-1 like Mouse-2. (Minibuffer History): Explain history commands better. (Repetition): Add xref to Incremental Search.
* (Setting Mark): Clarify info about displaying mark.Richard M. Stallman2005-02-251-36/+44
| | | | | | Clarify explanation of C-@ and C-SPC. (Transient Mark): Mention Delete Selection mode. (Marking Objects): Clean up text about extending the region.
* (M-x): One C-g doesn't always go to top level.Richard M. Stallman2005-02-251-6/+6
| | | | No delay before suggest-key-bindings output.
* (Fixit): Mention C-/ for undo.Richard M. Stallman2005-02-251-10/+17
| | | | | | (Spelling): Mention ESC TAB like M-TAB. Replacement words with r and R are rechecked. Say where C-g leaves point. Mention ? as input.
* (query-replace-read-from): Fix 2005-02-19 change.Lute Kamstra2005-02-252-4/+8
|
* Revision: [email protected]/emacs--cvs-trunk--0--patch-128Miles Bader2005-02-257-21/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * [email protected]/gnus--rel--5.10--patch-28 - [email protected]/gnus--rel--5.10--patch-30 Update from CVS 2005-02-24 Reiner Steib <[email protected]> * lisp/gnus/nnheader.el (nnheader-find-file-noselect): Added doc string. * lisp/gnus/nnfolder.el (nnfolder-read-folder): Use RAWFILE for `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'. * lisp/gnus/gnus-sum.el (gnus-summary-caesar-message): Apply `gnus-treat-article' after rotation. * lisp/gnus/gnus-group.el (gnus-group-clear-data): Mention process/prefix in doc string. 2005-02-22 Arne J,Ax(Brgensen <[email protected]> * lisp/gnus/smime.el (smime-sign-buffer): Signal an error if `smime-sign-region' fails. (smime-encrypt-buffer): Signal an error if `smime-encrypt-region' fails.
* (blink-cursor-mode): Add :group keyword.Luc Teirlinck2005-02-252-0/+5
|
* *** empty log message ***Lute Kamstra2005-02-251-1/+1
|
* From Ulf Jasper <[email protected]>:Glenn Morris2005-02-241-12/+28
| | | | | | | (icalendar--decode-isodatetime): New optional argument DAY-SHIFT. (icalendar-export-region): Fix coding-system-for-write. (icalendar--convert-ical-to-diary): Shift end-day of all-day events by one.
* *** empty log message ***Glenn Morris2005-02-241-0/+8
|
* (tex-font-lock-keywords-3): #n is atomic.Stefan Monnier2005-02-242-10/+12
|
* *** empty log message ***Lute Kamstra2005-02-242-0/+9
|
* (Defining Minor Modes): Explain that INIT-VALUE, LIGHTER, and KEYMAPLute Kamstra2005-02-241-3/+5
| | | | can be omitted when KEYWORD-ARGS are used.
* (Initial Options): Add cross reference.Lute Kamstra2005-02-241-1/+4
|
* (iso-accents-compose): Fix crash during redisplay.Kim F. Storm2005-02-241-1/+13
| | | | | Call force-window-update after read-event and delete-region to signal that window is not accurate.
* *** empty log message ***Kim F. Storm2005-02-241-0/+6
|
* *** empty log message ***Richard M. Stallman2005-02-232-10/+19
|
* (appt-time-msg-list): 3rd elt of eachRichard M. Stallman2005-02-231-6/+15
| | | | | | appointment says it was explicitly made. (appt-add): Set the 3rd element. (appt-make-list): Preserve explicit appointments.
* (find-tag-default): Catch errors in forward-sexp.Richard M. Stallman2005-02-231-7/+10
|
* *** empty log message ***Juri Linkov2005-02-232-2/+11
|
* (Info-isearch-search): New defcustom.Juri Linkov2005-02-231-15/+22
| | | | | | (Info-isearch-search): Call the default isearch function when Info-isearch-search is nil. (Info-isearch-wrap): Use variable Info-isearch-search.
* *** empty log message ***Lute Kamstra2005-02-232-0/+7
|
* (Defining Minor Modes): define-minor-mode can be used to define globalLute Kamstra2005-02-231-4/+3
| | | | minor modes as well.
* (Managing Overlays): overlay-buffer returns nil for deleted overlays.Lute Kamstra2005-02-232-1/+7
|
* (Foverlay_buffer): Doc fix.Lute Kamstra2005-02-231-3/+4
|
* *** empty log message ***Luc Teirlinck2005-02-221-0/+4
|
* Revision: [email protected]/emacs--cvs-trunk--0--patch-124Miles Bader2005-02-222-5/+14
| | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * [email protected]/gnus--rel--5.10--patch-27 Update from CVS 2005-02-21 Reiner Steib <[email protected]> * lisp/gnus/gnus-art.el (gnus-parse-news-url, gnus-button-handle-news): Handle news URL with given port correctly.
* Comment change.Luc Teirlinck2005-02-221-16/+20
|
* (hide-ifdef-use-define-alist): UseKim F. Storm2005-02-221-1/+4
| | | | completing-read. Suggested by Juan-Leon Lahoz Garcia.
* *** empty log message ***Kim F. Storm2005-02-224-1/+15
|
* (Basic Completion): Allow symbols in addition toKim F. Storm2005-02-221-8/+10
| | | | strings in try-completion and all-completions.
* (Ftry_completion, Fall_completions): Allow both stringKim F. Storm2005-02-221-6/+18
| | | | and symbol keys in alists and hash tables.
* (browse-url-netscape-new-window-is-tab): New variable.Simon Josefsson2005-02-222-16/+38
| | | | | (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk' Oskarsson" <[email protected]>.
* (fast_find_position): Fix search for start of overlay.Kim F. Storm2005-02-221-3/+3
|
* *** empty log message ***Kim F. Storm2005-02-221-0/+4
|
* (tooltip-show-help-function): Pass event toKim F. Storm2005-02-221-1/+1
| | | | mouse-on-link-p so it can check selected window.
* (mouse-on-link-p): If arg POS is a mouse event,Kim F. Storm2005-02-221-14/+23
| | | | | | check that window of that event is the selected window. (mouse-drag-region-1): Compare mouse event window to selected window before setting point.
* *** empty log message ***Kim F. Storm2005-02-221-0/+10
|
* (ps-mule-header-string-charsets): Delete it.Kenichi Handa2005-02-222-62/+110
| | | | | | (ps-mule-show-warning): New function. (ps-mule-begin-job): Use ps-mule-show-warning if unprintable characters are found.
* (ps-header-footer-string): Return a list of headerKenichi Handa2005-02-221-3/+1
| | | | and footer strings.
* Add scroll-bar note.Kim F. Storm2005-02-211-1/+4
|
* (window_scroll_pixel_based): When scrolling backwards,Kim F. Storm2005-02-211-9/+16
| | | | handle partial visible line at end of window even when we hit PT.
* *** empty log message ***Kim F. Storm2005-02-211-0/+5
|