Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
783bcffa
Commit
783bcffa
authored
Feb 16, 2004
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
f3336ea4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
11 deletions
+28
-11
lib-src/ChangeLog
lib-src/ChangeLog
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+21
-10
No files found.
lib-src/ChangeLog
View file @
783bcffa
...
...
@@ -29,6 +29,12 @@
Only try su-fallback if the socket name was not explicit.
Check socket name length in su-fallback case as well.
2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
* emacsclient.c (main): Stop if socket name too long.
Only try su-fallback if the socket name was not explicit.
Check socket name length in su-fallback case as well.
2004-01-08 Andreas Schwab <schwab@suse.de>
* emacsclient.c (main): Save errno from socket_status.
...
...
@@ -69,7 +75,7 @@
2003-08-25 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
* etags.c (consider_token):
c
heck C++ `operator' only when the
* etags.c (consider_token):
C
heck C++ `operator' only when the
token len is long enough.
2003-08-20 Dave Love <fx@gnu.org>
...
...
lisp/ChangeLog
View file @
783bcffa
...
...
@@ -14,12 +14,14 @@
2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
* ses.el: Delete function ses-build-load-map and distribute its
functions to defconst's for the three maps. Add menus. Use
"ses--" prefixes for buffer-local variables. Use (point-min)
instead of 1, even when we know the buffer is unnarrowed. New
function ses-read-number duplicates some code from interactive "N"
spec.
* ses.el: Use "ses--" prefixes for buffer-local variables.
Use (point-min) instead of 1, even when we know the buffer
is unnarrowed.
(ses-build-load-map): Delete. Distribute its content to defconst's for
the three maps.
(ses-menu, ses-header-line-menu): New menus.
(ses-mode-map): Use them.
(ses-read-number) New fun. Duplicates code from interactive "N" spec.
2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
...
...
@@ -28,15 +30,18 @@
2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
* simple.el (kill-new): Put yank-handler property on the entire
string.
* simple.el (kill-new): Put yank-handler property on the entire string.
2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
* pcvs-defs.el (cvs-menu): Add `tag'.
2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
* simple.el (kill-append): Doc fix.
* emacs-lisp/lisp-mode.el (lisp-mode-variables):
Adapt
outline-regexp to the new conventions for commenting out code.
* emacs-lisp/lisp-mode.el (lisp-mode-variables):
Adapt
outline-regexp to the new conventions for commenting out code.
2004-02-11 John Paul Wallington <jpw@gnu.org>
...
...
@@ -202,6 +207,12 @@
* simple.el (line-number-at-pos): Rename from line-at-pos.
Uses changed (what-line and vc-annotate-warp-version).
2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
* diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
(diff-mode): Remove aborted attempt at support for compile.el.
(diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
2004-02-06 Andreas Schwab <schwab@suse.de>
* view.el (view-mode-enable): Add view-mode-map to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment