summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Convert to utf-8.Juanma Barranquero2008-03-271-22/+26
| | | | Fix typos.
* Convert to utf-8.Juanma Barranquero2008-03-271-203/+203
| | | | Fix typos.
* (vc-before-save): Be careful not to prevent saving the file.Stefan Monnier2008-03-272-5/+8
|
* (image-mode-reapply-winprops): Fix last change.Stefan Monnier2008-03-272-3/+7
|
* *** empty log message ***Juanma Barranquero2008-03-271-2/+2
|
* Convert to utf-8.Juanma Barranquero2008-03-271-781/+753
| | | | Fix typos.
* Convert to utf-8.Juanma Barranquero2008-03-273-344/+344
|
* Convert to utf-8.Juanma Barranquero2008-03-271-5/+10
| | | | Add local-variables section.
* Convert to utf-8.Juanma Barranquero2008-03-271-47/+46
|
* (Fdefine_charset_internal): Change the way ofKenichi Handa2008-03-272-31/+32
| | | | | registering charsets in Vcharset_order_list. (syms_of_charset): Make the charset `eight-bit' supplementary.
* (define-iso-single-byte-charset):Kenichi Handa2008-03-272-62/+63
| | | | | | Don't make latin-iso8859-* supplementary. (#'set-charset-priority): Don't change the priority of charsets `unicode' and `emacs'.
* (diary-mail-entries): Doc fix.Glenn Morris2008-03-272-21/+19
|
* (list-holidays): Doc fix.Glenn Morris2008-03-272-4/+5
|
* (list-sexp-diary-entries): Doc fix.Glenn Morris2008-03-272-148/+104
|
* (diary-file): Doc fix.Glenn Morris2008-03-272-22/+15
|
* (diary-mark-entries-1): Fix position offsets in non-gregorian case.Glenn Morris2008-03-272-8/+6
|
* (diary-face-attrs): Revert previous change to `weight' type. FixGlenn Morris2008-03-272-3/+3
| | | | `height' regexp.
* (vc-do-command): Don't pop to the buffer if it's an internal temp buffer.Stefan Monnier2008-03-272-3/+9
|
* *** empty log message ***Glenn Morris2008-03-271-4/+18
|
* (diary-face-attrs): Fix type of `width'.Glenn Morris2008-03-271-113/+110
| | | | | | | | | | | | | (list-diary-entries-hook, mark-diary-entries-hook) (include-other-diary-files, mark-included-diary-files): Doc fixes. (diary-set-header): New function. (diary-header-line-flag, diary-header-line-format): Use diary-set-header for custom :set function. (diary-set-maybe-redraw): Use symbol-value rather than eval. (diary-attrtype-convert): Use intern-soft rather than read. (diary-display-no-entries): New function. (simple-diary-display, fancy-diary-display): Use it. (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
* (list-hebrew-diary-entries): Doc fix.Glenn Morris2008-03-271-1/+1
|
* (list-islamic-diary-entries): Doc fix.Glenn Morris2008-03-271-1/+1
|
* (diary-bahai-list-entries): Doc fix.Glenn Morris2008-03-271-3/+2
|
* (calc-read-var-name-history): New variable.Jay Belanger2008-03-262-1/+12
| | | | (calc-read-var-name): Use `calc-read-var-name-history'.
* Remove duplicate entries.Juanma Barranquero2008-03-261-176/+0
|
* (image-mode-reapply-winprops): Simplify now thatStefan Monnier2008-03-262-13/+13
| | | | window-configuration-change-hook works buffer-locally.
* *** empty log message ***Juanma Barranquero2008-03-261-1/+4
|
* Add arch-tag.Roland Winkler2008-03-262-0/+5
|
* (describe-function-1, describe-variable): If CURRENT-NAME is nil,Juanma Barranquero2008-03-261-13/+13
| | | | don't end obsolescence info with semicolon.
* (lm-with-file): Use mode and syntax table for Emacs Lisp, not Lisp.Johan Bockgård2008-03-262-4/+10
|
* *** empty log message ***Juanma Barranquero2008-03-261-2/+7
|
* (byte-compile-obsolete): If no replacement is provided,Juanma Barranquero2008-03-261-4/+6
| | | | don't print "use nil instead".
* (PC-do-completion): Use regexp-quote.Johan Bockgård2008-03-262-2/+8
|
* (vc-cvs-parse-status, vc-cvs-after-dir-status): DetectDan Nicolaescu2008-03-262-30/+37
| | | | missing files.
* (vc-git-extra-menu-map): New key map.Dan Nicolaescu2008-03-262-1/+69
| | | | | (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep): New functions.
* (vc-default-mode-line-string): Deal with 'removedDan Nicolaescu2008-03-262-0/+11
| | | | and 'missing files.
* (list-holidays): Make Y2 optional.Stefan Monnier2008-03-262-3/+5
|
* (appt-buffer-name): Don't use a leading space for buffers shown to the user.Stefan Monnier2008-03-262-43/+49
| | | | (appt-disp-window): Disable undo explicitly now that the leading space is gone.
* (activate-mark): New function.Stefan Monnier2008-03-262-19/+30
| | | | | | (set-mark-command): Use it with region-active-p to clean up the code. (exchange-point-and-mark): Invert the meaning of C-u when transient-mark-mode is active.
* (dired-create-files): Use dolist.Stefan Monnier2008-03-262-41/+40
|
* (mode-line-change-eol): Use with-selected-window.Stefan Monnier2008-03-262-2/+3
|
* (apropos-command): Include macros.Stefan Monnier2008-03-262-2/+9
|
* Some re-ordering so that defcustoms are at start, functions definedGlenn Morris2008-03-261-122/+133
| | | | before use.
* Remove floating-point check.Glenn Morris2008-03-262-9/+45
| | | | Explicitly require calendar, not cal-julian.
* Remove floating-point check.Glenn Morris2008-03-261-4/+4
| | | | | Explicitly require calendar, not cal-julian. Explicitly require cal-dst.
* (list-holidays): Assume atan always bound.Glenn Morris2008-03-261-3/+2
|
* Provide calendar before requiring cal-menu.Glenn Morris2008-03-261-23/+14
| | | | | (oriental-holidays, solar-holidays): Assume atan always bound. (solar-holidays): Simplify holiday-sexp calls.
* (calendar-after-frame-setup-hook): New name forGlenn Morris2008-03-261-5/+8
| | | | | | calendar-after-frame-setup-hooks. Update callers, make old name an obsolete alias. Doc fix. (calendar-frame-1): Doc fix.
* Require calendar rather than cal-julian.Glenn Morris2008-03-261-2/+6
| | | | | Autoload calendar-absolute-from-julian. (persian-calendar-epoch): Set when compiling.
* Require calendar rather than declaring functions.Glenn Morris2008-03-261-35/+1
| | | | | (cal-menu-diary-menu): Remove menu headings that cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the calendar.