- 07 Mar, 2014 3 commits
-
-
Michael Albinus authored
only when `remote-file-name-inhibit-cache' is nil. (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
-
Martin Rudalics authored
* windows.texi (Window Sizes): Describe `window-min-size'. (Splitting Windows): Update description of `split-window'.
-
Juanma Barranquero authored
-
- 06 Mar, 2014 11 commits
-
-
Martin Rudalics authored
* window.c (Fother_window_for_scrolling): Check that Vother_window_scroll_buffer is a buffer. * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins): Fix doc-strings. (fit-frame-to-buffer): New argument ONLY. Remove dependency on fit-frame-to-buffer variable. Fix doc-string. (fit-window-to-buffer): Set ONLY argument in call of fit-frame-to-buffer. Fix doc-string. * frames.texi (Size and Position): Rewrite entries for `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'. Add description for `fit-frame-to-buffer-sizes'. * windows.texi (Resizing Windows): Add descriptions for pixelwise resizing. Add entries for `window-resize-pixelwise' and `fit-window-to-buffer-horizontally'. Rewrite `fit-window-to-buffer' entry.
-
Michael Albinus authored
(tramp-action-password): Clear password cache if needed. (tramp-read-passwd): Do not clear password cache. * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password cache unless it is the first password request.
-
Xue Fuqiao authored
* doc/lispref/internals.texi (Window Internals): Remove field `region_showing'.
-
Dmitry Antipov authored
to XRegisterIMInstantiateCallback and eassert whether return value is True. Passing copy is important because Xlib doesn't make its own copy and resource name argument usually points to SSDATA (Vx_resource_name), which may be changed from Lisp. (xim_close_display): For XUnregisterIMInstantiateCallback, always eassert return value and pass exactly the same values as were used for XRegisterIMInstantiateCallback. Otherwise XUnregisterIMInstantiateCallback will always fail. See Xlib sources to check why if you are interested.
-
Juanma Barranquero authored
-
Xue Fuqiao authored
-
Glenn Morris authored
* etc/NEWS: Related edit.
-
Glenn Morris authored
Fixes: debbugs:16942
-
Glenn Morris authored
argument of display-completion-list.
-
Glenn Morris authored
Fixes: debbugs:12357
-
Glenn Morris authored
Note that I had to change "\" to `\', because otherwise Emacs thought that everything after that point was inside a string and so did not indent anything. So translators should check for anything similar in their translated versions.
-
- 05 Mar, 2014 17 commits
-
-
Lars Ingebrigtsen authored
-
Glenn Morris authored
-
Glenn Morris authored
"Has not been ported to" usually isn't quite correct these days. Eg it could be an old platform that we dropped support for.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/files.el (interpreter-mode-alist): * lisp/progmodes/sh-script.el (sh-ancestor-alist): Add dash. Fixes: debbugs:16938
-
Lars Ingebrigtsen authored
Reported by Mario Lang. * net/shr.el (shr-map): Ditto.
-
Glenn Morris authored
-
Juanma Barranquero authored
-
Martin Rudalics authored
* dispnew.c (change_frame_size_1): Add new_lines instead of new_height, the latter may be still zero if passed as such. * window.c (Fwindow_pixel_height): Mention bottom divider in doc-string. * window.el (window-min-height, window-min-width): Rewrite doc-strings. (window-body-size): Add PIXELWISE argument to make it consistent with its callees. * display.texi (Window Dividers): New section. * frames.texi (Layout Parameters): Add right-divider-width and bottom-divider-width. * windows.texi (Window Sizes): Redraw schematic and rewrite its description. Rewrite descriptions of `window-total-height', `window-total-width', `window-total-size', `window-body-height', `window-body-width' and `window-size-fixed'. Add descriptions for `window-pixel-height', `window-pixel-width', `window-min-height' and `window-min-width'. Remove description of `window-size-fixed-p' moving part of it to that of `window-size-fixed'. (Resizing Windows): Mention dividers when talking about minimum sizes.
-
Juanma Barranquero authored
-
Lars Ingebrigtsen authored
* net/eww.el (eww-mode-map): [tab] doesn't work on tty. (eww-setup-buffer): Clear next/prev/etc more reliably.
-
Glenn Morris authored
* doc/lispref/modes.texi (SMIE Customization): New section. * doc/lispref/elisp.texi (Top): Update detailed menu. * etc/NEWS: Related edits.
-
Bastien Guerry authored
Thanks to Leo for reporting this.
-
Paul Eggert authored
* xgselect.c: Include <stdbool.h>. (xg_select) [!USE_GTK]: Don't lose track of errno. Fixes: debbugs:16925
-
Paul Eggert authored
* widget.c (update_various_frame_slots, EmacsFrameResize): Avoid unused locals. Prefer 'if' to '#if' when either will do.
-
Paul Eggert authored
* configure.ac: Fix a bug in shell pattern matching that caused 'configure' to treat Solaris 2.5.1 as if it were Solaris 10 or later. Fixes: debbugs:16896
-
- 04 Mar, 2014 9 commits
-
-
Ken Brown authored
* src/gmalloc.c (aligned_alloc): Clarify the code by making `adj' represent the actual adjustment needed for alignment.
-
Eli Zaretskii authored
src/gmalloc.c (aligned_alloc): Don't allocate more memory than needed, and don't reallocate if the initial allocation already fits the bill. Suggested by Ken Brown <kbrown@cornell.edu>. Fixes: debbugs:16901
-
Glenn Morris authored
which changed the return value. Fixes: debbugs:16933
-
Juanma Barranquero authored
(highlight-changes-mode, highlight-changes-visible-mode): Fix typos. (hilit-chg-map-changes): Prefer cardinal number to digit. (hilit-chg-display-changes): Reflow docstring. (highlight-changes-rotate-faces): Remove superfluous backslash.
-
Michael Albinus authored
`tramp-send-command-and-check'.
-
Bastien Guerry authored
* minibuffer.el (minibuffer-completion-help): Use 0 as the fallback value for `base-size'. (Bug#16933)
-
Juanma Barranquero authored
(hexl-address-region, hexl-ascii-region) (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char) (hexl-backward-short, hexl-forward-short, hexl-backward-word) (hexl-forward-word, hexl-previous-line, hexl-next-line): Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings. (hexl-mode): Doc fix. (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line) (hexl-mode-ruler): Fix typos in docstrings.
-
Juanma Barranquero authored
(strokes-xpm-header, strokes-rate-stroke): Fix typos. (strokes-character, strokes-get-grid-position, strokes-list-strokes): Remove superfluous backslashes. (strokes-last-stroke, strokes-global-map, strokes-mode): Reflow docstrings. (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string) (strokes-xpm-for-compressed-string): Use quotes with buffer name. (strokes-distance-squared, strokes-global-set-stroke) (strokes-global-set-stroke-string): Doc fixes. (strokes-help): Fix typos; reflow docstring.
-
YAMAMOTO Mitsuharu authored
-