Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor cleanups. | Richard M. Stallman | 2001-08-08 | 1 | -2/+2 |
| | | | | Fix error, M-r => M-n. | ||||
* | Many minor cleanups. | Richard M. Stallman | 2001-08-08 | 1 | -83/+101 |
| | |||||
* | Minor changes. | Richard M. Stallman | 2001-08-08 | 2 | -13/+13 |
| | |||||
* | Fix typo. | Pavel Janík | 2001-08-08 | 2 | -1/+5 |
| | |||||
* | Updated as per the English version. | Eli Zaretskii | 2001-08-08 | 2 | -132/+164 |
| | | | | From Koaunghi Un <koaunghi@world.kaist.ac.kr>. | ||||
* | (adjust_glyph_matrix): In the optimization for | Gerd Moellmann | 2001-08-08 | 1 | -1/+3 |
| | | | | | windows whose height has changed, disable partially visible lines. | ||||
* | (image-type-regexps): Allow predicates. Change the way | Gerd Moellmann | 2001-08-08 | 2 | -5/+36 |
| | | | | | | JPEG images are recognized. (image-jpeg-p): New function. (image-type-from-data): Handle predicates in image-type-regexps. | ||||
* | (edebug-read-function): Fix handling of | Gerd Moellmann | 2001-08-08 | 2 | -5/+9 |
| | | | | #:, #x, #o, and similar constructs. | ||||
* | (Arguments): Say explicitly that M-- is -1. Fix spacing in an @example. | Eli Zaretskii | 2001-08-07 | 1 | -3/+6 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2001-08-07 | 3 | -0/+10 |
| | |||||
* | (mm-uu-dissect, mm-uu-test): Fix autoload cookies. | Gerd Moellmann | 2001-08-07 | 1 | -4/+3 |
| | |||||
* | (vc-transfer-file): Fix malformed autoload cookie. | Gerd Moellmann | 2001-08-07 | 1 | -2/+2 |
| | |||||
* | Comment fix. | Gerd Moellmann | 2001-08-07 | 1 | -1/+1 |
| | |||||
* | (viper-file-checked-in-p): Use `and' | Gerd Moellmann | 2001-08-07 | 2 | -1/+4 |
| | | | | instead of `progn'. | ||||
* | (Frecenter): If ARG < 0, and on a window system | Gerd Moellmann | 2001-08-07 | 1 | -3/+11 |
| | | | | | frame, count in some empty lines when we can't move -ARG lines down. | ||||
* | (tar-extract): Avoid generating a new buffer | Gerd Moellmann | 2001-08-07 | 2 | -12/+11 |
| | | | | for each file visited. From Markus Rost <rost@math.ohio-state.edu>. | ||||
* | (start_display): Don't try to determine the continuation | Gerd Moellmann | 2001-08-07 | 2 | -29/+32 |
| | | | | | | lines width if lines are truncated. It's superfluous and leads to incorrect results if POS is not visible in the window after reseating the iterator at the previous line start. | ||||
* | (forward-sentence): Avoid building | Gerd Moellmann | 2001-08-07 | 2 | -4/+9 |
| | | | | a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>. | ||||
* | (executable-set-magic): If | Gerd Moellmann | 2001-08-07 | 2 | -3/+13 |
| | | | | | executable-find returns a quoted file name, unquote it before inserting it. | ||||
* | (image-type-regexps): For JPEG files, use a regexp | Gerd Moellmann | 2001-08-07 | 2 | -1/+5 |
| | | | | derived from the JPEG spec. | ||||
* | (image-type-regexps): Use `\`' instead of `^' in | Gerd Moellmann | 2001-08-07 | 2 | -7/+12 |
| | | | | most regular expressions. | ||||
* | Re-insert a reference to re-inserted function animate-birthday-present. | Pavel Janík | 2001-08-06 | 2 | -1/+6 |
| | |||||
* | Update from Milan Zamazal. | Pavel Janík | 2001-08-06 | 2 | -12/+16 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2001-08-06 | 2 | -0/+8 |
| | |||||
* | (describe-function-1): Use | Gerd Moellmann | 2001-08-06 | 1 | -7/+10 |
| | | | | | find-function-search-for-symbol instead of find-functin-noselect because the latter follows aliases. | ||||
* | (x_dump_glyph_string): Put in #if GLYPH_DEBUG. | Gerd Moellmann | 2001-08-06 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2001-08-06 | 2 | -0/+8 |
| | |||||
* | (animate-birthday-present): Re-insert. | Gerd Moellmann | 2001-08-06 | 1 | -0/+35 |
| | |||||
* | ("chinese-py-punct"): Copy the QUAIL-MAP of | Gerd Moellmann | 2001-08-06 | 1 | -2/+6 |
| | | | | | "chinese-py". ("chinese-tonepy-punct"): Copy the QUAIL-MAP of "chinese-tonepy". | ||||
* | (tool-bar-add-item-from-menu): Handle | Gerd Moellmann | 2001-08-06 | 3 | -6/+21 |
| | | | | old-style menu definitions. | ||||
* | Keyword added and FSF specified as Maintainer. | Pavel Janík | 2001-08-06 | 12 | -1/+18 |
| | |||||
* | Remove init_stack static declaration. | Gerd Moellmann | 2001-08-06 | 1 | -1/+0 |
| | |||||
* | Specify FSF as Maintainer. | Pavel Janík | 2001-08-06 | 5 | -2/+7 |
| | |||||
* | Specify FSF as Maintainer. | Pavel Janík | 2001-08-06 | 1 | -1/+2 |
| | |||||
* | Specify FSF as Maintainer. | Pavel Janík | 2001-08-06 | 1 | -0/+4 |
| | |||||
* | (Lossage, Bugs): Mention the keys which display PROBLEMS and FAQ. | Eli Zaretskii | 2001-08-05 | 1 | -6/+7 |
| | |||||
* | Milan Zamazal has new address. | Pavel Janík | 2001-08-05 | 9 | -17/+20 |
| | |||||
* | Be consistent when naming CONTROL and META keys. | Pavel Janík | 2001-08-04 | 3 | -40/+44 |
| | |||||
* | Czech tutorial updated. | Pavel Janík | 2001-08-04 | 1 | -16/+46 |
| | |||||
* | (Bugs and problems): Mention the related sections of the Emacs manual, and | Eli Zaretskii | 2001-08-04 | 1 | -0/+10 |
| | | | | | the PROBLEMS file. Suggested by David Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>. | ||||
* | (Lossage, Bugs): Mention etc/PROBLEMS and the Bugs section of the FAQ. | Eli Zaretskii | 2001-08-04 | 1 | -1/+12 |
| | | | | Suggested by David Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>. | ||||
* | Rewrite the description of the operation of Chinese input methods. | Eli Zaretskii | 2001-08-04 | 1 | -17/+34 |
| | | | | From RMS. | ||||
* | Updated to latest version of TUTORIAL. | Werner LEMBERG | 2001-08-04 | 1 | -3/+24 |
| | |||||
* | (custom-set-variables): Don't test `custom-requests' | Gerd Moellmann | 2001-08-03 | 2 | -2/+6 |
| | | | | | properties, check the third element of the options passed to custom-set-variables instead. | ||||
* | *** empty log message *** | Gerd Moellmann | 2001-08-03 | 2 | -0/+13 |
| | |||||
* | (info-insert-file-contents): Use info-file-exists-p | Gerd Moellmann | 2001-08-03 | 1 | -1/+1 |
| | | | | instread of file-exists-p. | ||||
* | (zone-pgm-stress): Use unwind-protect to make sure | Gerd Moellmann | 2001-08-03 | 2 | -25/+40 |
| | | | | the mode-line face is restored. Fix several bugs. | ||||
* | (perform-replace): Doc fix. | Gerd Moellmann | 2001-08-03 | 2 | -2/+10 |
| | |||||
* | (read_key_sequence): Check that key is an integer | Gerd Moellmann | 2001-08-03 | 1 | -22/+15 |
| | | | | | | | | | | | before comparing it with quit_char. (add_command_key): Use larger_vector. (read_char_x_menu_prompt): Instead of converting symbol and integer events into conses (EVENT . nil), use (EVENT . disabled) which cannot be confused with legal events. (read_char): When reading from Vunread_command_events, check for events of the form (EVENT . disabled) instead of (EVENT . nil). | ||||
* | (resize_mini_window): If Vmax_mini_window_height is | Gerd Moellmann | 2001-08-03 | 2 | -1/+6 |
| | | | | a float, determine the max height from the frame's height. |