diff options
| author | Stefan Monnier | 2004-02-16 03:18:25 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-02-16 03:18:25 +0000 |
| commit | 783bcffa10c4e226086063f15d45cb2de7038421 (patch) | |
| tree | d16153450b737d850002c007f011424d9d6537c1 | |
| parent | f3336ea4a16bb4a7612f527ab8ce510c7956c600 (diff) | |
| download | emacs-783bcffa10c4e226086063f15d45cb2de7038421.tar.gz emacs-783bcffa10c4e226086063f15d45cb2de7038421.zip | |
*** empty log message ***
| -rw-r--r-- | lib-src/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/ChangeLog | 31 |
2 files changed, 28 insertions, 11 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index b2820eff2f3..5758a6d0b89 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -29,6 +29,12 @@ | |||
| 29 | Only try su-fallback if the socket name was not explicit. | 29 | Only try su-fallback if the socket name was not explicit. |
| 30 | Check socket name length in su-fallback case as well. | 30 | Check socket name length in su-fallback case as well. |
| 31 | 31 | ||
| 32 | 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 33 | |||
| 34 | * emacsclient.c (main): Stop if socket name too long. | ||
| 35 | Only try su-fallback if the socket name was not explicit. | ||
| 36 | Check socket name length in su-fallback case as well. | ||
| 37 | |||
| 32 | 2004-01-08 Andreas Schwab <schwab@suse.de> | 38 | 2004-01-08 Andreas Schwab <schwab@suse.de> |
| 33 | 39 | ||
| 34 | * emacsclient.c (main): Save errno from socket_status. | 40 | * emacsclient.c (main): Save errno from socket_status. |
| @@ -69,7 +75,7 @@ | |||
| 69 | 75 | ||
| 70 | 2003-08-25 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change) | 76 | 2003-08-25 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change) |
| 71 | 77 | ||
| 72 | * etags.c (consider_token): check C++ `operator' only when the | 78 | * etags.c (consider_token): Check C++ `operator' only when the |
| 73 | token len is long enough. | 79 | token len is long enough. |
| 74 | 80 | ||
| 75 | 2003-08-20 Dave Love <fx@gnu.org> | 81 | 2003-08-20 Dave Love <fx@gnu.org> |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e33ef700749..6b2371196df 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -14,12 +14,14 @@ | |||
| 14 | 14 | ||
| 15 | 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org> | 15 | 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org> |
| 16 | 16 | ||
| 17 | * ses.el: Delete function ses-build-load-map and distribute its | 17 | * ses.el: Use "ses--" prefixes for buffer-local variables. |
| 18 | functions to defconst's for the three maps. Add menus. Use | 18 | Use (point-min) instead of 1, even when we know the buffer |
| 19 | "ses--" prefixes for buffer-local variables. Use (point-min) | 19 | is unnarrowed. |
| 20 | instead of 1, even when we know the buffer is unnarrowed. New | 20 | (ses-build-load-map): Delete. Distribute its content to defconst's for |
| 21 | function ses-read-number duplicates some code from interactive "N" | 21 | the three maps. |
| 22 | spec. | 22 | (ses-menu, ses-header-line-menu): New menus. |
| 23 | (ses-mode-map): Use them. | ||
| 24 | (ses-read-number) New fun. Duplicates code from interactive "N" spec. | ||
| 23 | 25 | ||
| 24 | 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org> | 26 | 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 25 | 27 | ||
| @@ -28,15 +30,18 @@ | |||
| 28 | 30 | ||
| 29 | 2004-02-13 Luc Teirlinck <teirllm@auburn.edu> | 31 | 2004-02-13 Luc Teirlinck <teirllm@auburn.edu> |
| 30 | 32 | ||
| 31 | * simple.el (kill-new): Put yank-handler property on the entire | 33 | * simple.el (kill-new): Put yank-handler property on the entire string. |
| 32 | string. | 34 | |
| 35 | 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 36 | |||
| 37 | * pcvs-defs.el (cvs-menu): Add `tag'. | ||
| 33 | 38 | ||
| 34 | 2004-02-11 Luc Teirlinck <teirllm@auburn.edu> | 39 | 2004-02-11 Luc Teirlinck <teirllm@auburn.edu> |
| 35 | 40 | ||
| 36 | * simple.el (kill-append): Doc fix. | 41 | * simple.el (kill-append): Doc fix. |
| 37 | 42 | ||
| 38 | * emacs-lisp/lisp-mode.el (lisp-mode-variables): Adapt | 43 | * emacs-lisp/lisp-mode.el (lisp-mode-variables): |
| 39 | outline-regexp to the new conventions for commenting out code. | 44 | Adapt outline-regexp to the new conventions for commenting out code. |
| 40 | 45 | ||
| 41 | 2004-02-11 John Paul Wallington <jpw@gnu.org> | 46 | 2004-02-11 John Paul Wallington <jpw@gnu.org> |
| 42 | 47 | ||
| @@ -202,6 +207,12 @@ | |||
| 202 | * simple.el (line-number-at-pos): Rename from line-at-pos. | 207 | * simple.el (line-number-at-pos): Rename from line-at-pos. |
| 203 | Uses changed (what-line and vc-annotate-warp-version). | 208 | Uses changed (what-line and vc-annotate-warp-version). |
| 204 | 209 | ||
| 210 | 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 211 | |||
| 212 | * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist) | ||
| 213 | (diff-mode): Remove aborted attempt at support for compile.el. | ||
| 214 | (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks. | ||
| 215 | |||
| 205 | 2004-02-06 Andreas Schwab <schwab@suse.de> | 216 | 2004-02-06 Andreas Schwab <schwab@suse.de> |
| 206 | 217 | ||
| 207 | * view.el (view-mode-enable): Add view-mode-map to | 218 | * view.el (view-mode-enable): Add view-mode-map to |