summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (blank-style, blank-chars, blank-hspace-regexp, blank-space-regexp,Juanma Barranquero2008-01-192-119/+133
| | | | | | | | | | | blank-tab-regexp, blank-trailing-regexp, blank-space-before-tab-regexp, blank-global-modes, blank-mode, global-blank-mode): Doc fixes. (blank, blank-space-face, blank-hspace-face, blank-tab-face, blank-newline-face, blank-trailing-face, blank-line-face, blank-space-before-tab-face, blank-display-mappings, blank-chars-value-list, blank-style-value-list, blank-toggle-options, global-blank-toggle-options, blank-help-text, blank-interactive-char, blank-turn-on, blank-turn-off, blank-color-on, blank-color-off): Fix typos in docstrings.
* Add comment before kill-buffer-if-not-modified.Eli Zaretskii2008-01-191-0/+4
|
* Add arch taglineMiles Bader2008-01-181-0/+1
|
* (icomplete-get-keys): Look up KEYS using all maps in proper buffer.Richard M. Stallman2008-01-182-2/+6
|
* New file: blank-mode.elVinicius Jose Latorre2008-01-172-0/+1289
|
* (c-constant-symbol): Put this defun inside an eval-and-compile, so as toAlan Mackenzie2008-01-161-10/+11
| | | | permit byte-compiling (e.g. in bootstrap).
* *** empty log message ***Alan Mackenzie2008-01-161-0/+6
|
* *** empty log message ***Juanma Barranquero2008-01-161-2/+12
|
* (ada-convert-file-name): Fix typo in docstring.Juanma Barranquero2008-01-161-1/+1
|
* (whitespace-check-leading-whitespace, whitespace-check-trailing-whitespace,Juanma Barranquero2008-01-161-5/+5
| | | | | whitespace-check-spacetab-whitespace, whitespace-check-indent-whitespace, whitespace-check-ateol-whitespace): Fix typos in docstrings.
* (display-mm-height, display-mm-width): Fix typos in docstrings.Juanma Barranquero2008-01-161-2/+2
|
* Fix typos in comments.Juanma Barranquero2008-01-161-2/+2
|
* (comint-regexp-arg): Fix no-input case.Glenn Morris2008-01-162-2/+8
|
* Ulf Jasper <ulf.jasper at web.de>Glenn Morris2008-01-162-5/+9
| | | | | (icalendar-export-file, icalendar-import-file): Restore significant trailing whitespace in `interactive' prompts.
* * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove theDan Nicolaescu2008-01-153-5/+16
| | | | | | after-save-hook so that it is not called multiple times. * vc-svn.el (vc-svn-resolve-when-done): Likewise.
* (diff-end-of-hunk): Revert 2008-01-08 change.Glenn Morris2008-01-152-6/+6
|
* * (c-constant-symbol): New function which supersedes c-const-symbol.Alan Mackenzie2008-01-141-19/+30
| | | | | | | | | | During a customize-.. call it enables an element of (e.g.) c-hanging-braces alist to have its name displayed, even when the default value of c-h-b etc. doesn't include the elemnt. Replace uses of the old function by the new. * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the obscure non-working fragment ":value c-".
* *** empty log message ***Alan Mackenzie2008-01-141-0/+11
|
* Correct messed up ID info in previous patchAlan Mackenzie2008-01-141-1/+1
|
* (c-guess-basic-syntax): prevent a macro call inside a struct beingAlan Mackenzie2008-01-141-0/+1
| | | | recognised as a K&R argument.
* *** empty log message ***Alan Mackenzie2008-01-141-0/+5
|
* (image-type): Use image-type-from-file-name (from trunkJason Rumney2008-01-142-15/+12
| | | | 2007-05-21 Chong Yidong <cyd@stupidchicken.com>).
* (woman-parse-numeric-arg): Change handling of `==': can be internedGlenn Morris2008-01-122-2/+9
| | | | without a function definition.
* (view-file-other-window, view-file-other-frame): Fix last change.Eli Zaretskii2008-01-122-5/+11
| | | | | (kill-buffer-if-not-modified): New function. (view-file): Don't kill the buffer if it is modified.
* (view-file-other-window, view-file-other-frame): Don't kill the buffer if itEli Zaretskii2008-01-122-8/+22
| | | | is modified. Doc fixes.
* (ebrowse-view-file-other-window): Delete function.Eli Zaretskii2008-01-122-20/+14
| | | | | | | (ebrowse-view/find-file-and-search-pattern): Call view-file-other-window instead of ebrowse-view-file-other-window. (ebrowse-view-file-other-frame): Don't call current-window-configuration. Fix second argument in the call to view-mode-enter. Doc fix.
* (atomic-change-group): Prevent undo list truncation.Richard M. Stallman2008-01-112-0/+8
|
* (all): Add missing version entries.Martin Rudalics2008-01-112-11/+17
|
* (safe-local-eval-forms): MarkDan Nicolaescu2008-01-102-3/+8
| | | | (add-hook 'write-file-hooks 'time-stamp) as safe.
* (comint-insert-input): Set point first.Nick Roberts2008-01-101-0/+1
|
* *** empty log message ***Nick Roberts2008-01-101-0/+2
|
* (gdb-dequeue-input): Make doubly sureNick Roberts2008-01-101-5/+8
| | | | | | session doesn't hang because gdb-pending-triggers is non-nil. (gdb-frame-handler): Use buffer-file-name instead of buffer-name in case of duplicate file names.
* *** empty log message ***Nick Roberts2008-01-101-0/+7
|
* (verilog-mode-map): Don't bind C-M-a,Dan Nicolaescu2008-01-102-159/+61
| | | | | | | | | | | C-M-e and C-M-h for emacs, they work by default. (verilog-emacs-features): Remove. (verilog-setup-dual-comments, verilog-populate-syntax-table): Remove. Move syntax table initialization ... (verilog-mode-syntax-table): ... here. (verilog-mode): Don't initialize the syntax table here. (verilog-mark-defun): Only do something useful for XEmacs, emacs does not need it.
* (shell-dirtrack-verbose, shell-mode)Glenn Morris2008-01-102-7/+20
| | | | | | (shell-directory-tracker, shell-dirtrack-mode): Doc fix. (dirtrack-toggle, dirtrack-mode): No longer alias to shell-dirtrack-mode.
* *** empty log message ***Juanma Barranquero2008-01-101-8/+13
|
* (select-safe-coding-system): When a buffer is modified, cancel the writing.Juanma Barranquero2008-01-101-0/+3
|
* * progmodes/verilog-mode.el (verilog-booleanp): New function forDan Nicolaescu2008-01-092-19/+31
| | | | | backward compatibility. Replace all uses of booleanp with verilog-booleanp.
* (vc-hg-diff): Don't pass an empty string.Dan Nicolaescu2008-01-092-2/+5
|
* (top-level): Fix spacing.Dan Nicolaescu2008-01-092-513/+440
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (verilog-mode-version, verilog-mode-release-date): Update version number. (verilog-mode-release-emacs): New variable. (compile-command, reporter-prompt-for-summary-p): Define for byte compiler. (verilog-startup-message-lines) (verilog-startup-message-displayed) (verilog-display-startup-message): Remove. (verilog-highlight-p1800-keywords): Improve docstring. (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed) (vector-skip-list): Only defvar at compile time. (verilog-highlight-translate-off, verilog-indent-level) (verilog-indent-level-module, verilog-indent-level-declaration) (verilog-indent-declaration-macros, verilog-indent-lists) (verilog-indent-level-behavioral) (verilog-indent-level-directive, verilog-cexp-indent) (verilog-case-indent, verilog-auto-newline) (verilog-auto-indent-on-newline, verilog-tab-always-indent) (verilog-tab-to-comment, verilog-indent-begin-after-if) (verilog-align-ifelse, verilog-minimum-comment-distance) (verilog-auto-lineup, verilog-highlight-p1800-keywords) (verilog-auto-endcomments, verilog-auto-read-includes) (verilog-auto-star-expand, verilog-auto-star-save) (verilog-library-flags, verilog-library-directories) (verilog-library-files, verilog-library-extensions) (verilog-active-low-regexp, verilog-auto-sense-include-inputs) (verilog-auto-sense-defines-constant, verilog-auto-reset-widths) (verilog-assignment-delay, verilog-auto-inst-vector) (verilog-auto-inst-template-numbers) (verilog-auto-input-ignore-regexp) (verilog-auto-inout-ignore-regexp) (verilog-auto-output-ignore-regexp) (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp): Add safe-local-variable properties. (verilog-statement-menu, verilog-company) (verilog-re-search-forward, verilog-re-search-backward) (verilog-error-regexp-add, verilog-end-block-re) (verilog-emacs-features, verilog-populate-syntax-table) (verilog-setup-dual-comments, verilog-type-font-keywords) (verilog-inside-comment-p, electric-verilog-backward-sexp) (verilog-backward-sexp, verilog-forward-sexp) (verilog-font-lock-init, verilog-mode) (electric-verilog-terminate-line, electric-verilog-semi) (electric-verilog-tab, verilog-insert-1, ) (verilog-insert-indices, verilog-generate-numbers) (verilog-comment-region, verilog-label-be) (verilog-beg-of-statement, verilog-in-case-region-p) (verilog-in-struct-region-p, verilog-in-generate-region-p) (verilog-in-fork-region-p, verilog-backward-case-item) (verilog-set-auto-endcomments, verilog-get-expr) (verilog-expand-vector-internal, verilog-surelint-off) (verilog-batch-execute-func, verilog-calculate-indent) (verilog-calc-1, verilog-calculate-indent-directive) (verilog-leap-to-head, verilog-continued-line) (verilog-backward-token, verilog-backward-syntactic-ws) (verilog-forward-syntactic-ws, verilog-backward-ws&directives) (verilog-forward-ws&directives, verilog-at-constraint-p) (verilog-skip-backward-comments, verilog-indent-line-relative) (verilog-do-indent, verilog-indent-comment) (verilog-more-comment, verilog-pretty-declarations) (verilog-pretty-expr, verilog-just-one-space) (verilog-indent-declaration, verilog-get-completion-decl) (verilog-goto-defun, verilog-showscopes, verilog-header) (verilog-signals-combine-bus, verilog-read-decls) (verilog-read-always-signals-recurse, verilog-read-instants) (verilog-read-auto-template, verilog-set-define) (verilog-read-defines, verilog-read-signals, verilog-getopt) (verilog-is-number, verilog-expand-dirnames) (verilog-modi-lookup, verilog-modi-cache-results) (verilog-insert-one-definition, verilog-make-width-expression) (verilog-delete-autos-lined, verilog-auto-save-check) (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst) (verilog-auto-inst-param, verilog-auto-reg) (verilog-auto-reg-input, verilog-auto-wire, ) (verilog-auto-output, verilog-auto-output-every) (verilog-auto-input, verilog-auto-inout) (verilog-auto-inout-module, verilog-auto-sense) (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused) (verilog-auto-ascii-enum, verilog-auto) (verilog-sk-define-signal, verilog-mode-mouse-map) (verilog-load-file-at-mouse, verilog-load-file-at-point) (verilog-library-files): Cleanup spacing of )'s they should not be on unique lines. Fix checkdoc warnings.
* (ffap-string-at-point-mode-alist): Add `\' to file entry, for Windows.Glenn Morris2008-01-092-1/+6
|
* Fix face attributes recognitionVinicius Jose Latorre2008-01-092-3/+28
|
* Kevin Ryde <user42 at zip.com.au>Glenn Morris2008-01-082-1/+10
| | | | | (compilation-error-regexp-alist-alist): For perl, allow "during global destruction" at end.
* (diff-end-of-hunk): Don't match empty lines in unified format.Glenn Morris2008-01-081-1/+5
|
* (mouse-major-mode-menu): Suppress duplicate menus.Glenn Morris2008-01-082-2/+20
|
* (gdb-var-list-children-1): Put varnum inNick Roberts2008-01-081-3/+3
| | | | quotes in case of spaces, e.g. STL containers (not pretty).
* *** empty log message ***Nick Roberts2008-01-081-0/+5
|
* *** empty log message ***Juanma Barranquero2008-01-071-4/+4
|
* * url-handlers.el (url-file-handler): Autoload.Michael Albinus2008-01-072-1/+6
|
* (vc-hg-log-view-mode): Handle the user field better.Dan Nicolaescu2008-01-072-4/+11
|