Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove code for defunct system-types Apple-Macintosh, emx, ms-windows, | Glenn Morris | 2009-08-22 | 3 | -9/+11 | |
| | | | | next-mach. | |||||
* | Comment. | Glenn Morris | 2009-08-22 | 1 | -0/+1 | |
| | ||||||
* | Re-fill. | Glenn Morris | 2009-08-22 | 1 | -4/+3 | |
| | ||||||
* | (diary-mark-entries-1): Only mark all days of a given name if the | Glenn Morris | 2009-08-22 | 2 | -1/+6 | |
| | | | | pattern is not more specific. | |||||
* | (lunar-phase-names): New option. | Glenn Morris | 2009-08-22 | 2 | -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 Morris | 2009-08-22 | 1 | -1/+1 | |
| | ||||||
* | Comment. | Glenn Morris | 2009-08-22 | 1 | -3/+3 | |
| | ||||||
* | (cperl-imenu-name-and-position): Copy imenu-example--name-and-position | Glenn Morris | 2009-08-22 | 2 | -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 Morris | 2009-08-22 | 24 | -112/+207 | |
| | ||||||
* | (compilation-error-regexp-alist, compilation-forget-errors): Declare. | Glenn Morris | 2009-08-22 | 1 | -0/+4 | |
| | ||||||
* | (makefile-browser-toggle): Use forward-line rather than goto-line. | Glenn Morris | 2009-08-22 | 1 | -3/+4 | |
| | | | | (makefile-browser-insert-selection): Use goto-char rather than goto-line. | |||||
* | (nfd, decomposition-translation-alist, decomposition-char-recursively) | Glenn Morris | 2009-08-22 | 1 | -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 Morris | 2009-08-22 | 2 | -1/+7 | |
| | ||||||
* | (lgrep, rgrep): At the beginning | Juri Linkov | 2009-08-22 | 2 | -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 Monnier | 2009-08-21 | 4 | -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 Monnier | 2009-08-21 | 7 | -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 Morris | 2009-08-21 | 2 | -1/+3 | |
| | ||||||
* | Use forward-line, not goto-line. | Glenn Morris | 2009-08-21 | 6 | -8/+22 | |
| | ||||||
* | (imenu-example--name-and-position): Fix obsolescence message. | Glenn Morris | 2009-08-21 | 2 | -1/+4 | |
| | ||||||
* | (news-mail-reply): Use goto-char rather than goto-line. | Glenn Morris | 2009-08-21 | 2 | -4/+7 | |
| | ||||||
* | (ns-open-file-select-line): Use line-beginning-position rather than goto-line. | Glenn Morris | 2009-08-21 | 2 | -9/+15 | |
| | ||||||
* | Use help-print-return-message rather than the now obsolete alias. | Glenn Morris | 2009-08-21 | 15 | -36/+53 | |
| | ||||||
* | (calendar-cursor-to-nearest-date, calendar-cursor-to-visible-date): | Glenn Morris | 2009-08-21 | 2 | -8/+13 | |
| | | | | Use forward-line, not goto-line. | |||||
* | (rmail-obsolete): Delete custom group. | Glenn Morris | 2009-08-21 | 2 | -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 Albinus | 2009-08-21 | 2 | -3/+8 | |
| | ||||||
* | Remove leftover macos code. | Dan Nicolaescu | 2009-08-21 | 2 | -3/+2 | |
| | ||||||
* | (vc-git-annotate-command): Run asynchronously. | Dan Nicolaescu | 2009-08-21 | 2 | -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 (getenv | Michael Albinus | 2009-08-20 | 2 | -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 Monnier | 2009-08-19 | 2 | -1/+11 | |
| | | | | (log-edit-insert-changelog): Use it. | |||||
* | (read-passwd): Use read-key so keypad keys work as well. | Stefan Monnier | 2009-08-19 | 2 | -4/+4 | |
| | ||||||
* | (help-print-return-message): Rename from print-help-return-message. | Stefan Monnier | 2009-08-19 | 2 | -4/+8 | |
| | ||||||
* | (log-view-mode-map): Remove `q' binding, and unreliable | Stefan Monnier | 2009-08-19 | 2 | -7/+7 | |
| | | | | | cvs-mode-map parent hack. (log-view-mode): Derive from special-mode. | |||||
* | (linum-mode): window-size-change-functions is redundant. | Stefan Monnier | 2009-08-19 | 2 | -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 Monnier | 2009-08-19 | 2 | -1/+9 | |
| | | | | | (imenu-example--create-lisp-index, imenu-example--create-c-index): Mark as obsolete. | |||||
* | (inferior-prolog-error-regexp-alist): New var. | Stefan Monnier | 2009-08-19 | 2 | -0/+19 | |
| | | | | | (inferior-prolog-mode): Use it. (inferior-prolog-load-file): Reset list of errors. | |||||
* | ("Tibetan"): Fix sample-text entry. | Kenichi Handa | 2009-08-19 | 2 | -1/+7 | |
| | ||||||
* | ("TaiViet"): Fix sample-text entry. | Kenichi Handa | 2009-08-19 | 1 | -2/+1 | |
| | ||||||
* | * net/dbus.el (top): Apply `dbus-init-bus' for the :session bus | Michael Albinus | 2009-08-19 | 2 | -9/+13 | |
| | | | | only if it is running already. | |||||
* | * subr.el (listify-key-sequence-1): Use normal syntax since those | Stefan Monnier | 2009-08-19 | 2 | -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 Morris | 2009-08-19 | 2 | -1/+4 | |
| | ||||||
* | (choose-completion-string): Don't rely on minibuffer-completing-file-name | Stefan Monnier | 2009-08-19 | 2 | -14/+24 | |
| | | | | and ad-hoc checks to decide whether to continue completion or not. | |||||
* | (minibuffer-hide-completions): New function. | Stefan Monnier | 2009-08-19 | 2 | -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 Monnier | 2009-08-18 | 2 | -3/+5 | |
| | | | | Remove unused var `buffer-modified-p'. | |||||
* | (completion--do-completion): Move point for the #b001 case as well (bug#4176). | Stefan Monnier | 2009-08-18 | 2 | -12/+17 | |
| | | | | (minibuffer-complete, minibuffer-complete-word): Don't move point. | |||||
* | * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system | Michael Albinus | 2009-08-18 | 2 | -0/+15 | |
| | | | | and :session buses. | |||||
* | Fix ucs-normalize attribution. | Glenn Morris | 2009-08-18 | 1 | -1/+1 | |
| | ||||||
* | Add js.el author. | Glenn Morris | 2009-08-18 | 1 | -0/+1 | |
| | ||||||
* | (ucs-normalize-version): Changed to 1.1. | Kenichi Handa | 2009-08-18 | 2 | -7/+19 | |
| | | | | | (ucs-normalize-hfs-nfd-pre-write-conversion): New function. (utf-8-hfs): Make it perform normalization on encoding too. | |||||
* | Change to utf-8. Adjust coding cookie. | Kenichi Handa | 2009-08-18 | 2 | -2/+8 | |
| | | | | (texinfo-mode): Delete duplicated chars from sentence-end-base. | |||||
* | Change to utf-8. Adjust coding cookie. | Kenichi Handa | 2009-08-18 | 1 | -2/+2 | |
| | | | | (html-mode): Delete duplicated chars from sentence-end-base. |