Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Stefan Monnier | 2001-05-03 | 1 | -0/+3 |
| | |||||
* | (try_window_id): Cases of changes all in front of | Gerd Moellmann | 2001-05-03 | 1 | -85/+159 |
| | | | | | | | the window start or all below the window end mostly rewritten. (redisplay_window): Move the tests if try_window_id is applicable to try_window_id. (GIVE_UP): New macro. | ||||
* | (Help-Cross): move to be a subnode of Cross-refs, instead of leaving it ↵ | Karl Berry | 2001-05-03 | 1 | -51/+56 |
| | | | | dangling. | ||||
* | (globals): Fix handling of namespace aliases. | Gerd Moellmann | 2001-05-03 | 2 | -1/+8 |
| | |||||
* | (Comparison in Dired): Make it clear that ``the mark'' is settable by C-SPC. | Eli Zaretskii | 2001-05-03 | 1 | -1/+4 |
| | |||||
* | (dired-diff): Doc fix. | Eli Zaretskii | 2001-05-03 | 3 | -2/+10 |
| | |||||
* | (ispell-change-dictionary): Doc fix. | Eli Zaretskii | 2001-05-03 | 2 | -1/+5 |
| | |||||
* | (vc-next-action-on-file): Only force buffer+file to writable | Stefan Monnier | 2001-05-03 | 1 | -6/+6 |
| | | | | if both the buffer and the file are read-only. | ||||
* | (sh-prev-line): Look for sh-heredoc-face | Stefan Monnier | 2001-05-02 | 2 | -11/+16 |
| | | | | | rather than font-lock-string-face. (sh-get-indent-info): Treat heredocs like strings. | ||||
* | (expose_window): Return int. If W is the window | Gerd Moellmann | 2001-05-02 | 2 | -60/+73 |
| | | | | | | currently being updated, mark the frame garbaged. Fix computation of rows intersection the exposed rectangle. (expose_window_tree): Stop when expose_window returns 0. | ||||
* | *** empty log message *** | Gerd Moellmann | 2001-05-02 | 2 | -0/+15 |
| | |||||
* | (texinfo-format-parse-args): Don't | Gerd Moellmann | 2001-05-02 | 1 | -3/+20 |
| | | | | | | | | | | | consume a newline following `}'. (texinfo-format-email): New function. (toplevel): Use texinfo-format-email for @email. (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp): Add `display'. (texinfo-sort-region): Goto point-min before sorting. (texinfo-set): Remove leading white space from value. From yagi@is.titech.ac.jp. | ||||
* | (query-replace-regexp-eval): Doc fix. | Gerd Moellmann | 2001-05-02 | 2 | -4/+8 |
| | |||||
* | (x_draw_stretch_glyph_string): Don't draw background | Gerd Moellmann | 2001-05-02 | 1 | -1/+1 |
| | | | | again if it has already been drawn. | ||||
* | Fix a typo in the "emacs -xrm" command line. Reported by Kenichi Handa. | Eli Zaretskii | 2001-05-02 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Stefan Monnier | 2001-05-01 | 2 | -26/+31 |
| | |||||
* | (update_syntax_table): Check that oldi has the same | Stefan Monnier | 2001-05-01 | 1 | -7/+7 |
| | | | | properties as old_prop before deciding not to invalidate. | ||||
* | (diff-nonexistant-face): New face. | Stefan Monnier | 2001-05-01 | 1 | -3/+8 |
| | | | | (diff-font-lock-keywords): Use it. | ||||
* | Markup and proofreading fixes from YAGI Tatsuya <yagi@is.titech.ac.jp>. | Eli Zaretskii | 2001-05-01 | 1 | -22/+24 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2001-04-30 | 3 | -0/+11 |
| | |||||
* | (sh-font-lock-heredoc): Allow | Gerd Moellmann | 2001-04-30 | 1 | -2/+2 |
| | | | | | optional backslash at the start of the here-document delimiter. (sh-font-lock-syntactic-keywords): Likewise. | ||||
* | (Fprimitive_undo): In a writable buffer, enable undoing | Gerd Moellmann | 2001-04-30 | 1 | -2/+3 |
| | | | | read-only text that is so because of text properties. | ||||
* | (x_window_to_menu_bar) [USE_LUCID]: New function. | Gerd Moellmann | 2001-04-30 | 2 | -0/+45 |
| | | | | | (XTread_socket) [USE_LUCID] <Expose>: Handle events for windows that are components of a Lucid menu bar. | ||||
* | (xlwmenu_window_p): New function. | Gerd Moellmann | 2001-04-30 | 1 | -0/+17 |
| | |||||
* | (font-lock-mode): Doc fix. | Eli Zaretskii | 2001-04-30 | 2 | -2/+5 |
| | |||||
* | (dired-do-rename-regexp, dired-do-copy-regexp) | Eli Zaretskii | 2001-04-30 | 2 | -4/+14 |
| | | | | (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | ||||
* | (Marks vs Flags): Explain that dired-undo doesn't undo the file | Eli Zaretskii | 2001-04-30 | 1 | -3/+23 |
| | | | | | | operations. (Transforming File Names): Document that these commands operate on ARG or marked files, and that they ask for confirmation on each file. | ||||
* | (rmail-message-regexp-p): Yet another fix. | Gerd Moellmann | 2001-04-30 | 2 | -5/+12 |
| | |||||
* | (tty-color-define, tty-color-off-gray-diag) | Eli Zaretskii | 2001-04-29 | 2 | -4/+21 |
| | | | | | (tty-color-translate, tty-color-by-index, tty-color-values) (tty-color-desc): Doc fix. | ||||
* | Modify the copyright years. | Eli Zaretskii | 2001-04-29 | 1 | -1/+1 |
| | |||||
* | Place under the GFDL. | Eli Zaretskii | 2001-04-29 | 2 | -0/+24 |
| | |||||
* | (Mac OS): Don't say Ispell cannot work: it can, if they have a port | Eli Zaretskii | 2001-04-28 | 1 | -1/+1 |
| | | | | of the speller. | ||||
* | Document problems with NTEmacs on Windows 2000, related to the | Eli Zaretskii | 2001-04-27 | 1 | -1/+22 |
| | | | | Windows i18n features. | ||||
* | Document some of the facilities for debugging display code, including | Eli Zaretskii | 2001-04-27 | 1 | -0/+32 |
| | | | | -DGLYPH_DEBUG build and functions that dump glyph matrices. | ||||
* | (Checklist): Mention Edebug. | Eli Zaretskii | 2001-04-27 | 1 | -1/+2 |
| | |||||
* | (dired-do-create-files, dired-do-copy) | Eli Zaretskii | 2001-04-27 | 2 | -5/+20 |
| | | | | | (dired-do-symlink, dired-do-hardlink, dired-do-rename): Mention dired-dwim-target in the doc string. | ||||
* | (dabbrev--ignore-buffer-p): New function. | Miles Bader | 2001-04-27 | 2 | -10/+20 |
| | | | | | (dabbrev--find-expansion): Use it. (dabbrev--select-buffers): Don't select ignored buffers. | ||||
* | (print_help): Enclose the regexp in the help text example in quotes. | Eli Zaretskii | 2001-04-27 | 2 | -1/+6 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2001-04-27 | 2 | -0/+10 |
| | |||||
* | (rmail-message-regexp-p): Don't match before | Gerd Moellmann | 2001-04-27 | 1 | -2/+3 |
| | | | | headers. | ||||
* | (turn_on_face): Fix reverse video handling on terminals | Gerd Moellmann | 2001-04-27 | 1 | -3/+13 |
| | | | | that don't support colors. | ||||
* | Clarify when C-? is available as Help. | Richard M. Stallman | 2001-04-26 | 1 | -4/+17 |
| | | | | | | Explain that normal-erase-is-backspace-mode toggles between the two modes. Describe the case where BACKSPACE has been remapped to DELETE in the window system. | ||||
* | Add doc strings for some functions. | Richard M. Stallman | 2001-04-26 | 1 | -30/+59 |
| | | | | | | | | (dabbrev--eliminate-newlines): New variable. (dabbrev--substitute-expansion): Convert newlines to spaces if dabbrev--eliminate-newlines is set. If abbrev and expansion are both all-lower-case, leave dabbrev--last-case-pattern nil. | ||||
* | *** empty log message *** | Richard M. Stallman | 2001-04-26 | 1 | -0/+9 |
| | |||||
* | (rmail-message-regexp-p): Use rfc822-goto-eoh | Gerd Moellmann | 2001-04-26 | 2 | -16/+25 |
| | | | | if necessary, like in rmail-show-message. | ||||
* | (save_excursion_restore): Don't use XBUFFER on | Gerd Moellmann | 2001-04-26 | 2 | -2/+10 |
| | | | | a non-buffer. | ||||
* | (Operating on Files): Document dired-dwim-target. | Eli Zaretskii | 2001-04-26 | 1 | -0/+9 |
| | |||||
* | Color specified by number is forced to be float number. | Gerd Moellmann | 2001-04-26 | 2 | -62/+82 |
| | | | | | | | | | | | | (ps-print-version): New version number (6.5.1.1). (ps-header-frame-alist, ps-footer-frame-alist): Adjust color initialization. (ps-prefix-quote): New internal var. (ps-print-quote): New fun. (ps-setup, ps-output-frame-properties, ps-float-format) (ps-format-color): Code fix. (ps-plot-region): Eliminate redundant foreground color text setting. | ||||
* | (dabbrev--select-buffers): Add a doc string. | Eli Zaretskii | 2001-04-26 | 2 | -0/+9 |
| | |||||
* | Add @need before Deletion node. | Richard M. Stallman | 2001-04-26 | 1 | -3/+2 |
| | | | | Don't try to draw a left arrow with @key{<-}. |