summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (vc-hg-log-view-mode): Handle the user field better.Dan Nicolaescu2008-01-072-4/+11
|
* (gud-gdb-command-name): ExplainNick Roberts2008-01-071-1/+3
| | | | "--annotate=3" option is necessary for the Graphical Interface.
* *** empty log message ***Nick Roberts2008-01-071-0/+5
|
* (vc-hg-dir-state): Pass the dir argument toDan Nicolaescu2008-01-072-1/+6
| | | | vc-hg-command.
* Add 2008 to copyright years.Glenn Morris2008-01-07277-281/+283
|
* Add 2008 to copyright years.Glenn Morris2008-01-0793-93/+95
|
* Add 2008 to copyright years.Glenn Morris2008-01-0780-81/+81
|
* Add 2008 to copyright years.Glenn Morris2008-01-07139-141/+141
|
* Add 2008 to copyright years.Glenn Morris2008-01-0738-60/+72
|
* Add missing FSF copyright years.Glenn Morris2008-01-071-2/+4
| | | | Add 2008 to copyright years.
* Add 2008 to copyright years.Glenn Morris2008-01-07175-194/+194
|
* Add 2008 to copyright years.Glenn Morris2008-01-07227-228/+228
|
* (calc-full-help): Use emacs-copyright.Glenn Morris2008-01-072-3/+7
|
* (hide-ifdef-mode-menu): Put hide-ifdef commandsNick Roberts2008-01-061-0/+14
| | | | on menu bar.
* *** empty log message ***Nick Roberts2008-01-061-0/+5
|
* * ffap.el (ffap-read-file-or-url): Let-bindMichael Albinus2008-01-062-1/+10
| | | | `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
* Add some urls.Glenn Morris2008-01-051-2/+7
|
* 2008-01-05 Sven Joachim <svenjoac@gmx.de>Romain Francoise2008-01-052-1/+5
| | | | * vc-bzr.el: Fix typo in header.
* (custom-deps, finder-data): Depend on autoloads instead of loaddefs.el.Eli Zaretskii2008-01-052-3/+12
|
* *** empty log message ***Dan Nicolaescu2008-01-051-0/+55
|
* * progmodes/verilog-mode.el (top-level): Don't require compile.Dan Nicolaescu2008-01-051-414/+410
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (compilation-error-regexp-alist, compilation-last-buffer): Define for compiler. (verilog-insert-1): New function. (verilog-insert-indices, verilog-generate-numbers): Doc fixes. Use verilog-insert-1. (verilog-surelint-off): Use next-error-last-buffer if bound. Check compile buffer is live. * progmodes/verilog-mode.el: Replace all instances of string-to-int with string-to-number, insert-string with insert, and read-input with read-string. (top-level): No need to require imenu, reporter, dinotrace, vc, font-lock when compiling. Always require compile. Relegate remaining compatibility cruft to XEmacs. Don't require font-lock. (verilog-version): Remove superfluous concat. (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos): No need to define. (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt. (verilog-font-lock-keywords, verilog-font-lock-keywords-1) (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3) (verilog-startup-message-displayed): These are variables, not constants. (verilog-batch-execute-func, verilog-auto-inst) (verilog-auto-inst-param): Use mapc rather than mapcar. (sigs-in, sigs-inout, sigs-out): Define for compiler rather than actually defining. (verilog-modi-get-decls, verilog-modi-get-sub-decls) (verilog-modi-get-outputs, verilog-modi-get-inouts) (verilog-modi-get-inputs, verilog-modi-get-wires) (verilog-modi-get-regs, verilog-modi-get-assigns) (verilog-modi-get-consts, verilog-modi-get-gparams) (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts) (verilog-modi-get-sub-inputs): Move inline functions earlier in the file. (sigs-in, sigs-out): Don't declare multiple times. (got-sig, got-rvalue, uses-delayed): Define for compiler with just `defvar'. (verilog-auto): Call dinotrace-unannotate-all only if bound. (verilog-module-inside-filename-p): No need to wrap fboundp test in condition-case. (reporter-submit-bug-report): Autoload it. (verilog-mark-defun): Call zmacs-activate-region only if bound. (verilog-font-customize): Call customize-apropos only if bound. (verilog-getopt-flags, verilog-auto-reeval-locals): Use make-local-variable rather than make-variable-buffer-local. (verilog-company, verilog-project, verilog-modi-cache-list): Move make-variable-buffer-local calls to top-level. (font-lock-defaults-alist): Don't define it. (verilog-need-fld): Remove. (verilog-font-lock-init): Don't set font-lock-defaults-alist. (verilog-mode): Only call make-local-hook on XEmacs. Set font-lock-defaults rather than using verilog-font-lock-init.
* (vc-cvs-annotate-time): Don't move backward when textStefan Monnier2008-01-052-3/+11
| | | | gets inserted out-of-order.
* *** empty log message ***Stefan Monnier2008-01-051-13/+12
|
* Copyright and version headers update.Stefan Monnier2008-01-042-61/+84
| | | | | | | | | | | | | | | | | | | | | | | | | Remove some outdated comments through the whole file. (vc-bzr-program-args): Remove because unused. (vc-bzr-log-switches): New customization option. (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer use `vc-bzr-program-args'. (vc-bzr-register): Fix for working with both 22.1 and CVS version of `vc-find-root' (patch by Andreas Hoenen). (vc-bzr-status): Update regex to match latest Bzr output. Remove redundant test. (vc-bzr-init-version): New function. (vc-bzr-unregister): Must not delete file. (vc-bzr-find-version): New function. (vc-bzr-checkout): Argument `rev' is explicit revision only if it's a non-empty string, otherwise take head revision. (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log". (vc-bzr-diff): Simpler build of the revision spec string. (vc-annotate-convert-time, vc-bzr-annotate-difference): Remove: compatibility hacks for Emacs21, not needed in Emacs 22. (vc-bzr-dir-state): Add code comments. Removed redundant statement. (vc-bzr-dired-state-info): Only provide custom strings for overloaded VC state 'edited; otherwise fallback to `vc-default-dired-state-info'.
* * vc-git.el (vc-git-dir-state):Dan Nicolaescu2008-01-043-0/+10
| | | | * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
* (Ffile_name_directory, Fexpand_file_name): Doc fixes.Richard M. Stallman2008-01-042-2/+6
|
* (Faces): Don't talk about internal face vector as arg to facep.Richard M. Stallman2008-01-042-2/+11
|
* (Type Keywords): Fix previous change.Richard M. Stallman2008-01-041-3/+0
|
* (Links and Mouse-1): Fix xref for commands.texi change.Richard M. Stallman2008-01-041-20/+17
|
* (Top): Fix menu for prev change.Richard M. Stallman2008-01-041-1/+2
|
* (delete-selection-mode): Doc fix.Richard M. Stallman2008-01-042-2/+13
|
* (emacs-copyright): Update to 2008.Glenn Morris2008-01-042-2/+6
|
* (Copyright): Update to 2008.Glenn Morris2008-01-042-2/+11
|
* (version): Just use current year for short copyright; update to 2008.Glenn Morris2008-01-041-2/+3
|
* (print_version): Update copyright to 2008.Glenn Morris2008-01-041-1/+1
|
* Update copyright to 2008.Glenn Morris2008-01-043-3/+8
|
* (gud-def): Do nothing if gud-running is t.Nick Roberts2008-01-031-4/+11
| | | | | (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
* (gdb-var-set-format): Set the output formatNick Roberts2008-01-031-2/+14
| | | | of watch expressions (only works fully with GDB 6.7 or later).
* *** empty log message ***Nick Roberts2008-01-031-0/+9
|
* * time-stamp.el (time-stamp-time-zone): Add safe-local-variable property.Dan Nicolaescu2008-01-032-2/+14
|
* * textmodes/ispell.el (ispell-local-pdict): Add safe-local-variable property.Dan Nicolaescu2008-01-031-0/+1
|
* * progmodes/sh-script.el (sh-indentation): Add safe-local-variable property.Dan Nicolaescu2008-01-031-1/+1
|
* * whitespace.el (whitespace-check-buffer-leading)Dan Nicolaescu2008-01-031-0/+5
| | | | | | | (whitespace-check-buffer-trailing) (whitespace-check-buffer-indent) (whitespace-check-buffer-spacetab) (whitespace-check-buffer-ateol): Add safe-local-variable properties.
* Whitespace change.Richard M. Stallman2007-12-311-16/+16
|
* (custom-add-parent-links): New arg DOC-INITIAL-STRING.Richard M. Stallman2007-12-311-4/+6
| | | | | Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include `parent'. (custom-group-value-create): Pass two args to custom-add-parent-links.
* (Accessing Mouse): Renamed from Accessing Events.Richard M. Stallman2007-12-302-3/+13
| | | | (Accessing Scroll): New node broken out of Accessing Mouse.
* (custom-add-parent-links): Fill the "Parent documentation" text.Richard M. Stallman2007-12-292-2/+11
|
* (font-lock-prepend-text-property, font-lock-append-text-property):Richard M. Stallman2007-12-292-0/+16
| | | | Canonicalize the face and font-lock-face properties.
* (facep): Doc fix.Richard M. Stallman2007-12-292-4/+4
|
* (fancy-startup-tail, fancy-about-text)Richard M. Stallman2007-12-292-13/+22
| | | | (fancy-startup-text): Regularize format of face property.