summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* * calendar.el (calendar-basic-setup): Avoid clobbering calendar with diary.Glenn Morris2014-09-072-3/+12
| | | | Fixes: debbugs:18381
* Fix bug #18419 with disappearing line numbers when minibuffer is resized.Eli Zaretskii2014-09-072-4/+9
| | | | | | src/dispnew.c (prepare_desired_row): When MODE_LINE_P is zero, always make sure the marginal areas of the row are in sync with what the window wants.
* * lisp/vc/vc-dir.el (vc-dir-update): Don't burp in corner case.Stefan Monnier2014-09-052-1/+6
|
* * lisp/isearch.el (isearch-yank-word-or-char): Obey superword-modeLars Ljung2014-09-042-2/+9
| | | | | | as well. Fixes: debbugs:18400
* * doc/lispref/functions.texi (Core Advising Primitives): Add a note about theStefan Monnier2014-09-042-9/+20
| | | | | | confusing treatment of `interactive' for :filter-args. Fixes: debbugs:18399
* Fix misleading doc string revealed in bug #18385.Eli Zaretskii2014-09-042-4/+13
| | | | lisp/subr.el (posn-actual-col-row): Doc fix.
* Fix bug #18331 with "C-h k C-g" not showing documentation on Windows.Eli Zaretskii2014-09-042-4/+10
| | | | | | src/data.c (set_internal): Use assq_no_quit, not Fassq, to find an existing binding of a variable, to avoid silently aborting commands that use specbind.
* src/sysdep.c (emacs_full_write): Fix a typo in a comment.Eli Zaretskii2014-09-031-1/+1
|
* Minor updates in unidata-gen.el.Eli Zaretskii2014-09-032-9/+38
| | | | | | | | admin/unidata/unidata-gen.el (unidata-check): Bring this function up to date with the currently supported methods of generating Unicode property tables. Add a comment with a description how to invoke the check. Update the copyright years in the reference to the Unicode data files we use.
* test/indent/scheme.scm: New file.Stefan Monnier2014-09-021-0/+9
|
* * lisp/emacs-lisp/package.el (package-generate-description-file):Stefan Monnier2014-09-022-9/+23
| | | | | | | | | | | Properly quote the arguments. Change second arg. (package--alist-to-plist-args): Rename from package--alist-to-plist and quote the elements. (package--make-autoloads-and-stuff): Fix the test for pre-existence of the *-pkg.el file. Adjust to new calling convention of package-generate-description-file. Fixes: debbugs:18332
* * lisp/progmodes/gud.el (gud-gdb-completion-at-point): Add hack.Stefan Monnier2014-09-022-13/+13
| | | | | | (gud-gdb-completions): Remove obsolete workaround. Fixes: debbugs:18282
* Fix bug #18384 with incorrect reporting of row number by posn-col-row.Eli Zaretskii2014-09-024-12/+25
| | | | | | | | | | | | | | lisp/subr.el (posn-col-row): Revert the change from commit 2010-11-13T21:07:58Z!eliz@gnu.org, which was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca, and introduced an off-by-one error in the reported row when there is a header line. src/dispnew.c (buffer_posn_from_coords): Fix an off-by-one error in the reported row in the case of a window with a header line, by improving on the fix committed in 2011-10-08T10:58:50Z!eliz@gnu.org eliz@gnu.org-20111008105850-ht4tvsayohvr1kjc.
* * lisp/tutorial.el: Restore comment lost 2006-12-21.Glenn Morris2014-09-011-2/+2
|
* * eval.c (internal_lisp_condition_case): Don't overrun the stackPaul Eggert2014-09-012-1/+6
| | | | when configured --with-wide-int on typical 32-bit platforms.
* * lisp/progmodes/python.el (python-indent-post-self-insert-function):Fabián Ezequiel Gallina2014-09-014-1/+31
| | | | | | | Avoid electric colon at beginning-of-defun. * test/automated/python-tests.el: (python-indent-electric-colon-1): New test. (Bug#18228)
* * lisp/tutorial.el (tutorial--display-changes): Fix 2014-07-29 change.Glenn Morris2014-09-012-1/+6
| | | | Fixes: debbugs:18382
* Fix cursor display on the fringe of R2L screen lines.Eli Zaretskii2014-08-312-0/+10
| | | | | | src/xdisp.c (display_and_set_cursor): Call erase_phys_cursor also when HPOS is negative, for the benefit of R2L glyph rows whose newline overflows into the fringe.
* * src/conf_post.h (strnicmp) [CYGWIN && HAVE_NTGUI]: Define. (Bug#18366)Ken Brown2014-08-302-0/+9
|
* Minor ChangeLog fix.Eli Zaretskii2014-08-301-2/+2
|
* * lisp/startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to the ↵Ken Brown2014-08-292-1/+6
| | | | Cygwin-w32 build. (Bug#18347)
* * lisp/tar-mode.el (tar--extract, tar-extract): Avoid disabling undoGlenn Morris2014-08-282-4/+10
| | | | | | in extracted buffers. Fixes: debbugs:18344
* Fix bug #18339 with segfault when $ is typed into empty LaTeX buffer.Eli Zaretskii2014-08-282-4/+12
| | | | | | Back-ported from trunk revision-id: 2014-08-27T19:40:54Z!eliz@gnu.org src/syntax.c (scan_lists): Don't examine positions before BEGV.
* * etc/emacs.appdata.xml: New fileGlenn Morris2014-08-272-0/+37
| | | | | | Ref: http://people.freedesktop.org/~hughsient/appdata/ The description is adapted from the Emacs homepage.
* * emacs-lisp/authors.el (authors-aliases): Addition.Michael Albinus2014-08-272-0/+3
|
* * net/tramp-adb.el: Spell author name correctly.Michael Albinus2014-08-272-1/+5
|
* shr.el: Comment.Glenn Morris2014-08-261-0/+2
|
* * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;João Távora2014-08-262-1/+8
| | | | | | use url-expand-file-name. Fixes: debbugs:18310
* Fix unoptimized build on MSDOS.Eli Zaretskii2014-08-254-8/+11
| | | | | | | msdos/sedlibmk.inp (gl_LIBOBJS): Add execinfo.o. Reported by Juan Manuel Guerrero <juan.guerrero@gmx.de>. src/conf_post.h (_GL_EXECINFO_INLINE) [MSDOS]: Don't define.
* * emulation/cua-rect.el (cua--highlight-rectangle): Avoid error at point-min.Glenn Morris2014-08-252-1/+6
| | | | Fixes: debbugs:18309
* Fix compilation warnings about snprintf in the MSDOS build.Eli Zaretskii2014-08-232-0/+9
| | | | | | | msdos/sed2v2.inp [DJGPP <= 2.03]: Add a prototype for snprintf, to avoid compilation warning from newer GCC versions that have snprintf as a built-in. Reported by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
* Backport: * configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the ↵Ken Brown2014-08-222-0/+8
| | | | Cygwin-w32 build. (Bug#18302)
* Update Emacs's bidirectional conformance per Unicode 6.3.0.Eli Zaretskii2014-08-192-2/+9
| | | | | doc/lispref/display.texi (Bidirectional Display): Update the Emacs's class of bidirectional conformance.
* * python-tests.el (python-shell-calculate-exec-path-2): Update testGlenn Morris2014-08-182-1/+6
| | | | for today's python.el changes.
* * lisp/progmodes/python.el (python-shell-prompt-detect): Remove redundantStefan Monnier2014-08-182-5/+10
| | | | | | executable-find. Fixes: debbugs:18244
* src/xdisp.c (handle_stop): Improve commentary.Eli Zaretskii2014-08-182-0/+44
|
* Fix bug #18276 with vertical motion through a display property.Eli Zaretskii2014-08-182-8/+28
| | | | | src/indent.c (Fvertical_motion): Fix vertical motion up through a display property after a newline.
* * lisp/simple.el (self-insert-uses-region-functions): Defvar.Stefan Monnier2014-08-182-0/+11
|
* Avoid inflooping in redisplay caused by hscrolled R2L lines.Eli Zaretskii2014-08-172-3/+15
| | | | | | | | | src/xdisp.c (display_line): Don't assume that the call to reseat_at_next_visible_line_start ends up at a character immediately following the newline on the previous line. Avoids setting the ends_at_zv_p flag on screen lines that are not at or beyond ZV, which causes infloop in redisplay. For the details, see http://lists.gnu.org/archive/html/emacs-devel/2014-08/msg00368.html.
* Fix bug #18277 with mouse clicks on R2L lines.Eli Zaretskii2014-08-172-3/+11
| | | | | src/dispnew.c (buffer_posn_from_coords): Fix mirroring of X coordinate for hscrolled R2L screen lines.
* Regenerate ldefs-boot.elemacs-24.3.93Glenn Morris2014-08-141-720/+836
|
* Regenerate etc/AUTHORSGlenn Morris2014-08-141-16/+18
|
* Bump version number to 24.3.93Glenn Morris2014-08-149-15/+15
|
* * speedbar.el (speedbar-generic-list-tag-p): Allow specialLeo Liu2014-08-132-3/+11
| | | | elements from imenu.
* * src/gmalloc.c (_malloc_mutex, _aligned_blocks_mutex) [CYGWIN]: Use ↵Ken Brown2014-08-112-1/+25
| | | | ERRORCHECK mutexes. (Bug#18222)
* * lisp/subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.Glenn Morris2014-08-102-0/+7
|
* Revert 2013-01-31 change that decides coding system before backing upGlenn Morris2014-08-107-36/+53
| | | | | | | | | | | | | | | | It causes a more serious problem than the one it solves. This closes bug#18141, and reopens bug#13522. * lisp/files.el (basic-save-buffer-2): Revert 2013-01-31 change. * src/fileio.c: Revert 2013-01-31 change. (choose_write_coding_system): No longer callable from Lisp. Move last piece back here from Fwrite_region. (Fwrite_region, syms_of_fileio): Update for above changes. * test/automated/data/files-bug18141.el.gz: New file. * test/automated/files.el (files-test-bug-18141-file): New variable and test.
* Simplify previous patch.Paul Eggert2014-08-101-10/+8
| | | | Fixes: debbugs:18232
* Don't prevent random file systems from being unmounted.Paul Eggert2014-08-104-28/+117
| | | | | | | | | | | | | | This fix relies on having the 'fchdir' function, and on having "." be searchable (or at least readable, on platforms lacking O_SEARCH), but that's good enough to handle the vast majority of cases and the remaining folks can just live with the annoyance of file systems that occasionally can't be unmounted. * configure.ac (fchdir): New function to check for. * lib/save-cwd.c: Copy from gnulib, except omit the part that allocates memory, since that can cause problems in Emacs. * lib/save-cwd.h: Copy from gnulib. Fixes: debbugs:18232
* Make doc-string of window-total-size more self-contained.Martin Rudalics2014-08-102-2/+16
| | | | | * window.el (window-total-size): Make doc-string more self-contained.