Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark changes by Kevin Rodgers as tiny changes. | Eli Zaretskii | 2003-09-08 | 1 | -4/+4 |
| | |||||
* | *** empty log message *** | Lute Kamstra | 2003-09-08 | 1 | -0/+5 |
| | |||||
* | (mode-line-position): Add buffer size indicator. | Lute Kamstra | 2003-09-08 | 1 | -0/+2 |
| | |||||
* | (size-indication-mode): New. | Lute Kamstra | 2003-09-08 | 1 | -0/+7 |
| | |||||
* | 2003-09-08 Lars Hansen <larsh@math.ku.dk> | Lars Hansen | 2003-09-08 | 1 | -3/+5 |
| | | | | | * desktop.el (desktop-buffer-dired): Change name of local variable to be different from buffer local variable `dired-directory'. | ||||
* | (battery-linux-proc-acpi): New function. | Eli Zaretskii | 2003-09-06 | 1 | -3/+108 |
| | | | | | | | (battery-status-function): Modified default value calculation to also check for availability of ACPI. (battery-echo-area-format): Ditto. (battery-mode-line-format): Ditto. | ||||
* | *** empty log message *** | Eli Zaretskii | 2003-09-06 | 1 | -0/+8 |
| | |||||
* | (ielm-mode-hook): Add :options. | Dave Love | 2003-09-06 | 2 | -21/+9 |
| | |||||
* | (eldoc-print-current-symbol-info-function): | Dave Love | 2003-09-06 | 1 | -12/+28 |
| | | | | | New. (eldoc-print-current-symbol-info): Use it. | ||||
* | (gud-display1): Use gud-call to prevent extra prompt | Nick Roberts | 2003-09-04 | 1 | -57/+20 |
| | | | | | | | | | | being displayed in GUD buffer. (gdb-idle-input-queue): Remove var. Use just one queue. (gdb-enqueue-idle-input,gdb-dequeue-idle-input): Remove functions. Use just one queue. (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger) (gdb-invalidate-assembler, gdb-get-current-frame): Modify functions. Use just one queue. | ||||
* | *** empty log message *** | Nick Roberts | 2003-09-04 | 1 | -0/+11 |
| | |||||
* | (non-iso-charset-alist): Revert to defining in defvar -- OK with the | Dave Love | 2003-09-04 | 2 | -46/+38 |
| | | | | new autoload. | ||||
* | *** empty log message *** | Dave Love | 2003-09-04 | 1 | -0/+33 |
| | |||||
* | ("Windows-1251"): Deleted. | Dave Love | 2003-09-04 | 1 | -13/+14 |
| | | | | | ("Bulgarian", "Belarusian"): Remove `features'. (windows-1251): Moved from code-pages. | ||||
* | (windows-1252): Moved from code-pages. | Dave Love | 2003-09-04 | 1 | -2/+15 |
| | |||||
* | ("mule-diag"): Add eval-after-load | Dave Love | 2003-09-04 | 1 | -0/+19 |
| | | | | clause. | ||||
* | (cp-make-translation-table) | Dave Love | 2003-09-04 | 1 | -286/+21 |
| | | | | | | | | | | | (cp-valid-codes): Made defsubsts. (cp-fix-safe-chars): Deleted. (mule-diag): Don't require. (windows-1251, windows-1252): Removed to cyrillic.el/european.el. (top-level): Check for defined coding system when defining cp... aliases. Change w32-add-charset-info test to avoid warning. (non-iso-charset-alist): Defvar when compiling. (cp-make-coding-system): Doc fix. | ||||
* | (non-iso-charset-alist): Define as | Dave Love | 2003-09-04 | 1 | -60/+45 |
| | | | | | | | nil. (top-level): Append to non-iso-charset-alist (without `codepage' stuff). (print-designation, list-coding-systems-1): Output fixes. | ||||
* | Add blink-cursor-alist. | Dave Love | 2003-09-04 | 1 | -0/+1 |
| | |||||
* | Remove "tiny change" marks from changes contributed by Kevin Rodgers. | Eli Zaretskii | 2003-09-04 | 1 | -2/+2 |
| | |||||
* | (ruler-mode-fill-column-char) | Dave Love | 2003-09-04 | 1 | -2/+2 |
| | | | | | (ruler-mode-current-column-char): Use char-displayable-p, not window-system. | ||||
* | (tsang-quick-converter): Fix broken line-ends from CVS before doing conversion. | Jason Rumney | 2003-09-02 | 2 | -0/+10 |
| | |||||
* | *** empty log message *** | Glenn Morris | 2003-09-02 | 1 | -0/+9 |
| | |||||
* | (diary-header-line-flag, diary-header-line-format): New variables. | Glenn Morris | 2003-09-02 | 1 | -0/+23 |
| | | | | (list-diary-entries): Use them to set header line in simple diary. | ||||
* | (sh-font-lock-keywords): Use something other than | Glenn Morris | 2003-09-02 | 1 | -1/+2 |
| | | | | font-lock-string-face to highlight backslashes. | ||||
* | *** empty log message *** | Jason Rumney | 2003-09-01 | 1 | -0/+5 |
| | |||||
* | (tit-read-key-value): Include \r in regexp. | Jason Rumney | 2003-09-01 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Dave Love | 2003-09-01 | 1 | -0/+20 |
| | |||||
* | (menu-bar-showhide-menu): Amend date and time label | Dave Love | 2003-09-01 | 1 | -5/+7 |
| | | | | and :help; also line and column numbers labels. | ||||
* | (mouse-popup-menubar, mouse-skip-word): Doc fix. | Dave Love | 2003-09-01 | 1 | -6/+6 |
| | |||||
* | (latin1-char-displayable-p): Now | Dave Love | 2003-09-01 | 1 | -44/+8 |
| | | | | | obsolete alias. Replace uses with char-displayable-p. (latin1-display-ucs-per-lynx): Fix last change. | ||||
* | (char-displayable-p): Moved from | Dave Love | 2003-09-01 | 1 | -0/+40 |
| | | | | latin1-disp, renamed and autoloaded. | ||||
* | (standard-display-european-internal): | Dave Love | 2003-09-01 | 1 | -4/+18 |
| | | | | | | | Don't use char code for Latin-1 NBSP. <XFree86 4>: Unfrob NBSP display table. Set display table to use U+2018, U+2019 for `'. (select-safe-coding-system): Message fix. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 883 | -31/+955 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2003-09-01 | 1 | -0/+5 |
| | |||||
* | (setup-default-fontset): For Thai font, specify "*" family. | Kenichi Handa | 2003-09-01 | 1 | -1/+4 |
| | |||||
* | (previous-error): Accept a prefix argument, similarly to next-error. | Eli Zaretskii | 2003-09-01 | 2 | -4/+13 |
| | |||||
* | * pcvs.el (cvs-do-removal): Use = instead of eq to check | Masatake YAMATO | 2003-08-31 | 2 | -4/+12 |
| | | | | | the numbre of files. Bind the numbre of files to a a local variable. Suggestd by Kevin Rodgers <ihs_4664@yahoo.com>. | ||||
* | *** empty log message *** | Eli Zaretskii | 2003-08-30 | 1 | -0/+5 |
| | |||||
* | (vc-make-version-backup): Fix the change made on | Eli Zaretskii | 2003-08-30 | 1 | -2/+2 |
| | | | | 2003-07-26: msdos-long-file-names is a function, not a variable. | ||||
* | *** empty log message *** | Richard M. Stallman | 2003-08-29 | 1 | -0/+25 |
| | |||||
* | Comment change. | Richard M. Stallman | 2003-08-29 | 2 | -3/+4 |
| | |||||
* | (sendmail-sync-aliases, mail-setup): | Richard M. Stallman | 2003-08-29 | 1 | -6/+8 |
| | | | | Do nothing with mail-personal-alias-file if it is nil. | ||||
* | (mail-abbrevs-sync-aliases): Do nothing if mail-personal-alias-file is nil. | Richard M. Stallman | 2003-08-29 | 1 | -6/+7 |
| | |||||
* | (term-exec-1): Bind coding-system-for-read. | Richard M. Stallman | 2003-08-29 | 1 | -0/+2 |
| | |||||
* | (dired-mouse-find-file-other-window): | Richard M. Stallman | 2003-08-29 | 1 | -17/+33 |
| | | | | | | Use dired-view-command-alist here, as in dired-view-file. (dired-view-command-alist): Use %s to substitute file name. Handle .ps_pages, .eps, .jpg, .gif, .png. | ||||
* | (Info-mode-map): Bind S-tab and <backtab> to | Richard M. Stallman | 2003-08-29 | 1 | -1/+2 |
| | | | | `Info-prev-reference', instead of M-tab. | ||||
* | (blink-matching-open): Work correctly on chars that | Richard M. Stallman | 2003-08-29 | 1 | -6/+15 |
| | | | | are designated as parens through the syntax-table text property. | ||||
* | Say there is no maintainer. | Richard M. Stallman | 2003-08-29 | 1 | -1/+1 |
| | |||||
* | (kinsoku-longer, kinsoku-shorter): Do not choose a | Kenichi Handa | 2003-08-29 | 2 | -8/+27 |
| | | | | | | | line break position in the middle of a non-kinsoku (e.g. latin) word, making it skip until either a space or a character with category "|". (kinsoku-longer): Test for end of buffer. |