summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Mark changes by Kevin Rodgers as tiny changes.Eli Zaretskii2003-09-081-4/+4
|
* *** empty log message ***Lute Kamstra2003-09-081-0/+5
|
* (mode-line-position): Add buffer size indicator.Lute Kamstra2003-09-081-0/+2
|
* (size-indication-mode): New.Lute Kamstra2003-09-081-0/+7
|
* 2003-09-08 Lars Hansen <larsh@math.ku.dk>Lars Hansen2003-09-081-3/+5
| | | | | * desktop.el (desktop-buffer-dired): Change name of local variable to be different from buffer local variable `dired-directory'.
* (battery-linux-proc-acpi): New function.Eli Zaretskii2003-09-061-3/+108
| | | | | | | (battery-status-function): Modified default value calculation to also check for availability of ACPI. (battery-echo-area-format): Ditto. (battery-mode-line-format): Ditto.
* *** empty log message ***Eli Zaretskii2003-09-061-0/+8
|
* (ielm-mode-hook): Add :options.Dave Love2003-09-062-21/+9
|
* (eldoc-print-current-symbol-info-function):Dave Love2003-09-061-12/+28
| | | | | New. (eldoc-print-current-symbol-info): Use it.
* (gud-display1): Use gud-call to prevent extra promptNick Roberts2003-09-041-57/+20
| | | | | | | | | | being displayed in GUD buffer. (gdb-idle-input-queue): Remove var. Use just one queue. (gdb-enqueue-idle-input,gdb-dequeue-idle-input): Remove functions. Use just one queue. (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger) (gdb-invalidate-assembler, gdb-get-current-frame): Modify functions. Use just one queue.
* *** empty log message ***Nick Roberts2003-09-041-0/+11
|
* (non-iso-charset-alist): Revert to defining in defvar -- OK with theDave Love2003-09-042-46/+38
| | | | new autoload.
* *** empty log message ***Dave Love2003-09-041-0/+33
|
* ("Windows-1251"): Deleted.Dave Love2003-09-041-13/+14
| | | | | ("Bulgarian", "Belarusian"): Remove `features'. (windows-1251): Moved from code-pages.
* (windows-1252): Moved from code-pages.Dave Love2003-09-041-2/+15
|
* ("mule-diag"): Add eval-after-loadDave Love2003-09-041-0/+19
| | | | clause.
* (cp-make-translation-table)Dave Love2003-09-041-286/+21
| | | | | | | | | | | (cp-valid-codes): Made defsubsts. (cp-fix-safe-chars): Deleted. (mule-diag): Don't require. (windows-1251, windows-1252): Removed to cyrillic.el/european.el. (top-level): Check for defined coding system when defining cp... aliases. Change w32-add-charset-info test to avoid warning. (non-iso-charset-alist): Defvar when compiling. (cp-make-coding-system): Doc fix.
* (non-iso-charset-alist): Define asDave Love2003-09-041-60/+45
| | | | | | | nil. (top-level): Append to non-iso-charset-alist (without `codepage' stuff). (print-designation, list-coding-systems-1): Output fixes.
* Add blink-cursor-alist.Dave Love2003-09-041-0/+1
|
* Remove "tiny change" marks from changes contributed by Kevin Rodgers.Eli Zaretskii2003-09-041-2/+2
|
* (ruler-mode-fill-column-char)Dave Love2003-09-041-2/+2
| | | | | (ruler-mode-current-column-char): Use char-displayable-p, not window-system.
* (tsang-quick-converter): Fix broken line-ends from CVS before doing conversion.Jason Rumney2003-09-022-0/+10
|
* *** empty log message ***Glenn Morris2003-09-021-0/+9
|
* (diary-header-line-flag, diary-header-line-format): New variables.Glenn Morris2003-09-021-0/+23
| | | | (list-diary-entries): Use them to set header line in simple diary.
* (sh-font-lock-keywords): Use something other thanGlenn Morris2003-09-021-1/+2
| | | | font-lock-string-face to highlight backslashes.
* *** empty log message ***Jason Rumney2003-09-011-0/+5
|
* (tit-read-key-value): Include \r in regexp.Jason Rumney2003-09-011-1/+1
|
* *** empty log message ***Dave Love2003-09-011-0/+20
|
* (menu-bar-showhide-menu): Amend date and time labelDave Love2003-09-011-5/+7
| | | | and :help; also line and column numbers labels.
* (mouse-popup-menubar, mouse-skip-word): Doc fix.Dave Love2003-09-011-6/+6
|
* (latin1-char-displayable-p): NowDave Love2003-09-011-44/+8
| | | | | obsolete alias. Replace uses with char-displayable-p. (latin1-display-ucs-per-lynx): Fix last change.
* (char-displayable-p): Moved fromDave Love2003-09-011-0/+40
| | | | latin1-disp, renamed and autoloaded.
* (standard-display-european-internal):Dave Love2003-09-011-4/+18
| | | | | | | Don't use char code for Latin-1 NBSP. <XFree86 4>: Unfrob NBSP display table. Set display table to use U+2018, U+2019 for `'. (select-safe-coding-system): Message fix.
* Add arch taglinesMiles Bader2003-09-01883-31/+955
|
* *** empty log message ***Kenichi Handa2003-09-011-0/+5
|
* (setup-default-fontset): For Thai font, specify "*" family.Kenichi Handa2003-09-011-1/+4
|
* (previous-error): Accept a prefix argument, similarly to next-error.Eli Zaretskii2003-09-012-4/+13
|
* * pcvs.el (cvs-do-removal): Use = instead of eq to checkMasatake YAMATO2003-08-312-4/+12
| | | | | the numbre of files. Bind the numbre of files to a a local variable. Suggestd by Kevin Rodgers <ihs_4664@yahoo.com>.
* *** empty log message ***Eli Zaretskii2003-08-301-0/+5
|
* (vc-make-version-backup): Fix the change made onEli Zaretskii2003-08-301-2/+2
| | | | 2003-07-26: msdos-long-file-names is a function, not a variable.
* *** empty log message ***Richard M. Stallman2003-08-291-0/+25
|
* Comment change.Richard M. Stallman2003-08-292-3/+4
|
* (sendmail-sync-aliases, mail-setup):Richard M. Stallman2003-08-291-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. Stallman2003-08-291-6/+7
|
* (term-exec-1): Bind coding-system-for-read.Richard M. Stallman2003-08-291-0/+2
|
* (dired-mouse-find-file-other-window):Richard M. Stallman2003-08-291-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> toRichard M. Stallman2003-08-291-1/+2
| | | | `Info-prev-reference', instead of M-tab.
* (blink-matching-open): Work correctly on chars thatRichard M. Stallman2003-08-291-6/+15
| | | | are designated as parens through the syntax-table text property.
* Say there is no maintainer.Richard M. Stallman2003-08-291-1/+1
|
* (kinsoku-longer, kinsoku-shorter): Do not choose aKenichi Handa2003-08-292-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.