]>
git.eshelyaron.com Git - emacs.git/log
Paul Eggert [Sat, 29 Oct 2011 17:33:13 +0000 (10:33 -0700)]
Merge from trunk.
Paul Eggert [Sat, 29 Oct 2011 17:25:44 +0000 (10:25 -0700)]
* alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,
so that this new function doesn't get optimized away by a
whole-program optimizer. Make the 2nd arg EMACS_INT, not int.
Andreas Schwab [Sat, 29 Oct 2011 15:50:30 +0000 (17:50 +0200)]
* src/frame.h (MOUSE_HL_INFO): Remove excess parens.
Ulf Jasper [Sat, 29 Oct 2011 15:29:16 +0000 (17:29 +0200)]
newsticker: Fixed bug#9763, again
2011-10-29 Ulf Jasper <ulf.jasper@web.de>
* automated/newsticker-tests.el
(newsticker--group-manage-orphan-feeds): Use fset instead of flet.
Ulf Jasper [Sat, 29 Oct 2011 15:17:30 +0000 (17:17 +0200)]
newsticker: Fixed bug#9763
2011-10-29 Ulf Jasper <ulf.jasper@web.de>
* trunk/test/automated/newsticker-tests.el
(newsticker--group-manage-orphan-feeds): Prevent updating
newsticker treeview. Fixed bug#9763.
Eli Zaretskii [Sat, 29 Oct 2011 14:33:42 +0000 (16:33 +0200)]
etc/themes/wombat-theme.el: Add a coding cookie. (Bug#9905)
Eli Zaretskii [Sat, 29 Oct 2011 13:38:21 +0000 (15:38 +0200)]
Fix attribution for last commit in src/ChangeLog.
Eli Zaretskii [Sat, 29 Oct 2011 13:35:23 +0000 (15:35 +0200)]
Fix the `xbytecode' user-defined command in .gdbinit.
src/.gdbinit (xprintbytestr): New command.
(xwhichsymbols): Renamed from `which'; all callers changed.
(xbytecode): Print the byte-code string as well.
src/alloc.c (which_symbols): New function.
Eli Zaretskii [Sat, 29 Oct 2011 10:02:39 +0000 (12:02 +0200)]
Revert last commit.
Eli Zaretskii [Sat, 29 Oct 2011 09:36:42 +0000 (11:36 +0200)]
Fix bug #9902 with crash caused by clearing mouse highlight.
src/xdisp.c (note_mouse_highlight): Don't clear mouse highlight if
hlinfo->mouse_face_window is nil.
Andreas Schwab [Sat, 29 Oct 2011 08:54:06 +0000 (10:54 +0200)]
Fixes: debbugs:9903
* src/minibuf.c (read_minibuf_noninteractive): Allow reading empty
line.
Chong Yidong [Sat, 29 Oct 2011 08:41:39 +0000 (16:41 +0800)]
* lisp/subr.el (y-or-n-p): Add code for batch mode.
Fixes: debbugs:9818
Chong Yidong [Sat, 29 Oct 2011 06:09:02 +0000 (14:09 +0800)]
* lisp/mouse.el (mouse-yank-primary): Push the mark.
Fixes: debbugs:9894
Chong Yidong [Sat, 29 Oct 2011 04:37:29 +0000 (12:37 +0800)]
* flyspell.el (flyspell-word): Fix char offset for forged Ispell output.
Fixes: debbugs:7904
Chong Yidong [Sat, 29 Oct 2011 03:42:12 +0000 (11:42 +0800)]
* emacs-lisp/package.el (package-refresh-contents): Add autoload.
Stefan Monnier [Sat, 29 Oct 2011 00:41:20 +0000 (20:41 -0400)]
* etc/NEWS: Document the disappearance of binding caches.
Fixes: debbugs:9899
Stefan Monnier [Sat, 29 Oct 2011 00:39:57 +0000 (20:39 -0400)]
* lisp/doc-view.el: Avoid ugly errors about not finding nil.
(doc-view-ghostscript-program, doc-view-dvipdfm-program)
(doc-view-dvipdf-program, doc-view-unoconv-program)
(doc-view-ps2pdf-program, doc-view-pdftotext-program):
Avoid nil or absolute file name as default value.
(doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
Glenn Morris [Sat, 29 Oct 2011 00:12:02 +0000 (20:12 -0400)]
Revert problematic change to wait_reading_process_output.
* src/process.c (wait_reading_process_output): Revert 2009-08-30 change.
Not clear what it was for, and it causes various bugs. (Bug#9839)
Eli Zaretskii [Fri, 28 Oct 2011 18:41:09 +0000 (20:41 +0200)]
Fix use of uninitialized variable.
src/xdisp.c (note_mouse_highlight): Initialize `part', to avoid a
possible random value that matches one of those tested as
condition to clear the mouse face.
Alan Mackenzie [Fri, 28 Oct 2011 16:16:02 +0000 (16:16 +0000)]
Increment c-version to 5.32.2.
Alan Mackenzie [Fri, 28 Oct 2011 15:24:05 +0000 (15:24 +0000)]
Add and entry to ChangeLog.
Alan Mackenzie [Fri, 28 Oct 2011 15:18:00 +0000 (15:18 +0000)]
Merge.
Chong Yidong [Fri, 28 Oct 2011 15:17:09 +0000 (23:17 +0800)]
* src/xdisp.c (note_mouse_highlight): Fix use of uninitialized var.
See:
http://lists.gnu.org/archive/html/emacs-devel/2011-10/msg01202.html
Eli Zaretskii [Fri, 28 Oct 2011 15:03:13 +0000 (17:03 +0200)]
Document that UNICOWS.DLL is required to run Emacs on Windows 9X.
nt/README.W32: Mention UNICOWS.DLL as prerequisite for running
Emacs on Windows 9X.
admin/nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
running Emacs on Windows 9X.
Fixes: debbugs:8562
Deniz Dogan [Fri, 28 Oct 2011 14:47:50 +0000 (16:47 +0200)]
* net/rcirc.el (rcirc-mode): Use hard newlines.
Alan Mackenzie [Fri, 28 Oct 2011 14:37:05 +0000 (14:37 +0000)]
Boring merge.
Alan Mackenzie [Fri, 28 Oct 2011 14:35:39 +0000 (14:35 +0000)]
Boring merge from savannah.
Alan Mackenzie [Fri, 28 Oct 2011 14:34:39 +0000 (14:34 +0000)]
DTRT for c-beginning/end-of-defun in nested declaration scopes.
Dan Nicolaescu [Fri, 28 Oct 2011 14:34:06 +0000 (08:34 -0600)]
* src/window.c (make_window): Initialize phys_cursor_on_p.
Alan Mackenzie [Fri, 28 Oct 2011 14:02:04 +0000 (14:02 +0000)]
Merge
Alan Mackenzie [Fri, 28 Oct 2011 13:56:09 +0000 (13:56 +0000)]
Merge in random stuff from savannah.
Stefan Monnier [Fri, 28 Oct 2011 13:48:19 +0000 (09:48 -0400)]
* src/lisp.h (struct Lisp_Symbol): Update comments.
Juanma Barranquero [Fri, 28 Oct 2011 10:59:24 +0000 (12:59 +0200)]
src/w32font.c (w32_load_unicows_or_gdi32): Add missing return.
Eli Zaretskii [Fri, 28 Oct 2011 09:54:02 +0000 (11:54 +0200)]
Fix bug #8562 with Emacs display on Windows 9X.
Thanks to oslsachem <oslsachem@gmail.com> for helping to debug this.
src/w32font.c (g_b_init_is_w9x, g_b_init_get_outline_metrics_w)
(g_b_init_get_text_metrics_w, g_b_init_get_glyph_outline_w)
(g_b_init_get_glyph_outline_w): New static variables.
(GetOutlineTextMetricsW_Proc, GetTextMetricsW_Proc)
(GetGlyphOutlineW_Proc): New typedefs.
(w32_load_unicows_or_gdi32, get_outline_metrics_w)
(get_text_metrics_w, get_glyph_outline_w, globals_of_w32font): New
functions.
(w32font_open_internal, compute_metrics): Call
get_outline_metrics_w, get_text_metrics_w, and get_glyph_outline_w
instead of calling the "wide" APIs directly.
src/emacs.c (main) [HAVE_NTGUI]: Call globals_of_w32font.
src/w32.h (syms_of_w32font): Add prototype.
Stefan Monnier [Fri, 28 Oct 2011 02:50:05 +0000 (22:50 -0400)]
* lisp/vc/log-edit.el: Fill empty field rather than adding new one.
(log-edit-add-field): New function.
(log-edit-insert-changelog): Use it.
Mark Lillibridge [Fri, 28 Oct 2011 02:47:43 +0000 (22:47 -0400)]
* lisp/mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum.
Fixes: debbugs:9802
Stefan Monnier [Fri, 28 Oct 2011 02:22:38 +0000 (22:22 -0400)]
* lisp/progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
(gdb--check-interpreter): New function.
(gdb): Use it.
Alan Mackenzie [Thu, 27 Oct 2011 20:34:23 +0000 (20:34 +0000)]
Amend to indent and fontify macros "which include their own semicolon"
correctly, using the "virtual semicolon" mechanism.
cc-defs.el: Update "virtual semicolon" comments.
cc-engine.el (c-crosses-statement-barrier-p): Recoded to scan one line at
at time rather than having \n and \r explicitly in c-stmt-delim-chars
(for some modes, e.g. AWK).
(c-forward-label): Amend for virtual semicolons.
(c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions
cc-fonts.el (c-font-lock-declarations): Take account of the new C macros.
cc-langs.el (c-at-vsemi-p-fn, c-vsemi-status-unknown-p-fn): move to
earlier in the file.
(c-opt-cpp-symbol, c-line-comment-start-regexp): New language variables.
(c-opt-cpp-macro-define): Make into a full language variable.
(c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
AWK Mode (including \n, \r) removed, no longer needed.
cc-mode.el (c-mode, c++-mode, objc-mode): Invoke
c-make-macro-with-semi-re.
cc-vars.el (c-macro-with-semi-re, c-macro-names-with-semicolon): New
variables.
(c-make-macro-with-semi-re): New function
cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
(Other Special Indentations): Add an xref to "Macros with ;".
(Customizing Macros): Add stuff about syntax in macros. Add an xref to
"Macros with ;".
(Macros with ;): New page.
Glenn Morris [Thu, 27 Oct 2011 19:38:35 +0000 (15:38 -0400)]
* lisp/emacs-lisp/cl.el (most-negative-float): Fix doc typo.
Paul Eggert [Thu, 27 Oct 2011 18:20:24 +0000 (11:20 -0700)]
Merge from trunk.
Paul Eggert [Thu, 27 Oct 2011 18:15:18 +0000 (11:15 -0700)]
* process.c: (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_signal):
Don't assume pid_t fits in int.
Juanma Barranquero [Thu, 27 Oct 2011 14:35:51 +0000 (16:35 +0200)]
src/window.c: Fix typos in docstrings.
Glenn Morris [Thu, 27 Oct 2011 10:22:00 +0000 (06:22 -0400)]
Auto-commit of loaddefs files.
Chong Yidong [Thu, 27 Oct 2011 08:07:28 +0000 (16:07 +0800)]
More gnutls memory fixes.
* src/gnutls.c (emacs_gnutls_deinit): Deinit the gnutls_state if it is
non-NULL, regardless of GNUTLS_INITSTAGE.
(Fgnutls_boot): Cleanups. Call emacs_gnutls_deinit if we signal
an error. Set process slots as soon as we allocate them.
* src/gnutls.h (GNUTLS_LOG, GNUTLS_LOG2): Fix macros.
* src/process.c (make_process): Set gnutls_state to NULL.
Glenn Morris [Thu, 27 Oct 2011 07:21:00 +0000 (00:21 -0700)]
Add doc-strings to some cl float parameters.
* lisp/emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
* lisp/emacs-lisp/cl.el (most-positive-float, most-negative-float)
(least-positive-float, least-negative-float)
(least-positive-normalized-float, least-negative-normalized-float)
(float-epsilon, float-negative-epsilon): Add doc-strings,
based on those in cl.texi.
* lisp/emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
(least-positive-float, least-negative-float)
(least-positive-normalized-float, least-negative-normalized-float)
(float-epsilon, float-negative-epsilon):
Remove unnecessary declarations.
Glenn Morris [Thu, 27 Oct 2011 06:38:32 +0000 (23:38 -0700)]
Make set-visited-file-name reload local variables if needed.
* lisp/files.el (set-visited-file-name):
If the major-mode changed, reload the local variables.
Fixes: debbugs:9796
Chong Yidong [Thu, 27 Oct 2011 06:07:09 +0000 (14:07 +0800)]
Fix a memory leak in the built-in GnuTLS support.
* src/gnutls.c (emacs_gnutls_deinit): New function. Deallocate
credentials structures as well as calling gnutls_deinit.
(Fgnutls_deinit, Fgnutls_boot): Use it.
* src/process.c (make_process): Initialize GnuTLS credentials to NULL.
(deactivate_process): Call emacs_gnutls_deinit.
Chong Yidong [Thu, 27 Oct 2011 03:01:40 +0000 (11:01 +0800)]
Replace fundamental-mode-hook with change-major-mode-after-body-hook.
* lisp/simple.el (fundamental-mode):
* lisp/emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
change introducing fundamental-mode-hook.
* lisp/subr.el (change-major-mode-after-body-hook): New hook.
(run-mode-hooks): Run it.
* lisp/emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Use
change-major-mode-before-body-hook.
Juanma Barranquero [Thu, 27 Oct 2011 00:59:21 +0000 (02:59 +0200)]
src/image.c, src/w32*.c, lib-src/emacsclient.c: Silence warnings under -Wall.
Stefan Monnier [Wed, 26 Oct 2011 17:27:51 +0000 (13:27 -0400)]
* lisp/gnus/message.el: Don't insert TAB in headers with completion.
(message-completion-function): Don't fallback on message-tab-body-function
when message-completion-alist fails to find a completion.
Fixes: debbugs:9158
Juanma Barranquero [Wed, 26 Oct 2011 14:07:31 +0000 (16:07 +0200)]
Fix typos.
Juanma Barranquero [Wed, 26 Oct 2011 13:42:33 +0000 (15:42 +0200)]
* lisp/term/w32-win.el (w32-default-color-map): Declare obsolete.
* src/w32fns.c (w32_default_color_map): New function, extracted from
Fw32_default_color_map.
(Fw32_default_color_map, Fx_open_connection): Use it.
Glenn Morris [Wed, 26 Oct 2011 10:19:17 +0000 (06:19 -0400)]
Auto-commit of generated files.
Daiki Ueno [Wed, 26 Oct 2011 09:25:34 +0000 (09:25 +0000)]
mml.el: Support quoting <#secure> tag.
Michael Albinus [Wed, 26 Oct 2011 08:42:22 +0000 (10:42 +0200)]
* ido.el (ido-file-name-all-completions-1): Do not require
tramp.el explicitely. (Bug#7583)
Paul Eggert [Wed, 26 Oct 2011 07:54:36 +0000 (00:54 -0700)]
Add Bug#.
Paul Eggert [Wed, 26 Oct 2011 07:31:15 +0000 (00:31 -0700)]
Merge from trunk.
Paul Eggert [Wed, 26 Oct 2011 05:22:54 +0000 (22:22 -0700)]
* sysdep.c (system_process_attributes): Simplify pid_t handling.
Paul Eggert [Wed, 26 Oct 2011 04:49:46 +0000 (21:49 -0700)]
* syntax.c (ST_COMMENT_STYLE, ST_STRING_STYLE): Revert this part of the change.
Stefan Monnier [Wed, 26 Oct 2011 01:18:13 +0000 (21:18 -0400)]
* lisp/progmodes/octave-*.el: Update maintainer.
Chong Yidong [Wed, 26 Oct 2011 00:47:58 +0000 (08:47 +0800)]
* doc/emacs/modes.texi (Running Hooks): Document with-wrapper-hook.
Chong Yidong [Wed, 26 Oct 2011 00:44:06 +0000 (08:44 +0800)]
Document with-wrapper-hook.
* doc/emacs/modes.texi (Running Hooks): Document with-wrapper-hook.
* lisp/subr.el (with-wrapper-hook): Rewrite doc.
Paul Eggert [Tue, 25 Oct 2011 23:01:16 +0000 (16:01 -0700)]
Merge from trunk.
Paul Eggert [Tue, 25 Oct 2011 20:46:31 +0000 (13:46 -0700)]
* configure.in: Respect MAKE env-var. (Bug#9868, part 2)
Eli Zaretskii [Tue, 25 Oct 2011 16:54:19 +0000 (18:54 +0200)]
Don't put INSTALL into w32 binary distributions. (Bug#9861)
nt/makefile.w32-in (dist): Don't put the top-level INSTALL into the
distribution.
Nali Toja [Tue, 25 Oct 2011 16:41:26 +0000 (09:41 -0700)]
* configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (tiny change)
Fixes: debbugs:9868
Paul Eggert [Tue, 25 Oct 2011 16:36:20 +0000 (09:36 -0700)]
* dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2).
Stefan Monnier [Tue, 25 Oct 2011 12:54:04 +0000 (08:54 -0400)]
Make function-key-map apply when key is bound to `undefined'.
* src/keyboard.c (test_undefined): New function.
(read_key_sequence): Use it to detect when a key is bound to `undefined'.
Fixes: debbugs:9751
Michael Albinus [Tue, 25 Oct 2011 12:50:03 +0000 (14:50 +0200)]
* net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
filenames "/method:foo:".
Stefan Monnier [Tue, 25 Oct 2011 12:33:31 +0000 (08:33 -0400)]
* comint.el (comint-get-old-input-default): Fix thinko in last change.
Fixes: debbugs:9865
Glenn Morris [Tue, 25 Oct 2011 07:25:45 +0000 (00:25 -0700)]
* abbrevs.texi (Saving Abbrevs): quietly-read-abbrev-file is not a command.
Fixes: debbugs:9866
Enami Tsugutomo [Tue, 25 Oct 2011 04:27:47 +0000 (12:27 +0800)]
* sysdep.c (init_sys_modes): Fix the check for the controlling terminal.
Fixes: debbugs:6649
Christoph Scholtes [Tue, 25 Oct 2011 02:33:24 +0000 (20:33 -0600)]
* INSTALL: Update URL for GTK download page.
Stefan Monnier [Tue, 25 Oct 2011 02:19:17 +0000 (22:19 -0400)]
* lisp/comint.el (comint-get-old-input-default): Fix use-prompt-regexp case.
Fixes: debbugs:9865
Paul Eggert [Mon, 24 Oct 2011 23:16:02 +0000 (16:16 -0700)]
* character.c (Funibyte_string): Use CHECK_RANGED_INTEGER instead.
Paul Eggert [Mon, 24 Oct 2011 23:06:11 +0000 (16:06 -0700)]
*print.c (Fexternal_debugging_output): Use more-conservative overflow fix.
Paul Eggert [Mon, 24 Oct 2011 22:56:06 +0000 (15:56 -0700)]
* print.c (PRINTFINISH): Undo alloca change; not needed.
Paul Eggert [Mon, 24 Oct 2011 21:57:02 +0000 (14:57 -0700)]
* lread.c: Fix off-by-one error that can read outside a buffer.
Juanma Barranquero [Mon, 24 Oct 2011 19:29:19 +0000 (21:29 +0200)]
lisp/facemenu.el: Slightly expand a comment in `list-colors-duplicates'.
Glenn Morris [Mon, 24 Oct 2011 17:37:03 +0000 (13:37 -0400)]
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
Glenn Morris [Mon, 24 Oct 2011 10:18:38 +0000 (06:18 -0400)]
Auto-commit of generated files.
Michael Albinus [Mon, 24 Oct 2011 08:02:02 +0000 (10:02 +0200)]
* notifications.el: Add the requirement of a running D-Bus session
bus to the Commentary.
Juri Linkov [Mon, 24 Oct 2011 05:56:04 +0000 (08:56 +0300)]
* lisp/isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
`search-whitespace-regexp' only when `isearch-regexp' is non-nil.
Fixes: debbugs:9364
Juri Linkov [Mon, 24 Oct 2011 05:47:05 +0000 (08:47 +0300)]
* lisp/info.el (Info-following-node-name-re): Add newline to the list
of allowed characters for leading space.
Fixes: debbugs:9824
Paul Eggert [Mon, 24 Oct 2011 03:05:21 +0000 (20:05 -0700)]
* keyboard.c (parse_modifiers_uncached): Simpler fix.
Stefan Monnier [Mon, 24 Oct 2011 02:56:59 +0000 (22:56 -0400)]
* lisp/progmodes/octave-inf.el (inferior-octave-mode-map): Fix C-c C-h binding.
* lisp/progmodes/octave-mod.el (octave-help): Remove.
Paul Eggert [Mon, 24 Oct 2011 02:40:23 +0000 (19:40 -0700)]
* configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
if the library is found. Otherwise, later configure-time tests,
such as the test for pthread_sigmask, generate the wrong results
on some platforms. Problem reported for FreeBSD by Nali Toja.
Stefan Monnier [Mon, 24 Oct 2011 02:03:24 +0000 (22:03 -0400)]
* subr.el (apply-partially): Remove redundant comment.
Chong Yidong [Mon, 24 Oct 2011 02:01:54 +0000 (10:01 +0800)]
Document scroll-up-line and scroll-down-line in Emacs manual.
* doc/emacs/display.texi (Scrolling): Document scroll-up-line and
scroll-down-line. Document scroll-command property.
(Recentering): New node, split off from Scrolling.
Also, minor copyedits to standardize on the phrase "key binding"
rather than "keybinding" in the manual.
Paul Eggert [Sun, 23 Oct 2011 16:21:23 +0000 (09:21 -0700)]
Merge from trunk.
Michael Albinus [Sun, 23 Oct 2011 16:08:19 +0000 (18:08 +0200)]
Sync with Tramp 2.2.3.
* trampver.texi: Update release number.
Michael Albinus [Sun, 23 Oct 2011 15:59:54 +0000 (17:59 +0200)]
Sync with Tramp 2.2.3.
* net/tramp-cache.el (top): Pacify byte-compiler using
`init-file-user' and `site-run-file'.
* net/trampver.el: Update release number.
Chong Yidong [Sun, 23 Oct 2011 14:57:53 +0000 (22:57 +0800)]
Document scroll bar changes in Emacs manual.
* doc/emacs/buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
* doc/emacs/frames.texi (Scroll Bars): GTK uses right scroll bars now.
(Tool Bars): Copyedits.
Paul Eggert [Sun, 23 Oct 2011 06:38:24 +0000 (23:38 -0700)]
Merge from trunk.
Chong Yidong [Sun, 23 Oct 2011 03:38:23 +0000 (11:38 +0800)]
Make vc-toggle-read-only an alias for toggle-read-only.
It hasn't worked in a VC sense since 2008-05-02T07:12:59Z!esr@snark.thyrsus.com, though this was
not documented at the time (grr).
* lisp/vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
for toggle-read-only. Note that this hasn't called vc-next-action
since 2008-05-02, though it wasn't documented at the time.
* lisp/files.el (toggle-read-only): Remove obsolete comment about
version control.
* doc/emacs/buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
* lisp/cedet/ede.el (ede-maybe-checkout): Function deleted;
vc-toggle-read-only does not do version control now.
* lisp/cedet/ede/project-am.el (project-remove-file, project-add-file)
(project-new-target): Don't call ede-maybe-checkout.
* lisp/cedet/ede/util.el (ede-make-buffer-writable): Don't use
vc-toggle-read-only.
* lisp/vc/ediff-init.el (ediff-toggle-read-only-function): Use
toggle-read-only.
Martin Rudalics [Sat, 22 Oct 2011 17:06:13 +0000 (19:06 +0200)]
In mouse-drag-line correctly use window-in-direction.
Chong Yidong [Sat, 22 Oct 2011 10:57:50 +0000 (18:57 +0800)]
* doc/emacs/windows.texi (Displaying Buffers): Fix broken lispref link.
Alan Mackenzie [Sat, 22 Oct 2011 10:17:25 +0000 (10:17 +0000)]
Fix bug #9560, sporadic wrong indentation; improve instrumentation of
c-parse-state.
cc-engine.el (c-append-lower-brace-pair-to-state-cache): correct faulty
logical expression.
(c-parse-state-state, c-record-parse-state-state):
(c-replay-parse-state-state): New defvar/defuns.
(c-debug-parse-state): Use new functions.
Martin Rudalics [Sat, 22 Oct 2011 09:43:09 +0000 (11:43 +0200)]
Fix minibuffer resizing.
* mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
last change.
Eli Zaretskii [Sat, 22 Oct 2011 09:17:01 +0000 (11:17 +0200)]
Fix bugs #641 and #9794 with %Z and current-time-zone on w32.
nt/config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define.