diff options
| author | Glenn Morris | 2014-01-27 19:39:50 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-01-27 19:39:50 -0500 |
| commit | a22359a7676690cf8e5eddd0029f612cdb85ea31 (patch) | |
| tree | 8ccaafd9d75b5b07265e01eaeaf8224b8db7aea5 | |
| parent | ee325f582521531eeb028319e96cc6aeb7157c72 (diff) | |
| download | emacs-a22359a7676690cf8e5eddd0029f612cdb85ea31.tar.gz emacs-a22359a7676690cf8e5eddd0029f612cdb85ea31.zip | |
* lisp/vc/pcvs.el (cvs-append-to-ignore): Add compatibility alias.
(vc-editable-p, vc-checkout): Remove unused declarations.
* etc/NEWS: Small edits.
| -rw-r--r-- | etc/NEWS | 35 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/vc/pcvs.el | 5 |
3 files changed, 23 insertions, 22 deletions
| @@ -42,8 +42,7 @@ of _any_ files during installation. | |||
| 42 | 42 | ||
| 43 | --- | 43 | --- |
| 44 | ** The configure option `--with-crt-dir' has been removed. | 44 | ** The configure option `--with-crt-dir' has been removed. |
| 45 | It is no longer needed, as the crt*.o files are no longer linked | 45 | It is no longer needed, as the crt*.o files are no longer linked specially. |
| 46 | specially. | ||
| 47 | 46 | ||
| 48 | --- | 47 | --- |
| 49 | ** Directories passed to configure option `--enable-locallisppath' are | 48 | ** Directories passed to configure option `--enable-locallisppath' are |
| @@ -242,17 +241,15 @@ and this variable has been marked obsolete. | |||
| 242 | ** `emacs-bzr-version' has been renamed to `emacs-repository-version', | 241 | ** `emacs-bzr-version' has been renamed to `emacs-repository-version', |
| 243 | and works for git too, if you fetch the repository notes. | 242 | and works for git too, if you fetch the repository notes. |
| 244 | 243 | ||
| 245 | ** New user options: | 244 | ** `read-regexp-defaults-function' defines a function to read regexps, |
| 246 | |||
| 247 | *** `read-regexp-defaults-function' defines a function to read regexps, | ||
| 248 | used by commands like `rgrep', `lgrep' `occur', `highlight-regexp', etc. | 245 | used by commands like `rgrep', `lgrep' `occur', `highlight-regexp', etc. |
| 249 | You can customize this to specify a function that provides a default | 246 | You can customize this to specify a function that provides a default |
| 250 | value from the regexp last history element, or from the symbol found | 247 | value from the regexp last history element, or from the symbol found |
| 251 | at point. | 248 | at point. |
| 252 | 249 | ||
| 253 | +++ | 250 | +++ |
| 254 | *** `load-prefer-newer' affects how the `load' function chooses the | 251 | ** New option `load-prefer-newer' affects how the `load' function chooses |
| 255 | file to load. If this is non-nil, then when both .el and .elc | 252 | the file to load. If this is non-nil, then when both .el and .elc |
| 256 | versions of a file exist, and the caller did not explicitly specify | 253 | versions of a file exist, and the caller did not explicitly specify |
| 257 | which one to load, then the newer file is loaded. The default, nil, | 254 | which one to load, then the newer file is loaded. The default, nil, |
| 258 | means to always load the .elc file. | 255 | means to always load the .elc file. |
| @@ -409,13 +406,13 @@ target architecture auto-detection. | |||
| 409 | **** Improved detection of used namespaces in current scope in C++. | 406 | **** Improved detection of used namespaces in current scope in C++. |
| 410 | 407 | ||
| 411 | **** Parsing of default values for variables and function arguments in C/C++. | 408 | **** Parsing of default values for variables and function arguments in C/C++. |
| 412 | They are also displayed by the summarize feature in the modeline. | 409 | They are also displayed by the summarize feature in the mode line. |
| 413 | 410 | ||
| 414 | **** Improved parsing of function pointers in C/C++. | 411 | **** Improved parsing of function pointers in C/C++. |
| 415 | This also includes parsing of function pointers as function arguments. | 412 | This also includes parsing of function pointers as function arguments. |
| 416 | 413 | ||
| 417 | **** Parsing of C/C++ preprocessor macros which open new scope. | 414 | **** Parsing of C/C++ preprocessor macros that open new scope. |
| 418 | For example, this enables parsing of macros which open new namespaces. | 415 | For example, this enables parsing of macros that open new namespaces. |
| 419 | 416 | ||
| 420 | **** Support for 'this' pointer in inline member functions in C++. | 417 | **** Support for 'this' pointer in inline member functions in C++. |
| 421 | 418 | ||
| @@ -757,7 +754,7 @@ The same rules are now applied to the symbol search with the difference | |||
| 757 | that it matches symbols, and non-symbol characters between symbols. | 754 | that it matches symbols, and non-symbol characters between symbols. |
| 758 | 755 | ||
| 759 | +++ | 756 | +++ |
| 760 | ** New SES command `ses-rename-cell' allows assigning names to SES cells. | 757 | ** New SES command `ses-rename-cell' allows assignment of names to SES cells. |
| 761 | 758 | ||
| 762 | --- | 759 | --- |
| 763 | ** The shell.el option `explicit-bash-args' includes --noediting by default. | 760 | ** The shell.el option `explicit-bash-args' includes --noediting by default. |
| @@ -765,9 +762,11 @@ All non-ancient Bash versions support this option. | |||
| 765 | 762 | ||
| 766 | ** Shell Script mode | 763 | ** Shell Script mode |
| 767 | 764 | ||
| 768 | *** `sh-mode' now has its own setting for `add-log-current-defun-function'. | 765 | --- |
| 766 | *** The SMIE indentation engine is now used by default - see `sh-use-smie'. | ||
| 769 | 767 | ||
| 770 | *** The SMIE indentation engine is now used by default. | 768 | --- |
| 769 | *** `sh-mode' now has its own setting for `add-log-current-defun-function'. | ||
| 771 | 770 | ||
| 772 | ** SMIE indentation can be customized via `smie-config'. | 771 | ** SMIE indentation can be customized via `smie-config'. |
| 773 | Emacs can learn the appropriate indentation settings if you provide it | 772 | Emacs can learn the appropriate indentation settings if you provide it |
| @@ -859,10 +858,6 @@ received with a pull operation. | |||
| 859 | under current version control system. When called with a prefix | 858 | under current version control system. When called with a prefix |
| 860 | argument, you can remove a file from the ignored file list. | 859 | argument, you can remove a file from the ignored file list. |
| 861 | 860 | ||
| 862 | --- | ||
| 863 | *** `cvs-append-to-ignore' has been renamed to `vc-cvs-append-to-ignore' | ||
| 864 | because it is moved to vc-cvs.el. | ||
| 865 | |||
| 866 | ** VHDL mode | 861 | ** VHDL mode |
| 867 | 862 | ||
| 868 | --- | 863 | --- |
| @@ -875,7 +870,7 @@ because it is moved to vc-cvs.el. | |||
| 875 | ** The Woman commands `woman-default-faces' and `woman-monochrome-faces' | 870 | ** The Woman commands `woman-default-faces' and `woman-monochrome-faces' |
| 876 | are obsolete. Customize the `woman-*' faces instead. | 871 | are obsolete. Customize the `woman-*' faces instead. |
| 877 | 872 | ||
| 878 | ** Obsolete packages: | 873 | ** Obsolete packages |
| 879 | 874 | ||
| 880 | *** Iswitchb is made obsolete by icomplete-mode. | 875 | *** Iswitchb is made obsolete by icomplete-mode. |
| 881 | 876 | ||
| @@ -1086,7 +1081,7 @@ displaying the buffer in a window. | |||
| 1086 | ** New hook `pre-redisplay-function'. | 1081 | ** New hook `pre-redisplay-function'. |
| 1087 | 1082 | ||
| 1088 | +++ | 1083 | +++ |
| 1089 | ** New bool-vector set operation functions: | 1084 | ** New bool-vector set operation functions |
| 1090 | *** `bool-vector-exclusive-or' | 1085 | *** `bool-vector-exclusive-or' |
| 1091 | *** `bool-vector-union' | 1086 | *** `bool-vector-union' |
| 1092 | *** `bool-vector-intersection' | 1087 | *** `bool-vector-intersection' |
| @@ -1126,7 +1121,7 @@ This is like the old `eval-after-load', but better behaved. | |||
| 1126 | *** `string-remove-suffix' | 1121 | *** `string-remove-suffix' |
| 1127 | 1122 | ||
| 1128 | +++ | 1123 | +++ |
| 1129 | ** Obsoleted functions: | 1124 | ** Obsoleted functions |
| 1130 | *** `log10' | 1125 | *** `log10' |
| 1131 | *** `dont-compile' | 1126 | *** `dont-compile' |
| 1132 | *** `lisp-complete-symbol' | 1127 | *** `lisp-complete-symbol' |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 79710afc777..6200de759b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-01-28 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations. | ||
| 4 | (cvs-append-to-ignore): Add compatibility alias. | ||
| 5 | |||
| 1 | 2014-01-27 Glenn Morris <rgm@gnu.org> | 6 | 2014-01-27 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * dired.el (dired-hide-details-mode): Don't autoload it, | 8 | * dired.el (dired-hide-details-mode): Don't autoload it, |
diff --git a/lisp/vc/pcvs.el b/lisp/vc/pcvs.el index 5c645ffd519..4f0f1e8e7fe 100644 --- a/lisp/vc/pcvs.el +++ b/lisp/vc/pcvs.el | |||
| @@ -1976,8 +1976,9 @@ This command ignores files that are not flagged as `Unknown'." | |||
| 1976 | (setf (cvs-fileinfo->type fi) 'DEAD)) | 1976 | (setf (cvs-fileinfo->type fi) 'DEAD)) |
| 1977 | (cvs-cleanup-collection cvs-cookies nil nil nil)) | 1977 | (cvs-cleanup-collection cvs-cookies nil nil nil)) |
| 1978 | 1978 | ||
| 1979 | (declare-function vc-editable-p "vc" (file)) | 1979 | (define-obsolete-function-alias 'cvs-append-to-ignore 'vc-cvs-append-to-ignore |
| 1980 | (declare-function vc-checkout "vc" (file &optional writable rev)) | 1980 | "24.4") |
| 1981 | |||
| 1981 | 1982 | ||
| 1982 | (defun cvs-mode-find-file-other-window (e) | 1983 | (defun cvs-mode-find-file-other-window (e) |
| 1983 | "Select a buffer containing the file in another window." | 1984 | "Select a buffer containing the file in another window." |