- 25 May, 2010 2 commits
-
-
Stefan Monnier authored
* bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el, skeleton.el, term.el, time.el, wid-edit.el, woman.el, calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el, calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el, emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el, eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el, gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el, language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el, net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el, progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el, progmodes/ps-mode.el, progmodes/verilog-mode.el, progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el, textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el, textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to delete-backward-char by calls to delete-char.
-
Kenichi Handa authored
-
- 24 May, 2010 1 commit
-
-
Stefan Monnier authored
Add delete-backward-char.
-
- 22 May, 2010 1 commit
-
-
Chong Yidong authored
* image.c (Fimage_flush): Rename from image-refresh. * image.el (image-refresh): Define as an alias for image-flush. * image-mode.el (image-toggle-display-image): Caller changed. * display.texi (Image Cache): Update documentation about image caching.
-
- 21 May, 2010 7 commits
-
-
Juri Linkov authored
Remove "all" from grep-files-aliases. Split grep-files-aliases by whitespace, call wildcard-to-regexp on substrings and concat them with "\\|". (Bug#6114)
-
Alan Mackenzie authored
Exclude any "new" CPP construct from taking part in the scanning.
-
Michael Albinus authored
(tramp-handle-file-local-copy, tramp-maybe-open-connection): Tune `with-progress-reporter' messages. (tramp-handle-vc-registered): * net/tramp-fish.el (tramp-fish-handle-file-local-copy) (tramp-fish-handle-insert-file-contents) (tramp-fish-maybe-open-connection): * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file) (tramp-imap-handle-insert-file-contents) (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
-
Juanma Barranquero authored
-
Glenn Morris authored
* progmodes/fortran.el (fortran-mode): * progmodes/f90.el (f90-mode): Derive from prog-mode.
-
Juanma Barranquero authored
-
Glenn Morris authored
* lisp/loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer having a relative path in src/Makefile.in.
-
- 20 May, 2010 13 commits
-
-
Kevin Ryde authored
newlines into spaces. Link node names with newlines are matched by help-xref-info-regexp and buttonized, this change ensures they can be followed successfully with RET. (Bug#6206)
-
Kevin Ryde authored
-
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.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
- 19 May, 2010 11 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.
-
Stefan Monnier authored
* editfns.c (Fbyte_to_string): New function. * NEWS: Add sections for Emacs-23.3.
-
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
-
Stefan Monnier authored
Fixes: debbugs:6201
-
Stefan Monnier authored
-
Glenn Morris 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.
-
Chong Yidong authored
-
Stefan Monnier authored
Fixes: debbugs:6212
-
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 ;-).
-