summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (mapthread): Delete it.Kenichi Handa2009-08-242-17/+14
| | | | | (combinatorial): New function. (indian--puthash-cv): Use combinatorial instead of mapthread.
* (auto-mode-alist): Remove code for defunct system-type next-mach.Glenn Morris2009-08-232-2/+3
|
* Kevin Ryde <user42 at zip.com.au>Glenn Morris2009-08-222-2/+20
| | | | | | | | (checkdoc-force-history-flag, checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp. (checkdoc-symbol-words): Add safe-local-variable for list of strings. Clarify docstring that the value is strings not symbols. (checkdoc-list-of-strings-p): New function.
* Remove code for defunct system-types emx, macos, mswindows,Glenn Morris2009-08-2210-20/+26
| | | | unisoft-unix, vax-vms, win32, w32.
* Remove code for defunct system-types Apple-Macintosh, emx, ms-windows,Glenn Morris2009-08-223-9/+11
| | | | next-mach.
* Comment.Glenn Morris2009-08-221-0/+1
|
* Re-fill.Glenn Morris2009-08-221-4/+3
|
* (diary-mark-entries-1): Only mark all days of a given name if theGlenn Morris2009-08-222-1/+6
| | | | pattern is not more specific.
* (lunar-phase-names): New option.Glenn Morris2009-08-222-39/+54
| | | | | | | | | | (lunar-phase): Doc fix. (lunar-cycles-per-year): New constant. (lunar-index): New function. (lunar-phase-list, diary-lunar-phases): Use lunar-index. (lunar-phase-name): Use lunar-phase-names. (calendar-lunar-phases): Use format. (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
* (vi-goto-line): Don't warn about non-interactive goto-line.Glenn Morris2009-08-221-1/+1
|
* Comment.Glenn Morris2009-08-221-3/+3
|
* (cperl-imenu-name-and-position): Copy imenu-example--name-and-positionGlenn Morris2009-08-222-3/+22
| | | | | | function here for own use. (cperl-xsub-scan): Use cperl-imenu-name-and-position. (cperl-time-fontification): Use forward-line rather than goto-line.
* Use forward-line rather than goto-line.Glenn Morris2009-08-2224-112/+207
|
* (compilation-error-regexp-alist, compilation-forget-errors): Declare.Glenn Morris2009-08-221-0/+4
|
* (makefile-browser-toggle): Use forward-line rather than goto-line.Glenn Morris2009-08-221-3/+4
| | | | (makefile-browser-insert-selection): Use goto-char rather than goto-line.
* (nfd, decomposition-translation-alist, decomposition-char-recursively)Glenn Morris2009-08-221-11/+23
| | | | | (alist-list-to-vector, quick-check-list, quick-check-list-to-regexp): Declare.
* (gnus-button-patch): Use forward-line rather than goto-line.Glenn Morris2009-08-222-1/+7
|
* (lgrep, rgrep): At the beginningJuri Linkov2009-08-222-17/+29
| | | | | | | | | set `dir' to `default-directory' unless `dir' is a non-nil readable directory. (Bug#4052) (lgrep, rgrep): Change a weird way to report an error from using `read-string' to using `error'. Instead of using interactive arguments in the function body, add new argument `confirm'.
* * textmodes/remember.el (remember-buffer):Stefan Monnier2009-08-214-4/+9
| | | | | | * progmodes/cperl-mode.el (cperl-vc-header-alist): * calendar/icalendar.el (icalendar-convert-diary-to-ical) (icalendar-extract-ical-from-buffer): Add version of obsolescence.
* * net/newst-treeview.el (newsticker-groups-filename):Stefan Monnier2009-08-217-17/+31
| | | | | | | | | | | | * net/newst-backend.el (newsticker-cache-filename): * speedbar.el (speedbar-update-speed, speedbar-navigating-speed) (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp) (speedbar-add-ignored-path-regexp, speedbar-line-path) (speedbar-buffers-line-path, speedbar-path-line) (speedbar-buffers-line-path): * epg.el (epg-passphrase-callback-function, epg-start-sign-keys,epg-sign-keys): * epa.el (epa-display-verify-result): * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
* (inferior-moz-process): Fix declaration.Glenn Morris2009-08-212-1/+3
|
* Use forward-line, not goto-line.Glenn Morris2009-08-216-8/+22
|
* (imenu-example--name-and-position): Fix obsolescence message.Glenn Morris2009-08-212-1/+4
|
* (news-mail-reply): Use goto-char rather than goto-line.Glenn Morris2009-08-212-4/+7
|
* (ns-open-file-select-line): Use line-beginning-position rather than goto-line.Glenn Morris2009-08-212-9/+15
|
* Use help-print-return-message rather than the now obsolete alias.Glenn Morris2009-08-2115-36/+53
|
* (calendar-cursor-to-nearest-date, calendar-cursor-to-visible-date):Glenn Morris2009-08-212-8/+13
| | | | Use forward-line, not goto-line.
* (rmail-obsolete): Delete custom group.Glenn Morris2009-08-212-34/+12
| | | | | | (rmail-pop-password, rmail-pop-password-required): Make into aliases. (rmail-remote-password, rmail-remote-password-required): Remove unneeded :set-after and :set properties.
* * net/dbus.el (top): Initialize only when `dbusbind' is loaded.Michael Albinus2009-08-212-3/+8
|
* Remove leftover macos code.Dan Nicolaescu2009-08-212-3/+2
|
* (vc-git-annotate-command): Run asynchronously.Dan Nicolaescu2009-08-212-1/+7
| | | | | Explicitly pass the date format to git blame so that user local so that the output format can be parsed.
* * net/dbus.el (top): Don't check for (getenvMichael Albinus2009-08-202-3/+7
| | | | "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
* * log-edit.el (log-edit-strip-single-file-name): New var.Stefan Monnier2009-08-192-1/+11
| | | | (log-edit-insert-changelog): Use it.
* (read-passwd): Use read-key so keypad keys work as well.Stefan Monnier2009-08-192-4/+4
|
* (help-print-return-message): Rename from print-help-return-message.Stefan Monnier2009-08-192-4/+8
|
* (log-view-mode-map): Remove `q' binding, and unreliableStefan Monnier2009-08-192-7/+7
| | | | | cvs-mode-map parent hack. (log-view-mode): Derive from special-mode.
* (linum-mode): window-size-change-functions is redundant.Stefan Monnier2009-08-192-8/+17
| | | | | Adapt to new window-configuration-change-hook behavior. (linum-after-size, linum-after-config): Remove.
* (imenu-example--name-and-position, imenu-example--lisp-extract-index-name)Stefan Monnier2009-08-192-1/+9
| | | | | (imenu-example--create-lisp-index, imenu-example--create-c-index): Mark as obsolete.
* (inferior-prolog-error-regexp-alist): New var.Stefan Monnier2009-08-192-0/+19
| | | | | (inferior-prolog-mode): Use it. (inferior-prolog-load-file): Reset list of errors.
* ("Tibetan"): Fix sample-text entry.Kenichi Handa2009-08-192-1/+7
|
* ("TaiViet"): Fix sample-text entry.Kenichi Handa2009-08-191-2/+1
|
* * net/dbus.el (top): Apply `dbus-init-bus' for the :session busMichael Albinus2009-08-192-9/+13
| | | | only if it is running already.
* * subr.el (listify-key-sequence-1): Use normal syntax since thoseStefan Monnier2009-08-192-14/+71
| | | | | | | | | | | | | | | integers are nowadays always represented by the same (positive) number on all platforms. (read-key-empty-map): New const. (read-key-delay): New var. (read-key): New function. (force-mode-line-update): Use with-current-buffer. (locate-user-emacs-file): Don't forget to abbreviate the file name. (start-process-shell-command, start-file-process-shell-command): Discourage the use of command-args. * processes.texi (Asynchronous Processes): Adjust arglist of start-process-shell-command and start-file-process-shell-command.
* (authors-fixed-entries): Remove cvtmail.Glenn Morris2009-08-192-1/+4
|
* (choose-completion-string): Don't rely on minibuffer-completing-file-nameStefan Monnier2009-08-192-14/+24
| | | | and ad-hoc checks to decide whether to continue completion or not.
* (minibuffer-hide-completions): New function.Stefan Monnier2009-08-192-9/+49
| | | | | | | | | (completion--do-completion): Use it. (completions-annotations): New face. (completion--insert-strings): Use it. (completion-pcm--delim-wild-regex): Add docstring. (completion-pcm--string->pattern): Add support for 0-width delimiters in completion-pcm--delim-wild-regex.
* (ucs-normalize-hfs-nfd-post-read-conversion):Stefan Monnier2009-08-182-3/+5
| | | | Remove unused var `buffer-modified-p'.
* (completion--do-completion): Move point for the #b001 case as well (bug#4176).Stefan Monnier2009-08-182-12/+17
| | | | (minibuffer-complete, minibuffer-complete-word): Don't move point.
* * net/dbus.el (dbus-init-bus): Declare. Apply it for the :systemMichael Albinus2009-08-182-0/+15
| | | | and :session buses.
* Fix ucs-normalize attribution.Glenn Morris2009-08-181-1/+1
|