1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
Commit Graph

103984 Commits

Author SHA1 Message Date
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
Glenn Morris
6035be5240 Copy 2012-01-25 compilation-next-error-function change to another function.
* lisp/progmodes/compile.el (compilation-internal-error-properties):
Respect compilation-first-column in the "*compilation*" buffer.
2012-01-31 23:32:21 -08:00
Paul Eggert
6df372680c Port to older Solaris 10 versions (Bug#10677).
Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
possibly this is because Sun fixed the 'stat' bug in my version.
* Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
* lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
* lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
These changes are based on gnulib version
4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
because Emacs is in feature freeze and we do not want to merge any
more-recent changes from gnulib.
2012-01-31 22:04:34 -08:00
Glenn Morris
781acb9f3a Tweak previous define-minor-mode change
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode):
Relax :variable's test for a named function.
2012-01-31 21:17:17 -05:00
Glenn Morris
9e7056a545 Fix previous change. 2012-01-31 18:47:33 -05:00
Glenn Morris
d0045ba061 Comment trivia. 2012-01-31 18:43:05 -05:00
Alan Mackenzie
abbceb009c Fix an off by one error in c-guess-basic-syntax CASE 5B.1. 2012-01-31 21:59:58 +00:00
Juanma Barranquero
6df6ae42fe Fix typos in ChangeLogs. 2012-01-31 17:15:03 +01:00
Glenn Morris
fd3e94ece8 Auto-commit of generated files. 2012-01-31 06:17:47 -05:00
Chong Yidong
fce3fdeb94 Fix menu-set-font interaction with Custom themes.
In particular, prevent it from setting non-font-related attributes
like the foreground and background color.  This requires a bugfix to
face-spec-reset-face to make "resetting" the default face work.

* lisp/faces.el (face-spec-reset-face): Don't apply unspecified
attribute values to the default face.

* lisp/frame.el (set-frame-font): New arg ALL-FRAMES.

* lisp/menu-bar.el (menu-set-font): Use set-frame-font.
2012-01-31 16:38:58 +08:00
Chong Yidong
a037c17168 Minor tweaks to the Lisp manual.
* syntax.texi (Parsing Expressions): Clarify intro.
(Parser State): Remove unnecessary statement (Bug#10661).

* eval.texi (Intro Eval): Add footnote about "sexp" terminology.

Fixes: debbugs:10657
2012-01-31 14:51:33 +08:00
Chong Yidong
75319d7fb6 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+ scroll bars.
Fixes: debbugs:10666
2012-01-31 14:32:14 +08:00
Glenn Morris
56afad3af8 Document define-minor-mode's new :variable keyword in the lispref.
* doc/lispref/modes.texi (Defining Minor Modes):
Document define-minor-mode's new :variable keyword.
* etc/NEWS: Markup.
2012-01-30 21:03:09 -08:00
Glenn Morris
60dc267191 * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. 2012-01-30 20:52:29 -08:00
Glenn Morris
6c9b47ae84 Small define-minor-mode fix for variable: keyword.
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode):
Allow named functions to be used as the cdr of variable:.
2012-01-30 20:35:57 -08:00
Glenn Morris
e4070def53 Small configure.in fix for Motif toolkit.
* configure.in: Throw an explicit error if Motif toolkit was
requested but requirements could not be found.
2012-01-30 19:47:51 -08:00
Glenn Morris
c78c6e0bbf * w32term.c: Copy previous xterm.c doc fix. 2012-01-30 19:33:16 -08:00
Glenn Morris
9789766834 x-toolkit-scroll-bars doc fix.
* src/nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
* src/xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
2012-01-30 19:07:38 -08:00
Juanma Barranquero
4789358111 lisp/progmodes/cwarn.el: Small fixes.
(cwarn): Remove dead link.
(cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
Remove * from defcustom docstrings.
(turn-on-cwarn-mode): Make obsolete.
(c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
(turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
2012-01-31 03:57:00 +01:00
Glenn Morris
8d8939e858 * configure.in: Allow Emacs to actually be built with xaw scroll-bars. 2012-01-30 18:43:59 -08:00
Glenn Morris
e58e988add * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Fix :variable case. 2012-01-30 17:53:20 -08:00
Paul Eggert
bccc0e401f Spelling fix. 2012-01-30 17:15:56 -08:00
Glenn Morris
c31b4ce3c8 * etc/NEWS: view-buffer markup, again.
Let's not document this now - let's fix it properly after 24.1 and
document the correct behaviour. (bug#10650#12)
2012-01-30 17:01:30 -08:00
Gnus developers
ba775afe0d Merge changes made in Gnus trunk
gnus.texi (Agent Basics): Fix outdated description of `gnus-agent-auto-agentize-methods'.
rfc2047.el (rfc2047-encode-region): Allow not folding the encoded words.
 (rfc2047-encode-string): Ditto.
 (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not understand folded filename="..." parameters, for instance.
gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent section in the manual.
2012-01-30 23:30:22 +00:00
Lars Ingebrigtsen
d2859a4a2e nnimap.el (nnimap-wait-for-response): Include the imap server name in the message for greater debuggability. 2012-01-30 22:03:11 +00:00
Glenn Morris
3498f31397 * etc/NEWS: Markup.
I no longer know whether the view-buffer changes need a manual update
or not. See bug#10650.
2012-01-30 12:11:02 -08:00
Eli Zaretskii
7a43121e52 nt/INSTALL: Update instructions for parallel builds. 2012-01-30 20:37:01 +02:00
Eli Zaretskii
5a26ec8975 lib/makefile.w32-in: Fix dependencies for a parallel build.
lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
 $(BLD)/sha512.$(O)): Depend on stamp_BLD.  Fixes a build failure
 with "make -j3".
2012-01-30 20:33:36 +02:00
Glenn Morris
d570ce1ced Auto-commit of generated files. 2012-01-30 06:17:52 -05:00