summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* * linum.el (linum-delete-overlays, linum-update-window):Juanma Barranquero2009-09-222-2/+7
| | | | Do not modify the right margin. (Bug#3971)
* * files.el (conf-mode-maybe, magic-fallback-mode-alist): UseChong Yidong2009-09-212-2/+7
| | | | nxml-mode instead of xml-mode.
* * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)Juanma Barranquero2009-09-212-1/+5
|
* (dig-mode): Use define-derived-mode.Stefan Monnier2009-09-212-10/+7
|
* (vc-do-command): Return the process object inDan Nicolaescu2009-09-202-13/+18
| | | | | the asynchronous case. Use when instead of if. Do not run vc-exec-after to display a message if not enabled.
* (vc-git-dir-extra-headers): Add keymap and mouse-faceDan Nicolaescu2009-09-202-11/+54
| | | | | | | | properties to the stash strings. (vc-git-stash-list): Return a list of strings. (vc-git-stash-get-at-point, vc-git-stash-delete-at-point) (vc-git-stash-show-at-point): New functions. (vc-git-stash-map): New keymap.
* (ctl-x-r-map): Define the keys here instead of using autoload.Dan Nicolaescu2009-09-203-31/+17
|
* (bookmark-write-file): Avoid calling `pp' with largeStefan Monnier2009-09-202-5/+15
| | | | list, to workaround performance problem (bug#4485).
* (gud-sentinel): Revert indavertant change.Nick Roberts2009-09-201-3/+1
|
* *** empty log message ***Nick Roberts2009-09-201-0/+4
|
* Fix the last commit.Daiki Ueno2009-09-201-2/+3
|
* (epa-file-cache-passphrase-for-symmetric-encryption):Daiki Ueno2009-09-202-1/+10
| | | | Document that this option is not recommended to use.
* (calc-graph-lookup): Avoid assignment to free variable `var'.Glenn Morris2009-09-192-8/+12
| | | | Delete trailing whitespace.
* (var): Define for compiler.Glenn Morris2009-09-193-101/+108
| | | | Delete trailing whitespace.
* (line): Define for compiler.Glenn Morris2009-09-192-0/+6
|
* * emacs-lisp/advice.el (ad-get-argument, ad-set-argument): DocChong Yidong2009-09-192-2/+7
| | | | fix (Bug#3932).
* * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).Chong Yidong2009-09-192-6/+2
|
* * time-stamp.el (time-stamp-month-dd-yyyy)Chong Yidong2009-09-192-67/+7
| | | | | | | | (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy) (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd) (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd) (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm): Remove functions that have been obsolete since 1995 (Bug#4436).
* * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to theChong Yidong2009-09-192-4/+10
| | | | indent buffer only if called interactively (Bug#4452).
* This fixes bug#4197 (merged to bug#865, though not identical).Juanma Barranquero2009-09-192-5/+38
| | | | | | * server.el (server-auth-dir): Add docstring note about FAT32. (server-ensure-safe-dir): Accept FAT32 directories as "safe", but warn against using them.
* (gdb-var-update-handler-1): Include case ofNick Roberts2009-09-191-4/+5
| | | | older GDB where there is no has_more field.
* *** empty log message ***Nick Roberts2009-09-191-0/+5
|
* (pgg-pgp-encrypt-region): Add missing mapconcat separator.Glenn Morris2009-09-192-3/+7
|
* * files.el (auto-mode-alist): Change default for XML files to nXMLChong Yidong2009-09-182-1/+6
| | | | mode (Bug#4169).
* Update.Juanma Barranquero2009-09-181-2/+5
|
* * server.el (server-ensure-safe-dir): Pass 'integerJuanma Barranquero2009-09-182-2/+7
| | | | to `file-attributes', as suggested.
* (dired-query-alist): Remove spurious backslash.Stefan Monnier2009-09-182-10/+14
| | | | (dired-query): Use read-key.
* * cus-start.el (ns-use-qd-smoothing): Remove.Adrian Robert2009-09-182-1/+4
|
* (top-level): Remove unnecessary progn.Glenn Morris2009-09-182-11/+12
|
* (speedbar-track-mouse): Fix typo in condition-case handler.Glenn Morris2009-09-182-1/+2
|
* Fix typos in condition-case handlers.Glenn Morris2009-09-185-11/+18
|
* (nxml-end-of-heading): Fix typo in condition-case handler.Glenn Morris2009-09-182-2/+3
|
* (js-end-of-defun): Remove malformed and unneeded let.Glenn Morris2009-09-182-6/+7
|
* (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.