Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6a097c0c
Commit
6a097c0c
authored
Feb 26, 2003
by
Stefan Monnier
Browse files
*** empty log message ***
parent
bca8c7be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
9 deletions
+17
-9
lisp/ChangeLog
lisp/ChangeLog
+11
-7
src/ChangeLog
src/ChangeLog
+6
-2
No files found.
lisp/ChangeLog
View file @
6a097c0c
...
...
@@ -10,9 +10,8 @@
2003-02-25 Andreas Schwab <schwab@suse.de>
* progmodes/make-mode.el (makefile-font-lock-keywords): Protect
shell variable references by requireing that $ is not preceded by
another $.
* progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell
variable references by requireing that $ is not preceded by another $.
2003-02-25 Kenichi Handa <handa@m17n.org>
...
...
@@ -22,14 +21,19 @@
* language/mlm-util.el (mlm-char-glyph): Fix more rules.
2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
* progmodes/simula.el: Move abbrev loading to after the fun it uses.
(simula-install-standard-abbrevs): Use dolist.
Use system-flag when calling define-abbrev.
2003-02-24 Dave Love <fx@gnu.org>
* obsolete/cplus-md.el: Delete
d
. (Requires removed c-mode.el.)
* obsolete/cplus-md.el: Delete. (Requires removed c-mode.el.)
* env.el (read-envvar-name): Decode names.
(substitute-env-vars): Use eval-when-compile and char class.
(setenv): Doc fix. Encode the data (after checking that's
possible).
(setenv): Doc fix. Encode the data (after checking that's possible).
(getenv): Encode the name and decode the result.
2003-02-24 Ken Manheimer <klm@zope.com>
...
...
@@ -80,7 +84,7 @@
* progmodes/cperl-mode.el: Merge changes from CPerl-5.0.
(toplevel): Require man.
(condition-case):
Don't autoload tmm-prompt (it's in loaddefs.el).
Don't autoload tmm-prompt (it's in loaddefs.el).
(cperl-electric-backspace-untabify): New var.
(cperl-electric-backspace): Use it.
(cperl-vc-header-alist): Extract numeric version from the Id.
...
...
src/ChangeLog
View file @
6a097c0c
...
...
@@ -16,6 +16,10 @@
* buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
process only when "subprocesses" is defined.
2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
* syntax.c (back_comment): Only check nestedness of 2nd char if needed.
2003-02-24 Juanma Barranquero <lektu@terra.es>
* callint.c (fix_command): Declare as static void and move before
...
...
@@ -513,8 +517,8 @@
(notice_overwritten_cursor): Consider the cursor image erased if
the output area intersects the cursor image in y-direction.
* w32term.c (note_mode_line_or_margin_highlight): Rename
d
from
note_mode_line_highlight and extend
ed
.
* w32term.c (note_mode_line_or_margin_highlight): Rename from
note_mode_line_highlight and extend.
* w32term.c (last_window): New variable.
(w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
...
...
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