aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Spelling fixes.Paul Eggert2011-11-14101-172/+168
|
* rmailmm doc fixes.Glenn Morris2011-11-142-29/+34
| | | | | | | | * lisp/mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment) (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode) (rmail-mime-toggle-hidden, rmail-mime-insert-tagline) (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse) (rmail-mime, rmail-show-mime): Doc fixes.
* ns-win.el fix for bug#10051Glenn Morris2011-11-142-3/+3
| | | | * lisp/term/ns-win.el (mode-line-frame-identification): Leave it alone.
* Fix typos.Juanma Barranquero2011-11-1525-68/+91
|
* * lisp/simple.el (mark-whole-buffer): Doc fix. (Bug#10023)Glenn Morris2011-11-142-0/+3
|
* rmailout fix for bug#9978.Glenn Morris2011-11-142-5/+11
| | | | | * lisp/mail/rmailout.el (rmail-output-to-rmail-buffer): Handle empty buffers.
* Spelling fixes.Paul Eggert2011-11-14112-337/+329
|
* * lib-src/Makefile.in (all): Make sure "all" is the first target.Dan Nicolaescu2011-11-142-2/+6
|
* Fix typos.Juanma Barranquero2011-11-1453-76/+110
|
* Spelling fixes.Paul Eggert2011-11-1469-137/+125
|
* Fix bug #10035 with assertion violation in row_equal_p.Eli Zaretskii2011-11-142-4/+17
| | | | | | | | src/xdisp.c (display_line): Move the call to highlight_trailing_whitespace before the call to compute_line_metrics, since the latter needs to see the final faces of all the glyphs to compute ROW's hash value. Fixes assertion violations in row_equal_p.
* Fix bug#10044Juanma Barranquero2011-11-142-2/+7
| | | | | src/w32proc.c (reader_thread): Don't check pending input if cp->fd < 0, just return.
* Auto-commit of loaddefs files.Glenn Morris2011-11-141-1/+1
|
* If the server hangs up while we're talking to it, just `message' the error ↵Lars Magne Ingebrigtsen2011-11-142-1/+11
| | | | instead of throwing an error.
* rmail-summary fix.Glenn Morris2011-11-142-4/+4
| | | | | | | | | | | | * lisp/mail/rmailsum.el (rmail-summary): Remove movement to beginning of message - not necessary, and causes problems. I believe the call to rmail-summary-beginning-of-message was only thought to be necessary due to a couple of bugs in rmail-new-summary that are hopefully fixed now (`mesg' not being set, rmail-summary-buffer's buffer locality not being considered). Fixes: debbugs:9831
* * mail/rmailsum.el (rmail-new-summary): Preserve message number.Glenn Morris2011-11-142-1/+4
| | | | | | Nothing was setting the local variable `mesg'. Eg when looking at message 10, pressing h to get a summary would send you to message 1.
* Spelling fixes.Paul Eggert2011-11-1360-123/+116
|
* Small executable.el fix related to bug#9879.Glenn Morris2011-11-132-6/+14
| | | | | | * lisp/progmodes/executable.el (executable-make-buffer-file-executable-if-script-p): Handle file-modes returning nil.
* * lisp/mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.Glenn Morris2011-11-132-0/+4
|
* Rmail summary fixes for empty summaries.Glenn Morris2011-11-132-12/+15
| | | | | | | | * lisp/mail/rmailsum.el (rmail-summary, rmail-new-summary) (rmail-new-summary-1): Allow empty summaries. (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local. Fixes: debbugs:9964
* * inc/stdint.h (UINT64_MAX, UINT32_MAX): Fix values.Christoph Scholtes2011-11-132-2/+6
|
* Spelling fixes.Paul Eggert2011-11-1230-40/+39
|
* * INSTALL: Tiny updates for disk space used during installation.Glenn Morris2011-11-122-3/+7
|
* Allow building temacs with a larger heap on MS-Windows.Eli Zaretskii2011-11-122-1/+9
| | | | | | | src/makefile.w32-in (HEAPSIZE): New variable, allows to build temacs with user-defined heap size. Bump the default size of the temacs heap to 27MB, to avoid memory warning when running temacs. ($(TEMACS)): Use HEAPSIZE instead of a hardcoded value.
* Verify glyph row's hash values.Eli Zaretskii2011-11-122-0/+26
| | | | | | src/dispnew.c (verify_row_hash) [XASSERTS]: New function. (adjust_glyph_matrix, row_equal_p): Use it in xassert to verify that the hash value of glyph rows is correct.
* dispnew.c (scrolling_window): Fix index usage.Eli Zaretskii2011-11-122-4/+9
| | | | | src/dispnew.c (scrolling_window): Fix incorrect indices in accessing current_matrix and desired_matrix. (Bug#9990)
* Don't handle splits status.Martin Rudalics2011-11-127-117/+43
| | | | | | | | | | | | | | | | | * window.h (window): Remove splits slot. * window.c (Fwindow_splits, Fset_window_splits): Remove. (Fdelete_other_windows_internal, make_parent_window) (make_window, Fsplit_window_internal, Fdelete_window_internal) (Fset_window_configuration, save_window_save): Don't deal with split status of windows. (saved_window): Remove splits slot. (Vwindow_splits): Rewrite doc-string. * window.el (window-resize, delete-window): Use window-splits variable instead of function. (window-state-get-1, window-state-put-2, window-state-put): Don't deal with windows' splits status. * windows.texi (Splitting Windows, Deleting Windows): Remove references to splits status of windows.
* apropos.el doc fixes.Glenn Morris2011-11-112-8/+33
| | | | | * lisp/apropos.el (apropos-do-all, apropos-library, apropos-value) (apropos-documentation): Doc fixes.
* Fix more typos.Juanma Barranquero2011-11-126-20/+20
|
* Fix typos.Juanma Barranquero2011-11-1221-23/+36
|
* * xfns.c (unwind_create_frame):Jan Djärv2011-11-114-3/+10
| | | | | | | | * nsfns.m (unwind_create_frame): * w32fns.c (unwind_create_frame): Use Fmemq to check if frame is in Vframe_list. Fixes: debbugs:9999
* * lisp/electric.el: Make electric-indent-mode better behaved.Stefan Monnier2011-11-112-14/+23
| | | | | | * lisp/electric.el (electric-indent-post-self-insert-function): Make it possible for a char to only indent in some circumstances. (electric-indent-mode): Simplify.
* Further rename and clean up of functions in window.el.Martin Rudalics2011-11-112-23/+25
| | | | | | * window.el (window-size-ignore, window-size-fixed-1) (window-in-direction-2): Prefix with "window--". (window-tree-1): Rename to window--subtree, fix doc-string.
* Spelling fixes.Paul Eggert2011-11-1114-16/+16
|
* Rename and clean up functions in window.el.Martin Rudalics2011-11-112-41/+26
| | | | | | | * window.el (windows-with-parameter): Remove unused function. (windows-at-side): Rename to window-at-side-list. (window-check, window-atom-check, window-atom-check-1) (window-side-check): Prefix with "window--".
* * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.Dmitry Antipov2011-11-112-1/+4
|
* callproc.c (Fcall_process): Set the member dst_multibyte of process_coding.Kenichi Handa2011-11-112-0/+8
|
* merge trunkKenichi Handa2011-11-1157-1361/+1198
|\
| * eval-after-load fix for bug#10009Glenn Morris2011-11-102-22/+26
| | | | | | | | | | * lisp/subr.el (eval-after-load): If FILE is already loaded, evaluate FORM before it gets wrapped in more stuff.
| * Always use svn --non-interactive in vc-svn.el (bug#9993)Glenn Morris2011-11-092-10/+21
| | | | | | | | | | | | | | * lisp/vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment): Call svn via vc-svn-command rather than vc-do-command. (vc-svn-command): Add --non-interactive. (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
| * toggle-read-only fixes for bugs#7292, 10006.Glenn Morris2011-11-095-6/+27
| | | | | | | | | | | | | | | | | | | | | | * doc/lispref/buffers.texi (Read Only Buffers): Expand a bit on why toggle-read-only should only be used interactively. * lisp/files.el (toggle-read-only): Mention that it should only be used interactively. * lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions): Add toggle-read-only.
| * Fix typos.Juanma Barranquero2011-11-095-50/+16
| |
| * * lisp/progmodes/compile.el: Adjust regexp for OCaml warnings.Stefan Monnier2011-11-093-2/+5
| | | | | | | | | | | | (compilation-error-regexp-alist-alist): OCaml warnings (can?) have a number. Fixes: debbugs:9749
| * * lisp/electric.el (electric-pair-post-self-insert-function): Let userStefan Monnier2011-11-092-0/+4
| | | | | | | | | | | | turn it off buffer-locally. Fixes: debbugs:9932
| * * lisp/progmodes/python.el (python-beginning-of-statement): Rewrite.Stefan Monnier2011-11-092-15/+9
| | | | | | | | Fixes: debbugs:2703
| * Document window-pixel-edges etc in Lisp manual.Chong Yidong2011-11-092-84/+111
| | | | | | | | | | | | | | | | * doc/lispref/windows.texi (Window Sizes): Document window-pixel-edges, window-inside-pixel-edges. window-absolute-pixel-edges, and window-inside-absolute-pixel-edges. (Resizing Windows): shrink-window-if-larger-than-buffer works on non-full-width windows.
| * Disallow calling window-inside-edges and related functions on internal windows.Chong Yidong2011-11-092-9/+14
| | | | | | | | | | * src/window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges) (Fwindow_inside_absolute_pixel_edges): Only allow live windows.
| * * lisp/progmodes/compile.el: Better handle TABs.Stefan Monnier2011-11-093-36/+54
| | | | | | | | | | | | | | | | (compilation-internal-error-properties) (compilation-next-error-function): Obey the target buffer's compilation-error-screen-columns. Fixes: debbugs:9749
| * Rewrite window-resizable.Martin Rudalics2011-11-094-36/+71
| | | | | | | | | | | | | | | | | | | | | | * window.el (window-size-fixed-p): Rewrite doc-string. (window-resizable-p): Rename to window--resizable-p. Update callers. (window--resizable): New function. Make all callers of window-resizable call window--resizable instead. (window-resizable): Rewrite in terms of window--resizable. * windows.texi (Resizing Windows): Rewrite documentation of window-resizable.
| * * doc/lispref/windows.texi (Splitting Windows): Simplify example.Chong Yidong2011-11-092-296/+94
| |