Eli Zaretskii
ef02e37ca7
Fix MS-DOS build in lib-src.
...
msdos/sed3v2.inp (insrcdir): Use $(<F) rather than $<, as
command.com's "if not exist" doesn't grok forward slashes in file
names.
2012-02-04 10:03:49 +02:00
Glenn Morris
54521c99ba
NEWS annoyance.
2012-02-03 19:52:31 -08:00
Glenn Morris
7cb76fe098
NEWS.
2012-02-03 21:11:01 -05:00
Glenn Morris
987a0a161a
* lisp/isearch.el (isearch-update): Doc fix.
2012-02-03 21:10:22 -05:00
Glenn Morris
82ff1d1360
* lisp/image.el (image-extension-data): Add obsolete alias.
2012-02-03 21:09:34 -05:00
Glenn Morris
94bc79845c
* doc/lispref/minibuf.texi (High-Level Completion): Updates for read-color.
...
* etc/NEWS: Likewise.
2012-02-03 20:23:09 -05:00
Glenn Morris
bd5cfef1b5
PROBLEMS tiny fixes for references to src/{m,s} files.
2012-02-03 20:04:25 -05:00
Glenn Morris
05f77e380b
NEWS misc small edits.
2012-02-03 20:01:23 -05:00
Glenn Morris
ea32ef4651
* lisp/facemenu.el (list-colors-display): Doc fix (minor rephrasing).
2012-02-03 20:00:51 -05:00
Glenn Morris
8ded50f24a
* lisp/ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
2012-02-03 19:59:58 -05:00
Glenn Morris
b7314ef788
* doc/emacs/display.texi (Colors): Mention list-colors-sort.
2012-02-03 19:59:11 -05:00
Glenn Morris
a9410bdf37
* doc/emacs/files.texi (File Conveniences): Mention image animation.
2012-02-03 19:58:27 -05:00
Paul Eggert
df0b2940c2
Handle overflow when computing char display width (Bug#9496).
...
* character.c (char_width): Return EMACS_INT, not int.
(char_width, c_string_width): Check for overflow when
computing the width; this is possible now that individual
characters can have unbounded width. Problem introduced
by merge from Emacs 23 on 2012-01-19.
2012-02-03 11:24:22 -08:00
Pieter Schoenmakers
9ff3f0fdc3
* tutorials/TUTORIAL.nl: Updated; synchronize with TUTORIAL.
2012-02-03 23:37:54 +08:00
Glenn Morris
eea14f31d1
Document animated image API
...
* doc/lispref/display.texi (GIF Images): Mention animation.
Remove commented-out old example of animation.
(Animated Images): New subsection.
* doc/lispref/elisp.texi (Top):
* doc/lispref/vol1.texi (Top):
* doc/lispref/vol2.texi (Top): Add Animated Images menu entry.
* lisp/image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
* lisp/image.el (image-animated-p): Doc fix. Use image-animated-types.
(image-animate-timeout): Doc fix.
* etc/NEWS: Markup.
2012-02-03 00:44:30 -08:00
Glenn Morris
204e728dda
* doc/lispref/display.texi (GIF Images, TIFF Images): Minor rephrasing.
2012-02-03 00:38:46 -08:00
Glenn Morris
4f5a10efb3
Small display.texi fix
...
* doc/lispref/display.texi (Image Formats):
Remove oddly specific information on versions of image libraries.
2012-02-03 00:17:05 -08:00
Glenn Morris
4dee2deae3
Some more NEWS markup.
2012-02-03 00:10:17 -08:00
Lars Ingebrigtsen
b7645a9d30
nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing an initial sync unless we're really doing one.
2012-02-02 22:10:47 +00:00
Glenn Morris
f52bac22f6
Configure wording tweak.
2012-02-02 14:13:36 -05:00
Michael Albinus
6bee44d640
* dbusbind.c (Fdbus_register_method): Mention the return value
...
:ignore in the docstring.
2012-02-02 13:47:09 +01:00
Juanma Barranquero
9f6e692e64
lisp/ChangeLog: Fix typos.
2012-02-02 13:24:30 +01:00
Glenn Morris
002cc2e17f
Auto-commit of generated files.
2012-02-02 06:17:46 -05:00
Lars Ingebrigtsen
dc637e3d37
gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new address parameter if one already exists (bug#9676).
2012-02-02 11:07:55 +00:00
Lars Ingebrigtsen
6631d4b635
gnus-msg.el (gnus-summary-mail-forward): Respect the process marks, not the prefix, as documented (bug#10689).
2012-02-02 10:38:16 +00:00
Kenichi Handa
ba1d2c3e92
merge trunk
2012-02-02 18:12:08 +09:00
Kenichi Handa
c5d3843c34
Fix previous change for Bug#6988.
2012-02-02 18:07:29 +09:00
Glenn Morris
953cebf5a8
server.el doc fixes
...
* lisp/server.el (server-auth-dir): Doc fix.
(server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
* etc/NEWS: Markup.
2012-02-01 23:48:39 -08:00
Glenn Morris
1b9f60cc53
Tiny doc tweaks for call-process's :file spec.
...
* doc/lispref/processes.texi (Synchronous Processes):
Mention call-process's :file gets overwritten.
* src/callproc.c (Fcall_process, Fcall_process_region): Doc fix.
* etc/NEWS: Markup.
2012-02-01 23:21:20 -08:00
Glenn Morris
7e2734bc38
Document read-char-choice.
...
* doc/lispref/commands.texi (Reading One Event):
* doc/lispref/help.texi (Help Functions): Document read-char-choice.
* etc/NEWS: Markup.
2012-02-01 23:06:37 -08:00
Glenn Morris
f58b982241
Document post-self-insert-hook
...
* doc/lispref/hooks.texi (Standard Hooks):
* doc/lispref/modes.texi (Keymaps and Minor Modes):
* doc/lispref/text.texi (Commands for Insertion):
Document post-self-insert-hook.
*etc/NEWS: Markup.
2012-02-01 20:37:05 -08:00
Glenn Morris
b030b3df20
* doc/lispref/hooks.texi (Standard Hooks): Add prog-mode-hook.
2012-02-01 20:28:15 -08:00
Glenn Morris
c2f03a4aad
* etc/NEWS: prog-mode-hook was documented.
2012-02-01 20:13:02 -08:00
Glenn Morris
12f381b73d
Document change-major-mode-after-body-hook
...
* doc/lispref/hooks.texi (Standard Hooks):
* doc/lispref/modes.texi (Major Mode Conventions, Mode Hooks):
Document change-major-mode-after-body-hook.
* lisp/subr.el (run-mode-hooks): Doc fix.
* etc/NEWS: Markup
2012-02-01 21:57:26 -05:00
Glenn Morris
44f9273998
Native scroll-bars are not implemented for Nextstep (bug#10673)
...
* configure.in [HAVE_NS]: Error if use --without-toolkit-scroll-bars.
* src/nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
Unconditionally set to t.
* src/nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
* src/w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
* src/xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Doc fix.
2012-02-01 21:12:57 -05:00
Juri Linkov
953a8c3b9c
* lisp/image-mode.el (image-toggle-display-image): Remove tautological `major-mode'
...
from the `derived-mode-p' test.
2012-02-02 02:49:06 +02:00
Kenichi Handa
159462d4d1
merge trunk
2012-02-02 09:32:12 +09:00
Kenichi Handa
d2a51fd7a1
Inhibit null-string composition component (Bug#6988).
2012-02-02 09:30:09 +09:00
Lars Ingebrigtsen
efc708ecad
gnus.el: Fix nnmaildir marks handling
2012-02-01 23:22:55 +00:00
Lars Ingebrigtsen
02e8d7e970
gnus-group.el: Make error reporting when doing `M-g' work again
...
nntp.el: Make nntp report connection errors better
2012-02-01 23:16:56 +00:00
Lars Ingebrigtsen
b5235dd950
nnimap.el: Make nnimap message better when initially fetching data
2012-02-01 22:06:29 +00:00
Glenn Morris
cf46a8ffcc
Reword previous change.
2012-02-01 16:19:30 -05:00
Eli Zaretskii
78cef87789
Speed up insertion of subprocess output on MS-Windows.
...
src/ralloc.c (resize_bloc, r_alloc_sbrk): Don't call memmove if its
first 2 arguments are identical. This makes inserting large
output from a subprocess an order of magnitude faster on
MS-Windows, where all sbrk'ed memory is always contiguous.
2012-02-01 18:51:20 +02:00
Glenn Morris
9058617256
Auto-commit of loaddefs files.
2012-02-01 06:23:05 -05:00
Glenn Morris
a0a61e5820
Auto-commit of generated files.
2012-02-01 06:17:54 -05:00
Gnus developers
debce7bcbb
Merge change(s) made in Gnus no-gnus branch
...
2012-01-31 Jim Meyering <jim@meyering.net>
gnus-agent.el (gnus-agent-expire-unagentized-dirs):
Correct a comment (insert "not") and hide nominally-doubled "to".
2012-02-01 09:00:42 +00:00
Glenn Morris
c7301fe4a2
* etc/NEWS: Markup.
2012-02-01 00:39:29 -08:00
Glenn Morris
7a9a2fc6c8
Document locally disabling globalized minor modes in the lispref
...
* doc/lispref/modes.texi (Defining Minor Modes):
Mention disabling global minor modes on a per-major-mode basis.
* etc/NEWS: Clarify entry.
2012-02-01 00:32:31 -08:00
Chong Yidong
e2cef717da
Fix view-buffer-other-window/frame handling of special modes.
...
* view.el (view-buffer-other-window, view-buffer-other-frame):
Handle special modes like view-buffer.
(view-buffer): Simplify.
Fixes: debbugs:10650
2012-02-01 16:31:29 +08:00
Chong Yidong
9f56266843
Fix dynamic font settings interaction with Custom Themes.
...
* lisp/dynamic-setting.el (font-setting-change-default-font): Use
set-frame-font.
* lisp/frame.el (set-frame-font): Tweak meaning of third argument.
Fixes: debbugs:9982
2012-02-01 16:13:02 +08:00