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
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
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
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
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
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
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
92246540b0
Further small cl.texi changes
...
* doc/misc/cl.texi (Creating Symbols, Random Numbers):
De-emphasize internal variables cl--gensym-counter and cl--random-state.
* etc/NEWS: Related edits.
Fixes: debbugs:12788
2012-11-03 11:55:29 -07:00
Martin Rudalics
43bcfda6d8
Doc changes related to displaying buffers and quitting windows.
...
* window.el (switch-to-visible-buffer)
(switch-to-buffer-preserve-window-point): Fix doc-strings.
* windows.texi (Switching Buffers): Document option
switch-to-buffer-preserve-window-point.
(Display Action Functions): Document window-height and
window-width alist entries.
(Display Action Functions): Document
display-buffer-below-selected and
display-buffer-in-previous-window.
(Quitting Windows): Document quit-restore-window. Rewrite
section.
(Window Configurations): In window-state-get mention that
argument window must be valid.
(Window Parameters): Document quit-restore window parameter
(Bug#12158).
2012-11-03 11:47:03 +01:00
Glenn Morris
69c1c2e65a
Document cl-flet and cl-labels in doc/misc/cl.texi
...
* doc/misc/cl.texi (Function Bindings): Update for cl-flet and cl-labels.
(Obsolete Lexical Binding): Rename section from "Lexical Bindings".
(Obsolete Macros): Rename section from "Obsolete Lexical Macros".
Reword, and add details of flet and labels.
* etc/NEWS: Related markup.
2012-10-31 00:25:18 -07:00
Glenn Morris
4ddedf94c8
Doc and manual updates for cl-letf and letf
...
Fixes: debbugs:12760
* doc/misc/cl.texi (Modify Macros): Update for cl-letf changes.
(Obsolete Lexical Macros): Say a little more about letf/cl-letf.
* lisp/emacs-lisp/cl.el (letf): Doc fix.
* etc/NEWS: Related edit.
2012-10-30 00:34:37 -07:00
Chong Yidong
e29e39c9c6
Document more Emacs 24.3 changes.
...
* frames.texi (Visibility of Frames): Document tty-top-frame.
* loading.texi (Autoload): Document autoloadp, autoload-do-load.
* symbols.texi (Symbol Plists): Document function-get.
2012-10-30 08:29:37 +08:00
Chong Yidong
fc83c2de54
Document dired-do-async-shell-command changes.
...
* dired.texi (Shell Commands in Dired): Document changes to the
dired-do-async-shell-command.
2012-10-30 07:48:02 +08:00
Glenn Morris
f94b04fcc7
More cl.texi updates
...
* doc/misc/cl.texi (Multiple Values, Common Lisp Compatibility):
More namespace updates.
(Obsolete Features): Copyedits.
(Obsolete Lexical Macros, Obsolete Setf Customization): New subsections.
* etc/NEWS: Related edits.
2012-10-27 19:34:36 -07:00
Chong Yidong
05b621a6b2
More Emacs 24.3 documentation updates.
...
* doc/emacs/building.texi (Compilation): Document compilation-always-kill.
* doc/emacs/files.texi (Misc File Ops): Symbolic links on Windows only work
on Vista and later.
* doc/emacs/frames.texi (Mouse Avoidance): Mention new variable
mouse-avoidance-banish-position.
* doc/emacs/mule.texi (Recognize Coding): Remove an unreferenced vindex.
* doc/emacs/package.texi (Package Menu): Document the "new" status.
* doc/emacs/programs.texi (Which Function): Which Function mode now works in
all major modes by default.
* doc/emacs/search.texi (Symbol Search): New node.
* doc/emacs/windows.texi (Window Choice): Don't refer to the obsolete
special-display feature.
* commands.texi (Event Input Misc): Remove last-input-char.
(Command Loop Info): Remove last-command-char.
* display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
* frames.texi (Initial Parameters): Don't mention the obsolete
special-display feature.
* hooks.texi (Standard Hooks): Remove obsolete hooks.
* markers.texi (Information from Markers): Remove obsolete
function buffer-has-markers-at.
* minibuf.texi (High-Level Completion): Don't mention removed
function iswitchb-read-buffer.
* text.texi (Yanking): Document yank-handled-properties.
* windows.texi (Choosing Window): Don't mention the obsolete
special display feature.
(Choosing Window Options): Remove obsolete special-display
variables, and the functions special-display-p and
special-display-popup-frame.
* subr.el (insert-buffer-substring-as-yank): Doc fix.
2012-10-27 13:03:52 +08:00
Bastien Guerry
bdebdb64b3
Merge upstream Org (from commit acbbe2)
2012-10-26 16:42:05 +02:00
Glenn Morris
4e98ad153c
NEWS copyedits
2012-10-24 21:24:21 -04:00
Glenn Morris
a05cb6e326
More cl doc updates
...
* doc/misc/cl.texi: Don't mess with the TeX section number counter.
Use Texinfo recommended convention for quotes+punctuation.
(Overview, Sequence Functions): Rephrase for better line-breaking.
(Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
(Macro Bindings, Conditionals, Iteration, Loop Basics)
(Random Numbers, Mapping over Sequences, Structures)
(Porting Common Lisp): Further updates for cl-lib namespace.
(Modify Macros, Declarations, Macro Bindings, Structures):
Break long lines in examples.
(Dynamic Bindings): Update for changed progv behavior.
(Loop Examples, Efficiency Concerns): Markup fixes.
(Structures): Remove TeX margin change.
* lisp/emacs-lisp/cl-macs.el (cl-progv): Doc fix.
* etc/NEWS: Related markup.
2012-10-24 20:58:40 -04:00
Chong Yidong
cd99601878
Document some Emacs 24.3 changes.
...
* doc/emacs/dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3
changes to the mark and unmark commands.
(Comparison in Dired): Document chages to dired-diff. Remove M-=,
which is no longer bound to dired-backup-diff.
* doc/emacs/mule.texi (Text Coding): set-buffer-file-coding-system can now
be invoked from the mode line.
* lisp/dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
Doc fix.
2012-10-24 22:38:49 +08:00
Glenn Morris
7108f8e38a
Remove NEWS markup so that file-attributes etc get rechecked
2012-10-23 09:26:52 -07:00
Stefan Monnier
d106953274
Cleanup uses of "-hooks".
...
* doc/emacs/custom.texi (Hooks):
* doc/lispref/hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
* lisp/gnus/nndiary.el (nndiary-request-create-group-functions)
(nndiary-request-update-info-functions)
(nndiary-request-accept-article-functions):
* lisp/gnus/gnus-start.el (gnus-subscribe-newsgroup-functions):
* lisp/cedet/semantic/db-file.el (semanticdb-save-database-functions):
* lisp/cedet/semantic/lex.el (semantic-lex-reset-functions):
* lisp/cedet/semantic/edit.el (semantic-change-functions)
(semantic-edits-new-change-functions)
(semantic-edits-delete-change-functions)
(semantic-edits-reparse-change-functions):
* lisp/htmlfontify.el (hfy-post-html-hook):
* lisp/filesets.el (filesets-cache-fill-content-hook):
* lisp/arc-mode.el (archive-extract-hook):
* lisp/progmodes/cc-mode.el (c-prepare-bug-report-hook):
* lisp/net/rcirc.el (rcirc-sentinel-functions)
(rcirc-receive-message-functions, rcirc-activity-functions)
(rcirc-print-functions):
* lisp/net/dbus.el (dbus-event-error-functions):
* lisp/emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
* lisp/emacs-lisp/checkdoc.el (checkdoc-style-functions)
(checkdoc-comment-style-functions): Don't use "-hooks" suffix.
* lisp/term/sun.el (sun-raw-prefix-hooks):
* lisp/mail/sendmail.el (mail-yank-hooks):
* lisp/mh-e/mh-letter.el (mh-yank-hooks): Use make-obsolete-variable.
2012-10-23 11:06:07 -04:00
Paul Eggert
c4132fd4f0
Fix outdated timestamp documentation in Elisp manual.
...
* doc/lispref/files.texi (File Attributes):
* doc/lispref/text.texi (Undo):
Time stamp resolution is now 1 picosecond, not 1 second.
* etc/NEWS: Document increased precision in undo list.
Fixes: debbugs:12706
2012-10-23 00:57:42 -07:00
Chong Yidong
49238e7f5c
Make unused variable font-list-limit obsolete, and move it out of C.
...
* display.texi (Font Lookup): Remove font-list-limit.
* lisp/startup.el (command-line):
* lisp/cus-start.el: Don't refer to font-list-limit.
* lisp/faces.el (font-list-limit): Define as an obsolete variable.
* xfaces.c (Vfont_list_limit): Move unused variable to faces.el.
2012-10-23 10:39:13 +08:00
Glenn Morris
ad483434e5
Put back old Emacs 22 icons, just don't install them
...
Some people prefer them to the newer icon
* Makefile.in (install-etc): Don't install emacs22 icons.
* etc/images/icons/hicolor/32x32/apps/emacs22.png:
* etc/images/icons/hicolor/16x16/apps/emacs22.png:
* etc/images/icons/hicolor/48x48/apps/emacs22.png:
* etc/images/icons/hicolor/24x24/apps/emacs22.png: Restore old icons.
* etc/images/icons/README: Restore info about emacs22 icons
2012-10-20 18:35:46 -07:00
Glenn Morris
f14a43805d
Improve previous NEWS change
2012-10-15 17:00:19 -04:00
Glenn Morris
1a9c683079
Apply program-transform-name etc in more places (bug#12536#34)
...
* Makefile.in (install-man, install-etc): Apply $TRANSFORM.
(clean): Delete etc/emacs.tmpdesktop.
* .bzrignore: Add etc/emacs.tmpdesktop.
* etc/NEWS: Mention this. Unrelated copyedits.
2012-10-15 16:56:07 -04:00
Kenichi Handa
9fe32d61c5
merge trunk
2012-10-14 17:06:11 +09:00
Kenichi Handa
f5772b8eae
Add more mappings for the charset japanese-jisx0208-1978.
2012-10-14 17:01:30 +09:00
Eli Zaretskii
8111f5e6f0
Adapt compile.el to changes in MSVC diagnostics format.
...
lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):
Adjust the msft regexp to the output of Studio 2010, and move msft
before edg-1. See the discussion on emacs-devel,
http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html ,
for the details.
etc/compilation.txt (msft): Add error messages in new Studio 2010
format.
test/automated/compile-tests.el (compile-tests--test-regexps-data):
Add data for msft's new format.
2012-10-14 09:40:05 +02:00
Chong Yidong
73f2b4abf5
Document 24.3 ImageMagick changes.
...
* doc/emacs/files.texi (File Conveniences): ImageMagick enabled by default.
* doc/lispref/display.texi (ImageMagick Images): ImageMagick enabled by default.
2012-10-13 09:18:52 +08:00
Kenichi Handa
d3e4228575
merge trunk
2012-10-11 20:29:47 +09:00
Kenichi Handa
cde44a7728
Re-generate charsets. Adjust for the change of admin/charset/mapfiles/*.gz
2012-10-11 20:26:26 +09:00
Juanma Barranquero
1337353856
lisp/generic-x.el: Make javascript-generic-mode an obsolete alias of js-mode.
2012-10-08 18:20:59 +02:00
Eli Zaretskii
64a261b1ea
etc/NEWS: Fix wording in the Cygwin-related entries of the last change.
2012-10-08 11:23:31 +02:00
Daniel Colascione
7148eba270
Merge cygw32
2012-10-08 00:23:13 -08:00
Daniel Colascione
de6e3a605d
Add NEWS entries for cygw32
2012-10-08 00:11:21 -08:00
Glenn Morris
63820c5c02
Trivial NEWS copyedits
2012-10-08 00:23:49 -07:00
Glenn Morris
57f1dee445
* lisp/cus-start.el (message-log-max): Set :version.
...
* etc/NEWS: No need to mention a simple customization option whose
default has changed, since the :version tag does that.
2012-10-08 00:18:02 -07:00
Glenn Morris
d71a6517cb
Trivial NEWS copyedits
2012-10-08 00:10:21 -07:00