summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | gnus-registry-enabled fixes to give default value.Ted Zlatanov2011-10-315-11/+10
| |
* | Fix previous commit.Eli Zaretskii2011-10-313-12/+11
| | | | | | | | | | | | config.bat: Use config.in and Makefile.in from src/ and lib/, if they exist there, else from autogen/. make-dist: Don't add `autogen'.
* | Fix distribution tarball for the MS-DOS build.Eli Zaretskii2011-10-314-1/+20
| | | | | | | | | | | | | | | | | | 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.
* | * lisp/subr.el (keymap--menu-item-with-binding): Ignore item if not aAndreas Schwab2011-10-312-0/+6
| | | | | | | | menu-item.
* | Auto-commit of generated files.Glenn Morris2011-10-311-10/+10
| |
* | Bump version to 24.0.91.Chong Yidong2011-10-3115-1242/+1478
| | | | | | | | Regenerate AUTHORS and ldefs-boot.el.
* | Adjust comment.Vinicius Jose Latorre2011-10-301-2/+2
| |
* | Better code for whitespace-newline-mode.Vinicius Jose Latorre2011-10-301-6/+3
| |
* | * admin/grammars/bovine-grammar.el: Avoid using old-style backquotes.David Engster2011-10-312-0/+23
| |
* | Disable whitespace-newline-mode properly.Vinicius Jose Latorre2011-10-304-5/+15
| |
* | Fix random crashes while scrolling backwards.Eli Zaretskii2011-10-302-3/+7
| | | | | | | | | | src/xdisp.c (try_cursor_movement): Make sure ROW isn't decremented past the beginning of the current glyph matrix.
* | Fix bug 9869.Jan Djärv2011-10-302-1/+17
| | | | | | | | | | | | xterm.c: Include X11/Xproto.h if HAVE_GTK3. (x_error_handler): Ignore BadMatch for X_SetInputFocus for HAVE_GTK3 (Bug#9869).
* | * gtkutil.c (xg_win_to_widget, xg_event_is_for_menubar): InitializeJan Djärv2011-10-302-0/+5
| | | | | | | | | | | | type to GDK_NOTHING so valgrind does not complain. Fixes: debbugs:9901
* | Fix hang after C-z in gnome-shell.Jan Djärv2011-10-303-12/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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).
* | newsticker: Clean up newsticker--group-manage-orphan-feedsUlf Jasper2011-10-304-15/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Remove "iso-" infix from window combination functions.Martin Rudalics2011-10-306-33/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | * lisp/eshell/esh-cmd.el (eshell-rewrite-for-command): Fix last change.Stefan Monnier2011-10-302-15/+25
| | | | | | | | | | | | (eshell-do-eval): Handle multiple expressions in `while' body. Fixes: debbugs:9907
* | * lisp/eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the listStefan Monnier2011-10-292-186/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | * viper-cmd.el (viper-exec-change): Use push-mark not set-mark.Chong Yidong2011-10-302-3/+7
| | | | | | | | Fixes: debbugs:9810
* | Rename split-window-{above-each-other|split-window-side-by-side}Chong Yidong2011-10-3027-91/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,Paul Eggert2011-10-292-1/+8
| | | | | | | | | | so that this new function doesn't get optimized away by a whole-program optimizer. Make the 2nd arg EMACS_INT, not int.
* | * src/frame.h (MOUSE_HL_INFO): Remove excess parens.Andreas Schwab2011-10-292-37/+41
| |
* | newsticker: Fixed bug#9763, againUlf Jasper2011-10-292-3/+9
| | | | | | | | | | | | | | 2011-10-29 Ulf Jasper <ulf.jasper@web.de> * automated/newsticker-tests.el (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
* | newsticker: Fixed bug#9763Ulf Jasper2011-10-292-1/+10
| | | | | | | | | | | | | | | | 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.
* | etc/themes/wombat-theme.el: Add a coding cookie. (Bug#9905)Eli Zaretskii2011-10-292-1/+5
| |
* | Fix attribution for last commit in src/ChangeLog.Eli Zaretskii2011-10-291-0/+2
| |
* | Fix the `xbytecode' user-defined command in .gdbinit.Eli Zaretskii2011-10-293-6/+80
| | | | | | | | | | | | | | 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.
* | Revert last commit.Eli Zaretskii2011-10-292-13/+8
| |
* | Fix bug #9902 with crash caused by clearing mouse highlight.Eli Zaretskii2011-10-292-8/+13
| | | | | | | | | | src/xdisp.c (note_mouse_highlight): Don't clear mouse highlight if hlinfo->mouse_face_window is nil.
* | Fixes: debbugs:9903Andreas Schwab2011-10-292-2/+7
| | | | | | | | | | * src/minibuf.c (read_minibuf_noninteractive): Allow reading empty line.
* | * lisp/subr.el (y-or-n-p): Add code for batch mode.Chong Yidong2011-10-292-6/+22
| | | | | | | | Fixes: debbugs:9818
* | * lisp/mouse.el (mouse-yank-primary): Push the mark.Chong Yidong2011-10-292-5/+8
| | | | | | | | Fixes: debbugs:9894
* | * flyspell.el (flyspell-word): Fix char offset for forged Ispell output.Chong Yidong2011-10-292-1/+4
| | | | | | | | Fixes: debbugs:7904
* | * emacs-lisp/package.el (package-refresh-contents): Add autoload.Chong Yidong2011-10-292-0/+5
| |
* | * etc/NEWS: Document the disappearance of binding caches.Stefan Monnier2011-10-282-0/+7
| | | | | | | | Fixes: debbugs:9899
* | * lisp/doc-view.el: Avoid ugly errors about not finding nil.Stefan Monnier2011-10-282-14/+23
| | | | | | | | | | | | | | | | (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.
* | Revert problematic change to wait_reading_process_output.Glenn Morris2011-10-282-9/+9
| | | | | | | | | | * 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)
* | Fix use of uninitialized variable.Eli Zaretskii2011-10-282-1/+7
| | | | | | | | | | | | 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.
* | Increment c-version to 5.32.2.Alan Mackenzie2011-10-283-30/+38
|/
* Add and entry to ChangeLog.Alan Mackenzie2011-10-281-0/+27
|
* Merge.Alan Mackenzie2011-10-288-20/+65
|\
| * * src/xdisp.c (note_mouse_highlight): Fix use of uninitialized var.Chong Yidong2011-10-282-4/+11
| | | | | | | | | | See: http://lists.gnu.org/archive/html/emacs-devel/2011-10/msg01202.html
| * Document that UNICOWS.DLL is required to run Emacs on Windows 9X.Eli Zaretskii2011-10-284-16/+49
| | | | | | | | | | | | | | | | | | 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
| * * net/rcirc.el (rcirc-mode): Use hard newlines.Deniz Dogan2011-10-282-0/+5
| |
* | Boring merge.Alan Mackenzie2011-10-282-0/+5
|\|
| * * src/window.c (make_window): Initialize phys_cursor_on_p.Dan Nicolaescu2011-10-282-0/+5
| |
* | Boring merge from savannah.Alan Mackenzie2011-10-2879-724/+1483
|\|
| * MergeAlan Mackenzie2011-10-2810-103/+340
| |\
| | * * src/lisp.h (struct Lisp_Symbol): Update comments.Stefan Monnier2011-10-283-81/+79
| | |
| | * src/w32font.c (w32_load_unicows_or_gdi32): Add missing return.Juanma Barranquero2011-10-282-1/+5
| | |