Glenn Morris
bf67dafaf5
Make term-default-fg-color, term-default-bg-color obsolete
...
* lisp/term.el (term-default-fg-color, term-default-bg-color):
Make obsolete, rather than just saying "deprecated" in the doc.
2012-11-09 20:48:44 -05:00
Glenn Morris
19e0987902
Face names should not end in -face (term-face)
...
* lisp/term.el (term): Rename from `term-face'.
(term-current-face, ansi-term-color-vector)
(term-default-fg-color, term-default-bg-color, term-ansi-reset):
Update all users.
* doc/emacs/misc.texi (Terminal emulator): Rename `term-face' to `term'.
* etc/NEWS: Related edit.
2012-11-09 20:40:48 -05:00
Glenn Morris
02969baf0f
More small NEWS copyedits
2012-11-09 20:36:05 -05:00
Glenn Morris
028a5e50d2
Small NEWS update re profiling
...
The previously described sequence start, stop, report does nothing.
Ref http://lists.gnu.org/archive/html/emacs-devel/2012-10/msg00010.html
2012-11-09 00:42:54 -08:00
Chong Yidong
5b6372227e
More updates for the URL library manual.
...
* url.texi (Introduction): Move url-configuration-directory to
Customization node.
(Parsed URIs): Split into its own node.
(URI Encoding): New node.
(Defining New URLs): Remove empty chapter.
(Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
Improve docs for url-queue-*.
(Supported URL Types): Copyedits. Delete empty subnodes.
2012-11-09 16:34:17 +08:00
Glenn Morris
847a056110
Trivial NEWS copyedits
2012-11-09 00:30:48 -08:00
Glenn Morris
b4617547bb
Trivial NEWS copyedits
2012-11-09 00:22:44 -08:00
Glenn Morris
9be5f66763
Small NEWS edits
...
* etc/NEWS: Mention erc-desktop-notifications.
Remove empty section "New Modes and Packages" (all covered elsewhere).
* etc/GNUS-NEWS: Mention gnus-notifications.
2012-11-09 00:11:23 -08:00
Glenn Morris
ef7238c3e5
Some small updates for the Acknowledgments sections in the manual
...
* doc/emacs/emacs.texi (Acknowledgments): Add profiler author.
* doc/emacs/ack.texi (Acknowledgments): Add some recent contributions.
2012-11-09 00:03:58 -08:00
Jan Djärv
d743088dc2
* server.el (server-create-window-system-frame): Improved comment.
2012-11-09 07:28:27 +01:00
Jan Djärv
531bdce69d
* server.el (server-create-window-system-frame): Handle Nextstep
...
specially.
Fixes: debbugs:12780
2012-11-08 20:25:39 +01:00
Chong Yidong
82f84fa3cd
Update the URL library manual.
...
* doc/misc/url.texi (Introduction): Rename from Getting Started.
Rewrite the introduction.
(URI Parsing): Rewrite. Omit the obsolete attributes slot.
2012-11-09 03:03:49 +08:00
Glenn Morris
fedb154e30
Make report-emacs-bug-query-existing-bugs obsolete (bug#7449)
...
* lisp/mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
Unautoload, and make obsolete.
2012-11-08 13:35:08 -05:00
Chong Yidong
9d9e48d904
Rewrite and rename diff-delete-trailing-whitespace.
...
* lisp/vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
rename from diff-remove-trailing-whitespace (Bug#12831).
* files.texi (Diff Mode): Doc fixes for
diff-delete-trailing-whitespace.
2012-11-09 01:31:53 +08:00
Stefan Monnier
32170f7ff2
* lisp/emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
...
miscompilation of trace.el.
2012-11-08 09:36:47 -05:00
Chong Yidong
4c1f6a5b9d
* doc/emacs/trouble.texi (Crashing): Copyedits.
2012-11-08 18:35:40 +08:00
Glenn Morris
26f596760d
Document diff-remove-trailing-whitespace
...
* doc/emacs/files.texi (Diff Mode): Trailing whitespace updates.
* lisp/vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
* etc/NEWS: Related markup.
2012-11-08 00:14:23 -08:00
Glenn Morris
7858872b75
Tweak previous change
2012-11-07 20:20:00 -08:00
Glenn Morris
65f18635b9
Direct ERC news to the main NEWS file
2012-11-07 20:19:38 -08:00
Stefan Monnier
4162672227
* lisp/emacs-lisp/gv.el (gv-define-simple-setter): Fix last change.
...
Fixes: debbugs:12812
2012-11-07 20:24:14 -05:00
Glenn Morris
2b4da3ff4a
NEWS edit
2012-11-07 17:27:39 -05:00
Glenn Morris
bdd8064f8e
* cl.texi (Obsolete Setf Customization): Updates for define-setf-method.
...
* etc/NEWS: Related markup.
2012-11-07 17:23:34 -05:00
Chong Yidong
4eeba55816
* misc.texi (Terminal emulator): Document Term mode faces.
2012-11-08 05:04:52 +08:00
Chong Yidong
7d806bfec9
Fix and docfix for the minibuffer-eldef-shorten-default feature.
...
* lisp/minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
a defcustom with an appropriate :set function.
(minibuffer-default--in-prompt-regexps): New function.
* doc/emacs/mini.texi (Basic Minibuffer): New node. Document
minibuffer-electric-default-mode.
* doc/emacs/display.texi (Visual Line Mode): Fix index entry.
2012-11-08 04:43:38 +08:00
Chong Yidong
8a3afaf9ea
* doc/lispref/searching.texi (Replacing Match): Document \? in replace-match.
2012-11-07 23:46:35 +08:00
Martin Rudalics
fdaf534a7b
Fix and rewrite doc on window recombining facilities.
...
* window.c (Fsplit_window_internal): Set combination limit of
new parent window to t iff Vwindow_combination_limit is t;
fixing a regression introduced with the change from 2012-09-22.
(Fwindow_combination_limit, Fset_window_combination_limit): Fix
doc-strings.
* elisp.texi (Top): Add Recombining Windows to menu.
* windows.texi (Recombining Windows): New subsection.
(Splitting Windows): Rewrite text on handling of window
combinations and move it to new subsection.
2012-11-07 10:41:52 +01:00
Glenn Morris
031b2ea7f5
More cl-lib and gv doc updates
...
* lisp/emacs-lisp/cl.el (define-setf-expander, defsetf)
(define-modify-macro): Doc fixes.
* doc/misc/cl.texi (Obsolete Setf Customization):
Give defsetf gv.el replacements.
* etc/NEWS: Related edit.
2012-11-07 00:56:16 -08:00
Glenn Morris
9512f82011
NEWS edit
2012-11-07 00:32:34 -08:00
Glenn Morris
940eac6d18
* cl.texi (Obsolete Setf Customization): Give define-modify-macro replacement.
2012-11-07 00:28:34 -08:00
Chong Yidong
cce0aa5aac
Doc improvements for Buffer Menu.
...
* buffers.texi (Several Buffers): List Buffer Menu command anmes,
and index the keybindings. Document tabulated-list-sort.
(Kill Buffer): Capitalize Buffer Menu.
* trouble.texi (Memory Full): Capitalize Buffer Menu.
2012-11-07 14:54:43 +08:00
Chong Yidong
7c08f8ba72
Document setf-local, defvar-local, and some doc updates for setf.
...
* doc/lispref/edebug.texi (Specification List): setf is no longer CL-only.
* doc/lispref/lists.texi (List Elements, List Variables): Clarify descriptions
of push and pop for generalized variables.
* doc/lispref/variables.texi (Creating Buffer-Local): Document setq-local and
defvar-local.
(Setting Generalized Variables): Arrange table alphabetically.
2012-11-07 13:22:10 +08:00
Glenn Morris
2ee1d59f5b
Small doc updates for generalized variables
...
* lisp/emacs-lisp/gv.el (gv-letplace): Fix doc typo.
(gv-define-simple-setter): Update doc of `fix-return'.
* doc/lispref/variables.texi (Adding Generalized Variables):
Update description of FIX-RETURN expansion.
* doc/misc/cl.texi (Obsolete Setf Customization):
Revert defsetf example to the more correct let rather than prog1.
2012-11-06 20:37:07 -08:00
Stefan Monnier
b715ed4447
* lisp/emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
...
twice when `fix-return' is set.
Fixes: debbugs:12813
2012-11-06 22:39:33 -05:00
Stefan Monnier
d57c286eea
* lisp/emacs-lisp/cl.el (defsetf): Pass the third arg to
...
gv-define-simple-setter.
Fixes: debbugs:12812
2012-11-06 22:14:27 -05:00
Eli Zaretskii
acf93bcf19
Fix bug #12811 with scrolling under scroll-up/down-aggressively.
...
src/xdisp.c (try_scrolling): Fix correction of aggressive-scroll
amount when the scroll margins are too large. When scrolling
backwards in the buffer, give up if cannot reach point or the
scroll margin within a reasonable number of screen lines. Fixes
point position in window under scroll-up/down-aggressively when
point is positioned many lines beyond the window top/bottom.
2012-11-06 18:36:02 +02:00
Glenn Morris
072c7b659c
Minor rephrasing of previous variables.texi change
2012-11-06 00:02:25 -08:00
Glenn Morris
a358a44ec4
More small cl.texi updates
...
* doc/misc/cl.texi (Setf Extensions): Remove obsolete reference.
(Obsolete Setf Customization):
Mention simple defsetf replaced by gv-define-simple-setter.
2012-11-05 21:49:57 -05:00
Glenn Morris
9c9e806ca0
Removed some doubly-deleted, commented out stuff from cl.texi
2012-11-05 21:30:16 -05:00
Glenn Morris
2027b1b30a
* doc/misc/cl.texi (Overview): Mention EIEIO here, as well as the appendix.
2012-11-05 21:28:48 -05:00
Glenn Morris
ab7f1c43dc
Undocument get-setf-method, no longer exists
...
* doc/misc/cl.texi (Obsolete Setf Customization):
Undocument get-setf-method, since it no longer exists.
* etc/NEWS: Mention this.
2012-11-05 21:22:07 -05:00
Glenn Morris
651af8c631
Move note on lack of setf functions from cl.texi to lispref
...
* doc/lispref/variables.texi (Adding Generalized Variables):
Move note on lack of setf functions to here...
* doc/misc/cl.texi (Obsolete Setf Customization): ... from here.
2012-11-05 21:03:34 -05:00
Stefan Monnier
c9cac599db
* lisp/woman.el (woman-decode-region): Disable adaptive-fill when rendering.
...
Fixes: debbugs:12756
2012-11-05 20:49:44 -05:00
Glenn Morris
ebdbfb9535
Add some documentation on defining new generalized variables
...
* doc/lispref/variables.texi (Setting Generalized Variables):
Split most of previous contents into this subsection.
(Adding Generalized Variables): New subsection.
* doc/lispref/elisp.texi:
Add Generalized Variables subsections to detailed menu.
* etc/NEWS: Mention some gv.el macros by name.
2012-11-05 20:42:17 -05:00
Glenn Morris
6b3770fb9d
* lisp/emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
2012-11-05 20:36:44 -05:00
Eli Zaretskii
bff6f2417e
Clarify documentation of scroll-step, per bug #12801 .
...
doc/emacs/display.texi (Auto Scrolling): Clarify that scroll-step is
ignored when scroll-conservatively is set to a non-zero value.
2012-11-05 20:01:20 +02:00
Eli Zaretskii
508f51f5f4
Fix bug #12774 with crashes in ralloc.c.
...
src/ralloc.c (relinquish): If real_morecore fails to return memory
to the system, don't crash; instead, leave the last heap
unchanged and return.
2012-11-05 19:23:25 +02:00
Chong Yidong
a9a3835c26
* frames.texi (Initial Parameters): Doc fix.
...
Fixes: debbugs:12144
2012-11-05 22:30:58 +08:00
Chong Yidong
766376c674
* dired.texi (Dired Updating): Doc fix.
...
Fixes: debbugs:11744
2012-11-05 22:13:26 +08:00
Glenn Morris
7e92a49396
Auto-commit of loaddefs files.
2012-11-05 07:20:41 -05:00
Glenn Morris
5593ed900d
Misc small cl doc fixes
...
* emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
* emacs-lisp/cl-extra.el (cl-prettyexpand):
* emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
* emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
(cl-the, cl-compiler-macroexpand): Add basic doc strings.
2012-11-05 00:29:12 -08:00