aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (inhibit-trace): New var.Stefan Monnier2005-02-272-50/+43
| | | | (trace-make-advice): Use it.
* (debug): Put back the inhibit-trace.Stefan Monnier2005-02-271-1/+2
|
* (Coding Conventions): Clarify.Richard M. Stallman2005-02-272-23/+84
| | | | | Put all the major mode key reservations together. Mention the Mouse-1 => Mouse-2 conventions.
* (Syntax Class Table): Clarify.Richard M. Stallman2005-02-271-20/+22
| | | | | | | | (Syntax Table Functions): syntax-after moved from here. (Syntax Table Internals): syntax-after moved to here. (Parsing Expressions): Update info on number of values and what's meaningful in the STATE argument. (Categories): Fix typo.
* (Arrays): Cleanup.Richard M. Stallman2005-02-271-10/+11
| | | | (Char-Tables): Clarify.
* (Subprocess Creation): Explain nil in exec-path. Cleanup.Richard M. Stallman2005-02-271-62/+61
| | | | | | | | | | (Deleting Processes): Cleanups, add xref. (Process Information): set-process-coding-system, some args optional. (Input to Processes): Explain various types for PROCESS args. Rename them from PROCESS-NAME to PROCESS. (Signals to Processes): Likewise. (Decoding Output): Cleanup. (Query Before Exit): Clarify.
* (Startup Summary): Correct the options; add missing ones.Richard M. Stallman2005-02-271-137/+47
| | | | | (Terminal Output, Batch Mode): Clarify. (Flow Control): Node deleted.
* (The Mark): Clarify.Richard M. Stallman2005-02-271-11/+11
|
* (Expansion): Cleanup.Richard M. Stallman2005-02-271-6/+3
| | | | (Indenting Macros): indent-spec allows ints, not floats.
* (Keymaps): Clarify.Richard M. Stallman2005-02-271-87/+59
| | | | | | | | | (Format of Keymaps): Update lisp-mode-map example. (Active Keymaps, Key Lookup): Clarify. (Changing Key Bindings): Add xref to `kbd'. (Key Binding Commands, Simple Menu Items): Clarify. (Mouse Menus, Menu Bar): Clarify. (Menu Example): Replace print example with menu-bar-replace-menu.
* (Documentation Basics): Add function-documentation prop.Richard M. Stallman2005-02-261-3/+7
|
* (Top): Don't refer to Flow Control node.Richard M. Stallman2005-02-261-1/+0
|
* (Command Overview): Improve xrefs.Richard M. Stallman2005-02-261-16/+36
| | | | | | (Adjusting Point): Adjusting point applies to intangible and invis. (Key Sequence Input): Doc extra read-key-sequence args. Likewise for read-key-sequence-vector.
* (Rename or Copy): Minor fix.Richard M. Stallman2005-02-261-3/+4
| | | | | (Numbered Backups): For version-control, say the default. (Auto-Saving): make-auto-save-file-name example is simplified.
* (Advising Functions): Don't imply one part of EmacsRichard M. Stallman2005-02-261-16/+17
| | | | | | | should advise another part. Markup changes. (Defining Advice): Move transitional para. (Activation of Advice): Cleanup. Explain if COMPILE is nil or negative.
* (Abbrev Expansion): Clarify, fix typo.Richard M. Stallman2005-02-261-5/+5
|
* (url-have-visited-url): Don't barf if url-history-hash-table is nil.Eli Zaretskii2005-02-262-1/+7
|
* (gnus-summary-exit): Move point after displaying theStefan Monnier2005-02-262-9/+15
| | | | buffer, so it moves the window's cursor.
* (debug): Hide the buffer if it's not killed.Stefan Monnier2005-02-262-64/+70
| | | | | | Remove unused and inexistent var `inhibit-trace'. (debugger-mode): Use run-mode-hooks. (debugger-list-functions): Add buttons; setup xref stack.
* *** empty log message ***Kim F. Storm2005-02-253-2/+12
|
* (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.