Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (shell-dirtrack-verbose, shell-mode) | Glenn Morris | 2008-01-10 | 2 | -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 Barranquero | 2008-01-10 | 1 | -8/+13 |
| | |||||
* | (select-safe-coding-system): When a buffer is modified, cancel the writing. | Juanma Barranquero | 2008-01-10 | 1 | -0/+3 |
| | |||||
* | * progmodes/verilog-mode.el (verilog-booleanp): New function for | Dan Nicolaescu | 2008-01-09 | 2 | -19/+31 |
| | | | | | backward compatibility. Replace all uses of booleanp with verilog-booleanp. | ||||
* | (vc-hg-diff): Don't pass an empty string. | Dan Nicolaescu | 2008-01-09 | 2 | -2/+5 |
| | |||||
* | (top-level): Fix spacing. | Dan Nicolaescu | 2008-01-09 | 2 | -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. | ||||
* | gnome icons are GPLv2 or later. | Glenn Morris | 2008-01-09 | 1 | -16/+19 |
| | | | | | | gtk icons are LGPLv2 or later. http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01306.html Correct gtk copyright holders based on makecopyright in gtk tarball. | ||||
* | gnome icons are GPLv2 or later. | Glenn Morris | 2008-01-09 | 2 | -2/+2 |
| | | | | http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01306.html | ||||
* | (ffap-string-at-point-mode-alist): Add `\' to file entry, for Windows. | Glenn Morris | 2008-01-09 | 2 | -1/+6 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-09 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Glenn Morris | 2008-01-09 | 1 | -0/+8 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-09 | 95 | -103/+105 |
| | |||||
* | Fix face attributes recognition | Vinicius Jose Latorre | 2008-01-09 | 2 | -3/+28 |
| | |||||
* | Whitespace. | Glenn Morris | 2008-01-08 | 1 | -0/+1 |
| | |||||
* | Kevin Ryde <user42 at zip.com.au>: | Glenn Morris | 2008-01-08 | 1 | -1/+1 |
| | | | | (perl): Add a "during global destruction" sample. | ||||
* | Kevin Ryde <user42 at zip.com.au> | Glenn Morris | 2008-01-08 | 3 | -1/+14 |
| | | | | | (compilation-error-regexp-alist-alist): For perl, allow "during global destruction" at end. | ||||
* | Regenerate. | Glenn Morris | 2008-01-08 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Glenn Morris | 2008-01-08 | 1 | -8/+2 |
| | |||||
* | (diff-end-of-hunk): Don't match empty lines in unified format. | Glenn Morris | 2008-01-08 | 1 | -1/+5 |
| | |||||
* | (mouse-major-mode-menu): Suppress duplicate menus. | Glenn Morris | 2008-01-08 | 2 | -2/+20 |
| | |||||
* | Update printed copyright year to 2008. | Glenn Morris | 2008-01-08 | 21 | -21/+21 |
| | |||||
* | *** empty log message *** | Glenn Morris | 2008-01-08 | 1 | -0/+9 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 76 | -81/+83 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 2 | -3/+3 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -3/+3 |
| | | | | Update Emacs version. | ||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 185 | -198/+229 |
| | |||||
* | (main): Set copyright year to 2008. | Glenn Morris | 2008-01-08 | 1 | -2/+3 |
| | |||||
* | *** empty log message *** | Glenn Morris | 2008-01-08 | 1 | -1/+5 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 60 | -60/+61 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 87 | -87/+90 |
| | |||||
* | (gdb-var-list-children-1): Put varnum in | Nick Roberts | 2008-01-08 | 1 | -3/+3 |
| | | | | quotes in case of spaces, e.g. STL containers (not pretty). | ||||
* | *** empty log message *** | Nick Roberts | 2008-01-08 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2008-01-07 | 1 | -4/+4 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 71 | -76/+79 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 41 | -41/+43 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 80 | -81/+84 |
| | |||||
* | *** empty log message *** | YAMAMOTO Mitsuharu | 2008-01-07 | 1 | -0/+5 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -2/+2 |
| | |||||
* | (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of #ifdef MAC_OS. | YAMAMOTO Mitsuharu | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 59 | -78/+84 |
| | |||||
* | * url-handlers.el (url-file-handler): Autoload. | Michael Albinus | 2008-01-07 | 2 | -1/+6 |
| | |||||
* | (vc-hg-log-view-mode): Handle the user field better. | Dan Nicolaescu | 2008-01-07 | 2 | -4/+11 |
| | |||||
* | (gud-gdb-command-name): Explain | Nick Roberts | 2008-01-07 | 1 | -1/+3 |
| | | | | "--annotate=3" option is necessary for the Graphical Interface. | ||||
* | *** empty log message *** | Nick Roberts | 2008-01-07 | 1 | -0/+5 |
| | |||||
* | (vc-hg-dir-state): Pass the dir argument to | Dan Nicolaescu | 2008-01-07 | 2 | -1/+6 |
| | | | | vc-hg-command. | ||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 277 | -281/+283 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 93 | -93/+95 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 80 | -81/+81 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 139 | -141/+141 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 38 | -60/+72 |
| |