- 20 Nov, 2012 4 commits
-
-
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 17 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
-
Chong Yidong authored
-
Dani Moncayo authored
Fixes: debbugs:12746
-
Chong Yidong authored
Fixes: debbugs:12694
-
Glenn Morris authored
* etc/NEWS: Related markup.
-
Glenn Morris authored
* etc/NEWS: Related edit.
-
Glenn Morris authored
* lisp/window.el (with-temp-buffer-window): Reword the doc to be more similar to with-output-to-temp-buffer. * lisp/subr.el (with-output-to-temp-buffer): Add doc xref to with-temp-buffer-window.
-
Glenn Morris authored
* doc/lispref/frames.texi (Size and Position): Add fit-frame-to-buffer command. * doc/lispref/windows.texi (Resizing Windows): Add fit-frame-to-buffer option. (Window Sizes): Add vindex for window-min-height, window-min-width. * etc/NEWS: Related markup.
-
Glenn Morris authored
* lisp/woman.el (woman-non-underline-faces): * lisp/emacs-lisp/cl-lib.el (face-underline-p): Use set-face-underline rather than the alias set-face-underline-p.
-
Glenn Morris authored
-
- 16 Nov, 2012 5 commits
-
-
enami tsugutomo authored
Needed following 2012-10-20 change. Fixes: debbugs:12902
-
Stefan Monnier authored
-
Glenn Morris authored
-
Martin Rudalics authored
* window.el (enlarge-window, shrink-window): Don't mention return value in doc-string (Bug#12896). (window--display-buffer): Don't resize frames - it won't work with all window managers and defeat pop-up-frame-alist. (display-buffer-alist): In doc-string explain that CONDITION can be a function and which arguments are passed to it (Bug#12854). (display-buffer-assq-regexp): New argument ACTION. Handle lambda expressions (Bug#12854). (display-buffer): Pass ACTION argument to display-buffer-assq-regexp. * windows.texi (Choosing Window): Rewrite description of display-buffer-alist (Bug#12167). (Display Action Functions): Mention inhibit-switch-frame. Fix description of display-buffer-below-selected. Reorder actions. Add example (Bug#12848).
-
Jan Tatarik authored
* gnus-score.el (gnus-score-body): * gnus-logic.el (gnus-advanced-body): Don't score by headers when scoring by body.
-