summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (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.
* (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
|