- 21 Jun, 2014 8 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/indent.c (Fvertical_motion): Move to the goal column, if any, with a single call to move_it_in_display_line, not in two calls. Doing this with two calls causes move_it_in_display_line apply the line-prefix handling twice instead of just once.
-
Fabián Ezequiel Gallina authored
* lisp/progmodes/python.el (python-mode): Properly set outline-heading-end-regexp so that comments after colons for defuns are supported. Fixes: debbugs:17796
-
Eli Zaretskii authored
src/indent.c (Fvertical_motion): Doc fix. doc/lispref/positions.texi (Screen Lines): Clarify how columns are counted by vertical-motion.
-
Eli Zaretskii authored
doc/misc/autotype.texi (Skeleton Language): Document the feature of \n when at eol.
-
Eli Zaretskii authored
-
Paul Eggert authored
* fileio.c (Ffile_acl): Port to OS X, where acl_get_file (..., ACL_TYPE_ACCESS) doesn't work. Fixes: debbugs:17810
-
- 20 Jun, 2014 9 commits
-
-
Stefan Monnier authored
(smie-config-guess): Use smie-config-local so the rules are obeyed. Fixes: debbugs:17818
-
Paul Eggert authored
in --help message. Fixes: debbugs:17806
-
Stefan Monnier authored
since it's already done inside the loop (bug#17819).
-
Martin Rudalics authored
* mouse.el (mouse-drag-line): Re-remove code initially removed on 2013-03-09 and inadvertently reintroduced on 2013-11-30 (Bug#17819).
-
Stefan Monnier authored
align with the surrounding parent. Fixes: debbugs:17721
-
Eli Zaretskii authored
lisp/textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline locally to nil. (texinfo-insert-block, texinfo-insert-@end) (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to local setting of skeleton-end-newline by adding an explicit \n to the skeletons where appropriate.
-
Paul Eggert authored
* configure.ac (CFLAGS): With link time optimization, use -ffat-lto-objects if supported; otherwise Emacs won't build with GCC 4.9.0. Fixes: debbugs:17806
-
Stefan Monnier authored
(smie-indent--hanging-p): Use it. * lisp/progmodes/sh-script.el (sh-set-shell): Set it. Fixes: debbugs:17621
-
Leo Liu authored
buffer. Fixes: debbugs:16617
-
- 19 Jun, 2014 3 commits
-
-
Stefan Monnier authored
for |. Fixes: debbugs:17621
-
Stefan Monnier authored
before checking key-translation-map. Fixes: debbugs:17659
-
Dmitry Antipov authored
crash GC (Bug#17771).
-
- 18 Jun, 2014 6 commits
-
-
Stefan Monnier authored
(xterm-mouse--read-event-sequence-1000): Drop unknown events instead of burping. Fixes: debbugs:17776
-
Eli Zaretskii authored
Fixes: debbugs:17790
-
Eli Zaretskii authored
Fixes: debbugs:17790
-
Eli Zaretskii authored
Fixes: debbugs:17790
-
Eli Zaretskii authored
src/image.c [5 < GIFLIB_MAJOR + (1 <= GIFLIB_MINOR)]: Declare the prototype of DGifCloseFile as appropriate for older and newer versions of giflib. (gif_close): New function, encapsulates the differences in the calling sequence of DGifCloseFile before v5.1.0 and after it. (gif_load): Call gif_close instead of DGifCloseFile. Divulge the error string where appropriate. lisp/term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0 and later.
-
Juri Linkov authored
Fixes: debbugs:17554
-
- 17 Jun, 2014 1 commit
-
-
Stefan Monnier authored
Fixes: debbugs:17737
-
- 16 Jun, 2014 3 commits
-
-
Stephen Berman authored
clone the repository from.
-
Eli Zaretskii authored
src/xdisp.c (Fmove_point_visually): Instead of testing for keyboard macro execution, make sure point didn't move since last complete redisplay, as the condition for using the glyph matrix information.
-
Dmitry Gutov authored
* lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify `!' in `!~' with `font-lock-negation-char-face'.
-
- 15 Jun, 2014 3 commits
-
-
Michael Albinus authored
-
Michael Albinus authored
* net/dbus.el (dbus-call-method): Push only non D-Bus events into `unread-command-events'.
-
Paul Eggert authored
-
- 14 Jun, 2014 7 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/progmodes/cc-langs.el: Require cl-lib. Replace delete-duplicates and mapcan by cl- versions throughout. And cl-macroexpand-all by macroexpand-all. (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare. Fixes: debbugs:17463
-
Paul Eggert authored
* configure.ac (_REENTRANT): Define on Solaris if HAVE_PTHREAD. This ports part of the recent AIX fix to Solaris. It is needed for the same reason that _THREAD_SAFE is needed on AIX, e.g., to make sure that each thread has its own 'errno'. Fixes: debbugs:17598
-
Eli Zaretskii authored
lisp/subr.el (posn-col-row): Doc fix. doc/lispref/commands.texi (Accessing Mouse): Improve the wording of the posn-col-row documentation.
-
Eli Zaretskii authored
src/xdisp.c (Fmove_point_visually): Don't use the glyph matrix information if we are in the middle of executing a keyboard macro, since redisplay doesn't update the screen until the macro is finished.
-
Juri Linkov authored
Fixes: debbugs:17759
-
Eli Zaretskii authored
-