summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Remove xml-lite.elMike Williams2002-04-062-258/+4
|
* *** empty log message ***Pavel Janík2002-04-051-0/+4
|
* (play-sound): New function (uses play-sound-internal).Pavel Janík2002-04-051-0/+21
|
* (mode-line-format, mode-line-modified)Richard M. Stallman2002-04-041-1/+7
| | | | | | (mode-line-mule-info, mode-line-buffer-identification) (mode-line-modes, mode-line-position): Explicitly mark as risky. (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
* *** empty log message ***Richard M. Stallman2002-04-041-0/+2
|
* (solar-northern-spring-or-summer-season): Doc fix.Richard M. Stallman2002-04-041-1/+1
|
* *** empty log message ***Richard M. Stallman2002-04-041-0/+8
|
* (mail-abbrev-make-syntax-table): Use (syntax-table), not old-syntax-table.Richard M. Stallman2002-04-041-1/+1
|
* (enriched-decode-foreground)Richard M. Stallman2002-04-041-2/+2
| | | | (enriched-decode-background): Don't call facemenu-get-face.
* *** empty log message ***Mike Williams2002-04-031-0/+5
|
* Remember to (require 'cl).Mike Williams2002-04-031-1/+2
|
* (sgml-lexical-context): Fix up CDATA detection for boundary cases.Mike Williams2002-04-031-14/+21
|
* *** empty log message ***Stefan Monnier2002-04-031-6/+24
|
* * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move toKai Großjohann2002-04-033-14/+38
| | | | | | | spot indicated by text property `cvs-goal-column', if present. * pcvs-info.el (cvs-fileinfo-pp): Use text property `cvs-goal-column' to indicate position of file name (if present).
* *** empty log message ***Richard M. Stallman2002-04-031-0/+3
|
* (mail-abbrev-complete-alias): Call mail-abbrev-make-syntax-table.Richard M. Stallman2002-04-031-0/+1
|
* *** empty log message ***Richard M. Stallman2002-04-031-0/+8
|
* (format-deannotate-region): Doc fix.Richard M. Stallman2002-04-031-6/+9
|
* (enriched-face-ans): Delete special treatment for fg:... and bg:... faces.Richard M. Stallman2002-04-031-24/+12
| | | | | | (enriched-decode-foreground): Return a list that specifies the foreground color, rather than creating a face. (enriched-decode-background): Likewise.
* *** empty log message ***Richard M. Stallman2002-04-031-0/+5
|
* (shell-mode): Don't reinit comint-input-ring if that was already done.Richard M. Stallman2002-04-031-22/+23
|
* Fix typos.Juanma Barranquero2002-04-031-2/+2
|
* *** empty log message ***Richard M. Stallman2002-04-031-0/+38
|
* (update-calendar-mode-line): Force mode-line update.Richard M. Stallman2002-04-031-3/+33
| | | | | | Make date under the cursor available as `date' in calendar-mode-line-format. Eval items in calendar-mode-line-format list.
* (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)Richard M. Stallman2002-04-031-62/+111
| | | | | | | | | | | | | | | | | | | | (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings. (cal-tex-latexify-list): Fix doc string. (cal-tex-insert-day-names): LaTeXify day names. (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box) (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week) (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names. Change all instances (interactive "P") to (interactive "p"). (cal-tex-cursor-month): Add hfill and newline at end of month that ended on Saturday. (cal-tex-preamble): Change to LaTeX2e. (cal-tex-cursor-filofax-year): Don't use default month names in LaTeX macros in case user changes them. (cal-tex-month-name): New function. Used throughout in case user has done something funny with month names.
* (solar-spring-or-summer-season): Deleted.Richard M. Stallman2002-04-031-39/+57
| | | | | | | | (solar-northern-spring-or-summer-season): New variable. (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset): Rewritten. (diary-sabbath-candles-minutes): New variable. (diary-sabbath-candles): Use it instead of fixed 18 minutes.
* (holiday-rosh-hashanah-etc): Spelling correction.Richard M. Stallman2002-04-031-4/+4
| | | | (diary-rosh-hodesh): Spelling correction.
* *** empty log message ***Mike Williams2002-04-031-0/+6
|
* (sgml-lexical-context)Mike Williams2002-04-031-5/+5
| | | | | (sgml-parse-tag-backward): Extend support for CDATA to include conditional sections.
* *** empty log message ***Pavel Janík2002-04-031-0/+5
|
* Rename `autoselect-window' to `mouse-autoselect-window'.Pavel Janík2002-04-031-1/+1
|
* *** empty log message ***Richard M. Stallman2002-04-021-0/+5
|
* (hack-one-local-variable): Clear text props from string value.Richard M. Stallman2002-04-021-0/+5
|
* * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.ShengHuo ZHU2002-04-024-8/+25
| | | | | | * message.el (message-tool-bar-map): Ditto. * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
* (f90-indent-subprogram): Braino (missing arg).Stefan Monnier2002-04-021-2/+2
|
* (f90-keywords-re, f90-keywords-level-3-re)Stefan Monnier2002-04-021-120/+83
| | | | | | | | | | | (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re): Use regexp-opt. (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'. (f90-procedures-re): Add `null' and `cpu_time' from F95. (f90-font-lock-keywords-1): Minor reorganization so we don't need `override' any more. (f90-font-lock-keywords-3): Use `keep' rather than `override'. (f90-indent-subprogram): Use indent-region. (f90-break-line): Use indent-according-to-mode.
* *** empty log message ***Mike Williams2002-04-021-1/+4
|
* (sgml-looking-back-at): Short-circuit at beg of buffer.Mike Williams2002-04-021-10/+17
| | | | | (sgml-lexical-context,sgml-calculate-indent): Add support for CDATA sections.
* *** empty log message ***Mike Williams2002-04-021-0/+19
|
* (sgml-close-tag): Rename fromMike Williams2002-04-021-42/+20
| | | | | | sgml-insert-end-tag. Simplify by using sgml-lexical-context. (sgml-get-context): Remove use of sgml-inside-tag-p. (sgml-inside-tag-p): Remove.
* (help-key-description): New fun.Stefan Monnier2002-04-021-15/+32
| | | | | (describe-key-briefly, describe-key): Use it and this-single-command-raw-keys plus new arg `untranslated'.
* *** empty log message ***Stefan Monnier2002-04-011-1/+25
|
* (sgml-at-indentation-p, sgml-tag)Stefan Monnier2002-04-011-6/+206
| | | | | | | | | | (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward) (sgml-inside-tag-p, sgml-get-context, sgml-show-context) (sgml-insert-end-tag): New funs taken from xml-lite.el. (sgml-calculate-indent): Use them. (sgml-slash-matching): Rename from sgml-slash. (sgml-slash): Copied from xml-lite and changed to use sgml-slash-matching and sgml-quick-keys.
* (standard-keyboard-coding-systems): Add koi8-u and koi8-r.Stefan Monnier2002-04-011-3/+3
|
* Change maintainer.Stefan Monnier2002-04-011-41/+18
| | | | | | | (tcl-electric-hash-style): Change default to nil. (tcl-imenu-generic-expression): Use tcl-proc-regexp. (tcl-do-auto-fill): Remove. (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
* Ignore esh-groups.el.Stefan Monnier2002-04-011-0/+1
|
* It's auto-generated anyway.Stefan Monnier2002-04-011-135/+0
|
* *** empty log message ***Richard M. Stallman2002-04-011-0/+10
|
* (tcl-imenu-generic-expression): New value.Richard M. Stallman2002-04-011-23/+13
| | | | | | | | | (tcl-imenu-create-index-function): Function deleted. (tcl-mode): Check for filladapt-mode. Use tcl-imenu-generic-expression instead of tcl-imenu-create-index-function. (inferior-tcl-mode): Doc fix. Change not legally significant.
* * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.ShengHuo ZHU2002-04-012-1/+5
|