summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (define-derived-mode): Fix paren typo in definition of abbrev table.Glenn Morris2009-09-182-4/+7
|
* Fix typos in condition-case handlers.Glenn Morris2009-09-184-6/+13
|
* (gud-speedbar-item-info): Adjust for change toNick Roberts2009-09-181-7/+11
| | | | | | gdb-var-list. (gud-speedbar-buttons): Make node expandable if expression "has more" children.
* (gdb-frame-address): New variable.Nick Roberts2009-09-181-143/+192
| | | | | | | | | | (gdb-var-list): Add an element for has_more field. (gdb-non-stop-handler): Enable pretty printing for STL containers. (gdb-var-create-handler, gdb-var-list-children-handler-1) (gdb-var-update-handler-1): Parse output of dynamic variable objects (STL containers). (gdb-var-delete-1): Pass var1 as an explicit second argument. (gdb-get-field): Delete alias. Use bindat-get-field directly.
* *** empty log message ***Nick Roberts2009-09-181-0/+16
|
* Add arch taglineMiles Bader2009-09-175-0/+5
|
* The --quick command line option now ignores X resources and Registry settings.Juanma Barranquero2009-09-172-4/+8
| | | | | | | | | | | | | | | | | * etc/NEWS: Mention new behavior of -Q and new variable `inhibit-x-resources'. * lisp/startup.el (emacs-quick-startup): Remove variable and all uses. (command-line): Set `inhibit-x-resources' instead. (command-line-1): Use `inhibit-x-resources' instead. * src/emacs.c (inhibit_x_resources): New variable. (main) [HAVE_NS]: Don't process --quick command line option. (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it. * src/lisp.h (inhibit_x_resources): Declare it extern. * src/w32reg.c (x_get_string_resource): * src/xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
* * subr.el: Fix last change to avoid using the `unless' macro, whichChong Yidong2009-09-172-4/+13
| | | | breaks bootstrapping.
* Require CL for the `loop' macro.Stefan Monnier2009-09-172-0/+5
|
* (push, pop, dolist, dotimes, declare): Don't overwrite CL'sStefan Monnier2009-09-172-6/+22
| | | | | | extended definitions, in case we reload subr.el after having loaded CL. (eval-next-after-load): Mark as obsolete.
* (menu-bar-search-menu, menu-bar-edit-menu)Juri Linkov2009-09-172-60/+65
| | | | | | | | (menu-bar-options-menu, menu-bar-showhide-fringe-menu) (menu-bar-showhide-menu, menu-bar-tools-menu) (menu-bar-describe-menu, menu-bar-help-menu) (minibuffer-local-completion-map, minibuffer-local-map): Fix list quoting.
* (byte-compile-form): Always check the function arguments, whether orGlenn Morris2009-09-172-6/+9
| | | | not it has a handler.
* (lisp-mode-syntax-table): Give it a doc-string.Glenn Morris2009-09-172-2/+4
|
* (emacs-lisp-mode-syntax-table): Give it a doc-string.Glenn Morris2009-09-172-1/+4
|
* (ansi-color-get-face-1): Fix typo in handler.Glenn Morris2009-09-172-1/+3
|
* (hard-newline): Give it a doc-string.Glenn Morris2009-09-172-1/+6
|
* (menu-bar-file-menu, menu-bar-file-menu)Dan Nicolaescu2009-09-172-400/+411
| | | | | | | | | | | | | (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu) (menu-bar-options-menu, menu-bar-showhide-menu) (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu) (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu) (menu-bar-options-menu, menu-bar-line-wrapping-menu) (menu-bar-options-menu, menu-bar-tools-menu) (menu-bar-describe-menu, menu-bar-search-documentation-menu) (menu-bar-help-menu): (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the string arguments.
* (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)Dan Nicolaescu2009-09-172-58/+64
| | | | | (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy calls for the menu names and :help.
* (minor-mode-menu-from-indicator): Pay attentionStefan Monnier2009-09-172-3/+9
| | | | to :minor-mode-function (bug#4455).
* (command-line): Initialize the window-system afterStefan Monnier2009-09-162-38/+43
| | | | processing the command-line.
* (what-page): Make sure we don't inf-loop ifStefan Monnier2009-09-162-0/+7
| | | | page-delimiter matches the empty string.
* (byte-compile-not-obsolete-vars): Set if bound.Glenn Morris2009-09-162-0/+15
|
* (byte-compile-not-obsolete-vars): Rename from byte-compile-not-obsolete-var.Glenn Morris2009-09-161-15/+28
| | | | | | | | | | | It's a list now. (byte-compile-not-obsolete-funcs): New variable. (byte-compile-warn-obsolete): Don't warn about functions if they are in byte-compile-not-obsolete-funcs. (byte-compile-variable-ref, byte-compile-defvar): Update for byte-compile-not-obsolete-vars name-change and list nature. (byte-compile-maybe-guarded): Suppress warnings about obsolete functions and variables behind (f)boundp tests.
* Move comment so it does not get printed every time the rule runs.Glenn Morris2009-09-161-4/+4
|
* (vc-git-log-view-mode): Undo inadvertent change.Dan Nicolaescu2009-09-152-1/+5
|
* * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.Stefan Monnier2009-09-153-2/+9
| | | | * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): Don't autoload.
* Doc fix to commentary (how to enable package).Stephen Eglen2009-09-151-1/+4
|
* (iswitchb-read-buffer): When selecting a match fromStephen Eglen2009-09-152-3/+13
| | | | | | the virtual-buffers, use the name of the buffer specified by find-file-noselect, as the match may be a symlink. (This was a problem if the target and the symlink had differet names.)
* Update.Juanma Barranquero2009-09-151-1/+1
|
* Revert unnecessary parts of previous change.Glenn Morris2009-09-151-7/+8
|
* (command-line-1): Give local variables with common names aGlenn Morris2009-09-152-46/+53
| | | | | distinguishing prefix, so as not to hide free variable warnings during bootstrap.
* (custom-initialize-default, custom-initialize-set): CSE.Stefan Monnier2009-09-152-6/+8
|
* (desktop-path): Check user-emacs-directory.Stefan Monnier2009-09-152-1/+3
|
* (byte-compile-refresh-preloaded): New function.Stefan Monnier2009-09-152-1/+24
|
* Use after-load-functions to GC after loading each file.Stefan Monnier2009-09-152-15/+11
| | | | Remove the explicit GC calls that used to be sprinkled around.
* (after-load-functions): New hook.Stefan Monnier2009-09-152-4/+16
| | | | | | (do-after-load-evaluation): Run it. Use string-match-p to detect `obsolete' packages, rather than painfully extracting the relevant directory name.
* (apropos-documentation-check-doc-file): Avoid assignment to free variable `doc'.Glenn Morris2009-09-152-1/+34
|
* (dired-mode-map): Add menu entry for async shell command.Glenn Morris2009-09-151-1/+4
|
* (find-lisp-object-file-name): When looking for autoloadedGlenn Morris2009-09-151-2/+3
| | | | | variables, also consider the .elc files, since the .el files are normally gzipped (subsequent code locates the .el.gz from the .elc).
* (arglist): Define for compiler.Glenn Morris2009-09-151-25/+26
| | | | Delete trailing whitespace.
* (diary-display-function): Change the default to fancy display.Glenn Morris2009-09-151-6/+6
| | | | (body): Define for compiler.
* (byte-compile-keep-pending, byte-compile-file-form, byte-compile-lambda)Glenn Morris2009-09-151-111/+122
| | | | | | | | | (byte-compile-top-level-body, byte-compile-form) (byte-compile-variable-ref, byte-compile-setq) (byte-compile-setq-default, byte-compile-body) (byte-compile-body-do-effect, byte-compile-and, byte-compile-or) (batch-byte-compile): Give some more local variables with common names a "bytecomp-" prefix to avoid masking warnings about free variables.
* (rmail-mime-save): If file exists, don't try to be clever and add aGlenn Morris2009-09-151-16/+13
| | | | | | | | suffix to make a unique name, just let the user decide whether or not to overwrite it. If the input is a directory, write the default filename to that directory. (Bug#4388) (rmail-mime-bulk-handler): Ensure the save button's 'directory property is a filename-as-a-directory.
* (what-page): Don't move to beginning of line.Stefan Monnier2009-09-152-2/+6
| | | | See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
* (vc-git-dir-extra-headers): Show the remote location.Dan Nicolaescu2009-09-152-6/+32
|
* * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.Dan Nicolaescu2009-09-143-14/+17
| | | | * help.el (help-for-help-internal): Add purecopy calls for text.
* * vc-mtn.el (vc-mtn-annotate-command):Dan Nicolaescu2009-09-143-2/+5
| | | | * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
* * vc.el (top): print-log method now takes an optional SHORTLOGDan Nicolaescu2009-09-1411-39/+174
| | | | | | | | | | | | | | | | | | | argument. Add a new method: root. * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for vc-print-root-log and vc-print-root-diff. * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log): * vc-git.el (vc-git-print-log, vc-git-log-view-mode): * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for short logs. * vc-cvs.el (vc-cvs-print-log): * vc-mtn.el (vc-mtn-print-log): * vc-rcs.el (vc-rcs-print-log): * vc-sccs.el (vc-sccs-print-log): * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog that is ignored for now.
* * simple.el: Add mapping for backspace/delete/clear/tab/escape/returnStefan Monnier2009-09-146-80/+26
| | | | | | | | to function-key-map, and give them ascii-character property. * term/x-win.el (x-alternatives-map): * term/ns-win.el (ns-alternatives-map): * term/internal.el (msdos-key-remapping-map): * w32-fns.el (x-alternatives-map): Remove redundant mappings.
* (elint-add-required-env): Revert to not using temp-buffers (2009-09-12).Glenn Morris2009-09-142-8/+16
|