- 12 Aug, 1997 16 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(mouse-avoidance-mode): Create or cancel a time, instead of using post-command-idle-hook.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
multiple extents with a mouse-face property to run together.
-
Richard M. Stallman authored
files that are writable by others.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
When justifying, cope if line ends in spaces and no newline.
-
Eli Zaretskii authored
-
Richard M. Stallman authored
error if the `From:' line has no valid email addresses.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
the first set of directories that include the standard Emacs Lisp files.
-
Richard M. Stallman authored
(cal-tex-list-diary-entries): Bind diary-list-include-blanks to nil.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 11 Aug, 1997 23 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(only-global-abbrevs): Doc fix.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Per Abrahamsen authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(c-styles-alist): In "java" style, set c-hanging-comment-starter-p to nil to preserve Javadoc starter lines.
-
Richard M. Stallman authored
lines are now analyzed as template-args-cont.
-
Richard M. Stallman authored
Move `/' as an electric character from c++-mode-map to c-mode-base-map for all languages. (c-common-init): Set comment-multi-line and comment-line-break-function here for all modes. Make comment-line-break-function buffer local iff it's boundp. (c-C-comment-start-regexp): Obsolete. (c-comment-start-regexp): Initialize from c-C++-comment-start-regexp. (c-populate-syntax-table, c-setup-dual-comments): Merge both functions into c-populate-syntax-table. With the new 9X draft C standard, both line and block oriented comments are supported in all modes, so always set up the syntax tables to support both comment styles. (c-enable-//-in-c-mode): Obsolete. (c++-mode-syntax-table, java-mode-syntax-table) (objc-mode-syntax-table, idl-mode-syntax-table): Added autoload cookies. c-mode-syntax-table already has one. Use the new syntax table initialization idioms.
-
Richard M. Stallman authored
(c-initialize-cc-mode): Require 'cc-mode-19 if functionp is not bound. Check cc-mode-19 interface requirements. (c-mode, c++-mode, objc-mode, java-mode, idl-mode): Don't set comment-multi-line here. (c-mode): c-comment-start-regexp uses c-C++-comment-start-regexp to support line oriented comments.
-
Richard M. Stallman authored
(c-comment-continuation-stars): New variable.
-
Richard M. Stallman authored
don't have the variable comment-line-break-function. (c-electric-slash): Make this work as the final slash in a */ block oriented comment closing token. (c-comment-line-break-function): New function for proposed mode-specific comment-line-break-function variable.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
the executable is in its `src' subdirectory, as under a debugger. (IT_set_face): If termscript is in use, print the number of the face as well.
-
Richard M. Stallman authored
service, NT DPMI server will crash Emacs in DOS box, if we do.
-
Richard M. Stallman authored
parameters in the frame parameters' alist.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(msdos-color-translate): Handle color names which end with a number, like gray85 and purple3. (msdos-face-setup): Call `face-set-after-frame-default', so default faces are correctly set. Do not set background of the region face (it is set by `face-set-after-frame-default').
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 10 Aug, 1997 1 commit
-
-
Kenichi Handa authored
CODING_FLAG_ISO_SAFE in terminal_coding.flags. (ENCODE_ISO_CHARACTER_DIMENSION1): Check CODING_SPEC_ISO_EXPECTED_CHARSETS. (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.
-