- 10 Oct, 2012 4 commits
-
-
Dmitry Antipov authored
-
Martin Rudalics authored
* window.el (switch-to-buffer-preserve-window-point): New option. (switch-to-buffer): Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
-
Paul Eggert authored
-
Dani Moncayo authored
Also, remove "tiny change" tags from ChangeLogs; Dani Moncayo now has a copyright assignment.
-
- 09 Oct, 2012 17 commits
-
-
Jan Djärv authored
* nsfont.m (Vfonts_in_cache): Remove, not needed as font.c handles caching. (nsfont_open): Remove setting of Vfonts_in_cache. (syms_of_nsfont): Remove initialization of Vfonts_in_cache
-
Eli Zaretskii authored
src/w32fns.c (w32_last_error): Change the return value to DWORD, to match what GetLastError returns. Explain better why the function is needed.
-
Eli Zaretskii authored
src/frame.c (delete_frame): Rename local variable 'tooltip_frame' to 'is_tooltip_frame', to avoid confusion with its global namesake.
-
Stefan Monnier authored
Don't document nil as a useful value. Fixes: debbugs:12583
-
Glenn Morris authored
-
Michael Albinus authored
-
Michael Albinus authored
"tramp-with-progress-reporter" from regexp of ignored functions. (with-tramp-progress-reporter): Rename from `tramp-with-progress-reporter'. (with-tramp-file-property, with-tramp-connection-property): Move from tramp-cache.el, rename from `with-file-property' and `with-connection-property', respectively. * net/tramp-cache.el: Remove `with-file-property' and `with-connection-property'. * net/tramp.el: * net/tramp-gvfs.el: * net/tramp-sh.el: * net/tramp-smb.el: Adapt callees. * net/trampver.el: Update release number.
-
Glenn Morris authored
-
Glenn Morris authored
* w32-fns.el (set-message-beep): * term/w32-win.el (set-message-beep): Update declarations.
-
Glenn Morris authored
-
Glenn Morris authored
* admin/admin.el (cusver-scan-cus-start): New function. (cusver-check): Scan old cus-start.el.
-
Stefan Monnier authored
(mode-line-widen, mode-line-input-method-map) (mode-line-coding-system-map, mode-line-remote) (mode-line-unbury-buffer, mode-line-bury-buffer) (mode-line-next-buffer, mode-line-previous-buffer): Replace save-selected-window+select-window => with-selected-window.
-
Stefan Monnier authored
* lisp/progmodes/cc-vars.el (bq-process): Remove, unused.
-
Glenn Morris authored
-
Stefan Monnier authored
-
Lars Magne Ingebrigtsen authored
-
Fabián Ezequiel Gallina authored
* progmodes/python.el (python-nav-up-list) (python-nav-backward-up-list): New functions. (python-mode-map): Define substitute key for backward-up-list to python-nav-backward-up-list.
-
- 08 Oct, 2012 19 commits
-
-
Fabián Ezequiel Gallina authored
python-fill-paragraph-function. Fixed fill-paragraph for decorators. Fixes: debbugs:12605
-
Paul Eggert authored
Space before paren, avoid overparenthesization, etc.
-
Fabián Ezequiel Gallina authored
carriage return in OSX. Fixes: debbugs:12409
-
Fabián Ezequiel Gallina authored
* progmodes/python.el (python-rx-constituents): Added string-delimiter. (python-syntax-propertize-function): Use it. (python-shell-output-syntax-table): New var. (inferior-python-mode): Prevent unbalanced parens/quotes from previous output mess with current input context.
-
Eli Zaretskii authored
-
David Engster authored
`emacs-lisp-mode-hook'. This was accidentally removed during the CEDET update (2012-10-01T18:10:29Z!cyd@gnu.org).
-
Daniel Colascione authored
HAVE_NTGUI but not WINDOWSNT, resolving a problem that caused Emacs to display the hourglass cursor forever.
-
Daniel Colascione authored
-
Daniel Colascione authored
which is broke under remote desktop, calculating the number of colors available for a display based on the display's number of planes and number of bits per pixel per plane. (bug#10397).
-
Jan Djärv authored
* nsfont.m (Vfonts_in_cache): New variable. (nsfont_open): Use unsignedLongLongValue for cache in case wide ints are used. Add cached fonts to Vfonts_in_cache. (syms_of_nsfont): Initialize and staticpro Vfonts_in_cache.
-
Juanma Barranquero authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
(HAVE_NTGUI): New macro. src/makefile.w32-in (LOCAL_FLAGS): Don't define HAVE_NTGUI, it's now in nt/config.nt.
-
Michael Albinus authored
syntax, not only ange-ftp's one.
-
Juanma Barranquero authored
-
Eli Zaretskii authored
src/makefile.w32-in ($(BLD)/unexw32.$(O)): ($(BLD)/w32.$(O)): ($(BLD)/w32console.$(O)): ($(BLD)/w32fns.$(O)): ($(BLD)/w32heap.$(O)): ($(BLD)/w32menu.$(O)): ($(BLD)/w32proc.$(O)): Add w32common.h.
-
Daniel Colascione authored
-