]> git.eshelyaron.com Git - emacs.git/log
emacs.git
12 years agoPut the '$Id:' tag into MS-Windows executable of Emacs.
Eli Zaretskii [Fri, 20 Apr 2012 05:57:38 +0000 (08:57 +0300)]
Put the '$Id:' tag into MS-Windows executable of Emacs.

 lisp/version.el (top level): Put into the executable the ident-style
 '$Id:' tag on windows-nt as well.

12 years agoDoc fixes for emacs-bzr-* facilities.
Eli Zaretskii [Fri, 20 Apr 2012 05:47:55 +0000 (08:47 +0300)]
Doc fixes for emacs-bzr-* facilities.

 lisp/version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.

12 years ago* lisp/electric.el (electric-indent-post-self-insert-function): Check that
Stefan Monnier [Thu, 19 Apr 2012 22:02:25 +0000 (18:02 -0400)]
* lisp/electric.el (electric-indent-post-self-insert-function): Check that
electric-indent-mode is enabled in current buffer.

12 years agolisp/imenu.el (imenu-progress-message): Restore.
Juanma Barranquero [Thu, 19 Apr 2012 21:34:49 +0000 (23:34 +0200)]
lisp/imenu.el (imenu-progress-message): Restore.

12 years agolisp/*: Add declarations, remove unused bindings, mark unused args.
Juanma Barranquero [Thu, 19 Apr 2012 17:20:26 +0000 (19:20 +0200)]
lisp/*: Add declarations, remove unused bindings, mark unused args.

* lisp/avoid.el (mouse-avoidance-mode): Mark unused arg.
  (mouse-avoidance-nudge-mouse): Remove unused binding.

* lisp/imenu.el (imenu-default-goto-function): Mark unused args.
  (imenu-progress-message): Remove obsolete macro; all callers changed.

* lisp/mouse.el (mouse-menu-major-mode-map):
* lisp/emacs-lisp/authors.el (authors-scan-change-log)
  (authors-add-to-author-list):
* lisp/emacs-lisp/avl-tree.el (avl-tree--enter-balance):
* lisp/emacs-lisp/smie.el (smie-auto-fill):
* lisp/mail/sendmail.el (mail-bury):
* lisp/mail/unrmail.el (unrmail):
* lisp/net/tls.el (open-tls-stream):
* lisp/textmodes/picture.el (picture-mouse-set-point):
  Remove unused bindings.

* lisp/subr.el (keymap-canonicalize): Remove unused binding.
  (read-passwd): Mark unused arg.

* lisp/tutorial.el (tutorial--display-changes): Remove unused binding.
  (tutorial--save-tutorial-to): Remove unused variable.

* lisp/emacs-lisp/package.el (define-package, package-menu-mark-delete)
  (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
  (package-generate-autoloads, package-menu--generate)
  (package-menu--find-upgrades): Remove unused bindings.

* lisp/emulation/cua-rect.el (cua-restrict-regexp-rectangle)
  (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
  (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
  (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
  (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
  (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
  (cua--rectangle-aux-replace, cua--left-fill-rectangle)
  (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
  (cua-delete-char-rectangle): Mark unused args.
  (cua-align-rectangle): Remove unused binding.

* lisp/mail/rmail.el (compilation--message->loc)
  (epa--find-coding-system-for-mime-charset): Declare.

* lisp/net/dbus.el (dbus-register-service): Declare.
  (dbus-name-owner-changed-handler): Remove unused binding.

* lisp/nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
  (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
  (nxml-scan-backward-within): Mark unused arg.
  (nxml-dynamic-markup-word): Remove unused binding.

12 years agoRemove some `toggle-read-only' warnings.
Juanma Barranquero [Thu, 19 Apr 2012 16:50:07 +0000 (18:50 +0200)]
Remove some `toggle-read-only' warnings.

* lisp/bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.

* lisp/descr-text.el (describe-char):
  lisp/progmodes/python.el (python-describe-symbol):
  Don't call `toggle-read-only', set `buffer-read-only'.

12 years agoAuto-commit of generated files.
Glenn Morris [Thu, 19 Apr 2012 10:17:36 +0000 (06:17 -0400)]
Auto-commit of generated files.

12 years ago* net/tramp.el (tramp-action-password): Let-bind enable-recursive-minibuffers to t.
Michael Albinus [Thu, 19 Apr 2012 08:37:10 +0000 (10:37 +0200)]
* net/tramp.el (tramp-action-password): Let-bind enable-recursive-minibuffers to t.

12 years ago* lisp/progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
Sam Steingold [Wed, 18 Apr 2012 20:26:57 +0000 (16:26 -0400)]
* lisp/progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
instead of 'string to accommodate values like [f11].
Always use `vconcat' instead of `concat' on it, like in `gud-def'.
* lisp/progmodes/gdb-mi.el: Likewise.

12 years agoMerge from trunk.
Paul Eggert [Wed, 18 Apr 2012 17:07:06 +0000 (10:07 -0700)]
Merge from trunk.

12 years agoMerge from trunk.
Paul Eggert [Wed, 18 Apr 2012 16:45:13 +0000 (09:45 -0700)]
Merge from trunk.

12 years ago* lisp/abbrev.el (edit-abbrevs): Move point to the abbrev table of
Leo Liu [Wed, 18 Apr 2012 16:43:23 +0000 (00:43 +0800)]
* lisp/abbrev.el (edit-abbrevs): Move point to the abbrev table of
current buffer.
(prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
LOCAL is nil.

12 years ago* configure.in: Do not assume GCC 4.7.0 and/or no stack protection.
Paul Eggert [Wed, 18 Apr 2012 16:40:06 +0000 (09:40 -0700)]
* configure.in: Do not assume GCC 4.7.0 and/or no stack protection.

12 years ago* simple.el (line-move): Use forward-line if in batch mode.
Chong Yidong [Wed, 18 Apr 2012 07:00:52 +0000 (15:00 +0800)]
* simple.el (line-move): Use forward-line if in batch mode.

Fixes: debbugs:11053
12 years agoFix require-final-newline interaction with read-only buffers.
Christopher Schmidt [Wed, 18 Apr 2012 06:24:13 +0000 (14:24 +0800)]
Fix require-final-newline interaction with read-only buffers.

* lisp/files.el (after-find-file): Do not try to add a final newline
if the buffer is read-only.

Fixes: debbugs:11156
12 years agoFix logic for returning to and yanking from Rmail buffer.
Richard M. Stallman [Tue, 17 Apr 2012 23:23:20 +0000 (19:23 -0400)]
Fix logic for returning to and yanking from Rmail buffer.

12 years agoFix ChangeLog typo.
Paul Eggert [Tue, 17 Apr 2012 23:06:33 +0000 (16:06 -0700)]
Fix ChangeLog typo.

12 years agoMerge from trunk.
Paul Eggert [Tue, 17 Apr 2012 22:57:44 +0000 (15:57 -0700)]
Merge from trunk.

12 years ago* dired.c (Fsystem_groups): Remove unused local.
Paul Eggert [Tue, 17 Apr 2012 22:56:06 +0000 (15:56 -0700)]
* dired.c (Fsystem_groups): Remove unused local.

12 years agoINSTALL: Mention --enable-gcc-warnings.
Paul Eggert [Tue, 17 Apr 2012 21:40:07 +0000 (14:40 -0700)]
INSTALL: Mention --enable-gcc-warnings.

12 years agoMerge from trunk.
Paul Eggert [Tue, 17 Apr 2012 21:38:34 +0000 (14:38 -0700)]
Merge from trunk.

12 years agolisp/server.el (server-ensure-safe-dir): Simplify.
Juanma Barranquero [Tue, 17 Apr 2012 17:05:22 +0000 (19:05 +0200)]
lisp/server.el (server-ensure-safe-dir): Simplify.

12 years agoAuto-commit of loaddefs files.
Glenn Morris [Tue, 17 Apr 2012 10:21:15 +0000 (06:21 -0400)]
Auto-commit of loaddefs files.

12 years agoAuto-commit of generated files.
Glenn Morris [Tue, 17 Apr 2012 10:17:40 +0000 (06:17 -0400)]
Auto-commit of generated files.

12 years agoNEWS placeholder
Glenn Morris [Tue, 17 Apr 2012 03:08:05 +0000 (20:08 -0700)]
NEWS placeholder

12 years agoMerge from pending; try to fix-up suboptimal ses ChangeLog.
Glenn Morris [Tue, 17 Apr 2012 03:06:56 +0000 (20:06 -0700)]
Merge from pending; try to fix-up suboptimal ses ChangeLog.

12 years agoAdd perl-indent-parens-as-block option (tiny change)
Peter Oliver [Tue, 17 Apr 2012 02:46:22 +0000 (19:46 -0700)]
Add perl-indent-parens-as-block option (tiny change)

* lisp/progmodes/perl-mode.el (perl-indent-parens-as-block): New option.
(perl-calculate-indent): Respect it.

Fixes: debbugs:11118
12 years ago* lisp/dired-aux.el (dired-mark-read-string): Doc fix.
Glenn Morris [Tue, 17 Apr 2012 01:52:00 +0000 (21:52 -0400)]
* lisp/dired-aux.el (dired-mark-read-string): Doc fix.

12 years agoAdd user, group name completion to dired
Dmitry Antipov [Tue, 17 Apr 2012 01:49:40 +0000 (21:49 -0400)]
Add user, group name completion to dired

Note from committer:

I modified the original patch, by adding the new collection argument
at the end of the argument list rather than in the middle.

* dired-aux.el (dired-mark-read-string): Offer optional completion.
(dired-do-chxxx): Complete chown, chgrp over users, groups.

Fixes: debbugs:7900
12 years ago* src/dired.c (Fsystem_users): Doc fix.
Glenn Morris [Tue, 17 Apr 2012 01:35:15 +0000 (21:35 -0400)]
* src/dired.c (Fsystem_users): Doc fix.

* etc/NEWS: Mention system-users, system-groups.

12 years agoAdd functions to get system user names, group names
Dmitry Antipov [Tue, 17 Apr 2012 01:29:58 +0000 (21:29 -0400)]
Add functions to get system user names, group names

Note from committer:
I removed the part that adds grp.h to AC_CHECK_HEADERS and

+#ifdef HAVE_GRP_H
 #include <grp.h>
+#endif

to src/dired.c, because the latter has unconditionally included grp.h
since 2003, and uses it eg in stat_gname.

* configure.in (AC_CHECK_FUNCS): Add getpwent, endpwent, getgrent, endgrent.

* src/dired.c (Fsystem_users, Fsystem_groups): New functions.
(syms_of_dired): Add them.

Fixes: debbugs:7900
12 years agoUse auto-hscroll-mode rather than the alias automatic-hscrolling
Glenn Morris [Tue, 17 Apr 2012 00:04:53 +0000 (20:04 -0400)]
Use auto-hscroll-mode rather than the alias automatic-hscrolling

* lisp/mouse.el (mouse-drag-track):
* lisp/speedbar.el (speedbar-frame-mode):
Use auto-hscroll-mode rather than the alias automatic-hscrolling.

12 years agoReplace independent implementations of string-prefix-p
Glenn Morris [Mon, 16 Apr 2012 23:57:09 +0000 (19:57 -0400)]
Replace independent implementations of string-prefix-p

* vc/vc.el (vc-string-prefix-p):
* vc/pcvs-util.el (cvs-string-prefix-p):
* textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
* mpc.el (mpc-string-prefix-p):
Make all of these into obsolete aliases for string-prefix-p.
Update callers.
* vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.

12 years agoFix thinko in previous yow.el change
Glenn Morris [Mon, 16 Apr 2012 23:07:19 +0000 (19:07 -0400)]
Fix thinko in previous yow.el change

12 years agotwo-column.el small cleanup
Glenn Morris [Mon, 16 Apr 2012 20:13:38 +0000 (16:13 -0400)]
two-column.el small cleanup

* lisp/textmodes/two-column.el: Move custom options to the start.
(frame-width): Remove compat definition.
(2C-associate-buffer, 2C-dissociate):
Use with-current-buffer rather than save-excursion.
(2C-dissociate): Force a mode-line update.
(2C-autoscroll): Use ignore-errors.

12 years ago* lisp/progmodes/python.el: Trivial cleanup.
Leo Liu [Mon, 16 Apr 2012 19:28:57 +0000 (03:28 +0800)]
* lisp/progmodes/python.el: Trivial cleanup.

12 years ago* eieio-opt.el (describe-class, describe-generic): Autoload trivia.
Glenn Morris [Mon, 16 Apr 2012 19:25:59 +0000 (15:25 -0400)]
* eieio-opt.el (describe-class, describe-generic): Autoload trivia.

12 years agoChangeLog fix
Glenn Morris [Mon, 16 Apr 2012 19:22:32 +0000 (15:22 -0400)]
ChangeLog fix

12 years agoHeader comment trivial fix
Glenn Morris [Mon, 16 Apr 2012 19:21:32 +0000 (15:21 -0400)]
Header comment trivial fix

12 years ago* lisp/emacs-lisp/cl-extra.el (*random-state*): Remove unnecessary declaration.
Glenn Morris [Mon, 16 Apr 2012 19:20:42 +0000 (15:20 -0400)]
* lisp/emacs-lisp/cl-extra.el (*random-state*): Remove unnecessary declaration.

12 years ago* lisp/calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
Glenn Morris [Mon, 16 Apr 2012 19:18:36 +0000 (15:18 -0400)]
* lisp/calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.

12 years ago* configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
Glenn Morris [Mon, 16 Apr 2012 19:13:44 +0000 (15:13 -0400)]
* configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.

12 years ago* lisp/gnus/nndraft.el (nndraft-request-list): Fix declaration.
Glenn Morris [Mon, 16 Apr 2012 19:09:19 +0000 (15:09 -0400)]
* lisp/gnus/nndraft.el (nndraft-request-list): Fix declaration.

12 years agoFix comment typo
Glenn Morris [Mon, 16 Apr 2012 19:06:02 +0000 (15:06 -0400)]
Fix comment typo

12 years ago* cookie1.el (cookie-snarf): Explicit error if input file cannot be read.
Glenn Morris [Mon, 16 Apr 2012 19:04:27 +0000 (15:04 -0400)]
* cookie1.el (cookie-snarf): Explicit error if input file cannot be read.

12 years ago* lisp/play/yow.el (yow-file): Use expand-file-name rather than concat.
Glenn Morris [Mon, 16 Apr 2012 19:02:59 +0000 (15:02 -0400)]
* lisp/play/yow.el (yow-file): Use expand-file-name rather than concat.
Remove old comment.

12 years ago* lisp/progmodes/perl-mode.el (c-macro-expand): Remove unnecessary autoload
Glenn Morris [Mon, 16 Apr 2012 19:01:30 +0000 (15:01 -0400)]
* lisp/progmodes/perl-mode.el (c-macro-expand): Remove unnecessary autoload
(it is in loaddefs.el).

12 years agopicture.el small cleanup
Glenn Morris [Mon, 16 Apr 2012 18:53:06 +0000 (14:53 -0400)]
picture.el small cleanup

* lisp/textmodes/picture.el (picture-desired-column)
(picture-update-desired-column): Convert comments to doc-strings.
(picture-substitute): Remove function.
(picture-mode-map): Initialize in the defvar.

12 years agoSet lisp/vc/vc-hg.el maintainer to FSF.
Glenn Morris [Mon, 16 Apr 2012 18:48:46 +0000 (14:48 -0400)]
Set lisp/vc/vc-hg.el maintainer to FSF.
Ref: http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-03/msg00325.html

12 years agoReplace a use of eval-after-load
Glenn Morris [Mon, 16 Apr 2012 18:46:46 +0000 (14:46 -0400)]
Replace a use of eval-after-load

* lisp/woman.el: Remove eval-after-load for tar-mode.

* lisp/tar-mode.el (tar-mode-map): Add woman binding and menu entry.
(woman-tar-extract-file): Autoload it.

12 years ago* lisp/frame.el (automatic-hscrolling): Make this alias obsolete.
Glenn Morris [Mon, 16 Apr 2012 18:41:38 +0000 (14:41 -0400)]
* lisp/frame.el (automatic-hscrolling): Make this alias obsolete.

12 years ago* configure.in: Remove X libs workaround for old autoconf.
Glenn Morris [Mon, 16 Apr 2012 18:32:59 +0000 (14:32 -0400)]
* configure.in: Remove X libs workaround for old autoconf.

12 years ago(ispell-dictionary-base-alist): Revert to original XEmacs friendly default value.
Agustín Martín [Mon, 16 Apr 2012 17:32:02 +0000 (19:32 +0200)]
(ispell-dictionary-base-alist): Revert to original XEmacs friendly default value.

Having [:alpha:] here is no longer needed. If possible [:alpha:] will be
set in `ispell-set-spellchecker-params' (and will always be for Emacs).

12 years agoispell.el: Fix last Changelog entry. utf-8 will be enabled if possible.
Agustín Martín [Mon, 16 Apr 2012 17:06:58 +0000 (19:06 +0200)]
ispell.el: Fix last Changelog entry. utf-8 will be enabled if possible.

12 years agoMerge from trunk.
Paul Eggert [Mon, 16 Apr 2012 15:21:26 +0000 (08:21 -0700)]
Merge from trunk.

12 years agoispell.el (ispell-set-spellchecker-params): Make dicts use [:alpha:] if
Agustín Martín [Mon, 16 Apr 2012 09:49:51 +0000 (11:49 +0200)]
ispell.el (ispell-set-spellchecker-params): Make dicts use [:alpha:] if
possible.

If Emacs flavour supports [:alpha:] regexps, use it for Casechars
and Not-Casechars. This currently means use it unless flavour is
XEmacs.

Fixes: debbugs:11200
12 years agoMerge from trunk.
Paul Eggert [Mon, 16 Apr 2012 06:40:21 +0000 (23:40 -0700)]
Merge from trunk.

12 years ago* alloc.c: Remove one incorrect comment and fix another.
Paul Eggert [Mon, 16 Apr 2012 06:39:21 +0000 (23:39 -0700)]
* alloc.c: Remove one incorrect comment and fix another.

12 years agoCall imagemagick-register-types automatically.
Chong Yidong [Mon, 16 Apr 2012 03:47:43 +0000 (11:47 +0800)]
Call imagemagick-register-types automatically.

* lisp/image.el (imagemagick--extension-regexp): New variable.
(imagemagick-register-types): Use it.
(imagemagick-types-inhibit): Add :set function.  Allow new value
of t to inhibit all types.

* lisp/loadup.el (fboundp): Preload regexp-opt, needed by
imagemagick-register-types.

* lisp/emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
so we can preload it.

12 years agoMerge from trunk.
Paul Eggert [Mon, 16 Apr 2012 03:39:50 +0000 (20:39 -0700)]
Merge from trunk.

12 years agoFix minor alloc.c problems found by static checking.
Paul Eggert [Mon, 16 Apr 2012 03:38:40 +0000 (20:38 -0700)]
Fix minor alloc.c problems found by static checking.

* alloc.c (_malloc_internal, _free_internal) [!DOUG_LEA_MALLOC]:
New extern decls, to avoid calling undeclared functions.
(dont_register_blocks): Define if ((!SYSTEM_MALLOC && !SYNC_INPUT)
&& GC_MALLOC_CHECK), not if ((GC_MARK_STACK || defined
GC_MALLOC_CHECK) && GC_MALLOC_CHECK), to match when it's used.
(NEED_MEM_INSERT): New macro.
(mem_insert, mem_insert_fixup) [!NEED_MEM_INSERT]: Remove; unused.

12 years agoMerge from trunk.
Paul Eggert [Mon, 16 Apr 2012 01:22:25 +0000 (18:22 -0700)]
Merge from trunk.

12 years agoFix minor ralloc.c problems found by static checking.
Paul Eggert [Mon, 16 Apr 2012 01:18:13 +0000 (18:18 -0700)]
Fix minor ralloc.c problems found by static checking.

See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
* ralloc.c (ALIGNED, ROUND_TO_PAGE, HEAP_PTR_SIZE)
(r_alloc_size_in_use, r_alloc_freeze, r_alloc_thaw): Remove; unused.
(r_alloc_sbrk): Now static.

12 years agoMerge from trunk.
Paul Eggert [Mon, 16 Apr 2012 01:12:46 +0000 (18:12 -0700)]
Merge from trunk.

12 years agoImprove ralloc.c interface checking.
Paul Eggert [Mon, 16 Apr 2012 01:10:42 +0000 (18:10 -0700)]
Improve ralloc.c interface checking.

See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
* buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc)
(r_alloc_free) [REL_ALLOC]: Move decls from here ...
* lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable)
[REL_ALLOC]: ... to here, to check interface.
* m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]:
Remove decls.  This fixes an "It stinks!".

12 years agoAssume less-ancient POSIX support.
Paul Eggert [Mon, 16 Apr 2012 00:41:01 +0000 (17:41 -0700)]
Assume less-ancient POSIX support.

* update-game-score.c: Include <getopt.h> rather than rolling our
own decls for optarg, optind, opterr.  See
<http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html>.

12 years agoMerge from trunk.
Paul Eggert [Mon, 16 Apr 2012 00:35:58 +0000 (17:35 -0700)]
Merge from trunk.

12 years ago* alloc.c (which_symbols): Fix alignment issue / type clash.
Paul Eggert [Mon, 16 Apr 2012 00:33:25 +0000 (17:33 -0700)]
* alloc.c (which_symbols): Fix alignment issue / type clash.

12 years agoMerge from trunk.
Paul Eggert [Sun, 15 Apr 2012 23:55:52 +0000 (16:55 -0700)]
Merge from trunk.

12 years agoSimplify enforcement of object address alignment
Andreas Schwab [Sun, 15 Apr 2012 16:20:54 +0000 (18:20 +0200)]
Simplify enforcement of object address alignment

* lisp.h (struct Lisp_Symbol): Remove explicit padding.
(struct Lisp_Misc_Any): Likewise.
(struct Lisp_Free): Likewise.
* alloc.c (union aligned_Lisp_Symbol): Define.
(SYMBOL_BLOCK_SIZE, struct symbol_block): Use union
aligned_Lisp_Symbol instead of struct Lisp_Symbol.
(union aligned_Lisp_Misc): Define.
(MARKER_BLOCK_SIZE, struct marker_block): Use union
aligned_Lisp_Misc instead of union Lisp_Misc.
(Fmake_symbol, allocate_misc, gc_sweep): Adjust

12 years agolisp/frame.el: Minor rearrangement.
Chong Yidong [Sun, 15 Apr 2012 15:15:00 +0000 (23:15 +0800)]
lisp/frame.el: Minor rearrangement.

12 years ago* lisp/frame.el (scrolling): Remove nearly unused customization group.
Chong Yidong [Sun, 15 Apr 2012 15:11:06 +0000 (23:11 +0800)]
* lisp/frame.el (scrolling): Remove nearly unused customization group.

* lisp/scroll-all.el (scroll-all-mode): Move to windows group.

12 years ago* bindings.el (goto-map): Bind goto-char to M-g c.
Chong Yidong [Sun, 15 Apr 2012 09:16:50 +0000 (17:16 +0800)]
* bindings.el (goto-map): Bind goto-char to M-g c.

Fixes: debbugs:11240
12 years agoMerge from emacs-24 branch
Chong Yidong [Sun, 15 Apr 2012 07:28:01 +0000 (15:28 +0800)]
Merge from emacs-24 branch

12 years ago* doc/emacs/misc.texi (emacsclient Options): More clarifications.
Chong Yidong [Sun, 15 Apr 2012 07:21:23 +0000 (15:21 +0800)]
* doc/emacs/misc.texi (emacsclient Options): More clarifications.

12 years agoFix ChangeLog typos.
Juanma Barranquero [Sun, 15 Apr 2012 02:59:30 +0000 (04:59 +0200)]
Fix ChangeLog typos.

12 years agoMore small edits for doc/lispref/processes.texi
Glenn Morris [Sun, 15 Apr 2012 01:58:41 +0000 (18:58 -0700)]
More small edits for doc/lispref/processes.texi

* doc/lispref/processes.texi (Asynchronous Processes, Deleting Processes):
Copyedits.
(Asynchronous Processes): Update some example output.

12 years agoDoc and manual fixes related to processes
Glenn Morris [Sun, 15 Apr 2012 01:37:16 +0000 (18:37 -0700)]
Doc and manual fixes related to processes

* doc/lispref/processes.texi (Processes, Subprocess Creation, Shell Arguments):
(Synchronous Processes): Copyedits.
(Subprocess Creation): Discourage modifying exec-path directly.
(Synchronous Processes): Update some example output.
(Process Information): Fix typo.
(Bindat Spec): Use Texinfo-recommended form of quote+punctuation.

* lisp/simple.el (process-file-side-effects): Doc fix.

12 years agodoc/lispref/anti.texi small edits
Glenn Morris [Sat, 14 Apr 2012 20:43:11 +0000 (13:43 -0700)]
doc/lispref/anti.texi small edits

* doc/lispref/anti.texi (Antinews): Copyedits.  Don't @dfn anything here.
open-network-stream does exist in Emacs 23, but is simpler.

* admin/FOR-RELEASE: Related markup.

12 years ago* doc/emacs/msdog.texi (Windows Printing): It doesn't set printer-name.
Glenn Morris [Sat, 14 Apr 2012 20:24:45 +0000 (13:24 -0700)]
* doc/emacs/msdog.texi (Windows Printing): It doesn't set printer-name.
* admin/FOR-RELEASE: Related edit.

Ref http://lists.gnu.org/archive/html/emacs-devel/2012-04/msg00402.html

12 years agoRemove outdated sentence from doc/emacs/mule.texi.
Glenn Morris [Sat, 14 Apr 2012 19:33:33 +0000 (12:33 -0700)]
Remove outdated sentence from doc/emacs/mule.texi.
Ref http://lists.gnu.org/archive/html/emacs-devel/2012-04/msg00403.html

12 years agoMore small edits for doc/emacs/mule.texi
Glenn Morris [Sat, 14 Apr 2012 19:20:25 +0000 (12:20 -0700)]
More small edits for doc/emacs/mule.texi

* doc/emacs/mule.texi (Language Environments): Move font info to "Fontsets".
(Fontsets): Move intlfonts etc here from "Language Environments".
Copyedits.
(Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
(Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.

* admin/FOR-RELEASE: Related markup.

12 years ago* lisp/international/mule-cmds.el (set-language-environment): Doc fix.
Glenn Morris [Sat, 14 Apr 2012 18:14:01 +0000 (11:14 -0700)]
* lisp/international/mule-cmds.el (set-language-environment): Doc fix.

12 years agoMerge from trunk.
Paul Eggert [Sat, 14 Apr 2012 18:11:27 +0000 (11:11 -0700)]
Merge from trunk.

12 years agoComment.
Glenn Morris [Sat, 14 Apr 2012 17:53:52 +0000 (10:53 -0700)]
Comment.

12 years ago* lisp/server.el: Doc fixes.
Juanma Barranquero [Sat, 14 Apr 2012 12:58:29 +0000 (14:58 +0200)]
* lisp/server.el: Doc fixes.

  (server-auth-key, server-generate-key): Doc fixes.
  (server-get-auth-key): Doc fix.  Use `string-match-p'.
  (server-start): Reflow docstring.

12 years agoAvoid the use of ((lambda ...) ...) in lexical-binding code.
Stefan Monnier [Sat, 14 Apr 2012 12:48:27 +0000 (08:48 -0400)]
Avoid the use of ((lambda ...) ...) in lexical-binding code.
* emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall.

Fixes: debbugs:11241
12 years ago(server-generate-key): `called-interactively-p' requires a parameter.
Lars Ingebrigtsen [Sat, 14 Apr 2012 11:36:26 +0000 (13:36 +0200)]
(server-generate-key): `called-interactively-p' requires a parameter.

12 years agoAllow using `server-auth-key' to set a permanent shared key
Michal Nazarewicz [Sat, 14 Apr 2012 11:16:17 +0000 (13:16 +0200)]
Allow using `server-auth-key' to set a permanent shared key

* server.el (server-auth-key): New variable.
(server-generate-key): New function.
(server-get-auth-key): New function.
(server-start): Use the new variable and functions to allow
setting a permanent server key.

Fixes: debbugs:9423
12 years ago* doc/emacs/glossary.texi (Glossary): Standardize on "text terminal" terminology.
Chong Yidong [Sat, 14 Apr 2012 08:25:06 +0000 (16:25 +0800)]
* doc/emacs/glossary.texi (Glossary): Standardize on "text terminal" terminology.
All callers changed.

12 years agoMerge from trunk.
Paul Eggert [Sat, 14 Apr 2012 06:38:33 +0000 (23:38 -0700)]
Merge from trunk.

12 years ago* lisp/vc/diff-mode.el (diff-file-prev/next): Fix typo.
Leo Liu [Sat, 14 Apr 2012 06:28:57 +0000 (14:28 +0800)]
* lisp/vc/diff-mode.el (diff-file-prev/next): Fix typo.

12 years agoMake GC_MAKE_GCPROS_NOOPS the default (Bug#9926).
Paul Eggert [Sat, 14 Apr 2012 06:18:49 +0000 (23:18 -0700)]
Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).

* lisp.h (GC_MARK_STACK): Default to GC_MAKE_GCPROS_NOOPS.
* s/cygwin.h, s/darwin.h, s/freebsd.h, s/gnu.h, s/irix6-5.h, s/msdos.h:
* s/netbsd.h, s/sol2-6.h:
Remove definition of GC_MARK_STACK, since the default now works.
* s/aix4-2.h, s/hpux10-20.h, s/unixware.h:
Define GC_MARK_STACK to GC_USE_GCPROS_AS_BEFORE, since that's
no longer the default.
* s/gnu-linux.h (GC_MARK_STACK): Adjust to change in default.

12 years agoMerge from trunk.
Paul Eggert [Sat, 14 Apr 2012 05:16:02 +0000 (22:16 -0700)]
Merge from trunk.

12 years agoSpelling fixes.
Paul Eggert [Sat, 14 Apr 2012 05:10:55 +0000 (22:10 -0700)]
Spelling fixes.

* lisp/hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
Emacs uses American spelling.

12 years agoconfigure: new option --enable-gcc-warnings (Bug#11207)
Paul Eggert [Sat, 14 Apr 2012 05:04:54 +0000 (22:04 -0700)]
configure: new option --enable-gcc-warnings (Bug#11207)

* sed1v2.inp, sed3v2.inp, sedlibmk.inp: GNULIB_WARN_CFLAGS,
WARN_CFLAGS, and WERROR_CFLAGS replace C_WARNINGS_SWITCH.

12 years ago* doc/emacs/misc.texi (emacsclient Options): Document "client frame" concept
Chong Yidong [Sat, 14 Apr 2012 04:48:50 +0000 (12:48 +0800)]
* doc/emacs/misc.texi (emacsclient Options): Document "client frame" concept
and its effect on C-x C-c more carefully.

12 years agoMerge from trunk.
Paul Eggert [Sat, 14 Apr 2012 04:37:44 +0000 (21:37 -0700)]
Merge from trunk.

12 years ago* lisp/emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
Juanma Barranquero [Sat, 14 Apr 2012 03:11:18 +0000 (05:11 +0200)]
* lisp/emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
  (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
  (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
  (emacs-lock--kill-buffer-query-functions): Run new hook.

Fixes: debbugs:11017
12 years agodoc/emacs trivia
Glenn Morris [Sat, 14 Apr 2012 02:42:22 +0000 (19:42 -0700)]
doc/emacs trivia

* doc/emacs/frames.texi (Scroll Bars):
* doc/emacs/glossary.texi (Glossary):
Use consistent case for "X Window System".