aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge.Alan Mackenzie2011-11-03121-1837/+2453
|\
| * (url-cookie-expired-p): Protect against zero-length cookie expiry dates.Lars Magne Ingebrigtsen2011-11-032-1/+7
| |
| * * srecode.el:David Engster2011-11-0329-40/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * srecode/texi.el: * srecode/template.el: * srecode/java.el: * srecode/insert.el: * srecode/document.el: * srecode/dictionary.el: * srecode/compile.el: * semantic/wisent/java-tags.el: * semantic/texi.el: * semantic/sort.el: * semantic/lex-spp.el: * semantic/idle.el: * semantic/html.el: * semantic/db-typecache.el: * semantic/analyze/complete.el: * ede/generic.el: * ede/custom.el: * ede/cpp-root.el: * ede/base.el: Fix filenames in comments and headers. * semantic/db-find.el: * srecode/insert.el (srecode-insert-include-lookup): * ede/proj-comp.el (ede-compilation-program): Fix it's -> its in comments and docstrings. * semantic/ctxt.el (semantic-end-of-context-default): * semantic/find.el (semantic-find-tags-by-scope-protection): * semantic/java.el (semantic-documentation-for-tag): Fix typos in docstrings. * semantic/db.el (semanticdb-table, semanticdb-abstract-cache) (semanticdb-abstract-db-cache): * semantic/decorate/include.el (semantic-decoration-unknown-include-describe): Fix filenames in docstring. * semantic/ede-grammar.el (semantic-ede-grammar-compiler-wisent): (semantic-ede-grammar-compiler-bovine): Fix requires that are added to the grammar-make-script.
| * * lisp/gnus/nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.Stefan Monnier2011-11-032-0/+12
| |
| * src/ChangeLog: Fix entry for last commit.Eli Zaretskii2011-11-031-1/+1
| |
| * Fix bug #9943 with abort at shutdown.Eli Zaretskii2011-11-032-0/+6
| | | | | | | | | | src/w32fns.c (unwind_create_frame): If needed, free the glyph matrices of the partially constructed frame.
| * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why we ↵Teodor Zlatanov2011-11-022-1/+7
| | | | | | | | don't use `bound-and-true-p'.
| * * lisp/window.el (switch-to-buffer): Use `force-same-window' interactively.Stefan Monnier2011-11-022-12/+15
| |
| * In quit-window call unrecord-window-buffer later. (Bug#9937)Martin Rudalics2011-11-022-3/+12
| | | | | | | | | | | | | | * window.el (quit-window): Call unrecord-window-buffer after showing another buffer in the window. (Bug#9937) (bury-buffer): Call switch-to-prev-buffer with second argument 'bury.
| * Rename `gnus-bound-and-true-dumber-p' to `gnus-bound-and-true-p'.Teodor Zlatanov2011-11-024-11/+11
| |
| * Fix typos.Juanma Barranquero2011-11-022-8/+7
| |
| * Fix bug#9935Juanma Barranquero2011-11-022-2/+8
| | | | | | | | | | * lisp/vc/vc-bzr.el: Accept status with more than 9 shelves. Reported by Colin D Bennett <[email protected]>.
| * ChangeLog fixes.Glenn Morris2011-11-012-4/+3
| |
| * Rename locals to match their nature.Eli Zaretskii2011-11-012-18/+20
| | | | | | | | | | src/xdisp.c (mouse_face_from_buffer_pos, note_mouse_highlight): Rename cover_string to disp_string.
| * Fix mouse highlight in continued lines on a TTY.Eli Zaretskii2011-11-012-8/+12
| | | | | | | | | | | | src/xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment. Don't stop backward scan on the continuation glyph, even though its CHARPOS is positive.
| * Remove unused variable temp-buffer-show-specifiers.Martin Rudalics2011-11-014-18/+13
| | | | | | | | | | | | | | | | * window.c (temp_output_buffer_show): Don't use Vtemp_buffer_show_specifiers. (Vtemp_buffer_show_specifiers): Remove unused variable. * help.el (with-help-window): Don't reference temp-buffer-show-specifiers in doc-string.
| * gnus-bound-and-true-dumper-p to fix XEmacs build.Ted Zlatanov2011-10-314-2/+11
| |
| * gnus.texi (Other Gnus Versions): Remove.Katsumi Yamaoka2011-10-312-18/+4
| |
| * 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 <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * 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