aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Many small improvements in etags.Francesco Potortì2001-01-251-0/+24
|
* Document that clicking C-mouse-2 on widget scroll bars might not work.Eli Zaretskii2001-01-251-0/+6
|
* (iswitchb-make-buflist): When nconc'ing lists, don'tGerd Moellmann2001-01-252-18/+25
| | | | | discard the result. (iswitchb-to-end): Likewise.
* doc&comment fixSam Steingold2001-01-252-21/+27
|
* Update a comment.Gerd Moellmann2001-01-251-1/+3
|
* *** empty log message ***Gerd Moellmann2001-01-252-2/+9
|
* (Fx_file_dialog): Remove a workaround for LesstifGerd Moellmann2001-01-251-28/+0
| | | | which doesn't seem necessary anymore with Lesstif 0.92.
* (smerge-font-lock-keywords): Relax submatch 1.Stefan Monnier2001-01-252-2/+4
|
* (define-minor-mode): Docstring fix.Stefan Monnier2001-01-252-2/+6
|
* Fix wording in the entry about UTF-8 support.Eli Zaretskii2001-01-251-2/+2
|
* *** empty log message ***Dave Love2001-01-252-0/+6
|
* (BASE_PURESIZE): Up to 720000.Dave Love2001-01-251-1/+1
|
* Preload international/ccl for utf-8.Dave Love2001-01-251-0/+1
|
* *** empty log message ***Kenichi Handa2001-01-252-3/+6
|
* (reset-language-environment): Reset coding-category-utf-8 toKenichi Handa2001-01-251-8/+7
| | | | mule-utf-8.
* Fix previous change.Kenichi Handa2001-01-251-1/+1
|
* *** empty log message ***Dave Love2001-01-251-0/+4
|
* Fix a typo in a comment.Eli Zaretskii2001-01-252-3/+3
|
* (Fwhere_is_internal): Declare gcpro3, gcpro4.Dave Love2001-01-251-1/+1
|
* *** empty log message ***Gerd Moellmann2001-01-252-0/+8
|
* (echo_area_display): Don't call redisplay_internalGerd Moellmann2001-01-251-1/+1
| | | | | when Emacs is shutting down. We can't run hooks etc. that would be necessary to do a redisplay.
* (rmail-redecode-body): Doc fix.Eli Zaretskii2001-01-252-2/+5
|
* Move here the entry for etags.c from 2000-01-14 which somehowEli Zaretskii2001-01-251-0/+16
| | | | ended up in etc/Changelog.
* Remove a stray entry from 2000-01-14 which belongs to lib-src/ChangeLog.Eli Zaretskii2001-01-251-16/+0
|
* (read_integer): Use type EMACS_INT instead of int.Gerd Moellmann2001-01-252-1/+6
|
* new fileKenichi Handa2001-01-251-0/+290
|
* Preload international/utf-8.Kenichi Handa2001-01-251-0/+1
|
* (reset-language-environment): MakeKenichi Handa2001-01-251-6/+10
| | | | | the priority of coding-category-utf-8 higher than coding-category-binary.
* (coding-category-utf-8): Initialize to mule-utf-8.Kenichi Handa2001-01-251-3/+3
|
* *** empty log message ***Kenichi Handa2001-01-251-0/+13
|
* (tags): Fix typo.Gerd Moellmann2001-01-251-2/+1
|
* (ccl_driver): Fix last change.Eli Zaretskii2001-01-252-2/+7
|
* Fix a typo in the last entry for ccl.c.Eli Zaretskii2001-01-251-1/+1
|
* (mutually_exclusive_p): Add missing `break' at the end of `charset' processing.Stefan Monnier2001-01-251-0/+1
|
* *** empty log message ***Kenichi Handa2001-01-241-0/+15
|
* (ccl_coding_driver): Setup ccl->suppress_error.Kenichi Handa2001-01-241-0/+5
| | | | | | (Fset_terminal_coding_system_internal): Set the member suppress_error to 1. (Fset_safe_terminal_coding_system_internal): Likewise.
* (struct coding_system): New member suppress_error.Kenichi Handa2001-01-241-0/+3
|
* (ccl_driver): If ccl->suppress_error is nonzeor, don'tKenichi Handa2001-01-241-1/+3
| | | | | insert error message to the output. (setup_ccl_program): Initialize ccl->suppress_error to 0.
* (sturct ccl_program): New member suppress_error.Kenichi Handa2001-01-241-0/+2
|
* *** empty log message ***Stefan Monnier2001-01-242-0/+9
|
* (diff-mode): Disable preliminary support for `compile'.Stefan Monnier2001-01-241-12/+17
|
* (mutually_exclusive_p): Don't blindly handle `charset_not'Stefan Monnier2001-01-241-6/+19
| | | | as if it was a `charset'.
* (Time Stamps): New.Dave Love2001-01-241-0/+26
|
* QP tweaksDave Love2001-01-241-8/+15
|
* use replace-regexps-in-string instead of dired- and gs-replace-in-stringSam Steingold2001-01-244-118/+107
| | | | which are removed
* (Fwhere_is_internal): Don't nreverse the cachedGerd Moellmann2001-01-242-12/+33
| | | | | value in where_is_cache; the next lookup in the cache returns something bogus if we do.
* *** empty log message ***Dave Love2001-01-241-0/+2
|
* *** empty log message ***Eli Zaretskii2001-01-242-0/+10
|
* (syms_of_xdisp) <Stool_bar_lines_needed>: Don't defsubrEli Zaretskii2001-01-241-0/+2
| | | | if HAVE_WINDOW_SYSTEM isn't defined.
* (report-emacs-bug): Mention the fact that theEli Zaretskii2001-01-241-5/+13
| | | | bug report is mailed to an email list and posted to a news group.