| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Many small improvements in etags. | Francesco Potortì | 2001-01-25 | 1 | -0/+24 |
| | | |||||
| * | Document that clicking C-mouse-2 on widget scroll bars might not work. | Eli Zaretskii | 2001-01-25 | 1 | -0/+6 |
| | | |||||
| * | (iswitchb-make-buflist): When nconc'ing lists, don't | Gerd Moellmann | 2001-01-25 | 2 | -18/+25 |
| | | | | | | discard the result. (iswitchb-to-end): Likewise. | ||||
| * | doc&comment fix | Sam Steingold | 2001-01-25 | 2 | -21/+27 |
| | | |||||
| * | Update a comment. | Gerd Moellmann | 2001-01-25 | 1 | -1/+3 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-25 | 2 | -2/+9 |
| | | |||||
| * | (Fx_file_dialog): Remove a workaround for Lesstif | Gerd Moellmann | 2001-01-25 | 1 | -28/+0 |
| | | | | | which doesn't seem necessary anymore with Lesstif 0.92. | ||||
| * | (smerge-font-lock-keywords): Relax submatch 1. | Stefan Monnier | 2001-01-25 | 2 | -2/+4 |
| | | |||||
| * | (define-minor-mode): Docstring fix. | Stefan Monnier | 2001-01-25 | 2 | -2/+6 |
| | | |||||
| * | Fix wording in the entry about UTF-8 support. | Eli Zaretskii | 2001-01-25 | 1 | -2/+2 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2001-01-25 | 2 | -0/+6 |
| | | |||||
| * | (BASE_PURESIZE): Up to 720000. | Dave Love | 2001-01-25 | 1 | -1/+1 |
| | | |||||
| * | Preload international/ccl for utf-8. | Dave Love | 2001-01-25 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2001-01-25 | 2 | -3/+6 |
| | | |||||
| * | (reset-language-environment): Reset coding-category-utf-8 to | Kenichi Handa | 2001-01-25 | 1 | -8/+7 |
| | | | | | mule-utf-8. | ||||
| * | Fix previous change. | Kenichi Handa | 2001-01-25 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2001-01-25 | 1 | -0/+4 |
| | | |||||
| * | Fix a typo in a comment. | Eli Zaretskii | 2001-01-25 | 2 | -3/+3 |
| | | |||||
| * | (Fwhere_is_internal): Declare gcpro3, gcpro4. | Dave Love | 2001-01-25 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-25 | 2 | -0/+8 |
| | | |||||
| * | (echo_area_display): Don't call redisplay_internal | Gerd Moellmann | 2001-01-25 | 1 | -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 Zaretskii | 2001-01-25 | 2 | -2/+5 |
| | | |||||
| * | Move here the entry for etags.c from 2000-01-14 which somehow | Eli Zaretskii | 2001-01-25 | 1 | -0/+16 |
| | | | | | ended up in etc/Changelog. | ||||
| * | Remove a stray entry from 2000-01-14 which belongs to lib-src/ChangeLog. | Eli Zaretskii | 2001-01-25 | 1 | -16/+0 |
| | | |||||
| * | (read_integer): Use type EMACS_INT instead of int. | Gerd Moellmann | 2001-01-25 | 2 | -1/+6 |
| | | |||||
| * | new file | Kenichi Handa | 2001-01-25 | 1 | -0/+290 |
| | | |||||
| * | Preload international/utf-8. | Kenichi Handa | 2001-01-25 | 1 | -0/+1 |
| | | |||||
| * | (reset-language-environment): Make | Kenichi Handa | 2001-01-25 | 1 | -6/+10 |
| | | | | | | the priority of coding-category-utf-8 higher than coding-category-binary. | ||||
| * | (coding-category-utf-8): Initialize to mule-utf-8. | Kenichi Handa | 2001-01-25 | 1 | -3/+3 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2001-01-25 | 1 | -0/+13 |
| | | |||||
| * | (tags): Fix typo. | Gerd Moellmann | 2001-01-25 | 1 | -2/+1 |
| | | |||||
| * | (ccl_driver): Fix last change. | Eli Zaretskii | 2001-01-25 | 2 | -2/+7 |
| | | |||||
| * | Fix a typo in the last entry for ccl.c. | Eli Zaretskii | 2001-01-25 | 1 | -1/+1 |
| | | |||||
| * | (mutually_exclusive_p): Add missing `break' at the end of `charset' processing. | Stefan Monnier | 2001-01-25 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2001-01-24 | 1 | -0/+15 |
| | | |||||
| * | (ccl_coding_driver): Setup ccl->suppress_error. | Kenichi Handa | 2001-01-24 | 1 | -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 Handa | 2001-01-24 | 1 | -0/+3 |
| | | |||||
| * | (ccl_driver): If ccl->suppress_error is nonzeor, don't | Kenichi Handa | 2001-01-24 | 1 | -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 Handa | 2001-01-24 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2001-01-24 | 2 | -0/+9 |
| | | |||||
| * | (diff-mode): Disable preliminary support for `compile'. | Stefan Monnier | 2001-01-24 | 1 | -12/+17 |
| | | |||||
| * | (mutually_exclusive_p): Don't blindly handle `charset_not' | Stefan Monnier | 2001-01-24 | 1 | -6/+19 |
| | | | | | as if it was a `charset'. | ||||
| * | (Time Stamps): New. | Dave Love | 2001-01-24 | 1 | -0/+26 |
| | | |||||
| * | QP tweaks | Dave Love | 2001-01-24 | 1 | -8/+15 |
| | | |||||
| * | use replace-regexps-in-string instead of dired- and gs-replace-in-string | Sam Steingold | 2001-01-24 | 4 | -118/+107 |
| | | | | | which are removed | ||||
| * | (Fwhere_is_internal): Don't nreverse the cached | Gerd Moellmann | 2001-01-24 | 2 | -12/+33 |
| | | | | | | value in where_is_cache; the next lookup in the cache returns something bogus if we do. | ||||
| * | *** empty log message *** | Dave Love | 2001-01-24 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2001-01-24 | 2 | -0/+10 |
| | | |||||
| * | (syms_of_xdisp) <Stool_bar_lines_needed>: Don't defsubr | Eli Zaretskii | 2001-01-24 | 1 | -0/+2 |
| | | | | | if HAVE_WINDOW_SYSTEM isn't defined. | ||||
| * | (report-emacs-bug): Mention the fact that the | Eli Zaretskii | 2001-01-24 | 1 | -5/+13 |
| | | | | | bug report is mailed to an email list and posted to a news group. | ||||