aboutsummaryrefslogtreecommitdiffstats
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* NEWS pedantryGlenn Morris2012-03-271-1/+2
|
* Document string-prefix-pGlenn Morris2012-03-211-0/+4
| | | | | * doc/lispref/strings.texi (Text Comparison): Mention string-prefix-p. * etc/NEWS: Belated entry.
* Updates to Display chapter of Lisp manual.Chong Yidong2012-03-211-0/+2
| | | | | | | | | | | | | | | | | | | | | * doc/lispref/display.texi (The Echo Area): Add xref to Output Streams. (Displaying Messages): Improve doc of message. (Echo Area Customization, Invisible Text): Copyedits. (Invisible Text): Mention that spec comparison is done with eq. (Width): Improve doc of char-width. (Faces): Recommend using symbol instead of string for face name. Minor clarifications. (Defining Faces): Copyedits. Update face example. (Attribute Functions): Mark set-face-foreground etc as commands. (Face Remapping): Mention text-scale-adjust. Clarify face-remapping-alist and related docs. (Face Functions): Don't document make-face or copy-face. * lisp/faces.el (make-face, make-empty-face, copy-face): * lisp/face-remap.el (face-remap-add-relative, face-remap-set-base): Doc fixes. * src/xfaces.c (Vface_remapping_alist): Doc fix.
* Small fixes related to etc/HELLOGlenn Morris2012-03-162-1/+7
| | | | | | | | | * doc/emacs/help.texi (Language Help): * doc/emacs/mule.texi (International Chars): etc/HELLO is for character demonstration. * etc/HELLO: Say that this is not a comprehensive list. Remove "duplicate" entry. (Bug#11024)
* * etc/HELLO: Typo fix (bug#11027)Glenn Morris2012-03-161-1/+1
|
* NEWSGlenn Morris2012-03-151-0/+5
|
* Adjust NEWS entry for recent changeGlenn Morris2012-03-131-1/+1
|
* Mention bulgarian-alt-phonetic in NEWSGlenn Morris2012-03-131-1/+2
|
* Spelling fixes.Paul Eggert2012-03-121-1/+1
|
* etc/PROBLEMS: Document keyboard ghosting with M-| (Bug#10740).Chong Yidong2012-03-121-0/+6
|
* Adapt nXML mode to Emacs 24 completion scheme.Chong Yidong2012-03-121-0/+5
| | | | | | | | | * lisp/nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET. (nxml-completion-at-point-function): New function. (nxml-mode): Use it. (nxml-bind-meta-tab-to-complete-flag): Default to t. Fixes: debbugs:6776
* More updates to Text chapter of Lisp manual.Chong Yidong2012-03-081-6/+5
| | | | | | | | | * doc/lispref/text.texi (Mode-Specific Indent): Document new behavior of indent-for-tab-command. Document tab-always-indent. (Special Properties): Copyedits. (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5. (Parsing HTML/XML): Rename from Parsing HTML. Update doc of libxml-parse-html-region.
* Tweaks to count-words and count-words-region behavior.Chong Yidong2012-03-051-3/+6
| | | | | | | | | | | | In particular, make count-words more analogous to the existing count-lines function. * lisp/simple.el (count-words): If called from Lisp, return the word count, for symmetry with `count-lines'. Arglist changed. (count-words--message): Args changed. Consolidate counting code from count-words and count-words-region. (count-words-region): Caller changed. (count-lines-region): Make it an obsolete alias.
* etc/NEWS: Mention impact of old-style backquotes on key sequences.Chong Yidong2012-03-051-6/+10
|
* Update Frames chapter of Lisp manager. Document clipboard manager.Chong Yidong2012-03-041-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/killing.texi (Clipboard): Document clipboard manager. * doc/lispref/windows.texi (Basic Windows, Coordinates and Windows) (Coordinates and Windows): * display.texi (Refresh Screen, Line Height, Face Attributes) (Overlay Arrow, Beeping, Glyphless Chars): Likewise. * doc/lispref/frames.texi (Frames): Remove little-used "terminal frame" and "window frame" terminology. (Frame Parameters, Font and Color Parameters, Initial Parameters) (Size and Position, Visibility of Frames): Callers changed. (Frames): Clarify which terminals in framep are graphical. (Initial Parameters): --geometry is not the only option which adds to initial-frame-alist. (Position Parameters): Note that icon-left and icon-top are for old window managers only. (Size Parameters): Sizes are in characters even on graphical displays. (Management Parameters): Note that window-id and outer-window-id can't really be changed, and that auto-raise isn't always obeyed. (Cursor Parameters): Document cursor-type explicitly. (Size and Position): The aliases set-screen-height and set-screen-width have been deleted. (Visibility of Frames): Mention "minimization". * doc/lispref/os.texi (Startup Summary): Minor clarifications. (Startup Summary, Suspending Emacs): Standardize on "text terminal" terminology.
* Some lispref/internals.texi updatesGlenn Morris2012-03-021-0/+5
| | | | | | | | * doc/lispref/internals.texi: Change @appendix section commands to @section (both forms are equivalent; just being consistent with the rest of lispref). (Building Emacs): Say less about CANNOT_DUMP platforms. Replace deleted eval-at-startup with custom-initialize-delay. * etc/NEWS: Mention eval-at-startup.
* NEWS fixGlenn Morris2012-02-281-1/+1
|
* NEWS markupGlenn Morris2012-02-271-2/+2
|
* Bump version to 24.0.94emacs-pretest-24.0.94Chong Yidong2012-02-271-198/+184
|
* Add NEWS entry about update-directory-autoloads change.David Engster2012-02-261-0/+5
| | | | Fixes: debbugs:10396
* Add NEWS entry about change to drag and drop behavior on Mac OS.Chong Yidong2012-02-261-0/+4
|
* Update Backups chapter of Lisp manual.Chong Yidong2012-02-251-3/+11
| | | | | | | * doc/lispref/backups.texi (Making Backups): Mention default value of backup-directory-alist. (Rename or Copy): Note that backup-by-copying-when-mismatch is t. (Auto-Saving): New minor mode behavior for auto-save-mode. (Reverting): Add defvar for revert-buffer-in-progress-p.
* Add PROBLEMS entry for X clipboard managers slowing down exitGlenn Morris2012-02-241-0/+22
| | | | See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8869#92
* Fix previous change files.el changeGlenn Morris2012-02-241-0/+3
|
* Add missing NEWS entry for feature appearing during feature freezeGlenn Morris2012-02-231-1/+1
|
* ChangeLog fixes prompted by M-x authorsGlenn Morris2012-02-221-4/+4
|
* * lisp/isearch.el (isearch-occur): Sync interactive spec with occur'sJuri Linkov2012-02-231-0/+6
| | | | | | | | new feature in `occur-read-primary-args'. Doc fix. * etc/NEWS: Add new "collect" feature of `occur'. Fixes: debbugs:10705
* In GDB scripts, don't assume that EMACS_INT fits in long.Paul Eggert2012-02-202-1/+7
| | | | | * etc/emacs-buffer.gdb ($valmask): Don't assume EMACS_INT fits in 'long'. * src/.gdbinit (xreload): Likewise.
* Reorganize some NEWS items.Chong Yidong2012-02-191-36/+29
|
* Tiny NEWS changesGlenn Morris2012-02-161-6/+8
|
* Update Syntax chapter of Lisp manual.Chong Yidong2012-02-161-0/+1
| | | | | | | | | | | | | | * doc/lispref/syntax.texi (Syntax Tables, Syntax Descriptors) (Syntax Table Functions): Copyedits. (Syntax Basics): Don't repeat the material in the preceding node. (Syntax Class Table): Use a table. (Syntax Properties): Document syntax-propertize-function and syntax-propertize-extend-region-functions. (Motion via Parsing): Fix indentation. (Parser State): Update for the new "c" comment style. Fix description of item 7 (comment style). * doc/lispref/modes.texi (Syntactic Font Lock): Add xref to Syntactic Font Lock node.
* * lispref/processes.texi (Network): Document open-network-stream :parameters.Glenn Morris2012-02-151-0/+1
| | | | * etc/NEWS: Related markup.
* NEWS update re finder-inf changesGlenn Morris2012-02-141-1/+4
|
* Try to document smtp changesGlenn Morris2012-02-141-14/+18
| | | | | | | | | | | | * doc/emacs/sending.texi (Mail Sending): smtpmail-auth-credentials was removed. * doc/misc/smtpmail.texi (Emacs Speaks SMTP): General update for 24.1. (Encryption): New chapter, split out from previous. * lisp/mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type): Doc fixes. * etc/NEWS: Related edits.
* NEWS update for landmark.Glenn Morris2012-02-111-0/+1
|
* Fix previous URL doc changeGlenn Morris2012-02-101-2/+3
| | | | | | | | | * lisp/url/url-queue.el (url-queue-retrieve): Fic previous doc fix. * doc/misc/url.texi (Retrieving URLs): Update url-retrieve arguments. Mention url-queue-retrieve. * etc/NEWS: Related edit.
* Restore NEWS markupGlenn Morris2012-02-101-0/+1
|
* Rename condition-case-no-debug to condition-case-unless-debugLeo Liu2012-02-102-2/+9
|
* Document secure-hashGlenn Morris2012-02-101-0/+1
| | | | | | | | * doc/lispref/text.texi (Checksum/Hash): Rename node from MD5 Checksum. Mention secure-hash. * doc/lispref/elisp.texi, doc/lispref/vol1.texi, doc/lispref/vol2.texi: Update menu entry. * etc/NEWS: Related markup.
* * src/fns.c (Fsecure_hash): Doc fix.Glenn Morris2012-02-101-4/+3
| | | | * etc/NEWS: Related edit.
* Add missing defcustom :version tagsGlenn Morris2012-02-101-8/+6
| | | | | | * lisp/textmodes/bibtex.el: Add missing :version tags for new/changed defcustoms. * etc/NEWS: Related edits.
* Doc fixes for remote-file-name-inhibit-cacheGlenn Morris2012-02-101-7/+7
| | | | | | | * doc/lispref/files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache entry. * lisp/files.el (remote-file-name-inhibit-cache): Doc fixes. * etc/NEWS: Edits.
* * doc/emacs/mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode.Glenn Morris2012-02-091-2/+3
| | | | * etc/NEWS: Related edit.
* Document url-queue-retrieveGlenn Morris2012-02-091-2/+4
| | | | | | | | | * doc/misc/url.texi (Retrieving URLs): Update url-retrieve arguments. Mention url-queue-retrieve. * lisp/url/url-queue.el (url-queue-retrieve): Doc fix. * etc/NEWS: Edits.
* NEWS edits for electric stuffGlenn Morris2012-02-091-0/+6
|
* * doc/lispref/modes.texi (Basic Major Modes): Mention tabulated-list-mode.Glenn Morris2012-02-091-0/+1
| | | | * etc/NEWS: Related markup.
* NEWS edit for cc-guessGlenn Morris2012-02-091-3/+3
|
* * lisp/progmodes/compile.el (compilation-filter-start): Doc fix.Glenn Morris2012-02-081-3/+4
| | | | * etc/NEWS: Related edit.
* Doc fixes for compile.elGlenn Morris2012-02-081-0/+1
| | | | | | * lisp/progmodes/compile.el (compilation-first-column) (compilation-error-screen-columns): Doc fixes. * etc/NEWS: Related markup.
* NEWS markup - commands.texi already updated for this changeGlenn Morris2012-02-081-0/+1
|