- 20 Jun, 2014 4 commits
-
-
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
-
- 13 Jun, 2014 4 commits
-
-
Glenn Morris authored
-
Stefan Monnier authored
bumping forward into a closing paren. Fixes: debbugs:17761
-
Stefan Monnier authored
Terminal.app. Fixes: debbugs:17607
-
Eli Zaretskii authored
src/alloc.c (cleanup_vector): Don't dereference a font driver pointer if it is NULL.
-
- 11 Jun, 2014 2 commits
-
-
Paul Eggert authored
This fixes a bug with the shell freezing. See: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17598#185 Merge from gnulib, incorporating: 2014-05-31 dup2, fcntl, fcntl-h: port to AIX 7.1 * lib/fcntl.in.h, m4/dup2.m4, m4/fcntl.m4: Update from gnulib.
-
Eli Zaretskii authored
src/xdisp.c (set_cursor_from_row): Fix an off-by-one error when matching overlay strings with 'cursor' property against buffer positions traversed in the glyph row.
-
- 10 Jun, 2014 1 commit
-
-
Glenn Morris authored
-
- 09 Jun, 2014 1 commit
-
-
Glenn Morris authored
-
- 08 Jun, 2014 5 commits
-
-
Glenn Morris authored
-
Karl Berry authored
doc/misc/info.texi (Help-^L): "mode line", "screenful", stand-alone and Emacs Info both use the mode line. Use x instead of weird C-x 0 to get rid of help msg in standalone Info.
-
Glenn Morris authored
* doc/emacs/entering.texi (Entering Emacs): Small fix re initial-buffer-choice. * doc/emacs/misc.texi (emacsclient Options): Copyedit. * doc/lispref/os.texi (Startup Summary): Small fix for initial-buffer-choice. * lisp/startup.el (initial-buffer-choice): Doc fix. Reset :version (adding an option does not merit a :version bump).
-
Glenn Morris authored
* doc/emacs/buffers.texi (Uniquify): Copyedits. * doc/emacs/files.texi (Visiting): Update for uniquify changes. * doc/lispref/files.texi (Subroutines of Visiting): Mention uniquify. * doc/misc/vip.texi (Files): Defer to Emacs manual for uniquify details. * lisp/bookmark.el (bookmark-load): Doc fix. * lisp/uniquify.el (uniquify-buffer-name-style): Doc fix. * lisp/files.el: Comment. * etc/NEWS: Related edit.
-
Glenn Morris authored
* doc/misc/info.texi (Help-Small-Screen): Clarify details of S-SPC. (Help-Small-Screen, Help-]): Do not mention S-SPC. (Emacs Info Variables): Markup fix.
-