summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Minor cleanups.Richard M. Stallman2001-08-081-2/+2
| | | | Fix error, M-r => M-n.
* Many minor cleanups.Richard M. Stallman2001-08-081-83/+101
|
* Minor changes.Richard M. Stallman2001-08-082-13/+13
|
* Fix typo.Pavel Janík2001-08-082-1/+5
|
* Updated as per the English version.Eli Zaretskii2001-08-082-132/+164
| | | | From Koaunghi Un <koaunghi@world.kaist.ac.kr>.
* (adjust_glyph_matrix): In the optimization forGerd Moellmann2001-08-081-1/+3
| | | | | windows whose height has changed, disable partially visible lines.
* (image-type-regexps): Allow predicates. Change the wayGerd Moellmann2001-08-082-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 ofGerd Moellmann2001-08-082-5/+9
| | | | #:, #x, #o, and similar constructs.
* (Arguments): Say explicitly that M-- is -1. Fix spacing in an @example.Eli Zaretskii2001-08-071-3/+6
|
* *** empty log message ***Gerd Moellmann2001-08-073-0/+10
|
* (mm-uu-dissect, mm-uu-test): Fix autoload cookies.Gerd Moellmann2001-08-071-4/+3
|
* (vc-transfer-file): Fix malformed autoload cookie.Gerd Moellmann2001-08-071-2/+2
|
* Comment fix.Gerd Moellmann2001-08-071-1/+1
|
* (viper-file-checked-in-p): Use `and'Gerd Moellmann2001-08-072-1/+4
| | | | instead of `progn'.
* (Frecenter): If ARG < 0, and on a window systemGerd Moellmann2001-08-071-3/+11
| | | | | frame, count in some empty lines when we can't move -ARG lines down.
* (tar-extract): Avoid generating a new bufferGerd Moellmann2001-08-072-12/+11
| | | | for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
* (start_display): Don't try to determine the continuationGerd Moellmann2001-08-072-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 buildingGerd Moellmann2001-08-072-4/+9
| | | | a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
* (executable-set-magic): IfGerd Moellmann2001-08-072-3/+13
| | | | | executable-find returns a quoted file name, unquote it before inserting it.
* (image-type-regexps): For JPEG files, use a regexpGerd Moellmann2001-08-072-1/+5
| | | | derived from the JPEG spec.
* (image-type-regexps): Use `\`' instead of `^' inGerd Moellmann2001-08-072-7/+12
| | | | most regular expressions.
* Re-insert a reference to re-inserted function animate-birthday-present.Pavel Janík2001-08-062-1/+6
|
* Update from Milan Zamazal.Pavel Janík2001-08-062-12/+16
|
* *** empty log message ***Gerd Moellmann2001-08-062-0/+8
|
* (describe-function-1): UseGerd Moellmann2001-08-061-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 Moellmann2001-08-061-1/+1
|
* *** empty log message ***Gerd Moellmann2001-08-062-0/+8
|
* (animate-birthday-present): Re-insert.Gerd Moellmann2001-08-061-0/+35
|
* ("chinese-py-punct"): Copy the QUAIL-MAP ofGerd Moellmann2001-08-061-2/+6
| | | | | "chinese-py". ("chinese-tonepy-punct"): Copy the QUAIL-MAP of "chinese-tonepy".
* (tool-bar-add-item-from-menu): HandleGerd Moellmann2001-08-063-6/+21
| | | | old-style menu definitions.
* Keyword added and FSF specified as Maintainer.Pavel Janík2001-08-0612-1/+18
|
* Remove init_stack static declaration.Gerd Moellmann2001-08-061-1/+0
|
* Specify FSF as Maintainer.Pavel Janík2001-08-065-2/+7
|
* Specify FSF as Maintainer.Pavel Janík2001-08-061-1/+2
|
* Specify FSF as Maintainer.Pavel Janík2001-08-061-0/+4
|
* (Lossage, Bugs): Mention the keys which display PROBLEMS and FAQ.Eli Zaretskii2001-08-051-6/+7
|
* Milan Zamazal has new address.Pavel Janík2001-08-059-17/+20
|
* Be consistent when naming CONTROL and META keys.Pavel Janík2001-08-043-40/+44
|
* Czech tutorial updated.Pavel Janík2001-08-041-16/+46
|
* (Bugs and problems): Mention the related sections of the Emacs manual, andEli Zaretskii2001-08-041-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 Zaretskii2001-08-041-1/+12
| | | | Suggested by David Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
* Rewrite the description of the operation of Chinese input methods.Eli Zaretskii2001-08-041-17/+34
| | | | From RMS.
* Updated to latest version of TUTORIAL.Werner LEMBERG2001-08-041-3/+24
|
* (custom-set-variables): Don't test `custom-requests'Gerd Moellmann2001-08-032-2/+6
| | | | | properties, check the third element of the options passed to custom-set-variables instead.
* *** empty log message ***Gerd Moellmann2001-08-032-0/+13
|
* (info-insert-file-contents): Use info-file-exists-pGerd Moellmann2001-08-031-1/+1
| | | | instread of file-exists-p.
* (zone-pgm-stress): Use unwind-protect to make sureGerd Moellmann2001-08-032-25/+40
| | | | the mode-line face is restored. Fix several bugs.
* (perform-replace): Doc fix.Gerd Moellmann2001-08-032-2/+10
|
* (read_key_sequence): Check that key is an integerGerd Moellmann2001-08-031-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 isGerd Moellmann2001-08-032-1/+6
| | | | a float, determine the max height from the frame's height.