- 19 Nov, 2007 15 commits
-
-
Juanma Barranquero authored
made on 2000-05-21 with no ChangeLog entry).
-
Juanma Barranquero authored
-
Dan Nicolaescu authored
* play/yow.el (doctor-ret-or-read): * vc-hooks.el (vc-dired-resynch-file): * vc-hg.el (log-view-get-marked): * smerge-mode.el (ediff-cleanup-mess): * pcvs.el (vc-editable-p, vc-checkout): * pcomplete.el (comint-bol): * informat.el (texinfo-format-refill): * ido.el (tramp-tramp-file-p): * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier) (ibuffer-generate-filter-groups) (ibuffer-format-filter-group-data): * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as functions. * ido.el (ido-file-internal): Move with-no-warnings to include the ffap-string-at-point call. * pcomplete.el (pcomplete-executables): Move defsubst before first use. * vc-hg.el (vc-hg-revision-table): Fix last change.
-
Martin Rudalics authored
keymaps such that it's before the definition of Custom-mode-menu. (Custom-mode-menu): Show it for custom-field-keymap too.
-
Martin Rudalics authored
clipboard-yank when the buffer is read-only.
-
Nick Roberts authored
-
Nick Roberts authored
-
Miles Bader authored
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-933
-
Dan Nicolaescu authored
definition.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
extension. Also search for defsubsts.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
- 18 Nov, 2007 3 commits
-
-
Stefan Monnier authored
(clear-abbrev-table): Preserve properties.
-
Juri Linkov authored
using texinfo-short-index-format-cmds-alist.
-
Michael Albinus authored
defcustom. (tramp-handle-file-name-all-completions): Flush directory contents from cache regularly. (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'. (tramp-open-connection-setup-interactive-shell): Call `tramp-cleanup-connection' via funcall. * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already created when copying.
-
- 17 Nov, 2007 16 commits
-
-
Dan Nicolaescu authored
* eshell/esh-mode.el (eshell-mode-syntax-table) (command-running-p): * eshell/esh-ext.el (eshell-external-command): * eshell/esh-cmd.el (require): * eshell/em-unix.el (eshell-plain-locate-behavior): * eshell/em-cmpl.el (eshell-cmpl-initialize): Replace eshell-under-xemacs-p with (featurep 'xemacs). * eshell/esh-mode.el (characterp,char-int): Remove unused conditional defaliases. * pcomplete.el (pcomplete-event-matches-key-specifier-p): Rename from event-matches-key-specifier-p, define unconditionally. (event-basic-type): Remove unused defalias. (pcomplete-show-completions): Use pcomplete-event-matches-key-specifier-p. * mh-e.el (mh-xemacs-flag): Remove. (mh-min-colors-defined-flag): * mh-xface.el (mh-show-xface-function): * mh-utils.el (mh-colors-available-p): * mh-show.el (mh-show-mode): * mh-gnus.el (mh-gnus-local-map-property): * mh-folder.el (mh-folder-mode-map) (mh-remove-xemacs-horizontal-scrollbar, mh-folder-mode): * mh-comp.el (mh-insert-x-mailer): Replace uses of mh-xemacs-flag with (featurep 'xemacs).
-
Eli Zaretskii authored
-
Martin Rudalics authored
-
Martin Rudalics authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
declare-function. (byte-compile-callargs-warn): Handle declared functions.
-
Glenn Morris authored
-
Glenn Morris authored
(authors): Use process-lines rather than authors-process-lines.
-
Glenn Morris authored
-
Juanma Barranquero authored
(ring-plus1): Use `1+'. (ring-minus1): Use `zerop'. (ring-remove): Use c[ad]dr. Use `when'. (ring-copy): Use c[ad]dr. Use `let', not `let*'. (ring-ref): Use `let', not `let*'. (ring-insert-at-beginning): Use c[ad]dr. Doc fix. (ring-insert+extend): Use c[ad]dr. Fix typo in docstring. (ring-member): Simplify. Doc fix. (ring-convert-sequence-to-ring): Simplify.
-
Juanma Barranquero authored
-
Juri Linkov authored
a directory of an arbitrary depth. Add a loop to find the topmost nonexistent parent dir `new', and call `dired-add-file' on it. Set the `PARENTS' arg of `make-directory' to t.
-
- 16 Nov, 2007 6 commits
-
-
Jay Belanger authored
(math-build-parse-table): Get parse information from `math-parse-table'.
-
Stefan Monnier authored
(recenter-top-bottom): New command. (global-map): Bind it to C-l.
-
Stefan Monnier authored
-
Stefan Monnier authored
(pc-select-ensure-mark): Set mark-active to a special value instead. Rename from ensure-mark. Update call callers. (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark. Rewrite. Update all callers. (pc-selection-mode): Remove redundant var declaration.
-
Dan Nicolaescu authored
assignment to free variable bug.
-
Stefan Monnier authored
(ensure-mark): Set it. (maybe-deactivate-mark): New fun. Use it everywhere instead of (setq mark-active nil)
-