]>
git.eshelyaron.com Git - emacs.git/log
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.
Paul Eggert [Tue, 17 Apr 2012 23:06:33 +0000 (16:06 -0700)]
Fix ChangeLog typo.
Paul Eggert [Tue, 17 Apr 2012 22:57:44 +0000 (15:57 -0700)]
Merge from trunk.
Paul Eggert [Tue, 17 Apr 2012 22:56:06 +0000 (15:56 -0700)]
* dired.c (Fsystem_groups): Remove unused local.
Paul Eggert [Tue, 17 Apr 2012 21:40:07 +0000 (14:40 -0700)]
INSTALL: Mention --enable-gcc-warnings.
Paul Eggert [Tue, 17 Apr 2012 21:38:34 +0000 (14:38 -0700)]
Merge from trunk.
Juanma Barranquero [Tue, 17 Apr 2012 17:05:22 +0000 (19:05 +0200)]
lisp/server.el (server-ensure-safe-dir): Simplify.
Glenn Morris [Tue, 17 Apr 2012 10:21:15 +0000 (06:21 -0400)]
Auto-commit of loaddefs files.
Glenn Morris [Tue, 17 Apr 2012 10:17:40 +0000 (06:17 -0400)]
Auto-commit of generated files.
Glenn Morris [Tue, 17 Apr 2012 03:08:05 +0000 (20:08 -0700)]
NEWS placeholder
Glenn Morris [Tue, 17 Apr 2012 03:06:56 +0000 (20:06 -0700)]
Merge from pending; try to fix-up suboptimal ses ChangeLog.
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
Glenn Morris [Tue, 17 Apr 2012 01:52:00 +0000 (21:52 -0400)]
* lisp/dired-aux.el (dired-mark-read-string): Doc fix.
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
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.
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
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.
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.
Glenn Morris [Mon, 16 Apr 2012 23:07:19 +0000 (19:07 -0400)]
Fix thinko in previous yow.el change
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.
Leo Liu [Mon, 16 Apr 2012 19:28:57 +0000 (03:28 +0800)]
* lisp/progmodes/python.el: Trivial cleanup.
Glenn Morris [Mon, 16 Apr 2012 19:25:59 +0000 (15:25 -0400)]
* eieio-opt.el (describe-class, describe-generic): Autoload trivia.
Glenn Morris [Mon, 16 Apr 2012 19:22:32 +0000 (15:22 -0400)]
ChangeLog fix
Glenn Morris [Mon, 16 Apr 2012 19:21:32 +0000 (15:21 -0400)]
Header comment trivial fix
Glenn Morris [Mon, 16 Apr 2012 19:20:42 +0000 (15:20 -0400)]
* lisp/emacs-lisp/cl-extra.el (*random-state*): Remove unnecessary declaration.
Glenn Morris [Mon, 16 Apr 2012 19:18:36 +0000 (15:18 -0400)]
* lisp/calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
Glenn Morris [Mon, 16 Apr 2012 19:13:44 +0000 (15:13 -0400)]
* configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
Glenn Morris [Mon, 16 Apr 2012 19:09:19 +0000 (15:09 -0400)]
* lisp/gnus/nndraft.el (nndraft-request-list): Fix declaration.
Glenn Morris [Mon, 16 Apr 2012 19:06:02 +0000 (15:06 -0400)]
Fix comment typo
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.
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.
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).
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.
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
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.
Glenn Morris [Mon, 16 Apr 2012 18:41:38 +0000 (14:41 -0400)]
* lisp/frame.el (automatic-hscrolling): Make this alias obsolete.
Glenn Morris [Mon, 16 Apr 2012 18:32:59 +0000 (14:32 -0400)]
* configure.in: Remove X libs workaround for old autoconf.
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).
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.
Paul Eggert [Mon, 16 Apr 2012 15:21:26 +0000 (08:21 -0700)]
Merge from trunk.
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
Paul Eggert [Mon, 16 Apr 2012 06:40:21 +0000 (23:40 -0700)]
Merge from trunk.
Paul Eggert [Mon, 16 Apr 2012 06:39:21 +0000 (23:39 -0700)]
* alloc.c: Remove one incorrect comment and fix another.
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.
Paul Eggert [Mon, 16 Apr 2012 03:39:50 +0000 (20:39 -0700)]
Merge from trunk.
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.
Paul Eggert [Mon, 16 Apr 2012 01:22:25 +0000 (18:22 -0700)]
Merge from trunk.
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.
Paul Eggert [Mon, 16 Apr 2012 01:12:46 +0000 (18:12 -0700)]
Merge from trunk.
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!".
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>.
Paul Eggert [Mon, 16 Apr 2012 00:35:58 +0000 (17:35 -0700)]
Merge from trunk.
Paul Eggert [Mon, 16 Apr 2012 00:33:25 +0000 (17:33 -0700)]
* alloc.c (which_symbols): Fix alignment issue / type clash.
Paul Eggert [Sun, 15 Apr 2012 23:55:52 +0000 (16:55 -0700)]
Merge from trunk.
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
Chong Yidong [Sun, 15 Apr 2012 15:15:00 +0000 (23:15 +0800)]
lisp/frame.el: Minor rearrangement.
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.
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
Chong Yidong [Sun, 15 Apr 2012 07:28:01 +0000 (15:28 +0800)]
Merge from emacs-24 branch
Chong Yidong [Sun, 15 Apr 2012 07:21:23 +0000 (15:21 +0800)]
* doc/emacs/misc.texi (emacsclient Options): More clarifications.
Juanma Barranquero [Sun, 15 Apr 2012 02:59:30 +0000 (04:59 +0200)]
Fix ChangeLog typos.
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.
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.
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.
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
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
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.
Glenn Morris [Sat, 14 Apr 2012 18:14:01 +0000 (11:14 -0700)]
* lisp/international/mule-cmds.el (set-language-environment): Doc fix.
Paul Eggert [Sat, 14 Apr 2012 18:11:27 +0000 (11:11 -0700)]
Merge from trunk.
Glenn Morris [Sat, 14 Apr 2012 17:53:52 +0000 (10:53 -0700)]
Comment.
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.
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
Lars Ingebrigtsen [Sat, 14 Apr 2012 11:36:26 +0000 (13:36 +0200)]
(server-generate-key): `called-interactively-p' requires a parameter.
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
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.
Paul Eggert [Sat, 14 Apr 2012 06:38:33 +0000 (23:38 -0700)]
Merge from trunk.
Leo Liu [Sat, 14 Apr 2012 06:28:57 +0000 (14:28 +0800)]
* lisp/vc/diff-mode.el (diff-file-prev/next): Fix typo.
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.
Paul Eggert [Sat, 14 Apr 2012 05:16:02 +0000 (22:16 -0700)]
Merge from trunk.
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.
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.
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.
Paul Eggert [Sat, 14 Apr 2012 04:37:44 +0000 (21:37 -0700)]
Merge from trunk.
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
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".
Glenn Morris [Sat, 14 Apr 2012 02:40:49 +0000 (19:40 -0700)]
More small edits for doc/emacs/mule.texi
* doc/emacs/mule.texi (Select Input Method, Coding Systems):
State command names in kbd tables.
(Recognize Coding): Add cross-ref.
(Output Coding): Don't mention message mode in particular.
(Text Coding, Communication Coding, File Name Coding, Terminal Coding):
Copyedits.
Stefan Monnier [Sat, 14 Apr 2012 02:31:50 +0000 (22:31 -0400)]
* lisp/progmodes/which-func.el (which-func-modes): Change default.
Glenn Morris [Sat, 14 Apr 2012 01:59:01 +0000 (18:59 -0700)]
Remove unnecessary @setfilename commands from many doc/lispref/*.texi
Glenn Morris [Sat, 14 Apr 2012 01:46:06 +0000 (18:46 -0700)]
Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.org
Glenn Morris [Sat, 14 Apr 2012 01:33:08 +0000 (18:33 -0700)]
Changed defcustoms should get :version bumps
Vivek Dasmohapatra [Fri, 13 Apr 2012 22:31:23 +0000 (00:31 +0200)]
* hexl.el (hexl-insert-char): Make display sizes other than 16 work.
Masatake YAMATO [Fri, 13 Apr 2012 21:43:03 +0000 (23:43 +0200)]
Make `C-M-f' and friends work better when prompting for file names
* minibuffer.el (minibuffer-local-filename-syntax): New variable
to allow `C-M-f' and `C-M-b' to move to the nearest path
separator.
Lars Ingebrigtsen [Fri, 13 Apr 2012 21:17:38 +0000 (23:17 +0200)]
avoid.el compiliation fixups
* avoid.el: Require cl when compiling. And also move the
`provide' to the end.
Thierry Volpiatto [Fri, 13 Apr 2012 21:15:22 +0000 (23:15 +0200)]
Allow further `mouse-avoidance-mode' customisations
* avoid.el (mouse-avoidance-banish-position): New variable.
(mouse-avoidance-banish-destination): Use it.
Thierry Volpiatto [Fri, 13 Apr 2012 21:12:48 +0000 (23:12 +0200)]
Allow further `mouse-avoid-mode' customisations
* avoid.el (mouse-avoidance-banish-position): New variable.
(mouse-avoidance-banish-destination): Use it.
Atsuo Ohki [Fri, 13 Apr 2012 18:08:18 +0000 (14:08 -0400)]
* lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n".
Fixes: debbugs:11238
Leo Liu [Fri, 13 Apr 2012 15:19:58 +0000 (23:19 +0800)]
* lisp/progmodes/which-func.el (which-func-modes): Add objc-mode.
Ken Brown [Fri, 13 Apr 2012 15:15:42 +0000 (11:15 -0400)]
Adapt browse-url.el to improvements in Cygwin's cygstart utility.
* lisp/net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
this is no longer needed now that cygstart understands file://
URLs.
(browse-url-filename-alist): For the same reason, don't modify
file:// URLs on Cygwin.
Ken Brown [Fri, 13 Apr 2012 14:50:25 +0000 (10:50 -0400)]
* src/s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor.
Stefan Monnier [Fri, 13 Apr 2012 13:32:37 +0000 (09:32 -0400)]
* lisp/emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
the region on shift if the binding is already shifted.
Fixes: debbugs:11221