Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** 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. | ||||
* | (rmail-convert-to-babyl-format): Detect | Eli Zaretskii | 2003-08-28 | 2 | -6/+81 |
| | | | | | | | quoted-printable- and base64-encoded messages and decode them automatically. Set the message's encoding from the charset= header, if any. Decode base64-encoded messages in Mail format as well. | ||||
* | Fix previous change: | Glenn Morris | 2003-08-26 | 1 | -6/+17 |
| | | | | | | (smtpmail-send-queued-mail): Set smtpmail-mail-address before calling smtpmail-via-smtp. (smtpmail-via-smtp): Add fall-back values for envelope-from. | ||||
* | *** empty log message *** | Glenn Morris | 2003-08-26 | 1 | -0/+7 |
| | |||||
* | (image-jpeg-p): Don't search beyond length of data. | John Paul Wallington | 2003-08-26 | 2 | -1/+6 |
| | |||||
* | Bumped patch release number. | Martin Stjernholm | 2003-08-26 | 2 | -1/+28 |
| | |||||
* | (c-lineup-math): Don't align the operators "!=", "<=" and ">=" as assignment | Martin Stjernholm | 2003-08-26 | 2 | -13/+37 |
| | | | | | | | | | operators. (c-assignment-operators): New language constant that only contains the assignment operators. (c-assignment-op-regexp): New language variable used by c-lineup-math'. | ||||
* | (c-extra-types-widget): The doc string is mandatory in | Martin Stjernholm | 2003-08-26 | 1 | -2/+2 |
| | | | | `define-widget'. | ||||
* | (c-just-after-func-arglist-p): Safeguard against unbalanced sexps. | Martin Stjernholm | 2003-08-26 | 1 | -8/+10 |
| | |||||
* | (c-electric-brace): Work around for a misfeature in `expand-abbrev' | Martin Stjernholm | 2003-08-26 | 1 | -3/+12 |
| | | | | | which caused electric keywords like "else" to disappear if an open brace was typed directly afterwards. | ||||
* | *** empty log message *** | Lute Kamstra | 2003-08-26 | 1 | -0/+5 |
| | |||||
* | (emacs-version): Check for gtk. Include gtk version info. | Lute Kamstra | 2003-08-26 | 1 | -0/+2 |
| | |||||
* | (Man-default-man-entry): Don't whizz past the section number | John Paul Wallington | 2003-08-25 | 2 | -1/+5 |
| | | | | before looking for it. | ||||
* | (gud-display-line): Don't set window-point if | Nick Roberts | 2003-08-24 | 1 | -9/+7 |
| | | | | source buffer is not visible. (Only happens with M-x gdba). | ||||
* | (gdba): Remove gdb-quit (previously removed) from | Nick Roberts | 2003-08-24 | 1 | -66/+38 |
| | | | | | | | | | | | | | | | documentation. (gdb-source, gdb-source-info): Update to assembler unnecessary as its done after each GDB command anyway. (gdb-pre-prompt): Use with-current-buffer. (gdb-insert-field): Add help-echo text. (gdb-invalidate-assembler): Re-display of assembler now done in gdb-info-breakpoints-custom. (gdb-info-breakpoints-custom): Force re-display of assembler to happen *after* update of breakpoints buffer. (gdb-display-source-buffer): Don't choke if gdb-source-window isn't visible. (gdb-put-string, gdb-put-arrow): Remove free variables. | ||||
* | *** empty log message *** | Nick Roberts | 2003-08-24 | 1 | -0/+19 |
| | |||||
* | (ibuffer-formats): Make name and size columns wider. | John Paul Wallington | 2003-08-24 | 2 | -2/+9 |
| | |||||
* | (Man-default-man-entry): Strip text properties when | John Paul Wallington | 2003-08-24 | 1 | -6/+3 |
| | | | | snarfing parts of entry because `format' preserves properties. | ||||
* | (sh-builtins): Add some bash builtins. | Glenn Morris | 2003-08-24 | 2 | -12/+39 |
| | | | | | | (sh-leading-keywords): Add the bash `time' reserved word. (sh-variables): Add some bash variables. (sh-add-completer): Fix nil branch of case statement. | ||||
* | (smtpmail-mail-address): Doc change. | Glenn Morris | 2003-08-24 | 1 | -6/+5 |
| | | | | | (smtpmail-send-it): Make treatment of envelope-from consistent with sendmail.el. | ||||
* | (mail-specify-envelope-from): Doc change. | Glenn Morris | 2003-08-24 | 1 | -3/+4 |
| | |||||
* | (simple-diary-display, make-diary-entry): Allow the diary to pop up a | Glenn Morris | 2003-08-24 | 1 | -10/+12 |
| | | | | new frame, if needed. | ||||
* | (file-newest-backup): Use `expand-file-name'. | Glenn Morris | 2003-08-24 | 1 | -1/+1 |
| | |||||
* | Added ld-script.el. | Masatake YAMATO | 2003-08-24 | 2 | -0/+130 |
| | |||||
* | (vc-ignore-vc-files, vc-master-templates): Doc fix - quote lisp symbols. | Markus Rost | 2003-08-23 | 2 | -3/+7 |
| | |||||
* | # | André Spiegel | 2003-08-23 | 1 | -0/+5 |
| | |||||
* | (vc-ignore-vc-files, vc-master-templates): Better explain obsolescence, and | André Spiegel | 2003-08-23 | 1 | -3/+9 |
| | | | | what to use instead. | ||||
* | (cvs-do-removal): Show the deleted file name on the prompt. | Masatake YAMATO | 2003-08-23 | 2 | -1/+9 |
| | |||||
* | *** empty log message *** | Dave Love | 2003-08-20 | 1 | -0/+22 |
| | |||||
* | Maintainer. | Dave Love | 2003-08-20 | 1 | -0/+1 |
| | |||||
* | (make-coding-system) | Dave Love | 2003-08-20 | 1 | -1/+32 |
| | | | | (set-buffer-file-coding-system): Doc fix. | ||||
* | (common-lisp-mode): New. | Dave Love | 2003-08-20 | 1 | -0/+3 |
| | |||||
* | (beginning-of-defun-function): Doc fix. | Dave Love | 2003-08-20 | 1 | -2/+3 |
| | |||||
* | Comment. | Dave Love | 2003-08-20 | 1 | -5/+2 |
| | |||||
* | Add mime-text-unsuitable coding system | Dave Love | 2003-08-20 | 1 | -5/+8 |
| | | | | properties. | ||||
* | (ucs-unicode-to-mule-cjk): Use smaller | Dave Love | 2003-08-20 | 1 | -1/+1 |
| | | | | :size. | ||||
* | (latin1-display): Add ?$,1s"(B. | Dave Love | 2003-08-20 | 1 | -0/+1 |
| | |||||
* | (bib): Add :group external. | Dave Love | 2003-08-20 | 1 | -0/+1 |
| | |||||
* | Add some :links. | Dave Love | 2003-08-20 | 1 | -7/+9 |
| | | | | (bib): Remove. | ||||
* | Documentation update for installation. | Stephen Eglen | 2003-08-19 | 1 | -0/+2 |
| | |||||
* | (widget-echo-help): Make it handle expressions that evaluate to | Luc Teirlinck | 2003-08-18 | 1 | -2/+1 |
| | | | | strings. |