diff options
| author | Kenichi Handa | 2012-11-18 20:29:54 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-11-18 20:29:54 +0900 |
| commit | e1d276cbf9e18f13101328f56bed1a1c0a66e63a (patch) | |
| tree | f1fdfc9550866b9e323da072ff2eb38821996246 /lisp/ChangeLog | |
| parent | 00dc3ead070e2e8017629f4d60d8366ac00c32cb (diff) | |
| parent | dfa8939b2827d23e02f3d7f6622e3a619ec6fd90 (diff) | |
| download | emacs-e1d276cbf9e18f13101328f56bed1a1c0a66e63a.tar.gz emacs-e1d276cbf9e18f13101328f56bed1a1c0a66e63a.zip | |
merge trunk
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 230 |
1 files changed, 230 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 99bfabb8115..ca65e431964 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,233 @@ | |||
| 1 | 2012-11-18 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * filecache.el (file-cache--read-list): New function. | ||
| 4 | (file-cache-add-directory-list, file-cache-add-file-list) | ||
| 5 | (file-cache-delete-file-list, file-cache-delete-directory-list): | ||
| 6 | Use it to read a list of files or directories (Bug#12846). | ||
| 7 | (file-cache-add-file, file-cache-add-directory) | ||
| 8 | (file-cache-delete-file-list, file-cache-delete-file-regexp) | ||
| 9 | (file-cache-delete-directory): Print an message. | ||
| 10 | |||
| 11 | 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 12 | |||
| 13 | * calc/calc-forms.el (math-date-to-dt): Use integer date when | ||
| 14 | calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'. | ||
| 15 | |||
| 16 | 2012-11-18 Glenn Morris <rgm@gnu.org> | ||
| 17 | |||
| 18 | * image.el (insert-image, insert-sliced-image): Doc fix. | ||
| 19 | |||
| 20 | 2012-11-18 Chong Yidong <cyd@gnu.org> | ||
| 21 | |||
| 22 | * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix | ||
| 23 | (Bug#12810). | ||
| 24 | |||
| 25 | 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change) | ||
| 26 | |||
| 27 | * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge | ||
| 28 | response when the target file is in a subdirectory (Bug#12757). | ||
| 29 | |||
| 30 | 2012-11-18 Chong Yidong <cyd@gnu.org> | ||
| 31 | |||
| 32 | * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694). | ||
| 33 | |||
| 34 | 2012-11-18 Glenn Morris <rgm@gnu.org> | ||
| 35 | |||
| 36 | * emacs-lisp/cl-lib.el (face-underline-p): | ||
| 37 | Use set-face-underline rather than the alias set-face-underline-p. | ||
| 38 | |||
| 39 | * window.el (with-temp-buffer-window): Doc fix. | ||
| 40 | * subr.el (with-output-to-temp-buffer): | ||
| 41 | Add doc xref to with-temp-buffer-window. | ||
| 42 | |||
| 43 | 2012-11-18 Juanma Barranquero <lekktu@gmail.com> | ||
| 44 | |||
| 45 | * woman.el (woman-non-underline-faces): Use `set-face-underline'. | ||
| 46 | * calc/calc.el (math-format-date-cache): Declare. | ||
| 47 | |||
| 48 | 2012-11-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 49 | |||
| 50 | * calc/calc-forms.el (math-julian-date-beginning) | ||
| 51 | (math-julian-date-beginning-int): Implement [new date numbering]. | ||
| 52 | |||
| 53 | 2012-11-17 Juanma Barranquero <lekktu@gmail.com> | ||
| 54 | |||
| 55 | * descr-text.el (quail-find-key): | ||
| 56 | * dired.el (desktop-file-name): | ||
| 57 | * dirtrack.el (shell-prefixed-directory-name, shell-process-cd): | ||
| 58 | * generic-x.el (comint-mode, comint-exec): | ||
| 59 | * image-dired.el (widget-forward): | ||
| 60 | * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly) | ||
| 61 | (speedbar-change-expand-button-char) | ||
| 62 | (speedbar-change-initial-expansion-list, speedbar-delete-subblock) | ||
| 63 | (speedbar-make-specialized-keymap, speedbar-make-tag-line): | ||
| 64 | * printing.el (easy-menu-add-item, easy-menu-remove-item) | ||
| 65 | (widget-field-action, widget-value-set): | ||
| 66 | * speedbar.el (imenu--make-index-alist): | ||
| 67 | * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning) | ||
| 68 | (ring-length, ring-insert): | ||
| 69 | * vcursor.el (compare-windows-skip-whitespace): | ||
| 70 | * woman.el (dired-get-filename): | ||
| 71 | Declare functions. | ||
| 72 | |||
| 73 | * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration. | ||
| 74 | |||
| 75 | 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 76 | |||
| 77 | * calc/calc.el (calc-gregorian-switch): New variable. | ||
| 78 | |||
| 79 | * calc/calc-forms.el (math-day-in-year, math-dt-before-p) | ||
| 80 | (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt) | ||
| 81 | (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions. | ||
| 82 | (math-leap-year-p): Add option to distinguish between Julian | ||
| 83 | and Gregorian calendars. | ||
| 84 | (math-day-number): Use `math-day-in-year' to do the computations. | ||
| 85 | (math-absolute-from-dt): Rename from `math-absolute-from-date'. | ||
| 86 | Use `math-absolute-from-gregorian' and `math-absolute-from-julian' | ||
| 87 | to do the computations. | ||
| 88 | (math-date-to-dt): Use `math-date-to-julian-dt' and | ||
| 89 | `math-date-to-gregorian-dt' to do the computations. | ||
| 90 | (calcFunc-weekday, math-format-date-part): Use the new version of | ||
| 91 | the DATE to determine the weekday. | ||
| 92 | (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch' | ||
| 93 | when necessary. | ||
| 94 | |||
| 95 | 2012-11-17 Eli Zaretskii <eliz@gnu.org> | ||
| 96 | |||
| 97 | * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on | ||
| 98 | Cygwin; otherwise use 'file:'. (Bug#12914) | ||
| 99 | (cygwin-convert-path-from-windows): Declare, to avoid | ||
| 100 | byte-compiler warnings. | ||
| 101 | |||
| 102 | 2012-11-17 Andreas Politz <politza@fh-trier.de> | ||
| 103 | |||
| 104 | * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward) | ||
| 105 | (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain | ||
| 106 | prefix and negative numeric prefix args (Bug#12795). | ||
| 107 | |||
| 108 | 2012-11-17 Stephen Berman <stephen.berman@gmx.net> | ||
| 109 | |||
| 110 | * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1): | ||
| 111 | Don't signal an error with a score that is too low to add to the | ||
| 112 | list of top scores. (Bug#12779) | ||
| 113 | |||
| 114 | 2012-11-17 Chong Yidong <cyd@gnu.org> | ||
| 115 | |||
| 116 | * help-mode.el (help-xref-interned): End on point-min (Bug#12737). | ||
| 117 | |||
| 118 | * filecache.el (file-cache-add-file): Handle relative file name in | ||
| 119 | the argument (Bug#12694). | ||
| 120 | |||
| 121 | 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change) | ||
| 122 | |||
| 123 | * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897). | ||
| 124 | |||
| 125 | 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 126 | |||
| 127 | * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix. | ||
| 128 | |||
| 129 | * emacs-lisp/cl-lib.el: Set more meaningful version number. | ||
| 130 | |||
| 131 | 2012-11-16 Martin Rudalics <rudalics@gmx.at> | ||
| 132 | |||
| 133 | * window.el (enlarge-window, shrink-window): Don't mention return | ||
| 134 | value in doc-string (Bug#12896). | ||
| 135 | (window--display-buffer): Don't resize frames - it won't work | ||
| 136 | with all window managers and defeat pop-up-frame-alist. | ||
| 137 | (display-buffer-alist): In doc-string explain that CONDITION can | ||
| 138 | be a function and which arguments are passed to it (Bug#12854). | ||
| 139 | (display-buffer-assq-regexp): New argument ACTION. Handle lambda | ||
| 140 | expressions (Bug#12854). | ||
| 141 | (display-buffer): Pass ACTION argument to | ||
| 142 | display-buffer-assq-regexp. | ||
| 143 | |||
| 144 | 2012-11-16 Glenn Morris <rgm@gnu.org> | ||
| 145 | |||
| 146 | * window.el (fit-frame-to-buffer-bottom-margin) | ||
| 147 | (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes. | ||
| 148 | |||
| 149 | * faces.el (face-underline-p): Use face-attribute-specified-or. | ||
| 150 | |||
| 151 | 2012-11-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 152 | |||
| 153 | * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes. | ||
| 154 | |||
| 155 | 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 156 | |||
| 157 | * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895). | ||
| 158 | |||
| 159 | 2012-11-16 Glenn Morris <rgm@gnu.org> | ||
| 160 | |||
| 161 | * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838) | ||
| 162 | (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i. | ||
| 163 | |||
| 164 | * faces.el (face-underline-p): Doc fix. Handle :underline being | ||
| 165 | things other than `t' (a string, a list). | ||
| 166 | (face-inverse-video-p): Doc fix. | ||
| 167 | (set-face-underline): Rename it back from set-face-underline-p. | ||
| 168 | Doc fix. Allow interactive input of values other than t. | ||
| 169 | (read-face-attribute): Apply formatting to :underline, | ||
| 170 | since like :box and :stipple it can take list values. | ||
| 171 | |||
| 172 | * term.el (ansi-term): Don't let C-x escape-char binding | ||
| 173 | clobber the more standard C-c binding. (Bug#12842) | ||
| 174 | |||
| 175 | * subr.el (set-temporary-overlay-map): Doc fix. | ||
| 176 | |||
| 177 | 2012-11-16 Martin Rudalics <rudalics@gmx.at> | ||
| 178 | |||
| 179 | * window.el (record-window-buffer) | ||
| 180 | (display-buffer-record-window): When copying the markers to | ||
| 181 | window-point preserve window-point-insertion-type. (Bug#12588) | ||
| 182 | |||
| 183 | 2012-11-16 Glenn Morris <rgm@gnu.org> | ||
| 184 | |||
| 185 | * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke): | ||
| 186 | * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): | ||
| 187 | Use new names for hooks rather than obsolete aliases. | ||
| 188 | |||
| 189 | 2012-11-15 Daniel Colascione <dancol@dancol.org> | ||
| 190 | |||
| 191 | * term/w32-win.el (w32-handle-dropped-file): Use a "file://" | ||
| 192 | prefix instead of "file:" so that when FILE-NAME begins with "//", | ||
| 193 | as it does when the target file is on a network share, url-handler | ||
| 194 | isn't confused. | ||
| 195 | |||
| 196 | 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 197 | |||
| 198 | * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use | ||
| 199 | a preactivated advice from an old advice.el; they're not compatible! | ||
| 200 | |||
| 201 | 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 202 | |||
| 203 | * emacs-lisp/nadvice.el (advice--make-interactive-form): | ||
| 204 | Fix string-spec case. | ||
| 205 | |||
| 206 | * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case. | ||
| 207 | |||
| 208 | 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 209 | |||
| 210 | * emacs-lisp/nadvice.el: Add buffer-local support to add-function. | ||
| 211 | (advice--buffer-local-function-sample): New var. | ||
| 212 | (advice--set-buffer-local, advice--buffer-local): New functions. | ||
| 213 | (add-function, remove-function): Use them. | ||
| 214 | |||
| 215 | 2012-11-15 Drew Adams <drew.adams@oracle.com> | ||
| 216 | |||
| 217 | * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717). | ||
| 218 | |||
| 219 | 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 220 | |||
| 221 | * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against | ||
| 222 | potential binding of print-gensym to t, and prettify (back)quotes in | ||
| 223 | case they appear in args's default values (bug#12884). | ||
| 224 | |||
| 225 | 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 226 | |||
| 227 | * emacs-lisp/nadvice.el: Add around advice for interactive specs. | ||
| 228 | (advice-eval-interactive-spec): New function. | ||
| 229 | (advice--make-interactive-form): Support around advice (bug#12844). | ||
| 230 | |||
| 1 | 2012-11-14 Dmitry Gutov <dgutov@yandex.ru> | 231 | 2012-11-14 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 232 | ||
| 3 | * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection | 233 | * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection |