aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* face-remap functions were already documented in display.texi.Chong Yidong2009-01-081-8/+6
|
* (Attribute Functions): Note that a function value :height is relative,Chong Yidong2009-01-081-80/+82
| | | | | | | and that compatibility functions work by calling set-face-attribute. (Displaying Faces): Reorder list in order of increasing priority. (Face Remapping): New node. Content moved here from Displaying Faces. (Glyphs): Link to Face Functions.
* * display.texi (Attribute Functions): Note that a function valueChong Yidong2009-01-081-0/+10
| | | | | | | | | :height is relative, and that compatibility functions work by calling set-face-attribute. (Displaying Faces): Reorder list in order of increasing priority. (Face Remapping): New node. Content moved here from Displaying Faces. (Glyphs): Link to Face Functions.
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* Update printed copyright year to 2009.Glenn Morris2009-01-0819-19/+19
|
* Add 2009 to copyright years.Glenn Morris2009-01-08189-194/+194
|
* refcards note.Glenn Morris2009-01-081-1/+4
|
* Add 2009 to copyright years.Glenn Morris2009-01-08101-111/+111
|
* Add 2009 to copyright years.Glenn Morris2009-01-0833-33/+33
|
* (cal-menu-scroll-menu): Remove entries that don't scroll the calendar.Glenn Morris2009-01-082-2/+11
|
* (ispell-check-minver): Declare.Glenn Morris2009-01-081-2/+4
| | | | Use string-to-number rather than string-to-int.
* (tabbar--local-hlf): Silence compiler.Glenn Morris2009-01-082-0/+6
|
* Mention archiving.Glenn Morris2009-01-081-0/+10
|
* (pmail-show-message): Fix declaration.Glenn Morris2009-01-082-3/+9
|
* (pmail-output-read-pmail-file-name): Remove declaration.Glenn Morris2009-01-081-1/+0
|
* (universal-coding-system-argument): last-input-char need not be a char.Glenn Morris2009-01-081-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-0839-55/+55
|
* Add missing copyright header.Glenn Morris2009-01-081-0/+2
|
* Update some file refs.Glenn Morris2009-01-081-2/+1
|
* Revert copyright year changes for files that are not part of Emacs.Glenn Morris2009-01-083-3/+3
|
* Add 2009 to copyright years.Glenn Morris2009-01-088-9/+9
|
* Add 2009 to copyright years.Glenn Morris2009-01-0881-84/+84
|
* Add 2009 to copyright years.Glenn Morris2009-01-086-8/+10
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-3/+19
| | | | Add permissions notice.
* Add 2009 to copyright years.Glenn Morris2009-01-08213-230/+230
|
* Add 2009 to copyright years.Glenn Morris2009-01-084-4/+4
|
* (Faces): Don't discuss face id here. facep doesChong Yidong2009-01-081-152/+139
| | | | | | | | | | not return t. (Defining Faces): Minor clarification. (Face Attributes): Rearrange items to match docstring of set-face-attribute. Add :foundry attribute. Document new role of :font attribute. Texinfo usage fix. (Attribute Functions): Copyedits. (Face Functions): Note that face number is seldom used.
* * display.texi (Faces): Don't discuss face id here. facep doesChong Yidong2009-01-081-0/+11
| | | | | | | | | | not return t. (Defining Faces): Minor clarification. (Face Attributes): Rearrange items to match docstring of set-face-attribute. Add :foundry attribute. Document new role of :font attribute. Texinfo usage fix. (Attribute Functions): Copyedits. (Face Functions): Note that face number is seldom used.
* * add-log.el (change-log-search-tag-name): Reflow docstring.Juanma Barranquero2009-01-072-8/+11
| | | | (change-log-mode): Fix typo in docstring.
* * international/mule.el (define-coding-system): Doc fix.Juanma Barranquero2009-01-072-5/+10
|
* Fix typos.Juanma Barranquero2009-01-071-5/+4
|
* (define-coding-system): Fix docstring about :bom usage.Kenichi Handa2009-01-072-1/+6
|
* (Finsert_file_contents): In the case of replace,Kenichi Handa2009-01-072-0/+5
| | | | remeber the coding system used for decoding in coding_system.
* (dired-pop-to-buffer): Don't split windows horizontally. (Bug#1806)Martin Rudalics2009-01-072-2/+9
|
* Add bug reference.Juanma Barranquero2009-01-071-1/+1
|
* (decode_coding_utf_8): Check byte_after_cr before breaking the loop.Kenichi Handa2009-01-072-7/+43
| | | | | | (decode_coding_utf_16, decode_coding_emacs_mule) (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5) (decode_coding_charset): Likewise.
* (tar-mode, tar-mode-write-contents)Stefan Monnier2009-01-072-12/+17
| | | | (tar-write-region-annotate): Undo Andreas's last change.
* (gnus-treat-display-face): Fix docstring link to point toTassilo Horn2009-01-062-1/+6
| | | | `(gnus)Face', not `(gnus)X-Face'.
* * net/tramp-smb.el (tramp-smb-handle-copy-file)Michael Albinus2009-01-063-47/+58
| | | | | (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
* * net/tramp.el (tramp-do-copy-or-rename-file-directly)Michael Albinus2009-01-061-53/+66
| | | | | (tramp-handle-file-local-copy, tramp-handle-write-region) Delete temporary file in case of quit.
* (completion-hilit-commonality): Don't presumeStefan Monnier2009-01-062-38/+49
| | | | | | | | all-completions always include the input as prefix. (completion-pcm--pattern-trivial-p): Accept a few more patterns as trivial. (completion-pcm--hilit-commonality): Remove leftover code that used to deal with the now removed cdr-in-last-cons.
* Update autoload checksums.Juanma Barranquero2009-01-063-5/+5
|
* * international/mule.el (define-coding-system): Fix typos in docstring.Juanma Barranquero2009-01-062-3/+7
|
* (c-setup-paragraph-variables): Ensure paragraph-\(start\|separate\) matchAlan Mackenzie2009-01-051-5/+12
| | | | blank lines. For AWK Mode.
* *** empty log message ***Alan Mackenzie2009-01-051-0/+5
|
* * net/tramp-smb.el (tramp-smb-handle-copy-file)Michael Albinus2009-01-052-9/+26
| | | | | (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Delete temporary file in case of error.
* * net/tramp.el (tramp-handle-load)Michael Albinus2009-01-051-57/+73
| | | | | | | (tramp-do-copy-or-rename-file-directly) (tramp-handle-file-local-copy, tramp-handle-insert-file-contents) (tramp-handle-write-region): Delete temporary file in case of error.
* Fix my name in a couple of commitsAgustín Martín2009-01-051-2/+2
|
* textmodes/ispell.el (ispell-check-version): Use (with-temp-buffer)Agustín Martín2009-01-052-11/+9
|
* (Predicates for Strings): Minor clarification.Richard M. Stallman2009-01-052-1/+7
|