- 23 Nov, 2012 1 commit
-
-
Juri Linkov authored
Patch by Christopher Schmidt <christopher@ch.ristopher.com>. (wdired-finish-edit): Add marks for new file names to `wdired-old-marks'. Restore marks using `dired-mark-remembered' after `revert-buffer'. (wdired-do-renames): Remove calls to `dired-remove-file', `dired-add-file', `dired-add-entry'. Fixes: debbugs:11795
-
- 21 Nov, 2012 8 commits
-
-
Alan Mackenzie authored
-
Alan Mackenzie authored
-
Eli Zaretskii authored
src/indent.c (Fvertical_motion): If the starting position is covered by a display string, return to one position before that, to avoid overshooting it inside move_it_to.
-
Stefan Monnier authored
that --enable-profiling is about profiling the C code.
-
Glenn Morris authored
-
Glenn Morris authored
* doc/lispref/debugging.texi (Profiling): Add some basic information about the profile report buffer. (Debugging): Mention profiling in the introduction.
-
Glenn Morris authored
-
Glenn Morris authored
-
- 20 Nov, 2012 9 commits
-
-
Daniel Colascione authored
-
Eli Zaretskii authored
lisp/simple.el (line-move): Don't call line-move-partial if scroll-conservatively is in effect.
-
Eli Zaretskii authored
nt/nmake.defs: Use !if, not !ifdef. See http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html for the details.
-
Eli Zaretskii authored
nt/inc/stdint.h (INTPTR_MIN): Define for MSVC.
-
Ken Brown authored
* src/emacs.c (main): Set the G_SLICE environment variable for all Cygwin builds, not just GTK builds. See https://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00368.html.
-
Michael Albinus authored
* trampver.texi: Downgrade version to 2.2.6-24.3, in order to distinguish from trunk. Don't merge with trunk, please.
-
Glenn Morris authored
-
-
Glenn Morris authored
* doc/lispref/debugging.texi (Profiling): New section, in progress. * doc/lispref/tips.texi (Compilation Tips): Move profiling to separate section. * doc/lispref/elisp.texi: Add Profiling to detailed menu.
-
- 19 Nov, 2012 6 commits
-
-
Stefan Monnier authored
non-symbols for compiler macros (yet).
-
Stefan Monnier authored
Fallback on completion-at-point rather than pcomplete-expand-and-complete, and only if pcomplete actually failed. (eshell-cmpl-initialize): Setup completion-at-point. * lisp/pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
-
Eli Zaretskii authored
src/xdisp.c (start_hourglass) [HAVE_NTGUI]: Don't mix declaration of w32_note_current_window with code. (Backport from trunk.) src/w32.c (FILE_DEVICE_FILE_SYSTEM, METHOD_BUFFERED) (FILE_ANY_ACCESS, CTL_CODE, FSCTL_GET_REPARSE_POINT) [_MSC_VER]: Define for the MSVC compiler. src/w32term.h (EnumSystemLocalesW) [_MSC_VER]: Add a missing semi-colon. nt/inc/stdint.h (PTRDIFF_MIN) [!__GNUC__]: Define for MSVC.
-
Stefan Monnier authored
-
Michael Albinus authored
are remote, check out-of-band property for both.
-
Stefan Monnier authored
code rewrite.
-
- 18 Nov, 2012 8 commits
-
-
Paul Eggert authored
* calendar/time-date.el: Commentary fix. * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change; too much other code depends on (0 0) time stamps. * net/tramp.el (tramp-time-less-p, tramp-time-subtract): Add a couple of FIXME comments.
-
Eli Zaretskii authored
src/fileio.c (Fsubstitute_in_file_name, Ffile_name_directory) (Fexpand_file_name) [DOS_NT]: Pass encoded file name to dostounix_filename. Prevents crashes down the road, because dostounix_filename assumes it gets a unibyte string. Reported by Michel de Ruiter <michel@sentient.nl>, see http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00017.html
-
Martin Rudalics authored
* windows.texi (Display Action Functions): Fix recently added example. Suggested by Michael Heerdegen.
-
Dani Moncayo authored
* display.texi (Auto Scrolling): Fix some inaccuracies, plus clarifications. (Horizontal Scrolling): Clarifications. Fixes: debbugs:12865
-
Paul Eggert authored
* doc/lispref/os.texi (Time Parsing): Time values can now be four integers. * lisp/files.el (dir-locals-directory-cache): * lisp/ps-bdf.el (bdf-file-mod-time, bdf-read-font-info): Doc fixes. * lisp/net/tramp-sh.el (tramp-do-file-attributes-with-ls): * lisp/ps-bdf.el (bdf-file-newer-than-time): Process four-integers time stamps, not two. Doc fixes.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* doc/lispref/loading.texi (How Programs Do Loading): Add eager macro expansion. * doc/lispref/macros.texi (Expansion): Mention eager macro expansion. * etc/NEWS: Related edit.
-
- 17 Nov, 2012 8 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* etc/NEWS: Related edit.
-
Eli Zaretskii authored
src/w32select.c: Include w32common.h before w32term.h, so that windows.h gets included before w32term.h uses some of its features, see below. src/w32term.h (LOCALE_ENUMPROCA, LOCALE_ENUMPROCW) [_MSC_VER]: New typedefs. (EnumSystemLocalesA, EnumSystemLocalesW) [_MSC_VER]: New prototypes. (EnumSystemLocales) [_MSC_VER]: Define if undefined.
-
Jan Djärv authored
(ns_select): Return at once if events are held (Bug#12834).
-
Leo Liu authored
Fixes: debbugs:12850
-
Chong Yidong authored
Fixes: debbugs:12810
-
Chong Yidong authored
* vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge response when the target file is in a subdirectory. Fixes: debbugs:12757
-