aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (calendar-forward-day): Fix 2008-06-21 change -Glenn Morris2009-05-212-4/+10
| | | | always move cursor to new date. (Bug#3338)
* (tex-uptodate-p): Accept [1{/var/foo}] as a page number.Stefan Monnier2009-05-202-8/+16
|
* (locate-dominating-stop-dir-regexp): Add terminalJason Rumney2009-05-202-1/+6
| | | | directory separator to UNC path case (Bug#3252).
* * indent.el (indent-for-tab-command): Fix typo in docstring.Chong Yidong2009-05-201-1/+1
|
* * international/encoded-kb.el (encoded-kbd-setup-display): ChangeChong Yidong2009-05-203-15/+27
| | | | | | | DISPLAY arg to TERMINAL. * international/mule.el (set-terminal-coding-system) (set-keyboard-coding-system): Change DISPLAY arg to TERMINAL.
* cc-mode.el (c-extend-and-neutralize-CPP-line): Renamed fromAlan Mackenzie2009-05-192-21/+30
| | | | | | | | | c-neutralize-syntax-in-CPP. Set the variables c-new-BEG and c-new-END, thus extending the font-lock region. (c-font-lock-init): Don't set obsolete variable font-lock-lines-before. cc-langs.el (c-before-font-lock-function): Rename a value to c-extend-and-neutralize-syntax-in-CPP.
* *** empty log message ***Alan Mackenzie2009-05-191-0/+11
|
* (set-face-attribute): Fix handling of :family "FOUNDRY-FAMILY".Kenichi Handa2009-05-192-2/+7
|
* * register.el (register-alist): Doc fix (Bug#3311).Chong Yidong2009-05-182-3/+8
|
* * progmodes/compile.el (compilation-filter): If inserting at endRichard M. Stallman2009-05-182-2/+14
| | | | of accessible part of buffer, keep end of output visible.
* * mail/rmail.el (rmail-expunge-confirmed): Return nil if nothing to do.Richard M. Stallman2009-05-182-13/+35
| | | | | | | | | | Don't call rmail-modify-format here. (rmail-expunge): Call it here after expunge is confirmed. (rmail-confirm-expunge): Doc fix. Mark as risky. (rmail-convert-babyl-to-mbox): Call rmail-modify-format. (rmail-set-attribute): Call rmail-dont-modify-format only for `unseen'. For other attributes, call `rmail-modify-format', and propagate the modified flag to rmail-buffer.
* * mail/rmailedit.el (rmail-edit-current-message):Richard M. Stallman2009-05-172-1/+7
| | | | | Call rmail-modify-format here. (rmail-cease-edit): Not here.
* (vc-bzr-state-heuristic): Fallback on vc-bzr-state in caseStefan Monnier2009-05-172-51/+60
| | | | of any kind of error (e.g. when "sha1sum" is not found).
* (dired-pop-to-buffer): Fix last fix.Martin Rudalics2009-05-151-1/+2
|
* (dired-pop-to-buffer): Try to make this behave theMartin Rudalics2009-05-152-2/+13
| | | | Emacs 22 way (Bug#1806).
* * frame.el (minibuffer-frame-alist): Doc fix (Bug#3276).Chong Yidong2009-05-142-3/+12
|
* Minor doc fix.Chong Yidong2009-05-131-1/+1
|
* * tutorial.el (help-with-tutorial): Use TUTORIAL.xx for the tutorialChong Yidong2009-05-122-4/+3
| | | | buffer, since that is what the tutorial text assumes.
* * tutorial.el (help-with-tutorial): Don't use text mode, since theChong Yidong2009-05-122-1/+6
| | | | tutorial text assume Fundamental mode.
* Update.Juanma Barranquero2009-05-121-3/+5
|
* (completion-setup-function):Stefan Monnier2009-05-112-24/+28
| | | | | Only modify the default-directory in *Completions* (bug#3250). Take partial-completion into account when setting default-directory.
* * emacs-lisp/cl-macs.el (lexical-let*): Doc fix (Bug#3178).Chong Yidong2009-05-102-2/+8
|
* Fix last change.Kim F. Storm2009-05-101-2/+2
|
* Add proper support for confirm-nonexistent-file-or-bufferKim F. Storm2009-05-102-9/+36
| | | | | | | | | | | values `confirm' and `confirm-after-completion'. (ido-read-internal, ido-buffer-internal, ido-file-internal): Setup and handle require-match arg according to c-n-f-o-b. (ido-show-confirm-message): New dynamic variable. (ido-exit-minibuffer): Request confirmation for non-existing file or buffer according to confirm-nonexistent-file-or-buffer. (ido-decorations): Add 11th element for "confirm" message. (ido-completions): Show confirmation message when requested.
* (encoded-kbd-setup-keymap): Fix for big5.Kenichi Handa2009-05-082-0/+16
|
* (describe-coding-system): Fix for big5.Kenichi Handa2009-05-081-0/+1
|
* (split-window-sensibly): New function.Martin Rudalics2009-05-072-61/+126
| | | | | | | | | | | | | | (split-height-threshold, split-width-threshold): State in doc-string that these affect split-window-sensibly. Change customization subtype from number to integer. (window--splittable-p): Rename to window-splittable-p since it's referred to in doc-string of split-window-sensibly. Update doc-string. (window--try-to-split-window): Unconditionally call split-window-preferred-function and move splitting functionality to split-window-sensibly (Bug#3142). (split-window-preferred-function): Rewrite doc-string. Don't allow nil as customization type.
* * faces.el (x-handle-named-frame-geometry): Ignore errors fromChong Yidong2009-05-072-1/+14
| | | | | x-get-resource due to not yet opened X connection. This is a temporary workaround for Bug#3194.
* (vc-svn-parse-status): Accept ?D for removed files (bug#3213).Stefan Monnier2009-05-052-2/+6
|
* (vc-delete-file): Add autoload cookie (bug#3209).Stefan Monnier2009-05-052-0/+5
|
* (epg-wait-for-completion): Add a comment explaining the reason of theDaiki Ueno2009-05-041-0/+1
| | | | previous change.
* * emacs-lisp/bindat.el (bindat-pack): Allocate and set a stringChong Yidong2009-05-042-2/+7
| | | | directly (Bug#2878).
* * term/ns-win.el (ns-alternatives-map, ns-insert-working-text)Juanma Barranquero2009-05-032-19/+29
| | | | | | | | (ns-echo-working-text, ns-utf8-nfd-post-read-conversion) (ns-insert-text, ns-insert-file, ns-find-file, generate-fontset-menu) (mouse-set-font, ns-respond-to-change-font, ns-standard-fontset-spec) (ns-set-background-alpha, ns-set-foreground-at-mouse) (ns-set-background-at-mouse): Fix typos in docstrings.
* Fix timing problem of Bug#2412.Daiki Ueno2009-05-032-1/+5
| | | | | (epg-wait-for-completion): Sleep after the process exits, to allow process-filter to run (Bug#2412).
* (epa--read-signature-type): Fix typo.Daiki Ueno2009-05-032-1/+6
|
* (widget-specify-field, widget-field-value-get, character):Glenn Morris2009-05-022-12/+11
| | | | | Revert 2009-03-24 change, since it causes a more serious problem than the one it solves. (Closes Bug#3136, reopens Bug#2689.)
* (pop-up-frame-function): Remove choice nil since itMartin Rudalics2009-05-022-1/+6
| | | | does not represent a valid value.
* ldefs-boot.el: Regenerate.Chong Yidong2009-05-011-160/+63
|
* Bump version to 23.0.93.Chong Yidong2009-05-011-1/+1
|
* Fix typos.Juanma Barranquero2009-04-301-3/+2
|
* (ns-make-command-string, ns-grabenv)David Reitter2009-04-301-160/+0
| | | | | | | | (ns-extended-platform-support-mode, menu-bar-ns-file-menu) (ns-arrange-all-frames, ns-arrange-visible-frames) (ns-arrange-frames): remove. These functionalities not available on other (free) platforms will be provided to users outside the Emacs project in the "ns-platform-support" package.
* *** empty log message ***David Reitter2009-04-301-0/+9
|
* Enhancements for Objective-C:Alan Mackenzie2009-04-303-4/+84
| | | | | | | | | | | | | | cc-vars.el (c-objc-method-arg-min-delta-to-bracket, c-objc-method-arg-unfinished-offset, c-objc-method-parameter-offset): New variables. (c-offsets-alist): Use c-lineup-ObjC-method-call-colons in entry for objc-method-call-cont. cc-langs.el (c-constant-kwds): New ObjC keywords "YES", "NO", "NS_DURING", "NS_HANDLER", "NS_ENDHANDLER". cc-align.el (c-lineup-ObjC-method-call-colons): New function.
* *** empty log message ***Alan Mackenzie2009-04-301-0/+15
|
* * subr.el (assoc-default): Doc fix.Chong Yidong2009-04-292-5/+11
|
* * files.el (hack-local-variables-prop-line)Chong Yidong2009-04-292-4/+14
| | | | | | | (hack-local-variables, dir-locals-read-from-file): Bind read-circle to nil before reading. * lread.c (Vread_circle): New variable. (read1): Disable recursive read if Vread_circle is nil.
* * progmodes/which-func.el (which-function): Don't assume thatChong Yidong2009-04-282-5/+8
| | | | | entries from `imenu--index-alist' are ordered by buffer position, which fails when submenus are present (Bug#3153).
* (load-library): Improve docstring.Stefan Monnier2009-04-281-6/+5
|
* (quail-vunion): Remove unexplained nreverse.Stefan Monnier2009-04-282-11/+17
|
* Use dns-query instead of query-dns. Was renamed on 2008-12-25 in dns.el.Reiner Steib2009-04-282-5/+10
|