2010-08-06 |
Jan D |
* src/sysdep.c: Move include term.h last of includes (Bug#6812).
|
2010-08-06 |
Eli Zaretskii |
xdisp.c (display_line): Fix a typo in a comment.
|
2010-08-06 |
Eli Zaretskii |
Fix redisplay bugs due to uninitialized glyphs.
|
2010-08-06 |
Eli Zaretskii |
Fix redisplay bugs due to uninitialized glyphs in frame glyph pool.
|
2010-08-06 |
Michael Albinus |
* net/tramp.el (tramp-handle-start-file-process ): Set connection
|
2010-08-06 |
Michael Albinus |
* comint.el (comint-mode): Make directory tracking functions
|
2010-08-06 |
Juanma Barranquero |
src/ChangeLog: Fix typos.
|
2010-08-06 |
Juanma Barranquero |
src/makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
|
2010-08-06 |
Jan D |
More undeclared function fixes and add -Wimplicit-function-declaration.
|
2010-08-06 |
Jan D |
Can't include menu.h in window.c for X targets.
|
2010-08-06 |
Jan D |
Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
|
2010-08-06 |
Dan Nicolaescu |
emacsclient.c cleanups.
|
2010-08-06 |
Dan Nicolaescu |
* lisp/vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
|
2010-08-06 |
Katsumi Yamaoka |
(rfc2047-encode): Use utf-8 charset as a last resort.
|
2010-08-06 |
Katsumi Yamaoka |
(rfc2047-encode): Use utf-8 charset as a last resort.
|
2010-08-06 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-08-06 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-08-05 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-08-04 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-08-03 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-08-02 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-08-02 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-08-06 |
Juanma Barranquero |
src/ChangeLog: Fix entry.
|
2010-08-06 |
Dan Nicolaescu |
Cleanup process.c.
|
2010-08-06 |
Juanma Barranquero |
Fix changes in revnos 100982..100984 for Windows build.
|
2010-08-06 |
Dan Nicolaescu |
* src/syssignal.h (signal_handler_t): Restore accidentally removed definition.
|
2010-08-05 |
Dan Nicolaescu |
Remove extern declarations in .c files, .h files have them.
|
2010-08-05 |
Dan Nicolaescu |
Cleanup syssignal.h.
|
2010-08-05 |
Dan Nicolaescu |
Add declarations to header files.
|
2010-08-05 |
Dan Nicolaescu |
* src/term.c: Remove dead code.
|
2010-08-05 |
Dan Nicolaescu |
Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
|
2010-08-05 |
Dan Nicolaescu |
Regenerate configure.
|
2010-08-05 |
Eli Zaretskii |
REALLY rename unexec.c => unexcoff.c in MAINTAINERS.
|
2010-08-05 |
Eli Zaretskii |
REALLY rename src/unexec.c => src/unexcoff.c.
|
2010-08-05 |
Eli Zaretskii |
Rename src/unexec.c => src/unexcoff.c.
|
2010-08-05 |
Eli Zaretskii |
Rename src/unexec.c => src/unexcoff.c.
|
2010-08-05 |
Michael Albinus |
* tramp.texi (External packages): File attributes cache flushing
|
2010-08-05 |
Michael Albinus |
* net/tramp.el (tramp-handle-dired-uncache): Flush directory
|
2010-08-05 |
Nick Roberts |
Fix compilation error.
|
2010-08-04 |
Andreas Schwab |
* configure.in: Restore accidentally removed use of
|
2010-08-04 |
Stefan Monnier |
* src/sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
|
2010-08-03 |
Juanma Barranquero |
src/ChangeLog: Add missing bug reference.
|
2010-08-03 |
Johan Bockgård |
* src/data.c (Flocal_variable_p): Handle variable aliases correctly.
|
2010-08-03 |
Juanma Barranquero |
* server.el (server-start): Simplify loop.
|
2010-08-02 |
Juanma Barranquero |
nt/config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).
|
2010-08-02 |
Stefan Monnier |
* lisp/frame.el (screen-height, screen-width, set-screen-width)
|
2010-08-02 |
Jan D. |
* xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
|
2010-08-02 |
Jan D. |
Don't use Gtk+ tooltip unless Gtk+ version => 2.14.
|
2010-08-02 |
Jan D. |
Don't use Gtk+ tooltip unless Gtk+ version => 2.14.
|
2010-08-02 |
Stefan Monnier |
* lisp/textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
|
2010-08-02 |
Stefan Monnier |
* lisp/emacs-lisp/timer.el (timer-event-handler): Protect against timers
|
2010-08-02 |
Jan D. |
Enable ICANON (Bug#6771). Any long line problem must be solved differently.
|
2010-08-02 |
Juanma Barranquero |
* editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
|
2010-08-01 |
Katsumi Yamaoka |
Fix last nnmail-get-new-mail-1 change that caused double encoding in XEmacs.
|
2010-08-01 |
Katsumi Yamaoka |
Fix last nnmail-get-new-mail-1 change that caused double encoding in XEmacs.
|
2010-08-01 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-07-30 |
Katsumi Yamaoka |
Merge from mainline.
|
2010-08-01 |
Alan Mackenzie |
Enhance CC Mode manual to cover the new Java features.
|
2010-08-01 |
Juanma Barranquero |
mouse.el: Match "mouse-2" at the beginning of the string. (Bug#6765)
|
2010-08-01 |
Jan D |
Use Gtk+ tooltips by default for Gtk+ Emacs.
|