- 20 Nov, 2009 26 commits
-
-
Tassilo Horn authored
* progmodes/cc-cmds.el (c-update-modeline) (c-forward-into-nomenclature, c-backward-into-nomenclature): Refer to subword.el functions instead of cc-subword.el. * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to subword.el functions instead of cc-subword.el. * progmodes/cc-subword.el: Renamed to subword.el. * subword.el: Renamed from progmodes/cc-subword.el. (subword-mode-map): Renamed from c-subword-mode-map. (subword-mode): Renamed from c-subword-mode. (global-subword-mode): New global minor mode. (forward-subword): Renamed from c-forward-subword. (backward-subword): Renamed from c-backward-subword. (mark-subword): Renamed from c-mark-subword. (kill-subword): Renamed from c-kill-subword. (backward-kill-subword): Renamed from c-backward-kill-subword. (transpose-subwords): Renamed from c-tranpose-subword. (downcase-subword): Renamed from c-downcase-subword. (capitalize-subword): Renamed from c-capitalize-subword. (forward-subword-internal): Renamed from c-forward-subword-internal. (backward-subword-internal): Renamed from c-backward-subword-internal.
-
Dan Nicolaescu authored
from a dired buffer. (vc-dired-deduce-fileset): New function. (vc-root-diff, vc-print-root-log): Use it.
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
nil LIMIT argument to vc-print-log-internal.
-
Chong Yidong authored
-
Stefan Monnier authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Chong Yidong authored
-
Chong Yidong authored
(Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler): Numerous copyedits.
-
Chong Yidong authored
* cedet/semantic.el: Enable idle-mode menu items only if global-semantic-idle-scheduler-mode is enabled. (semantic-default-submodes): Doc fix. * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode): When turning off, disable other idle modes.
-
Jay Belanger authored
-
Jay Belanger authored
-
Jay Belanger authored
-
Jay Belanger authored
-
Jay Belanger authored
-
Jay Belanger authored
-
Jay Belanger authored
-
Jay Belanger authored
-
Jay Belanger authored
-
Jay Belanger authored
`calc-twos-complement-mode'. (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
-
Jay Belanger authored
`calc-twos-complement-mode'.
-
Jay Belanger authored
-
Jay Belanger authored
(calc-radix): Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'. (calc-octal-radix, calc-hex-radix): Add an argument for two's complement.
-
Jay Belanger authored
-
Jay Belanger authored
`calc-twos-complement-mode'. (math-format-number): Rename `math-format-complement-signed' to `math-format-twos-complement'.
-
- 19 Nov, 2009 14 commits
-
-
Stefan Monnier authored
(latex-string-prefix-p, latex-complete-bibtex-keys, latex-complete-data) (latex-complete-envnames, latex-complete-refkeys): New functions. (latex-complete, latex-indent-or-complete): New commands.
-
Stefan Monnier authored
-
Stefan Monnier authored
(display-buffer): Obey it. * minibuffer.el (minibuffer-completion-help): Use it.
-
Stefan Monnier authored
-
Stefan Monnier authored
(file-cache-delete-file-regexp): Use push. (file-cache-complete): Use completion-in-region.
-
Stefan Monnier authored
-
Stefan Monnier authored
(htmlfontify-load-rgb-file): Remove unnused var `ff'. Use with-current-buffer and string-to-number. (hfy-fallback-colour-values): Use assoc-string. * htmlfontify.el (hfy-face-to-css): Remove unused var `style'. (hfy-face-at): Remove unused var `found-face'. (hfy-compile-stylesheet): Remove unused var `css'. (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button', and `orig-buffer'. (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer): Use with-current-buffer. (hfy-text-p): Use expand-file-name and fewer setq.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Juri Linkov authored
completion when point was at the beginning of the buffer.
-
Juri Linkov authored
-
Juri Linkov authored
(completion--insert-strings): Implement vertical format.
-
Juri Linkov authored
* progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
-
Chong Yidong authored
-