aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert to usingDave Love2002-11-091-34/+27
| | | | translation-table-for-input instead of keyboard-translate-table.
* (current-language-environment): FixDave Love2002-11-091-2/+1
| | | | :type.
* (Vtranslation_table_for_input): New.Dave Love2002-11-091-1/+3
| | | | (syms_of_coding): DEFVAR it.
* (command_loop_1): Apply Vtranslation_table_for_inputDave Love2002-11-091-6/+11
| | | | | to self-inserting characters. (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
* (Fself_insert_command): Apply Vtranslation_table_for_input.Dave Love2002-11-091-27/+32
|
* (Fset_buffer_major_mode): Fix last change.Dave Love2002-11-091-1/+1
|
* (archive-zip-summarize): Don't hardcode (point-min) = 1.Stefan Monnier2002-11-081-1/+1
|
* (PC-do-completion): Make partial-completion workStefan Monnier2002-11-081-5/+12
| | | | with incomplete directory names.
* (timeclock-modeline-display): Use assq as well as memq to findJohn Wiegley2002-11-081-5/+5
| | | | | `global-mode-string' within `mode-line-format'. The structure of that variable has changed in 21.3.
* *** empty log message ***John Wiegley2002-11-081-0/+7
|
* (latex-standard-block-names): Rename from standard-latex-block-names.Stefan Monnier2002-11-081-67/+177
| | | | | | | | | | | | | | | | | | | | (tex-font-lock-keywords-1): Add providecommand, renewenvironment, and renewtheorem. Highlight \it and \bf separately since they may overlap. (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs. (tex-font-lock-keywords-3, tex-verbatim-environments) (tex-font-lock-syntactic-keywords): New vars. (superscript, subscript, tex-verbatim-face): New faces. (tex-font-lock-syntactic-face-function): Handle \verb construct. (tex-common-initialization): Update font-lock-defaults setting. (tex-insert-braces): Make it into a skeleton. (latex-fill-nobreak-predicate): Don't break after \. (latex-insert-block): Rename from tex-latex-block. (latex-down-list): Use tex-mode-syntax-table when skipping parens rather than the indentation syntax-table. (latex-close-block): Rename from tex-close-latex-block. (latex-split-block): New fun. (latex-indent): Don't indent inside a verbatim block. (latex-find-indent): Stick \begin{verbatim} to the margin.
* *** empty log message ***Dave Love2002-11-083-917/+534
|
* Use AC_CONFIG_LIBOBJ_DIR and require autoconfDave Love2002-11-081-1/+9
| | | | | 2.54. (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
* *** empty log message ***Juanma Barranquero2002-11-081-0/+5
|
* (w32_draw_fringe_bitmap): Remove unused local variable window.Juanma Barranquero2002-11-081-269/+268
|
* (nnimap-split-rule): Doc fix - escape open parens in column 0.Markus Rost2002-11-082-2/+7
|
* (format-decode): Be careful with the order in `format'.Stefan Monnier2002-11-082-24/+31
|
* (Fformat_network_address): Removed unused locals p, cp, and i.Kim F. Storm2002-11-071-4/+0
|
* *** empty log message ***Kim F. Storm2002-11-071-0/+5
|
* (function-p-func): Avoid `xemacs-p'.Stefan Monnier2002-11-071-1/+1
|
* Require esh-util.Stefan Monnier2002-11-071-10/+12
| | | | | (eshell-glob-initialize): Don't assume eshell-special-chars-outside-quoting is available.
* (fill-paragraph): Consider a comment-start asStefan Monnier2002-11-072-69/+99
| | | | | | | a paragraph starter when filling non-comments. (fill-comment-paragraph): Use comment-search-forward. Recognize paragraph starters and separators within comments. Use adaptive-fill-prefix when it works. Don't narrow while doing the fill.
* *** empty log message ***Stefan Monnier2002-11-074-50/+67
|
* (isearch-yank-line): Typo.Stefan Monnier2002-11-071-1/+1
|
* (regexec): Fix pmatch declaration.Dave Love2002-11-071-1/+1
|
* (grep-default-command): New fun.Stefan Monnier2002-11-071-97/+77
| | | | | | | | | (grep): Use it. (compilation-menu-map): New var. (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it. (compilation-mode-map): Simplify. (compilation-shell-minor-mode, compilation-minor-mode): Use define-minor-mode.
* (elide-head): Don't make intangible.Stefan Monnier2002-11-071-1/+0
|
* (where-is): Rename map to defs (a list of syms is not a map).Stefan Monnier2002-11-071-20/+16
| | | | Test fboundp first, to speed things up. Use push.
* (isearch-hidden): New var.Stefan Monnier2002-11-071-66/+71
| | | | | (isearch-search-and-update): Test it. (isearch-range-invisible): Set it.
* Regenerated.Markus Rost2002-11-071-1963/+5521
|
* (mail-default-directory): Set the version to 21.4.Markus Rost2002-11-072-4/+18
|
* (grep-compute-defaults): Move down.Markus Rost2002-11-071-69/+67
|
* (grep-compute-defaults): Undo previous change.Markus Rost2002-11-071-28/+14
| | | | | | | (grep-command, grep-find-command, grep-tree-command): Allow value nil. Do not declare :get property. (grep-use-null-device): Doc fix. Fix type. Do not declare :get property.
* (checkdoc-find-error): Use get-file-buffer instead of get-buffer.Markus Rost2002-11-071-2/+2
|
* (where-is): Repport also aliases of the passed command.Juanma Barranquero2002-11-072-15/+36
|
* (tcl-mode): Don't set paragraph-start,Stefan Monnier2002-11-071-50/+3
| | | | | | paragraph-separate, comment-column, and fill-paragraph-function. Simplify outline-regexp. (tcl-do-fill-paragraph): Remove.
* (maybe_bootstrap): Whoops, screwed up the second instance of $$bar...Miles Bader2002-11-071-1/+1
|
* (maybe_bootstrap): Fix shell variable usage. Handle separate-build-dir case.Miles Bader2002-11-072-2/+7
|
* (custom-make-dependencies): Fix comment inserted in cus-load.el.Markus Rost2002-11-072-1/+6
|
* Use keyboard-translate-table codingDave Love2002-11-062-44/+88
| | | | | | | | | | | | | | | | | | system property, not translation-table-for-input, for vietnamese-viscii & al. (translation-table-for-input): Set, don't defvar, and make permanent-local. (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove set-buffer-major-mode-hook, not quail-activate-hook. (ucs-set-table-for-input): Renamed from ucs-quail-activate. (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Setup keyboard-translate-table, not translation-table-for-input. Modify set-buffer-major-mode-hook, not quail-activate-hook. (ucs-fragment-8859): Don't use translation-table-for-input coding system property. (ucs-quail-activate): Deleted. (ucs-set-table-for-input): New. (ucs-minibuffer-setup): Use it.
* (quail-input-string-to-events): UseDave Love2002-11-061-3/+5
| | | | keyboard-translate-table, not translation-table-for-input.
* (set-buffer-file-coding-system): CallDave Love2002-11-061-2/+6
| | | | ucs-set-table-for-input.
* Reformat some DEFUNs so that etags works.Dave Love2002-11-061-10/+14
|
* (normal-mode): Call ucs-set-table-for-input.Dave Love2002-11-061-1/+3
|
* (quoted-insert): Bind keyboard-translate-table aroundDave Love2002-11-061-4/+5
| | | | read-char.
* (Qset_buffer_major_mode_hook): New.Dave Love2002-11-062-6/+13
| | | | (Fset_buffer_major_mode): Use it.
* *** empty log message ***Juanma Barranquero2002-11-061-0/+5
|
* *** empty log message ***Richard M. Stallman2002-11-063-1/+32
|
* (maybe_bootstrap): Add doublequotes to make it bulletproof.Richard M. Stallman2002-11-061-2/+2
| | | | $bar may be empty when there are no .elc files.
* Add copyright notice and permission notice.Richard M. Stallman2002-11-061-0/+6
|