Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Richard M. Stallman | 2001-12-10 | 1 | -2/+16 |
| | |||||
* | (isearch-yank-word-or-char): New function. | Richard M. Stallman | 2001-12-10 | 1 | -1/+10 |
| | | | | (isearch-mode-map): Bind C-w to that. | ||||
* | (iswitchb-visit-buffer): Use `select-frame-set-input-focus'. | Richard M. Stallman | 2001-12-10 | 1 | -19/+48 |
| | | | | It is needed when window manager uses "click to focus" policy. | ||||
* | (menu-bar-mode): Make arg optional. | Richard M. Stallman | 2001-12-10 | 1 | -1/+1 |
| | |||||
* | (line-move): Cope if next-single-property-change | Richard M. Stallman | 2001-12-10 | 1 | -2/+4 |
| | | | | or previous-single-property-change returns nil. | ||||
* | (smtpmail-send-queued-mail): Insert the enqueued messages literally. | Eli Zaretskii | 2001-12-10 | 2 | -1/+9 |
| | |||||
* | (battery-insert-file-contents): Obsolete function removed. | Noah Friedman | 2001-12-10 | 2 | -21/+10 |
| | | | | | (battery-read-function): Obsolete function removed. (battery-linux-proc-apm): Use insert-file-contents. | ||||
* | Tweak previous change. | Richard M. Stallman | 2001-12-09 | 1 | -1/+1 |
| | |||||
* | (lm-verify): New arg NON-FSF-OK. | Richard M. Stallman | 2001-12-09 | 1 | -21/+32 |
| | | | | | Don't use interactive-p; instead, pass the proper args in (interactive...). Clean up most of the trouble-report strings. | ||||
* | *** empty log message *** | Richard M. Stallman | 2001-12-09 | 1 | -13/+13 |
| | |||||
* | Doc fix. | Stefan Monnier | 2001-12-09 | 1 | -1/+1 |
| | |||||
* | Fix Keywords header. | Pavel Janík | 2001-12-09 | 1 | -3/+3 |
| | |||||
* | Moved back. | Pavel Janík | 2001-12-09 | 1 | -0/+340 |
| | |||||
* | *** empty log message *** | Pavel Janík | 2001-12-09 | 1 | -0/+4 |
| | |||||
* | Add Unicode equivalents for rules. | Dave Love | 2001-12-07 | 2 | -2/+109 |
| | | | | (lao-post-read-conversion): New function. | ||||
* | Add Unicode equivalents. | Dave Love | 2001-12-07 | 1 | -4/+13 |
| | | | | (lao): Add post-read conversion. | ||||
* | Fix some 8-bit-graphic characters. | Dave Love | 2001-12-07 | 2 | -400/+2979 |
| | | | | | | | | | | | | | Use iso2022 encoding. (latin1-char-displayable-p): Doc fix. (latin1-display-ucs-per-lynx): New option. (latin1-display-ucs-per-lynx): New command. (latin1-display-reset): Special-case arabic. (ucs-tables): Require. (latin1-display-sets, latin1-display-setup): Add arabic. (latin1-display) <variable>: Use function latin1-display. (latin1-display) <function>: Add mule-unicode stuff. (latin1-display-check-font): Don't lose if `info' is nil. | ||||
* | *** empty log message *** | Eli Zaretskii | 2001-12-07 | 1 | -0/+3 |
| | |||||
* | (IT-character-translations): Add entries for more points. | Eli Zaretskii | 2001-12-07 | 1 | -1/+1 |
| | |||||
* | Resurrect the Hebrew category | Eli Zaretskii | 2001-12-07 | 2 | -1/+18 |
| | | | | | | settings for all Hebrew characters removed by the last change. Add code for setting the Hebrew category of the Unicode Hebrew characters. Set syntax entries for Hebrew punctuation characters. | ||||
* | (ucs-8859-8-alist): Add Hebrew | Eli Zaretskii | 2001-12-07 | 2 | -0/+29 |
| | | | | points and directional formatting control characters. | ||||
* | Capitalization in comment. | Stefan Monnier | 2001-12-07 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Dave Love | 2001-12-07 | 3 | -0/+22594 |
| | |||||
* | Insert Latin-1 characters, not | Dave Love | 2001-12-07 | 1 | -124/+124 |
| | | | | unibyte codes. | ||||
* | (diacritic-composition-pattern): New constant. | Dave Love | 2001-12-07 | 2 | -0/+87 |
| | | | | | | (diacritic-compose-region, diacritic-compose-string) (diacritic-compose-buffer, diacritic-post-read-conversion) (diacritic-composition-function): New functions. | ||||
* | Don't set word syntax (the default) | Dave Love | 2001-12-07 | 1 | -97/+457 |
| | | | | | | | explicitly. Add a diacritic category. Add info for Unicode equivalents of characters in various Mule charsets and for extra Unicode characters. Don't define specific categories for Indian/Devanagari, since they aren't used. | ||||
* | (ucs-mule-to-mule-unicode): New | Dave Love | 2001-12-07 | 1 | -24/+171 |
| | | | | | | | | | | | | translation table. (ccl-encode-mule-utf-8): Use it. (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose) (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function. (utf-8-subst-table): New variable. (utf-8-compose-scripts): New option. (mule-utf-8): Update safe-charsets, pre-write and post-read conversion. | ||||
* | *** empty log message *** | Richard M. Stallman | 2001-12-07 | 1 | -0/+9 |
| | |||||
* | (set-justification): Rename arg VALUE to STYLE. | Richard M. Stallman | 2001-12-07 | 1 | -8/+11 |
| | | | | (set-justification-left, set-justification-right): Doc fix. | ||||
* | (f90-break-line): Use (newline 1) to insert newlines. | Richard M. Stallman | 2001-12-07 | 1 | -8/+3 |
| | | | | (bug-f90-mode): Variable deleted. | ||||
* | *** empty log message *** | Stefan Monnier | 2001-12-06 | 1 | -5/+9 |
| | |||||
* | (indent-line-function): Default is indent-relative again. | Stefan Monnier | 2001-12-06 | 1 | -1/+1 |
| | |||||
* | (compilation-error-regexp-alist): Added regexps for RXP. | Miles Bader | 2001-12-06 | 2 | -0/+15 |
| | | | | From Reto Stamm <reto@xilinx.com>. | ||||
* | 2001-12-05 ShengHuo ZHU <zsh@cs.rochester.edu> | ShengHuo ZHU | 2001-12-05 | 3 | -26/+54 |
| | | | | | | * mm-view.el: Partially sync with the Gnus CVS. * gnus-sum.el (gnus-summary-save-article): Nix gnus-display-mime-function and gnus-article-prepare-hook. | ||||
* | (cwarn-font-lock-match-assignment-in-expression): | Eli Zaretskii | 2001-12-05 | 2 | -1/+10 |
| | | | | | | Add shift-assignment operators to those highlighted, and highlight the whole operator rather than just the "=". From Broadey Kevin <Kevin.Broadey@motorola.com>. | ||||
* | (minibuffer-local-map): Undo last change. | Stefan Monnier | 2001-12-05 | 1 | -1/+0 |
| | |||||
* | Doc fix. | Stefan Monnier | 2001-12-04 | 1 | -1/+1 |
| | |||||
* | Doc fix. | Stefan Monnier | 2001-12-04 | 1 | -1/+1 |
| | |||||
* | (save-abbrevs, save-some-buffers): Don't ask the user | Eli Zaretskii | 2001-12-04 | 2 | -2/+9 |
| | | | | before saving abbrevs if `save-abbrevs' has the value `silently'. | ||||
* | (turn-off-xterm-mouse-tracking): Doc fix. | Andreas Schwab | 2001-12-04 | 2 | -1/+5 |
| | |||||
* | (toplevel): Define docstring offset for `defmacro*'. | Colin Walters | 2001-12-04 | 2 | -1/+10 |
| | |||||
* | (make-autoload): Also generate autoloads for `defmacro*' forms. | Colin Walters | 2001-12-04 | 1 | -2/+2 |
| | |||||
* | Comment change (delete change log). | Richard M. Stallman | 2001-12-04 | 1 | -28/+1 |
| | |||||
* | (antlr-c-common-init): Undo last change. | Stefan Monnier | 2001-12-03 | 2 | -4/+49 |
| | |||||
* | Remove unnecessary spaces in doc-string. | Pavel Janík | 2001-12-03 | 1 | -1/+1 |
| | |||||
* | Doc fixes. | Pavel Janík | 2001-12-03 | 1 | -2/+2 |
| | |||||
* | Remove unnecessary spaces. | Pavel Janík | 2001-12-03 | 1 | -1/+1 |
| | |||||
* | Add explanatory comment. | Stefan Monnier | 2001-12-03 | 1 | -0/+7 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2001-12-03 | 1 | -0/+5 |
| | |||||
* | (insert-directory): If the df output does not look right, | Richard M. Stallman | 2001-12-03 | 1 | -76/+92 |
| | | | | don't try to use it. Other cleanups in overall code structure. |