aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyedits for Internals and OS chapters of Lisp manual.Chong Yidong2012-03-181-3/+2
| | | | | | | | | | * doc/lispref/internals.texi (Building Emacs, Garbage Collection): Copyedits. (Writing Emacs Primitives): Re-organize discussion of functions with variable Lisp arguments are handled. Delete an obsolete remark, previously tagged as FIXME. * doc/lispref/os.texi (Idle Timers): Minor clarification. (Idle Timers): Link to Time of Day for description of time list.
* Fixes for Mouse Menu node.Chong Yidong2012-03-101-2/+2
| | | | | | | | | * doc/lispref/keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the non-default situation. Describe one-submenu exception. * doc/lispref/nonascii.texi (Character Properties): Copyedits. Fixes: debbugs:7695
* FOR-RELEASE markupGlenn Morris2012-03-071-1/+1
|
* FOR-RELEASE markupGlenn Morris2012-03-061-1/+1
|
* * doc/lispref/positions.texi (Text Lines): Document count-words.Chong Yidong2012-03-051-1/+1
|
* Update Frames chapter of Lisp manager. Document clipboard manager.Chong Yidong2012-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Checked lispref/abbrevs.texiGlenn Morris2012-03-031-1/+1
| | | | | | | | | | | | | | | * doc/lispref/abbrevs.texi: Small copyedits throughout. (Abbrev Mode): Remove this section, folding it into the top-level. (Abbrev Tables): Don't mention irrelevant return values. (Abbrev Expansion): Add cross-ref for wrapper hooks. (Standard Abbrev Tables): Emacs Lisp mode now has its own table. (Abbrev Table Properties): Update nil :regexp description. * lisp/abbrev.el (copy-abbrev-table, abbrev-table-p) (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert) (expand-abbrev, define-abbrev-table): Doc fixes. * admin/FOR-RELEASE: Related markup.
* Checked lispref/internals.texi, somewhatGlenn Morris2012-03-031-1/+2
| | | | | | | | | | | * doc/lispref/internals.texi: (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For example definitions. Give examples of things with non-nil interactive args. Mention eval_sub. Remove old info about strings and GCPRO. Mention cus-start.el. (Buffer Internals, Window Internals, Process Internals): Misc small updates and fixes for fields. * admin/FOR-RELEASE: Related markup.
* Checked lispref/tips.texiGlenn Morris2012-03-021-1/+1
| | | | | | | | | | | | | | | * doc/lispref/tips.texi: Copyedits. (Coding Conventions): Mention autoloads. Combine partially duplicated macro items. Fix xref. Refer to Library Headers for copyright notice. (Programming Tips): edit-options is long-obsolete. (Compilation Tips): Mention loading bytecomp for byte-compile props. (Warning Tips): Mention declare-function. (Documentation Tips): Remove old info. (Comment Tips): Mention comment-dwim, not indent-for-comment. (Library Headers): General update. * admin/FOR-RELEASE: Related markup.
* Checked lispref/hooks.texiGlenn Morris2012-03-011-1/+1
| | | | | | | | | | | | | * doc/lispref/hooks.texi (Standard Hooks): General update. Put related hooks together. * doc/lispref/commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks. * doc/lispref/modes.texi (Hooks): Tweak cross-ref description. Remove non-standard file-local fill-column (2010-05-13T03:55:46Z!rgm@gnu.org). * admin/FOR-RELEASE: Related markup.
* Remove some old unicode notesGlenn Morris2012-02-291-29/+1
|
* Update lispref/maps.texiGlenn Morris2012-02-291-1/+1
| | | | | | | | | | Ref http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00702.html * doc/lispref/maps.texi (Standard Keymaps): General update. Remove mode-specific maps, talk about the more general keymaps. * doc/lispref/help.texi (Help Functions): Add vindex for Helper-help-map. * doc/lispref/keymaps.texi (Active Keymaps): Minor rephrasing. * admin/FOR-RELEASE: Related markup.
* Standardize possessive apostrophe usage in manuals, docs, and commentsGlenn Morris2012-02-281-0/+3
| | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00649.html
* Remove lispref/locals.texiGlenn Morris2012-02-271-1/+0
| | | | | | | | | | | | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00702.html * doc/lispref/locals.texi: Remove file. * doc/lispref/elisp.texi, doc/lispref/vol1.texi, doc/lispref/vol2.texi: Don't include locals.texi. Remove menu entry. * doc/lispref/errors.texi, doc/lispref/maps.texi: Adjust node pointers. * doc/lispref/internals.texi (Buffer Internals): Remove cross-refs to locals.texi. * doc/lispref/Makefile.in (srcs): Remove locals.texi. * admin/FOR-RELEASE: Related markup.
* More updates for Buffers and Files chapters of Lisp manual.Chong Yidong2012-02-271-1/+1
| | | | | | | | | | | | * doc/emacs/buffers.texi (Creating Buffers): Clarify that generate-new-buffer uses generate-new-buffer-names. (Killing Buffers): Remove bogus example duplicating buffer-live-p. * doc/emacs/files.texi (Directory Names): Index entry for file name abbreviations. (Relative File Names, File Name Expansion): Refer to it. (Locating Files): Move locate-user-emacs-file documentation to Standard File Names. (Standard File Names): Add locate-user-emacs-file; update examples.
* Checked errors.texiGlenn Morris2012-02-251-1/+1
| | | | | | | | * doc/lispref/errors.texi: Don't try to list _all_ the error symbols. Add circular-list, cl-assertion-failed, compression-error. * doc/lispref/elisp.texi, doc/lispref/vol1.texi, doc/lispref/vol2.texi: * doc/lispref/control.texi (Error Symbols): Tweak "Standard Errors" description. * admin/FOR-RELEASE: Related markup.
* Update Backups chapter of Lisp manual.Chong Yidong2012-02-251-1/+1
| | | | | | | * 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.
* Checked mini.texiGlenn Morris2012-02-231-1/+1
| | | | | | | | | | | * doc/emacs/mini.texi (Minibuffer File, Completion Options, Repetition): Copyedits. (Completion Example): Other M-x au* commands may be defined. (Completion Styles): Mention emacs21 and completion-category-overrides. * lisp/minibuffer.el (completion-category-overrides): Doc fix. * admin/FOR-RELEASE: Related markup.
* Read msdog.texiGlenn Morris2012-02-221-1/+6
| | | | | | | | * doc/emacs/msdog.texi (Text and Binary, ls in Lisp, Windows HOME) (Windows Keyboard, Windows Mouse, Windows Processes) (Windows Printing, Windows Misc): Copyedits. (ls in Lisp): Update switches list. * admin/FOR-RELEASE: Related markup.
* Checked msdog-xtra.texiGlenn Morris2012-02-221-1/+1
| | | | | | | | * doc/emacs/msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref. Update dos-mode* function names. (MS-DOS Printing, MS-DOS and MULE): Copyedits. (MS-DOS Processes): Add xref to main ls-lisp section. * admin/FOR-RELEASE: Related markup.
* Checked macos.texi (somewhat)Glenn Morris2012-02-221-1/+1
| | | | | | | | * doc/emacs/macos.texi: Copyedits. Fix @key/@kbd usage. (Mac / GNUstep Basics): Don't mention the panels, since the next section covers them. (Mac / GNUstep Customization): Merge some panel info from previous. * admin/FOR-RELEASE: Related markup.
* Checked emerge-xtra.texiGlenn Morris2012-02-211-1/+1
| | | | | | * doc/emacs/emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge): Small fixes. * admin/FOR-RELEASE: Related markup.
* * doc/emacs/emacs-xtra.texi: Picture mode is no longer a chapter.Glenn Morris2012-02-211-1/+1
| | | | * admin/FOR-RELEASE: Related markup.
* Fix picture-mode C-c C-d bindingGlenn Morris2012-02-211-1/+1
| | | | | | | | | * lisp/textmodes/picture.el (picture-delete-char): Newalias. (picture-mode-map): Use it. (picture-mode): Doc fix. * admin/FOR-RELEASE: Related markup. Fixes: debbugs:10860
* Update Files chapter in Lisp manual.Chong Yidong2012-02-211-7/+1
| | | | | | | | | | | | | | | * doc/lispref/files.texi (Files): Mention magic file names as arguments. (Reading from Files): Copyedits. (File Attributes): Mention how to change file modes. (Changing Files): Use standard "file permissions" terminology. Add xref to File Attributes node. (Locating Files): Document locate-user-emacs-file. (Unique File Names): Recommend against using make-temp-name. * src/buffer.c (Fget_file_buffer): Protect against invalid file handler return value. * src/fileio.c (Vfile_name_handler_alist): Doc fix.
* Checked picture-xtra.texiGlenn Morris2012-02-211-1/+1
| | | | | | | | | | * doc/emacs/picture-xtra.texi (Basic Picture): C-a does get remapped. * lisp/textmodes/picture.el (picture-motion, picture-motion-reverse) (picture-self-insert, picture-tab-chars): Doc fix. (picture-mode-map): Fix C-a, C-e. * admin/FOR-RELEASE: Related markup.
* Checked ack.texiGlenn Morris2012-02-201-1/+1
| | | | | | * doc/emacs/ack.texi (Acknowledgments): Small changes, including resorting, and removal of things no longer distributed. * admin/FOR-RELEASE: Related markup.
* Checked emacs.texiGlenn Morris2012-02-201-1/+1
| | | | | | | | | | | | * doc/emacs/emacs.texi (Top, Preface): Small rephrasings. (menu, detailmenu): Update entries, and reformat some descriptions. * doc/emacs/building.texi, doc/emacs/display.texi: * doc/emacs/emacs-xtra.texi, doc/emacs/files.texi: * doc/emacs/frames.texi, doc/emacs/kmacro.texi, doc/emacs/msdog.texi: * doc/emacs/programs.texi, doc/emacs/text.texi: Reformat some menu descriptions. * admin/FOR-RELEASE: Related markup.
* Updates to Documentation chapter of Lisp manual.Chong Yidong2012-02-191-2/+2
| | | | | | | | | | | | | | * doc/lispref/help.texi (Documentation, Documentation Basics, Help Functions): Minor clarifications. (Accessing Documentation): Clarify what documentation-property is for. Add xref to Keys in Documentation. * doc/lispref/macros.texi (Defining Macros): * doc/lispref/modes.texi (Derived Modes): Say "documentation string" instead of docstring. * doc/lispref/tips.texi (Documentation Tips): Don't recommend using * in docstrings.
* Can't remember why this matters, but Rmail binds M-s tooGlenn Morris2012-02-181-0/+3
|
* Checked rmail.texiGlenn Morris2012-02-181-1/+1
| | | | | | | | | | | | | | | | | * doc/emacs/rmail.texi: Copyedits. Use 'mail composition buffer' in place of '*mail*', since Message does not call it that. (Rmail Reply): Rename rmail-dont-reply-to-names. \\`info- no longer handled specially. Update for rmail-enable-mime-composing. Don't mention 'm' for replies. Don't mention rmail-mail-new-frame and cancelling, since it does not work for Message at the moment. * lisp/mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete. * lisp/mail/undigest.el (unforward-rmail-message): Doc fix. * admin/FOR-RELEASE: Related markup.
* * doc/emacs/cal-xtra.texi: Copyedits.Glenn Morris2012-02-171-1/+1
| | | | * admin/FOR-RELEASE: Related markup.
* merge trunkKenichi Handa2012-02-171-11/+6
|\
| * Adjust info-xref-check-all instructions in FOR-RELEASEGlenn Morris2012-02-161-1/+1
| |
| * Check calendar.texiGlenn Morris2012-02-161-1/+1
| | | | | | | | | | | | | | * doc/emacs/calendar.texi: Misc small changes, including updating the dates of examples. * admin/FOR-RELEASE: Related markup.
| * Update Syntax chapter of Lisp manual.Chong Yidong2012-02-161-1/+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.
| * * doc/emacs/dired-xtra.texi (Subdir Switches): Small fixes.Glenn Morris2012-02-151-1/+1
| | | | | | | | * admin/FOR-RELEASE: Related markup.
| * FOR-RELEASE updatesGlenn Morris2012-02-151-7/+2
| |
* | Make the default values of character properties name, old-name, and ↵Kenichi Handa2012-02-162-7/+13
|/ | | | iso-10646-comment to nil.
* Update Keymaps chapter of Lisp manual.Chong Yidong2012-02-151-1/+1
| | | | | | | | | | | | * doc/emacs/keymaps.texi (Format of Keymaps): The CACHE component of keymaps was removed on 2009-09-10. Update lisp-mode-map example. (Inheritance and Keymaps): Minor clarification. (Searching Keymaps): Remove out-of-place enumeration. (Key Lookup): Remove unnecessary example (one was already given in Format of Keymaps). (Changing Key Bindings): Update suppress-keymap example. (Menu Bar, Tool Bar): Copyedits. (Tool Bar): Update tool-bar-map example.
* * debugging.texi (Debugger Commands): Continuing is now allowed for errors.Chong Yidong2012-02-121-3/+3
|
* Add some admin stuff to check for defcustoms missing version tagsGlenn Morris2012-02-112-0/+128
| | | | | * admin/admin.el (cusver-find-files, cusver-scan, cusver-goto-xref) (cusver-check): New functions.
* Update Compilation and Advice chapters in Lisp manual.Chong Yidong2012-02-101-2/+2
| | | | | | | | | | | | | | | | | | | | * doc/lispref/advice.texi (Defining Advice): Clarify ad-unadvise. (Activation of Advice): Specifying the ACTIVATE flag in defadvice is not abnormal. (Advising Primitives): Node deleted; ad-define-subr-args has been removed. * doc/lispref/compile.texi (Speed of Byte-Code): Use float-time in example. (Compilation Functions): Note that the log uses Compilation mode. Don't discuss the contents of byte-code function object here. (Compilation Functions): De-document internal function byte-code. (Docs and Compilation): Minor clarifications. * doc/lispref/objects.texi (Byte-Code Type): Add xref to Byte-Code Function Objects. * lisp/emacs-lisp/advice.el: Update commentary to reflect deletion of ad-define-subr-args
* Update Loading chapter of Emacs manual.Chong Yidong2012-02-101-1/+1
| | | | | | | | | * doc/emacs/loading.texi (Loading): Don't emphasize "library" terminology. (Library Search): load-path is not a user option. Mention role of -L option and packages. Improve examples. (Loading Non-ASCII): Don't mention unibyte Emacs, which is obsolete. (Autoload): Minor clarifications.
* * tutorials/TUTORIAL.ru: Updated; synchronize with TUTORIAL.Alex Ott2012-02-081-1/+1
| | | | Coding system changed to UTF-8.
* Fix and doc-fix for `buffer-local-variables'.Chong Yidong2012-02-071-0/+11
| | | | | | | | | | | * src/buffer.c (Fbuffer_local_variables) (buffer_lisp_local_variables): Handle unbound vars correctly; don't let Qunbound leak into Lisp. * doc/lispref/variables.texi (Creating Buffer-Local): Minor clarification to buffer-local-variables doc. Fixes: debbugs:10715
* Update Customization chapter of Lisp manual.Chong Yidong2012-02-051-1/+1
| | | | | | | | | | * doc/lispref/customize.texi (Common Keywords): Minor clarifications. Document custom-unlispify-remove-prefixes. (Variable Definitions): Backquotes in defcustom seem to work fine now. Various other copyedits. (Simple Types): Copyedits. Document color selector. (Composite Types): Copyedits. (Splicing into Lists): Clarifications.
* Updates to Macros and Customization chapters of Lisp manual.Chong Yidong2012-02-051-1/+1
| | | | | | | | | | | | | | | | | * doc/lispref/customize.texi (Common Keywords): Minor clarifications. Document custom-unlispify-remove-prefixes. (Variable Definitions): Backquotes in defcustom seem to work fine now. Various other copyedits. * doc/lispref/macros.texi (Expansion): Minor clarification. (Backquote): Move node to eval.texi. (Defining Macros): Move an example from Backquote node. (Argument Evaluation): No need to mention Pascal. (Indenting Macros): Add xref to Defining Macros. * doc/lispref/eval.texi (Backquote): Move from macros.texi. * lisp/custom.el (defcustom): Doc fix.
* Mention updating the homepage after a release.Glenn Morris2012-02-041-0/+3
|
* Update Functions chapter of Lisp manual; document closures.Chong Yidong2012-02-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/functions.texi (What Is a Function): Add closures. Mention "return value" terminology. Add xref for command-execute. Remove unused "keystroke command" terminology. (Lambda Expressions): Give a different example than in the following subsection. Add xref to Anonymous Functions. (Function Documentation): Remove gratuitous markup. (Function Names): Move introductory text to `What Is a Function'. (Defining Functions): Fix defun argument spec. (Anonymous Functions): Document lambda macro explicitly. Mention effects on lexical binding. (Function Cells): Downplay direct usage of fset. (Closures): New node. (Inline Functions): Remove "open-code" terminology. (Declaring Functions): Minor tweak; .m is not C code. * doc/emacs/variables.texi (Variables): Don't refer to "global value". (Local Variables, Void Variables): Copyedits. (Lexical Binding): Minor clarification of example. (File Local Variables): Mention :safe and :risky defcustom args. (Lexical Binding): Add xref to Closures node.