aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (Vector Functions): Remove obsolete Emacs 20 use of `vconcat'.Chong Yidong2009-02-221-6/+0
|
* (Building Lists): Remove obsolete Emacs 20 usage of `append'.Chong Yidong2009-02-221-8/+0
|
* * lists.texi (Building Lists): Remove obsolete Emacs 20 usage ofChong Yidong2009-02-221-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 Yidong2009-02-211-0/+1
|
* Fix last change.Chong Yidong2009-02-211-1/+1
|
* Use /= in previous change.Glenn Morris2009-02-211-1/+1
|
* (math-use-emacs-fn): Make sure that the lisp number is in decimal.Jay Belanger2009-02-212-1/+8
|
* (compilation-error-regexp-alist-alist): Tweak regexp (Bug#2173).Chong Yidong2009-02-211-1/+1
|
* * progmodes/compile.el (compilation-error-regexp-alist-alist):Chong Yidong2009-02-211-0/+3
| | | | Tweak regexp (Bug#2173).
* (flyspell-mouse-map): Undefine mouse-2 to avoid yanks (Bug#2408).Chong Yidong2009-02-211-2/+4
|
* * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 toChong Yidong2009-02-211-0/+5
| | | | avoid yanks (Bug#2408).
* cc-engine.el (c-beginning-of-statement-1): Enhance to parse case clausesAlan Mackenzie2009-02-212-17/+33
| | | | | with (compile-time) expressions. cc-langs.el (c-case-kwds-regexp): New variable for the above.
* *** empty log message ***Alan Mackenzie2009-02-211-0/+7
|
* (rmail-cease-edit): Notice changes in buffer's encoding during editing.Eli Zaretskii2009-02-212-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 Yidong2009-02-211-1/+2
| | | | (Top): Link to Font Type node.
* (Version Info): Update version numbers in examples.Chong Yidong2009-02-211-27/+31
| | | | (Acknowledgements): List more contributors.
* (Lisp Data Types, Syntax for Strings, Buffer Type): Minor edits.Chong Yidong2009-02-211-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 Yidong2009-02-211-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 Yidong2009-02-211-0/+2
|
* (Qfont_spec, Qfont_entity, Qfont_object): DefinitionsChong Yidong2009-02-211-6/+0
| | | | moved to data.c.
* (syms_of_data): Define Qfont_spec, Qfont_entity, andChong Yidong2009-02-211-0/+12
| | | | | Qfont_object. (Ftype_of): Recognize font objects.
* * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, andChong Yidong2009-02-211-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 Rumney2009-02-211-2/+4
|
* Comment (reformat header).Glenn Morris2009-02-211-3/+3
|
* (sc-mail-glom-frame): Handle a "From " line at the start of the headers.Glenn Morris2009-02-212-2/+20
| | | | (sc-mail-check-from): New function.
* (python-shift-left, python-shift-right):Martin Rudalics2009-02-202-6/+14
| | | | When the mark is not active shift the current line. (Bug#2381)
* (command-line): Don't match an empty argument as anAndreas Schwab2009-02-202-15/+20
| | | | | option. (command-line-1): Likewise.
* Remove duplicate words.Juanma Barranquero2009-02-2020-54/+82
|
* * nsterm.m (x_make_frame_invisible): Unset async_visible,Adrian Robert2009-02-202-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 Dominik2009-02-204-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 Morris2009-02-202-11/+13
|
* (Fskip_chars_forward): Fix doc typo.Glenn Morris2009-02-202-1/+5
|
* Daniel Jensen <daniel at bigwalter.net> (tiny change)Glenn Morris2009-02-202-1/+5
| | | | (apropos-library): Check for null filename in load-history.
* (apropos-library): Remove the element with null filename, if present,Glenn Morris2009-02-202-11/+15
| | | | from the completion list.
* Comment.Glenn Morris2009-02-201-1/+1
|
* Be tediously correct.Glenn Morris2009-02-201-0/+4
|
* Fix attribution.Glenn Morris2009-02-201-1/+1
|
* (rmail-speedbar-buttons): Only add regular files.Glenn Morris2009-02-202-11/+18
| | | | (rmail-speedbar-find-file): Use rmail rather than find-file.
* Updated gnus manual for mbox rmail.Glenn Morris2009-02-201-2/+0
|
* (Miscellaneous Commands): Minor updates for mbox Rmail.Glenn Morris2009-02-202-1/+6
|
* Minor updates for mbox Rmail.Glenn Morris2009-02-201-17/+22
|
* Update.Glenn Morris2009-02-201-12/+24
|
* (bibtex-autokey-titleword-ignore): Fix regexp. bug#2385.Roland Winkler2009-02-202-9/+16
| | | | | (bibtex-autokey-get-title): Observe case for bibtex-autokey-titleword-ignore.
* (server-start): Make the warning more verbose (Bug#2395).Chong Yidong2009-02-201-3/+8
|
* * server.el (server-start): Make the warning more verbose (Bug#2395).Chong Yidong2009-02-201-0/+5
|
* (Fkeymap_parent): Doc fix (Bug#2391).Chong Yidong2009-02-201-1/+2
|
* * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).Chong Yidong2009-02-201-0/+4
|
* Add bug reference.Juanma Barranquero2009-02-191-3/+3
|
* (font-lock-fontify-syntactic-keywords-region):Stefan Monnier2009-02-192-3/+7
| | | | Make sure we stop when we reach the limit.
* (sh-font-lock-quoted-subshell): ' inside a "..." does not quote anything.Stefan Monnier2009-02-192-1/+6
|