summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* *** empty log message ***emacs-pretest-21.0.99Gerd Moellmann2001-03-05
|
* Mention Czech reference card.Gerd Moellmann2001-03-05
|
* (ethio-toggle-space): Fix typo.Kenichi Handa2001-03-05
| | | | (ethio-toggle-punctuation): Fix typo.
* *** empty log message ***Kenichi Handa2001-03-05
|
* (ethio-toggle-space): Update current-input-method-title if necessary.Kenichi Handa2001-03-05
| | | | (ethio-toggle-punctuation): Likewise.
* (quail-title): Fix for the case that a title of an input method isKenichi Handa2001-03-05
| | | | specified by a list of the same form as used in mode-line-format.
* (read_minibuf): Clean up the binding stack ifGerd Moellmann2001-03-05
| | | | called noninteractively.
* (activate-input-method): If current-input-method-title is set byKenichi Handa2001-03-05
| | | | activating INPUT-METHOD, respect that value.
* *** empty log message ***Gerd Moellmann2001-03-05
|
* (dun-mode): Set major-mode to `dun-mode'.Gerd Moellmann2001-03-05
|
* Change the `***' for the EDT entry to `**'.Gerd Moellmann2001-03-05
|
* (sql-sybase): Fix typo (was: query user about server twoGerd Moellmann2001-03-05
| | | | | | | | times instead of server and database). (sql-sybase): Doc change. (sql-mysql): Doc change. (sql-postgres): Doc change.
* *** empty log message ***Kenichi Handa2001-03-05
|
* (char_to_string): If a single byte char has modifierKenichi Handa2001-03-05
| | | | | bits that can't be reflected to the character code, ignore them instead of signalling an error.
* (syms_of_coding): Docstring modified.Kenichi Handa2001-03-05
|
* *** empty log message ***Kenichi Handa2001-03-05
|
* (emacs-mule, raw-text): Docstring modified.Kenichi Handa2001-03-05
|
* (lisp): Add international/utf-8.elc.Kenichi Handa2001-03-05
|
* *** empty log message ***Eli Zaretskii2001-03-04
|
* Fix case convention for mouse click.Richard M. Stallman2001-03-04
| | | | Write GNU/Linux, not Linux.
* Fix Texinfo usage. Write GNU/Linux, not Linux.Richard M. Stallman2001-03-04
|
* Update copyright notice.Eli Zaretskii2001-03-04
|
* Minor usage fixes. Don't mention Motif or XView.Richard M. Stallman2001-03-04
|
* Update the copyright.Eli Zaretskii2001-03-04
|
* Minor usage fixes.Richard M. Stallman2001-03-04
|
* Fix case convention for mouse click.Richard M. Stallman2001-03-04
|
* Minor fixes.Richard M. Stallman2001-03-04
|
* Minor cleanups.Richard M. Stallman2001-03-04
|
* Fix Texinfo usage.Richard M. Stallman2001-03-04
|
* (Misc Variables): Add example for setting EMACSCOLORS on MS-DOS.Eli Zaretskii2001-03-03
|
* Delete indexing for MSB in `Menu Mouse Clicks';Richard M. Stallman2001-03-03
| | | | | just xref to Buffer Menus. Delete mention of C-x 5 1 in `Creating Frames'.
* Minor clarifications. Explain that one normally specifies face attributesRichard M. Stallman2001-03-03
| | | | rather than a font name.
* Minor cleanups. Rename `Motif Resources' node to `LessTif Resources'.Richard M. Stallman2001-03-03
|
* Give LessTif precedence over Motif.Richard M. Stallman2001-03-03
|
* Many typo-fixes and clarifications from Dr Francis J. WrightEli Zaretskii2001-03-03
| | | | <F.J.Wright@qmw.ac.uk>.
* (Mac Input, Mac Font Specs): Fix typos reported by Dr Francis J. WrightEli Zaretskii2001-03-03
| | | | <F.J.Wright@qmw.ac.uk>.
* (Antinews): Fix typos reported by Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>.Eli Zaretskii2001-03-03
|
* (Checklist): Say that the example with LC_ALL and such is for a Unix shell.Eli Zaretskii2001-03-03
| | | | From Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>.
* According to Neil Booth <neil@daikokuya.demon.co.uk>, versions of theEli Zaretskii2001-03-03
| | | | preprocessor after Feb 1 2001 don't expand ".." into ". .".
* (insert-file-contents-literally): BindDave Love2001-03-02
| | | | | inhibit-file-name-handlers and inhibit-file-name-operation, not jka-compr-compression-info-list.
* (glyph_rect): New function.Gerd Moellmann2001-03-02
| | | | | (XTmouse_position): Use it to raise the threshold for mouse movement event generation.
* (comment-normalize-vars): Use [ \t] for the trailingStefan Monnier2001-03-02
| | | | spaces in default comment-start-skip settings rather than \s-.
* *** empty log message ***Eli Zaretskii2001-03-02
|
* (mark_maybe_pointer): Fix a typo in a comment.Eli Zaretskii2001-03-02
|
* *** empty log message ***Eli Zaretskii2001-03-02
|
* (msdos-handle-reverse-video): Look for reverse inEli Zaretskii2001-03-02
| | | | default-frame-alist as well.
* *** empty log message ***Gerd Moellmann2001-03-02
|
* (Fmsdos_remember_default_colors): If default-frame-alistEli Zaretskii2001-03-02
| | | | | | | | | specifies (reverse . t), reverse the initial screen colors. (IT_set_frame_parameters): If the property is foreground-color, but we are reversing the colors, set bg_set, not fg_set. Likewise for setting background-color and reversing: set fg_set. Set unspecified-fg and unspecified-bg correctly when (reverse . t) is in effect.
* (Fexpand_file_name): Collapse sequences of slashesGerd Moellmann2001-03-02
| | | | to a single slash in the middle of file names.
* (Finternal_set_lisp_face_attribute)Eli Zaretskii2001-03-02
| | | | | [!HAVE_WINDOW_SYSTEM]: Record the new attribute in the frame's parameters alist.