Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * linum.el (linum-delete-overlays, linum-update-window): | Juanma Barranquero | 2009-09-22 | 2 | -2/+7 |
| | | | | Do not modify the right margin. (Bug#3971) | ||||
* | * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use | Chong Yidong | 2009-09-21 | 2 | -2/+7 |
| | | | | nxml-mode instead of xml-mode. | ||||
* | * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501) | Juanma Barranquero | 2009-09-21 | 2 | -1/+5 |
| | |||||
* | (dig-mode): Use define-derived-mode. | Stefan Monnier | 2009-09-21 | 2 | -10/+7 |
| | |||||
* | (vc-do-command): Return the process object in | Dan Nicolaescu | 2009-09-20 | 2 | -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-face | Dan Nicolaescu | 2009-09-20 | 2 | -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 Nicolaescu | 2009-09-20 | 3 | -31/+17 |
| | |||||
* | (bookmark-write-file): Avoid calling `pp' with large | Stefan Monnier | 2009-09-20 | 2 | -5/+15 |
| | | | | list, to workaround performance problem (bug#4485). | ||||
* | (gud-sentinel): Revert indavertant change. | Nick Roberts | 2009-09-20 | 1 | -3/+1 |
| | |||||
* | *** empty log message *** | Nick Roberts | 2009-09-20 | 1 | -0/+4 |
| | |||||
* | Fix the last commit. | Daiki Ueno | 2009-09-20 | 1 | -2/+3 |
| | |||||
* | (epa-file-cache-passphrase-for-symmetric-encryption): | Daiki Ueno | 2009-09-20 | 2 | -1/+10 |
| | | | | Document that this option is not recommended to use. | ||||
* | (calc-graph-lookup): Avoid assignment to free variable `var'. | Glenn Morris | 2009-09-19 | 2 | -8/+12 |
| | | | | Delete trailing whitespace. | ||||
* | (var): Define for compiler. | Glenn Morris | 2009-09-19 | 3 | -101/+108 |
| | | | | Delete trailing whitespace. | ||||
* | (line): Define for compiler. | Glenn Morris | 2009-09-19 | 2 | -0/+6 |
| | |||||
* | * emacs-lisp/advice.el (ad-get-argument, ad-set-argument): Doc | Chong Yidong | 2009-09-19 | 2 | -2/+7 |
| | | | | fix (Bug#3932). | ||||
* | * subr.el (baud-rate): Remove long-obsolete function (Bug#4372). | Chong Yidong | 2009-09-19 | 2 | -6/+2 |
| | |||||
* | * time-stamp.el (time-stamp-month-dd-yyyy) | Chong Yidong | 2009-09-19 | 2 | -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 the | Chong Yidong | 2009-09-19 | 2 | -4/+10 |
| | | | | indent buffer only if called interactively (Bug#4452). | ||||
* | This fixes bug#4197 (merged to bug#865, though not identical). | Juanma Barranquero | 2009-09-19 | 2 | -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 of | Nick Roberts | 2009-09-19 | 1 | -4/+5 |
| | | | | older GDB where there is no has_more field. | ||||
* | *** empty log message *** | Nick Roberts | 2009-09-19 | 1 | -0/+5 |
| | |||||
* | (pgg-pgp-encrypt-region): Add missing mapconcat separator. | Glenn Morris | 2009-09-19 | 2 | -3/+7 |
| | |||||
* | * files.el (auto-mode-alist): Change default for XML files to nXML | Chong Yidong | 2009-09-18 | 2 | -1/+6 |
| | | | | mode (Bug#4169). | ||||
* | Update. | Juanma Barranquero | 2009-09-18 | 1 | -2/+5 |
| | |||||
* | * server.el (server-ensure-safe-dir): Pass 'integer | Juanma Barranquero | 2009-09-18 | 2 | -2/+7 |
| | | | | to `file-attributes', as suggested. | ||||
* | (dired-query-alist): Remove spurious backslash. | Stefan Monnier | 2009-09-18 | 2 | -10/+14 |
| | | | | (dired-query): Use read-key. | ||||
* | * cus-start.el (ns-use-qd-smoothing): Remove. | Adrian Robert | 2009-09-18 | 2 | -1/+4 |
| | |||||
* | (top-level): Remove unnecessary progn. | Glenn Morris | 2009-09-18 | 2 | -11/+12 |
| | |||||
* | (speedbar-track-mouse): Fix typo in condition-case handler. | Glenn Morris | 2009-09-18 | 2 | -1/+2 |
| | |||||
* | Fix typos in condition-case handlers. | Glenn Morris | 2009-09-18 | 5 | -11/+18 |
| | |||||
* | (nxml-end-of-heading): Fix typo in condition-case handler. | Glenn Morris | 2009-09-18 | 2 | -2/+3 |
| | |||||
* | (js-end-of-defun): Remove malformed and unneeded let. | Glenn Morris | 2009-09-18 | 2 | -6/+7 |
| | |||||
* | (define-derived-mode): Fix paren typo in definition of abbrev table. | Glenn Morris | 2009-09-18 | 2 | -4/+7 |
| | |||||
* | Fix typos in condition-case handlers. | Glenn Morris | 2009-09-18 | 4 | -6/+13 |
| | |||||
* | (gud-speedbar-item-info): Adjust for change to | Nick Roberts | 2009-09-18 | 1 | -7/+11 |
| | | | | | | gdb-var-list. (gud-speedbar-buttons): Make node expandable if expression "has more" children. | ||||
* | (gdb-frame-address): New variable. | Nick Roberts | 2009-09-18 | 1 | -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 Roberts | 2009-09-18 | 1 | -0/+16 |
| | |||||
* | Add arch tagline | Miles Bader | 2009-09-17 | 5 | -0/+5 |
| | |||||
* | The --quick command line option now ignores X resources and Registry settings. | Juanma Barranquero | 2009-09-17 | 2 | -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, which | Chong Yidong | 2009-09-17 | 2 | -4/+13 |
| | | | | breaks bootstrapping. | ||||
* | Require CL for the `loop' macro. | Stefan Monnier | 2009-09-17 | 2 | -0/+5 |
| | |||||
* | (push, pop, dolist, dotimes, declare): Don't overwrite CL's | Stefan Monnier | 2009-09-17 | 2 | -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 Linkov | 2009-09-17 | 2 | -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 or | Glenn Morris | 2009-09-17 | 2 | -6/+9 |
| | | | | not it has a handler. | ||||
* | (lisp-mode-syntax-table): Give it a doc-string. | Glenn Morris | 2009-09-17 | 2 | -2/+4 |
| | |||||
* | (emacs-lisp-mode-syntax-table): Give it a doc-string. | Glenn Morris | 2009-09-17 | 2 | -1/+4 |
| | |||||
* | (ansi-color-get-face-1): Fix typo in handler. | Glenn Morris | 2009-09-17 | 2 | -1/+3 |
| | |||||
* | (hard-newline): Give it a doc-string. | Glenn Morris | 2009-09-17 | 2 | -1/+6 |
| | |||||
* | (menu-bar-file-menu, menu-bar-file-menu) | Dan Nicolaescu | 2009-09-17 | 2 | -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. |