1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-25 14:01:33 -08:00
Commit graph

103133 commits

Author SHA1 Message Date
Eli Zaretskii
0bd3cb7b2f Fix distribution tarball for the MS-DOS build.
make-dist (tempdir): Create `autogen'.
 (msdos): Add depfiles.bat and inttypes.h.
 (autogen): Put README, config.in, and Makefile.in ionto the
 distribution, they are needed for the MS-DOS build.
 msdos/sed3v2.inp (insrcdir): Comment out definition.
 $(insrcdir): Edit into MS-DOS existence test.
2011-10-31 19:37:39 +02:00
Andreas Schwab
08e1d82c88 * lisp/subr.el (keymap--menu-item-with-binding): Ignore item if not a
menu-item.
2011-10-31 11:53:16 +01:00
Glenn Morris
c5248a7e98 Auto-commit of generated files. 2011-10-31 06:18:33 -04:00
Chong Yidong
2e5f9e42d0 Bump version to 24.0.91.
Regenerate AUTHORS and ldefs-boot.el.
2011-10-31 10:25:01 +08:00
Vinicius Jose Latorre
44a31225c3 Adjust comment. 2011-10-30 23:39:04 -02:00
Vinicius Jose Latorre
e1cf81b4ad Better code for whitespace-newline-mode. 2011-10-30 23:15:40 -02:00
David Engster
72b8747b4f * admin/grammars/bovine-grammar.el: Avoid using old-style backquotes. 2011-10-31 09:00:32 +08:00
Vinicius Jose Latorre
84bd6e9e02 Disable whitespace-newline-mode properly. 2011-10-30 22:37:09 -02:00
Eli Zaretskii
c2ff3c02a4 Fix random crashes while scrolling backwards.
src/xdisp.c (try_cursor_movement): Make sure ROW isn't decremented
 past the beginning of the current glyph matrix.
2011-10-30 20:07:48 +02:00
Jan Djärv
6e56383b57 Fix bug 9869.
xterm.c: Include X11/Xproto.h if HAVE_GTK3.
(x_error_handler): Ignore BadMatch for X_SetInputFocus for
HAVE_GTK3 (Bug#9869).
2011-10-30 19:04:13 +01:00
Jan Djärv
3b574623e9 * gtkutil.c (xg_win_to_widget, xg_event_is_for_menubar): Initialize
type to GDK_NOTHING so valgrind does not complain.

Fixes: debbugs:9901
2011-10-30 18:31:02 +01:00
Jan Djärv
b77a6a7f9c Fix hang after C-z in gnome-shell.
* xterm.c: Declare x_handle_net_wm_state to return int.
(handle_one_xevent): Check if we are iconified but don't have
_NET_WM_STATE_HIDDEN.  If do, treat as deiconify.
(get_current_wm_state): Return non-zero if not hidden,
check for _NET_WM_STATE_HIDDEN (Bug#9893).
(do_ewmh_fullscreen): Ignore return value from get_current_wm_state.
(x_handle_net_wm_state): Return what get_current_wm_state returns.
(x_term_init): Initialize dpyinfo->Xatom_net_wm_state_hidden.

* xterm.h (x_display_info): Add Xatom_net_wm_state_hidden (Bug#9893).
2011-10-30 18:17:48 +01:00
Ulf Jasper
dba0634a93 newsticker: Clean up newsticker--group-manage-orphan-feeds
2011-10-30  Ulf Jasper  <ulf.jasper@web.de>

	* net/newst-treeview.el: Remove "Time-stamp".
	(newsticker--group-manage-orphan-feeds): Do not call
	newsticker--treeview-tree-update.
	(newsticker-treeview-update, newsticker-treeview): Call
	newsticker--treeview-tree-update if necessary.

2011-10-30  Ulf Jasper  <ulf.jasper@web.de>

	* automated/newsticker-tests.el
	(newsticker--group-manage-orphan-feeds): Removed fsetting of
	newsticker--treeview-tree-update.
2011-10-30 16:21:37 +01:00
Martin Rudalics
3d8daefefa Remove "iso-" infix from window combination functions.
* window.el (window-iso-combination-p, window-iso-combined-p)
(window-iso-combinations): Remove "iso-" infix.  Suggested by
Chong Yidong.
(window-min-size-1, window-size-fixed-1, window-min-delta-1)
(window-max-delta-1, window-resize, window--resize-siblings)
(window--resize-this-window, adjust-window-trailing-edge)
(split-window, balance-windows-1)
(shrink-window-if-larger-than-buffer):
* calendar/calendar.el (calendar-generate-window):
* help.el (resize-temp-buffer-window): Adjust callers
accordingly.
* windows.texi (Windows and Frames): Remove "iso-" infix from
documentation of window-iso-combined-p.
2011-10-30 09:29:56 +01:00
Stefan Monnier
c1e2f5fa69 * lisp/eshell/esh-cmd.el (eshell-rewrite-for-command): Fix last change.
(eshell-do-eval): Handle multiple expressions in `while' body.

Fixes: debbugs:9907
2011-10-30 04:01:31 -04:00
Stefan Monnier
1bc4c3aeb9 * lisp/eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
in place.
(eshell-subcommand-arg-values, eshell-rewrite-named-command)
(eshell-rewrite-if-command, eshell-rewrite-for-command)
(eshell-structure-basic-command, eshell-rewrite-while-command)
(eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
(eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
(eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
(eshell-do-pipelines-synchronously, eshell-eval-command):
Use backquotes and prefer setq to set.
(eshell-lookup-function, function-p-func, eshell-functionp): Remove.
(eshell-macrop): Use functionp.

Fixes: debbugs:9907
2011-10-29 23:58:48 -04:00
Chong Yidong
30b65d9ce6 * viper-cmd.el (viper-exec-change): Use push-mark not set-mark.
Fixes: debbugs:9810
2011-10-30 11:39:11 +08:00
Chong Yidong
2d197ffbe2 Rename split-window-{above-each-other|split-window-side-by-side}
to split-window-below and split-window-right.

* lisp/window.el (split-window-below, split-window-right): Rename from
split-window-above-each-other and split-window-side-by-side
respectively.  All callers changed.
(split-window-sensibly, split-window-sensibly): Use them.
(split-window-keep-point): Doc fix.

* lisp/isearch.el: Add isearch-scroll property to split-window-below
and split-window-right.

* lisp/follow.el (follow-mode):
* lisp/vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
* lisp/progmodes/ada-xref.el (ada-gdb-application):
* lisp/emulation/vip.el (vip-buffer-in-two-windows):
* lisp/image-dired.el (image-dired-dired-with-window-configuration):
* lisp/dired-x.el (dired-do-find-marked-files):
* lisp/dired.el (dired-pop-to-buffer):
* lisp/bs.el (bs--show-with-configuration):
* lisp/vc/emerge.el (emerge-setup-windows):
* lisp/textmodes/two-column.el (2C-two-columns):
* lisp/textmodes/reftex-toc.el (reftex-toc):
* lisp/progmodes/gdb-mi.el (gdb-setup-windows):
* lisp/progmodes/fortran.el (fortran-window-create):
* lisp/net/newst-treeview.el (newsticker--treeview-window-init):
* lisp/emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
* lisp/emulation/tpu-edt.el (tpu-gold-map):
* lisp/emulation/crisp.el (crisp-mode-map):
* lisp/calendar/calendar.el (calendar-basic-setup): Callers changed.
2011-10-30 09:56:03 +08:00
Paul Eggert
196e41e4ae * 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.
2011-10-29 10:25:44 -07:00
Andreas Schwab
021f2e1a47 * src/frame.h (MOUSE_HL_INFO): Remove excess parens. 2011-10-29 17:50:30 +02:00
Ulf Jasper
73c3f81d49 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.
2011-10-29 17:29:16 +02:00
Ulf Jasper
6d6a626c20 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.
2011-10-29 17:17:30 +02:00
Eli Zaretskii
5f72f6cb08 etc/themes/wombat-theme.el: Add a coding cookie. (Bug#9905) 2011-10-29 16:33:42 +02:00
Eli Zaretskii
4452fb80c7 Fix attribution for last commit in src/ChangeLog. 2011-10-29 15:38:21 +02:00
Eli Zaretskii
8b058d4474 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.
2011-10-29 15:35:23 +02:00
Eli Zaretskii
aa4dfba7fd Revert last commit. 2011-10-29 12:02:39 +02:00
Eli Zaretskii
567843934e 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.
2011-10-29 11:36:42 +02:00
Andreas Schwab
21b7206797 Fixes: debbugs:9903
* src/minibuf.c (read_minibuf_noninteractive): Allow reading empty
line.
2011-10-29 10:54:06 +02:00
Chong Yidong
aa4de34102 * lisp/subr.el (y-or-n-p): Add code for batch mode.
Fixes: debbugs:9818
2011-10-29 16:41:39 +08:00
Chong Yidong
e1eb5385bb * lisp/mouse.el (mouse-yank-primary): Push the mark.
Fixes: debbugs:9894
2011-10-29 14:09:02 +08:00
Chong Yidong
5d2ece3cd2 * flyspell.el (flyspell-word): Fix char offset for forged Ispell output.
Fixes: debbugs:7904
2011-10-29 12:37:29 +08:00
Chong Yidong
38bb2ca88d * emacs-lisp/package.el (package-refresh-contents): Add autoload. 2011-10-29 11:42:12 +08:00
Stefan Monnier
be890cb842 * etc/NEWS: Document the disappearance of binding caches.
Fixes: debbugs:9899
2011-10-28 20:41:20 -04:00
Stefan Monnier
d0af9f775a * 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.
2011-10-28 20:39:57 -04:00
Glenn Morris
83ed7b5c7e 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)
2011-10-28 20:12:02 -04:00
Eli Zaretskii
5a7a728bb7 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.
2011-10-28 20:41:09 +02:00
Alan Mackenzie
52bedd3438 Increment c-version to 5.32.2. 2011-10-28 16:16:02 +00:00
Alan Mackenzie
7e43cfa5ec Add and entry to ChangeLog. 2011-10-28 15:24:05 +00:00
Alan Mackenzie
e376ea4f73 Merge. 2011-10-28 15:18:00 +00:00
Chong Yidong
d3d0842fe2 * src/xdisp.c (note_mouse_highlight): Fix use of uninitialized var.
See:
http://lists.gnu.org/archive/html/emacs-devel/2011-10/msg01202.html
2011-10-28 23:17:09 +08:00
Eli Zaretskii
8cedc5acf9 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
2011-10-28 17:03:13 +02:00
Deniz Dogan
1a2ce9ee38 * net/rcirc.el (rcirc-mode): Use hard newlines. 2011-10-28 16:47:50 +02:00
Alan Mackenzie
1aecd7ec0e Boring merge. 2011-10-28 14:37:05 +00:00
Alan Mackenzie
93b5b3bdc8 Boring merge from savannah. 2011-10-28 14:35:39 +00:00
Alan Mackenzie
020716e178 DTRT for c-beginning/end-of-defun in nested declaration scopes. 2011-10-28 14:34:39 +00:00
Dan Nicolaescu
31b39d1389 * src/window.c (make_window): Initialize phys_cursor_on_p. 2011-10-28 08:34:06 -06:00
Alan Mackenzie
bc97a826f8 Merge 2011-10-28 14:02:04 +00:00
Alan Mackenzie
c0f13227ab Merge in random stuff from savannah. 2011-10-28 13:56:09 +00:00
Stefan Monnier
9aba60432c * src/lisp.h (struct Lisp_Symbol): Update comments. 2011-10-28 09:48:19 -04:00
Juanma Barranquero
c20992f469 src/w32font.c (w32_load_unicows_or_gdi32): Add missing return. 2011-10-28 12:59:24 +02:00