| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Vector Functions): Remove obsolete Emacs 20 use of `vconcat'. | Chong Yidong | 2009-02-22 | 1 | -6/+0 |
| | | |||||
| * | (Building Lists): Remove obsolete Emacs 20 usage of `append'. | Chong Yidong | 2009-02-22 | 1 | -8/+0 |
| | | |||||
| * | * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of | Chong Yidong | 2009-02-22 | 1 | -0/+12 |
| | | | | | | | | | | | | `append'. * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use of `vconcat'. * strings.texi (Creating Strings): Copyedits. Remove obsolete Emacs 20 usage of `concat'. (Case Conversion): Copyedits. | ||||
| * | temp-file-name-pattern does not appear in the manuals. | Chong Yidong | 2009-02-21 | 1 | -0/+1 |
| | | |||||
| * | Fix last change. | Chong Yidong | 2009-02-21 | 1 | -1/+1 |
| | | |||||
| * | Use /= in previous change. | Glenn Morris | 2009-02-21 | 1 | -1/+1 |
| | | |||||
| * | (math-use-emacs-fn): Make sure that the lisp number is in decimal. | Jay Belanger | 2009-02-21 | 2 | -1/+8 |
| | | |||||
| * | (compilation-error-regexp-alist-alist): Tweak regexp (Bug#2173). | Chong Yidong | 2009-02-21 | 1 | -1/+1 |
| | | |||||
| * | * progmodes/compile.el (compilation-error-regexp-alist-alist): | Chong Yidong | 2009-02-21 | 1 | -0/+3 |
| | | | | | Tweak regexp (Bug#2173). | ||||
| * | (flyspell-mouse-map): Undefine mouse-2 to avoid yanks (Bug#2408). | Chong Yidong | 2009-02-21 | 1 | -2/+4 |
| | | |||||
| * | * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to | Chong Yidong | 2009-02-21 | 1 | -0/+5 |
| | | | | | avoid yanks (Bug#2408). | ||||
| * | cc-engine.el (c-beginning-of-statement-1): Enhance to parse case clauses | Alan Mackenzie | 2009-02-21 | 2 | -17/+33 |
| | | | | | | with (compile-time) expressions. cc-langs.el (c-case-kwds-regexp): New variable for the above. | ||||
| * | *** empty log message *** | Alan Mackenzie | 2009-02-21 | 1 | -0/+7 |
| | | |||||
| * | (rmail-cease-edit): Notice changes in buffer's encoding during editing. | Eli Zaretskii | 2009-02-21 | 2 | -1/+49 |
| | | | | | | Make sure to use encoding that can safely encode the message. Rewrite MIME charset= header if the new encoding is different from the old one. | ||||
| * | Bump version number to 3.0. | Chong Yidong | 2009-02-21 | 1 | -1/+2 |
| | | | | | (Top): Link to Font Type node. | ||||
| * | (Version Info): Update version numbers in examples. | Chong Yidong | 2009-02-21 | 1 | -27/+31 |
| | | | | | (Acknowledgements): List more contributors. | ||||
| * | (Lisp Data Types, Syntax for Strings, Buffer Type): Minor edits. | Chong Yidong | 2009-02-21 | 1 | -30/+48 |
| | | | | | | | (Frame Configuration Type): Emphasize that it is not primitive. (Font Type): New node. (Type Predicates): Add fontp; type-of now recognizes font object types. | ||||
| * | * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type): Minor edits. | Chong Yidong | 2009-02-21 | 1 | -0/+15 |
| | | | | | | | | | | | | | (Frame Configuration Type): Emphasize that it is not primitive. (Font Type): New node. (Type Predicates): Add fontp; type-of now recognizes font object types. * intro.texi (Version Info): Update version numbers in examples. (Acknowledgements): List more contributors. * elisp.texi: Bump version number to 3.0. (Top): Link to Font Type node. | ||||
| * | Define Qfont_spec, Qfont_entity, Qfont_object extern. | Chong Yidong | 2009-02-21 | 1 | -0/+2 |
| | | |||||
| * | (Qfont_spec, Qfont_entity, Qfont_object): Definitions | Chong Yidong | 2009-02-21 | 1 | -6/+0 |
| | | | | | moved to data.c. | ||||
| * | (syms_of_data): Define Qfont_spec, Qfont_entity, and | Chong Yidong | 2009-02-21 | 1 | -0/+12 |
| | | | | | | Qfont_object. (Ftype_of): Recognize font objects. | ||||
| * | * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and | Chong Yidong | 2009-02-21 | 1 | -0/+11 |
| | | | | | | | | | | | Qfont_object. (Ftype_of): Recognize font objects. * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern. * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions moved to data.c. | ||||
| * | (url-default-expander): Use concat to combine parts. (Bug #1020) | Jason Rumney | 2009-02-21 | 1 | -2/+4 |
| | | |||||
| * | Comment (reformat header). | Glenn Morris | 2009-02-21 | 1 | -3/+3 |
| | | |||||
| * | (sc-mail-glom-frame): Handle a "From " line at the start of the headers. | Glenn Morris | 2009-02-21 | 2 | -2/+20 |
| | | | | | (sc-mail-check-from): New function. | ||||
| * | (python-shift-left, python-shift-right): | Martin Rudalics | 2009-02-20 | 2 | -6/+14 |
| | | | | | When the mark is not active shift the current line. (Bug#2381) | ||||
| * | (command-line): Don't match an empty argument as an | Andreas Schwab | 2009-02-20 | 2 | -15/+20 |
| | | | | | | option. (command-line-1): Likewise. | ||||
| * | Remove duplicate words. | Juanma Barranquero | 2009-02-20 | 20 | -54/+82 |
| | | |||||
| * | * nsterm.m (x_make_frame_invisible): Unset async_visible, | Adrian Robert | 2009-02-20 | 2 | -1/+11 |
| | | | | | | | async_iconified. Based on a patch by Christian Lynbech <christian.lynbech@tieto.com>. (EmacsView-windowDidMiniaturize:): Unset async_visible. | ||||
| * | 2009-02-20 Carsten Dominik <dominik@science.uva.nl> | Carsten Dominik | 2009-02-20 | 4 | -9/+23 |
| | | | | | | | | | | | | | | * org-remember.el (org-remember-apply-template): Turn off ido for this completion. * org.el (org-priority): Also find invisible headings, for remote editing. (org-completing-read-no-ido): New function. (org-make-tags-matcher, org-set-property): Turn off ido for this completion. * org-colview.el (org-columns-edit-value): No special treatment of prefix arg. | ||||
| * | Minor updates for mbox rather than Babyl. | Glenn Morris | 2009-02-20 | 2 | -11/+13 |
| | | |||||
| * | (Fskip_chars_forward): Fix doc typo. | Glenn Morris | 2009-02-20 | 2 | -1/+5 |
| | | |||||
| * | Daniel Jensen <daniel at bigwalter.net> (tiny change) | Glenn Morris | 2009-02-20 | 2 | -1/+5 |
| | | | | | (apropos-library): Check for null filename in load-history. | ||||
| * | (apropos-library): Remove the element with null filename, if present, | Glenn Morris | 2009-02-20 | 2 | -11/+15 |
| | | | | | from the completion list. | ||||
| * | Comment. | Glenn Morris | 2009-02-20 | 1 | -1/+1 |
| | | |||||
| * | Be tediously correct. | Glenn Morris | 2009-02-20 | 1 | -0/+4 |
| | | |||||
| * | Fix attribution. | Glenn Morris | 2009-02-20 | 1 | -1/+1 |
| | | |||||
| * | (rmail-speedbar-buttons): Only add regular files. | Glenn Morris | 2009-02-20 | 2 | -11/+18 |
| | | | | | (rmail-speedbar-find-file): Use rmail rather than find-file. | ||||
| * | Updated gnus manual for mbox rmail. | Glenn Morris | 2009-02-20 | 1 | -2/+0 |
| | | |||||
| * | (Miscellaneous Commands): Minor updates for mbox Rmail. | Glenn Morris | 2009-02-20 | 2 | -1/+6 |
| | | |||||
| * | Minor updates for mbox Rmail. | Glenn Morris | 2009-02-20 | 1 | -17/+22 |
| | | |||||
| * | Update. | Glenn Morris | 2009-02-20 | 1 | -12/+24 |
| | | |||||
| * | (bibtex-autokey-titleword-ignore): Fix regexp. bug#2385. | Roland Winkler | 2009-02-20 | 2 | -9/+16 |
| | | | | | | (bibtex-autokey-get-title): Observe case for bibtex-autokey-titleword-ignore. | ||||
| * | (server-start): Make the warning more verbose (Bug#2395). | Chong Yidong | 2009-02-20 | 1 | -3/+8 |
| | | |||||
| * | * server.el (server-start): Make the warning more verbose (Bug#2395). | Chong Yidong | 2009-02-20 | 1 | -0/+5 |
| | | |||||
| * | (Fkeymap_parent): Doc fix (Bug#2391). | Chong Yidong | 2009-02-20 | 1 | -1/+2 |
| | | |||||
| * | * keymap.c (Fkeymap_parent): Doc fix (Bug#2391). | Chong Yidong | 2009-02-20 | 1 | -0/+4 |
| | | |||||
| * | Add bug reference. | Juanma Barranquero | 2009-02-19 | 1 | -3/+3 |
| | | |||||
| * | (font-lock-fontify-syntactic-keywords-region): | Stefan Monnier | 2009-02-19 | 2 | -3/+7 |
| | | | | | Make sure we stop when we reach the limit. | ||||
| * | (sh-font-lock-quoted-subshell): ' inside a "..." does not quote anything. | Stefan Monnier | 2009-02-19 | 2 | -1/+6 |
| | | |||||