- 20 May, 2010 18 commits
-
-
Juri Linkov authored
switch-to-buffer-other-window. (Bug#6204)
-
Juri Linkov authored
for `M-s w str M-% str RET'.
-
Masatake YAMATO authored
when `subword-mode' is activated. (Bug#6220)
-
Mark A. Hershberger authored
(isearch-update): Use the new hook. (Bug#6225)
-
Juri Linkov authored
[f1], [help], and (char-to-string help-char) instead of "\C-h". (Bug#6222)
-
Juri Linkov authored
(Bug#6223)
-
Juri Linkov authored
-
Juri Linkov authored
FILE-NAME to read from the minibuffer when called interactively with prefix argument instead of using buffer-file-name. http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html * dired.el: Update autoloads.
-
Chong Yidong authored
nxml-finish-element, for consistency with SGML mode. * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to octave-close-block.
-
Kevin Ryde authored
* keyboard.c (Vlast_command, Vkeyboard_translate_table) (Voverriding_terminal_local_map, Vsystem_key_alist) (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
-
enami tsugutomo authored
* configure.in: On NetBSD, if terminfo is found, use it in preference to termcap. (Bug#6190)
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* make-dist (src): Include *.mk. * config.bat: Concatenate deps.mk onto the end of src/Makefile. * configure.in (DEPFLAGS, MKDEPDIR): New output variables. (deps_frag): New output file. (AUTO_DEPEND): Remove this definition. * src/Makefile.in (DEPDIR): New constant. (DEPFLAGS): Set with configure, not cpp. (MKDEPDIR): New, set by configure. (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR. (clean): Use $DEPDIR. (deps_frag): Include from configure. Move static/dynamic dependency stuff to deps.mk/autodeps.mk. * src/deps.mk, src/autodeps.mk: New files, extracted from Makefile.in. * msdos/sed1v2.inp (DEPFLAGS, deps_frag): Edit to empty. (MKDEPDIR): Edit to ':'.
-
Glenn Morris authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
- 19 May, 2010 17 commits
-
-
Juri Linkov authored
set-window-parameter.
-
Michael Albinus authored
where appropriate. (tramp-maybe-open-connection): Use it.
-
Eli Zaretskii authored
simple.el (move-end-of-line): Make sure we are at line beginning before backing up to end of previous line.
-
Michael Albinus authored
-
Michael Albinus authored
(secrets-search-items, secrets-create-item) (secrets-get-attributes, secrets-expand-item): Attributes will be stored on the password database without leading ":", as all other clients do as well. (secrets-mode): Fix docstring. (secrets-show-secrets): Provide it as autoloaded command only when D-Bus support is available. Check existence of Secret Service API.
-
Peter S Galbraith authored
-
Eli Zaretskii authored
bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix reallocation of the cache.
-
Stefan Monnier authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* msdos/sed2v2.inp (ORDINARY_LINK): Set here rather than in s/msdos.h. * src/s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
-
Glenn Morris authored
-
Glenn Morris authored
* configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables. (ORDINARY_LINK): New AC_DEFINE. (LIB_GCC): No need to set if ORDINARY_LINK. * src/Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp. (GNULIB_VAR): Remove. (LIBES): Use LIB_GCC instead of GNULIB_VAR. * src/m/ibms390x.h (LINKER): * src/m/macppc.h (LINKER) [GNU_LINUX]: * src/s/aix4-2.h (ORDINARY_LINK): * src/s/cygwin.h (LINKER): * src/s/darwin.h (ORDINARY_LINK): * src/s/gnu.h (ORDINARY_LINK): * src/s/netbsd.h (LINKER): * src/s/usg5-4.h (ORDINARY_LINK): Move to configure. * msdos/sed1v2.inp (LD): Edit to $(CC). (YMF_PASS_LDFLAGS): Edit to `flags'.
-
Glenn Morris authored
In any case, ORDINARY_LINK means uses the C compiler as the LINKER, so setting LINKER=cc is redundant.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
composite.el: Register compose-gstring-for-graphic in composition-function-table only for combining characters (Mn, Mc, Me).
-
- 18 May, 2010 5 commits
-
-
Jay Belanger authored
(calc-trail-isearch-backward): Ensure that the new window point is set correctly.
-
Stefan Monnier authored
Fixes: debbugs:6212
-
Michael Albinus authored
-
Michael Albinus authored
* net/secrets.el (secrets-mode): New major mode. (secrets-show-secrets, secrets-show-collections) (secrets-expand-collection, secrets-expand-item) (secrets-tree-widget-after-toggle-function) (secrets-tree-widget-show-password): New defuns.
-
Stefan Monnier authored
(smie-backward-sexp, smie-forward-sexp): Remove boundary condition now handled in smie-next-sexp. (smie-indent-calculate): Provide a starting indentation (so the recursion is well-founded ;-).
-