]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(byte-compile-current-group, byte-compile-nogroup-warn, byte-compile-file):
[gnu-emacs] / lisp / ChangeLog
1 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/bytecomp.el (byte-compile-current-group)
4 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
5 change. Apparently the "warning even if the group is implicit" is
6 a feature rather than a bug.
7
8 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
9
10 * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
11 different advices for Emacs and XEmacs. Compile them conditionally.
12 (viper-version): belated version change.
13
14 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
15
16 * follow.el (follow-all-followers, follow-generic-filter):
17 * pcomplete.el (pcomplete-restore-windows):
18 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
19 (x-dnd-drop-data):
20 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
21 * progmodes/python.el (python-complete-symbol):
22 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
23
24 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
25
26 * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
27 around bright and dim regexps. Make sure bright and dim matches
28 use word anchors. Send text through rcirc-markup functions.
29 (rcirc-url-regexp): Add single quote character.
30 (rcirc-connect): Write logs to disk on auto-save-hook.
31 Make server a non-optional argument.
32 (rcirc-log-alist): New variable.
33 (rcirc-log-directory): Make customizable.
34 (rcirc-log-flag): New customizable variable.
35 (rcirc-log): New function.
36 (rcirc-print): Use above function.
37 (rcirc-log-write): New function.
38 (rcirc-generate-new-buffer-name): Strip text properties.
39 (rcirc-switch-to-buffer-function): Remove variable.
40 (rcirc-last-non-irc-buffer): Remove variable.
41 (rcirc-non-irc-buffer): Add function.
42 (rcirc-next-active-buffer): Use above function.
43 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
44 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
45 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
46 (rcirc-omit-mode): Add minor-mode.
47 (rcirc-mode-map): Change C-c C-o binding.
48 (rcirc-mode): Clear mode-line-process. Use a custom
49 fill-paragraph-function. Set up buffer-invisibility-spec.
50 (rcirc-response-formats): Remove timestamp code.
51 (rcirc-omit-responses): Add variable.
52 (rcirc-print): Don't put the overlay arrow on potentially omitted
53 lines. Log line to disk. Record activity for private messages
54 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
55 (rcirc-jump-to-first-unread-line): Print message if there is no
56 unread text.
57 (rcirc-clear-unread): New function.
58 (rcirc-markup-text-functions): Add variable.
59 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
60 (rcirc-debug): Don't mess with window configuration.
61 (rcirc-send-message): Send message before printing locally.
62 Add SILENT argument, do not print message if non-nil.
63 (rcirc-visible-buffers): New function and variable.
64 (rcirc-window-configuration-change-1): Add function.
65 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
66 server buffer.
67 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
68 (rcirc-fill-paragraph): Add function.
69 (rcirc-record-activity, rcirc-window-configuration-change-1):
70 Only update the activity string if it has actually changed.
71 (rcirc-update-activity-string): Remove padding characters from the
72 mode-line string.
73 (rcirc-disconnect-buffer): New function to be called when a
74 channel is parted or the user quits.
75 (rcirc-server-name): Warn when the server-name hasn't been set.
76 (rcirc-window-configuration-change): Postpone work until
77 post-command-hook.
78 (rcirc-window-configuration-change-1): Update mode-line and
79 overlay arrows here.
80 (rcirc-authenticate): Fix chanserv identification.
81 (rcirc-default-server): Remove variable.
82 (rcirc): Connect according to rcirc-connections.
83 (rcirc-connections): Add variable.
84 (rcirc-startup-channels-alist): Remove variable.
85 (rcirc-startup-channels): Remove function.
86
87 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
88
89 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
90
91 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
92
93 * term/xterm.el (terminal-init-xterm): Escape parens in character
94 constants.
95
96 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
97
98 * progmodes/sh-script.el: Remove unneeded * from docstrings.
99 Use [:alpha:] and [:alnum:] where applicable.
100 (sh-quoted-subshell): Rewrite to correctly
101 handle nested mixes of `...` and $(...).
102 (sh-apply-quoted-subshell): Remove.
103 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
104
105 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
106
107 2007-06-12 Tom Tromey <tromey@redhat.com>
108
109 * subr.el (user-emacs-directory): New defconst.
110 * cmuscheme.el (scheme-start-file):
111 * shell.el (shell):
112 * completion.el (save-completions-file-name):
113 * custom.el (custom-theme-directory):
114 * term/x-win.el (emacs-session-filename):
115 * filesets.el (filesets-menu-cache-file):
116 * thumbs.el (thumbs-thumbsdir):
117 * server.el (server-auth-dir):
118 * image-dired.el (image-dired-dir):
119 (image-dired-db-file):
120 (image-dired-temp-image-file):
121 (image-dired-gallery-dir):
122 (image-dired-temp-rotate-image-file):
123 * play/gamegrid.el (gamegrid-user-score-file-directory):
124 * savehist.el (savehist-file):
125 * tutorial.el (tutorial--saved-dir):
126 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
127
128 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
129
130 * scroll-lock.el (scroll-lock-mode): Doc fix.
131
132 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
133
134 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
135
136 * ediff-init.el: Doc strings.
137
138 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
139
140 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
141 (byte-compile-file): Bind it.
142 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
143 group argument is provided implicitly.
144 (byte-compile-format-warn, byte-compile-from-buffer)
145 (byte-compile-insert-header): Don't hardcode point-min==1.
146 (byte-compile-file-form-require): Remove unused var old-load-list.
147 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
148
149 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
150
151 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
152 Display error messages.
153 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
154 Get rid of cl.el dependencies.
155
156 * emulation/viper-init.el (viper-suppress-input-method-change-message):
157 New variable.
158 (viper-activate-input-method-action)
159 (viper-inactivate-input-method-action):
160 Use viper-suppress-input-method-change-message.
161
162 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
163 for C-s, C-r.
164
165 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
166 Use viper-replace-overlay-cursor-color instead of
167 viper-replace-overlay-cursor-color.
168 (viper-sit-for-short): Use sit-for with 3 arguments.
169
170 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
171 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
172 to gud-mode.
173
174 * ediff-mult.el (ediff-meta-buffer-brief-message)
175 (ediff-meta-buffer-verbose-message): New variables.
176 (ediff-meta-buffer-message): Variable deleted.
177 (ediff-verbose-help-enabled): New variable.
178 (ediff-toggle-verbose-help-meta-buffer): New function.
179 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
180 message options
181
182 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
183 (ediff-fixup-patch-map): Improve heuristic.
184
185 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
186
187 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
188 (log-view-font-lock-keywords): Simplify.
189 (log-view-current-file, log-view-current-tag): Simplify.
190
191 2007-06-12 Sam Steingold <sds@gnu.org>
192
193 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
194
195 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
196
197 * desktop.el (desktop-load-locked-desktop): New option.
198 (desktop-read): Use it.
199 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
200 Use `when'.
201
202 2007-06-12 Davis Herring <herring@lanl.gov>
203
204 * desktop.el (desktop-save-mode-off): New function.
205 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
206 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
207 (desktop-claim-lock, desktop-release-lock): New functions.
208 (desktop-kill): Tell `desktop-save' that this is the last save.
209 Release the lock afterwards.
210 (desktop-buffer-info): New function.
211 (desktop-save): Use it. Run `desktop-save-hook' where the doc
212 says to. Detect conflicts, and manage the lock.
213 (desktop-read): Detect conflicts. Manage the lock.
214
215 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
216
217 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
218
219 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
220 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
221 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
222 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
223 keysyms rather than byte sequences.
224 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
225
226 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
227
228 * font-lock.el (font-lock-add-keywords): In case font-lock was only
229 half-activated, forcefully activate it completely.
230
231 2007-06-11 Richard Stallman <rms@gnu.org>
232
233 * cus-edit.el (custom-variable-type): Doc fix.
234
235 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
236
237 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
238 (sh-font-lock-flush-syntax-ppss-cache): New functions.
239 (sh-font-lock-syntactic-keywords): Use them to distinguish the
240 different possible cases for \'.
241
242 * complete.el (PC-bindings): Don't bind things already bound in the
243 parent keymap.
244
245 * textmodes/bibtex-style.el: New file.
246
247 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
248
249 * vc-bzr.el: New file.
250
251 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
252
253 * vc-svn.el (vc-svn-program): New var.
254 (vc-svn-command): Use it.
255
256 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
257
258 * server.el (server-switch-buffer): Remove redundant check.
259
260 2007-06-10 Martin Rudalics <rudalics@gmx.at>
261
262 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
263 Match against file-name-nondirectory.
264 Fix text on user customization variables.
265 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
266
267 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
268
269 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
270
271 2007-06-09 Davis Herring <herring@lanl.gov>
272
273 * desktop.el (desktop-minor-mode-table): Doc fix.
274
275 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
276
277 * textmodes/css-mode.el (css-navigation-syntax-table):
278 Use set-char-table-range so it also works in the unicode branch.
279
280 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
281
282 * help-mode.el (help-xref-forward-stack)
283 (help-xref-stack-forward-item, help-forward-label): New variables.
284 (help-forward): New button type.
285 (help-setup-xref): Initialise help-xref-forward-stack.
286 (help-make-xrefs): Add forward button, if appropriate.
287 (help-xref-go-back): Push item on forward stack.
288 (help-xref-go-forward, help-go-forward): New functions.
289
290 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
291
292 * dired.el (dired-mode-map): Remove spurious separator.
293
294 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
295
296 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
297
298 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
299 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
300
301 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
302
303 * textmodes/org.el: Version number fixed.
304
305 2007-06-07 Glenn Morris <rgm@gnu.org>
306
307 * version.el (emacs-copyright): New constant.
308 * startup.el (fancy-splash-tail): Use emacs-copyright.
309 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
310
311 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
312 `make-local'.
313 (byte-compile-warnings-safe-p): Add `make-local'.
314 (byte-compile-make-variable-buffer-local):
315 Allow byte-compile-warnings to suppress this warning.
316
317 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
318 format of "menu" description.
319 (tutorial--find-changed-keys): Describe the specific menu a
320 command is in.
321
322 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
323 Rewrite compatibility functions to silence byte-compiler.
324
325 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
326
327 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
328 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
329
330 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
331
332 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
333
334 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
335
336 * progmodes/ebrowse.el (ebrowse-member-table):
337 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
338 (org-batch-agenda-csv): Fix typos in docstrings.
339
340 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
341
342 * international/mule-cmds.el (toggle-enable-multibyte-characters)
343 (sort-coding-systems, search-unencodable-char): Doc fixes.
344 (coding-system-change-eol-conversion, set-default-coding-systems)
345 (prefer-coding-system, find-multibyte-characters, princ-list)
346 (leim-list-entry-regexp, set-input-method, locale-language-names)
347 (input-method-exit-on-first-char, exit-language-environment-hook)
348 (locale-charset-language-names): Fix typos in docstrings.
349
350 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
351
352 * pgg.el (pgg-sign-region, pgg-sign):
353 * ses.el (ses-call-printer):
354 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
355 * textmodes/org.el (org-cycle): Fix typos in docstrings.
356
357 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
358
359 * textmodes/org.el
360 (org-export-region-as-html, org-replace-region-by-html)
361 (org-number-to-letters, org-table-fedit-finish)
362 (org-normalize-color, org-table-fedit-ref-right)
363 (org-date-to-gregorian, org-table-fedit-move)
364 (org-table-convert-refs-to-rc, org-calendar-holiday)
365 (org-table-fedit-toggle-ref-type, org-write-agenda)
366 (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
367 (org-defkey, org-encode-for-stdout)
368 (org-indent-line-function, org-export-as-html-to-buffer)
369 (org-store-agenda-views, org-update-mode-line)
370 (org-find-if, org-delete-all)
371 (org-table-fedit-convert-buffer, org-emphasize)
372 (org-uniquify, org-table-fedit-lisp-indent)
373 (org-table-fedit-scroll, org-get-todo-sequence-head)
374 (org-table-fedit-scroll-down, org-table-fedit-line-down)
375 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
376 (org-table-fedit-toggle-coordinates, org-dvipng-color)
377 (org-table-fedit-line-up, org-table-fedit-ref-down)
378 (org-table-formula-from-user, org-mode-flyspell-verify)
379 (org-cycle-show-empty-lines, org-ctrl-c-ret)
380 (org-table-formula-to-user, org-diary-to-ical-string)
381 (orgtbl-export, org-table-fedit-post-command)
382 (org-closed-in-range, org-shiftcontrolright)
383 (org-table-convert-refs-to-an, org-table-hline-and-move)
384 (org-table-formula-less-p, org-format-table-ascii)
385 (org-agenda-get-sexps, org-shift-refpart)
386 (org-diary-sexp-entry, org-time-string-to-absolute)
387 (org-table-show-reference, org-letters-to-number)
388 (org-fix-agenda-info, org-table-fedit-ref-up)
389 (org-table-fedit-shift-reference, org-table-fedit-abort)
390 (org-closest-date, org-shiftcontrolleft)
391 (org-at-heading-or-item-p, org-rematch-and-replace)
392 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
393 New functions.
394 (org-table-edit-scroll-down, org-finish-edit-formulas)
395 (org-table-edit-next-field, org-abort-edit-formulas)
396 (org-font-lock-level, org-export-find-first-heading-line)
397 (org-table-edit-line-down, org-table-edit-backward-field)
398 (org-edit-formula-lisp-indent, org-table-edit-move)
399 (org-check-log-option, org-this-word)
400 (org-table-edit-line-up, org-table-edit-formulas-post-command)
401 (org-agenda-file-to-end, org-expand-file-name)
402 (org-fake-empty-table-line, org-table-edit-scroll)
403 (org-toggle-log-option, org-show-reference): Function removed.
404 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
405 New defsubsts.
406 (org-unmodified, org-batch-store-agenda-views)
407 (org-batch-agenda-csv): New macro.
408 (org-agenda-export): New customization group.
409 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
410 (org-highest-priority, org-agenda-exporter-settings)
411 (org-log-done-with-time, org-replace-disputed-keys)
412 (org-format-latex-header, org-export-table-header-tags)
413 (org-cycle-separator-lines, org-export-table-data-tags)
414 (org-icalendar-include-sexps)
415 (org-empty-line-terminates-plain-lists)
416 (org-log-repeat, org-special-ctrl-a)
417 (org-table-use-standard-references, org-disputed-keys)
418 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
419 (org-agenda-export-html-style): New option.
420 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
421 (org-CUA-compatible): Option removed.
422 (org-agenda-structure, org-sexp-date): New face.
423 (org-todo-keywords-for-agenda, org-not-done-keywords)
424 (org-planning-or-clock-line-re, org-agenda-name)
425 (org-table-colgroup-info, org-todo-sets)
426 (constants-unit-system, org-clock-mode-line-entry)
427 (org-mode-line-timer, org-table-current-begin-pos)
428 (org-todo-keywords-1, org-mode-line-string)
429 (org-table-clean-did-remove-column, org-table-fedit-map)
430 (org-clock-heading, org-table-buffer-is-an)
431 (org-agenda-info, org-done-keywords)
432 (org-done-keywords-for-agenda, org-todo-heads)
433 (org-todo-kwd-alist, org-clock-start-time): New variable.
434 (org-todo-kwd-priority-p, org-edit-formulas-map)
435 (org-repeat-re, org-todo-kwd-max-priority)
436 (org-version, org-done-string)
437 (org-table-clean-did-remove-column-1, org-disputed-keys):
438 Remove Variables.
439 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
440 (org-ts-lengths): Constant removed.
441 (org-follow-gnus-link): Don't ask how many articles to read.
442 (org-export-find-first-export-line): Rename from
443 `org-export-find-first-heading'.
444 Use `org-export-skip-text-before-1st-heading'.
445 (org-table-fedit-post-command): Rename from
446 `org-table-edit-formulas-post-command'.
447 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
448 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
449 (org-table-fedit-lisp-indent): Rename from
450 `org-edit-formula-lisp-indent'.
451 (org-table-show-reference): Rename from `org-show-reference'.
452 (org-table-store-formulas): Use `org-table-formula-less-p'.
453 (org-table-edit-formulas): Position cursor to current field equation.
454 (org-update-checkbox-count, org-hide-archived-subtrees)
455 (org-timestamp-up-day, org-timestamp-down-day)
456 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
457 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
458 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
459 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
460 Let `org-on-heading-p' also check for invisible heading.
461 (org-read-date): Match am/pm times.
462 (org-eval-in-calendar): Fix default date in prompt.
463
464 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
465
466 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
467 "ChangeLog.a" entries, giving the latter lower priority.
468
469 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
470
471 * faces.el (face-id): If the argument is a face alias,
472 return the ID of the target face.
473
474 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
475
476 * net/socks.el (top): Remove unnecessary copyright line.
477
478 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
479
480 * longlines.el (longlines-auto-wrap): Handle argument correctly.
481
482 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
483
484 * net/socks.el: New file, taken from w3 repository.
485 (top): Update Copyright. Don't load cl.el.
486 (all): Replace `case' by `cond', `string-to-int' by
487 `string-to-number', and `process-kill-without-query' by
488 `set-process-query-on-exit-flag'.
489 (socks-char-int): Remove defalias and all occurencies.
490
491 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
492
493 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
494 Fix typos in docstrings.
495 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
496 (compilation-finish-function): Fix typo in obsolescence declaration.
497
498 2007-06-03 Sam Steingold <sds@gnu.org>
499
500 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
501 handle unending automatic recompilation of changed files (`omake -P').
502 (compilation-loop): VISITED is now 5th CDR.
503 (compilation-next-error-function): Set TIMESTAMP.
504
505 2007-06-03 Sam Steingold <sds@gnu.org>
506
507 * files.el (kill-buffer-ask): New function.
508 (kill-some-buffers): Use it.
509 (kill-matching-buffers): New user command.
510
511 2007-06-01 David Kastrup <dak@gnu.org>
512
513 * dired.el (dired-recursive-deletes, dired-recursive-copies):
514 Change default to `top'.
515
516 2007-05-31 Richard Stallman <rms@gnu.org>
517
518 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
519
520 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
521
522 * textmodes/css-mode.el: New file.
523
524 2007-05-30 Michael Olson <mwolson@gnu.org>
525
526 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
527 died and we are trying to send a signal to it. The program using
528 tq.el should periodically check to see whether the process has
529 died and react appropriately -- this is not the responsibility of
530 tq.el, and is consistent with the rest of the tq.el source code.
531
532 2007-05-29 Martin Rudalics <rudalics@gmx.at>
533
534 * textmodes/table.el (table--point-entered-cell-function)
535 (table--point-left-cell-function):
536 Bind `inhibit-point-motion-hooks' to t.
537
538 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
539
540 * emacs-lisp/rx.el (rx): Doc fix.
541
542 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
543
544 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
545
546 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
547
548 Sync with Tramp 2.0.56.
549
550 * net/tramp.el:
551 * net/tramp-ftp.el:
552 * net/tramp-smb.el:
553 * net/tramp-util.el:
554 * net/tramp-vc.el:
555 Don't load cl.el, because that pollutes the namespace. Replace cl
556 macros by their implementations where necessary. Requested by
557 Richard Stallman <rms@gnu.org>.
558
559 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
560 doesn't exist.
561 (with-parsed-tramp-file-name): Protect debug spec during compilation.
562 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
563 (tramp-file-name-p, tramp-file-name-multi-method)
564 (tramp-file-name-method, tramp-file-name-user)
565 (tramp-file-name-host, tramp-file-name-localname): New defuns,
566 replacing defstruct `tramp-file-name'.
567 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
568 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
569 Apply `vector' instead of `make-tramp-file-name'.
570 (tramp-handle-make-auto-save-file-name):
571 Apply `tramp-temporary-file-directory' for compatibility reasons.
572 (tramp-completion-mode): Use `natnump' instead of `wholenump'
573 because of XEmacs.
574 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
575 started.
576
577 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
578
579 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
580
581 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
582
583 * log-edit.el (log-edit-changelog-paragraph): Return point-max
584 as the end of the ChangeLog paragraph when it ends without a line
585 termination.
586
587 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
588
589 * net/webjump.el (webjump-sample-sites):
590 Add simple Wikipedia query.
591
592 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
593
594 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
595 compatibiity code.
596
597 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
598 (copyright-update-year): Use it.
599
600 * edmacro.el (edmacro-format-keys): Use current-active-maps.
601
602 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
603 Add indentation and debugging info. Fix up comment convention.
604
605 * cus-dep.el (custom-make-dependencies): Simplify.
606
607 * composite.el (compose-region, decompose-region):
608 Use inhibit-read-only and restore-buffer-modified-p.
609
610 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
611 (xterm-mouse-event): Use it.
612
613 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
614
615 * bs.el (bs-cycle-previous): Don't modify the cycle list until
616 `switch-to-buffer' has returned succesfully.
617 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
618 window is dedicated (it could iconify the frame).
619
620 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
621
622 * vc-hooks.el (vc-find-root): Fix file attribute test.
623
624 2007-05-24 Richard Stallman <rms@gnu.org>
625
626 * textmodes/flyspell.el (flyspell-correct-word-before-point):
627 Don't let opoint be nil.
628 (flyspell-emacs-popup): Explicit error if no dialogs.
629
630 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
631
632 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
633 (image-next-line, image-previous-line, image-scroll-up)
634 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
635 New functions.
636 (image-mode-map): Remap motion commands.
637 (image-mode-text-map): New keymap for viewing images as text.
638 (image-mode): Use image-mode-map.
639 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
640
641 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 * textmodes/fill.el (canonically-space-region): Make the second arg
644 a marker if it's not already the case.
645
646 2007-05-23 Eli Zaretskii <eliz@gnu.org>
647
648 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
649 (tar-get-descriptor): Handle type 55, an extended pax header.
650
651 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
652
653 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
654 to confuse outline-minor-mode.
655
656 2007-05-23 Eli Zaretskii <eliz@gnu.org>
657
658 * tar-mode.el (tar-file-name-handler): New function.
659 (tar-extract): Bind file-name-handler-alist to it to force
660 find-buffer-file-type-coding-system behave as if the file being
661 extracted existed. Use last-coding-system-used to force
662 buffer-file-coding-system to what decode-coding-region actually
663 used to decode the file.
664
665 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
666
667 * progmodes/compile.el (compilation-handle-exit):
668 `compilation-finish-function' may change the current buffer.
669
670 2007-05-22 Richard Stallman <rms@gnu.org>
671
672 * files.el (set-auto-mode): Doc fix.
673
674 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
675
676 * help-fns.el (find-source-lisp-file): New function.
677 (describe-function-1): Use find-source-lisp-file to find source
678 file in compile tree.
679
680 2007-05-22 Eli Zaretskii <eliz@gnu.org>
681
682 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
683
684 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
685
686 * emacs-lisp/easy-mmode.el (define-minor-mode)
687 (easy-mmode-define-navigation): Fix typos in docstrings.
688
689 2007-05-22 Glenn Morris <rgm@gnu.org>
690
691 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
692
693 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
694
695 * mail/mail-extr.el (mail-extract-address-components):
696 Recognize non-ASCII characters except for NBSP as words.
697
698 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
699
700 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
701 (rcirc-print): Handle `window-width'.
702 (rcirc-buffer-maximum-lines): Doc fix.
703
704 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
705
706 * image-mode.el (image-toggle-display): Don't clear image cache.
707 Only use filename in image spec if the file is readable.
708 Call image-refresh.
709
710 * image.el (image-type-from-file-name, image-type): Simplify.
711 (image-type-auto-detected-p): Don't scan auto-mode-alist.
712
713 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
714 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
715
716 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
717
718 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
719 is an error.
720
721 * term/linux.el (terminal-init-linux): Don't signal an error
722 if gpm isn't running.
723
724 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
725
726 * t-mouse.el: Reduce to a minor-mode macro call.
727 (t-mouse-mode): Remove the lighter.
728
729 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
730
731 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
732
733 * files.el (auto-mode-alist): Change the regexp so that
734 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
735
736 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
737
738 * Version 22.1 released.
739
740 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
741
742 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
743 changes.
744
745 2007-05-19 Kevin Ryde <user42@zip.com.au>
746
747 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
748
749 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
750
751 * textmodes/sgml-mode.el: Revert last change.
752
753 2007-05-18 Richard Stallman <rms@gnu.org>
754
755 * simple.el (push-mark): Doc fix.
756
757 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
758
759 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
760 tpu-global-map.
761 (tpu-original-global-map): Variable deleted.
762 (tpu-control-keys-map): New keymap variable.
763 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
764 setting keymapping directly.
765 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
766 tpu-global-map.
767 (tpu-edt-on): Activate the tpu-global-map.
768 (tpu-edt-off): Deactivate the tpu-global-map.
769
770 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
771
772 * textmodes/ispell.el (ispell-get-word): Return markers
773 for start and end positions.
774 (ispell-word): Assume END is a marker.
775
776 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
777
778 * printing.el: Group together all XEmacs/Emacs definitions.
779 (pr-version): New version 6.9.
780 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
781 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
782 (pr-menu-bind): Fix code.
783 (pr-e-frame-char-height, pr-e-frame-char-width)
784 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
785 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
786 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
787 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
788 (pr-x-event-y-pixel): Aliases eliminated.
789 (pr-xemacs-global-menubar): Macro moved.
790 (current-menubar, current-mouse-event, zmacs-region-stays)
791 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
792 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
793 Vars moved.
794 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
795 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
796 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
797 (pr-menu-set-utility-title, pr-even-or-odd-pages)
798 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
799 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
800 moved.
801
802 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
803
804 * textmodes/sgml-mode.el (sgml-tag):
805 Fix bug: Call sgml-transformation-function.
806
807 2007-05-17 Martin Rudalics <rudalics@gmx.at>
808
809 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
810 modified flag of buffer. Use `inhibit-modification-hooks'.
811
812 2007-05-16 Richard Stallman <rms@gnu.org>
813
814 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
815
816 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
817
818 * files.el (magic-mode-alist, magic-fallback-mode-alist):
819 Move the *ml, Postscript, and XmCD entries to the fallback part.
820
821 * files.el (magic-fallback-mode-alist):
822 Rename from file-start-mode-alist.
823
824 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
825
826 * progmodes/compile.el (compilation-handle-exit): Quote first
827 argument of `run-hook-with-args'.
828
829 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
830
831 * buff-menu.el (Buffer-menu-sort-column):
832 * dabbrev.el (dabbrev-upcase-means-case-search):
833 * dired.el (dired-recursive-deletes, dired-recursive-copies):
834 * info.el (Info-current-subfile):
835 * ls-lisp.el (ls-lisp-verbosity):
836 * msb.el (msb-menu-cond):
837 * pcvs.el (cvs-dired-use-hook):
838 * simple.el (set-mark-command-repeat-pop):
839 * time.el (display-time-24hr-format, display-time-mail-file):
840 Doc fixes.
841
842 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
843 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
844
845 * view.el (view-inhibit-help-message): Fix typo in docstring.
846 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
847
848 2007-05-16 Martin Rudalics <rudalics@gmx.at>
849
850 * textmodes/ispell.el (ispell-start-process): Defend against bad
851 default-directory.
852
853 2007-05-14 Eli Zaretskii <eliz@gnu.org>
854
855 * mail/rmail.el (rmail-convert-to-babyl-format): Check
856 content-transfer-encoding _last_, because it's its position that
857 we need as value of base64-header-field-end.
858
859 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
860
861 * files.el (mode-require-final-newline, require-final-newline)
862 (enable-local-variables, enable-local-eval): Doc fixes.
863
864 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
865
866 * ps-print.el: Use default color when foreground or background color
867 are unspecified. Reported by Leo <sdl.web@gmail.com>.
868 (ps-print-version): New version 6.7.4.
869 (ps-rgb-color): New argument. Use default color when color is
870 unspecified.
871 (ps-begin-job): Fix code.
872
873 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
874
875 * longlines.el (longlines-mode): Make longlines-auto-wrap
876 buffer-local. Add hooks unconditionally.
877 (longlines-auto-wrap): Toggle wrapping.
878 (longlines-after-change-function)
879 (longlines-post-command-function): Check longlines-auto-wrap.
880
881 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
882
883 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
884 (xterm-mouse-translate): Use it.
885
886 2007-05-10 Richard Stallman <rms@gnu.org>
887
888 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
889 (iso-cvt-write-only): Likewise.
890
891 * emacs-lisp/easy-mmode.el (define-minor-mode):
892 Fix generated doc string.
893
894 * startup.el (fancy-splash-text): Add URL of guided tour.
895 Adjust horizontal and vertical whitespace.
896
897 * progmodes/compile.el (compilation-handle-exit):
898 Use run-hook-with-args to run compilation-finish-functions.
899
900 * files.el (file-start-mode-alist): New variable.
901 (magic-mode-regexp-match-limit): Doc fix.
902 (set-auto-mode): Handle file-start-mode-alist.
903 A little cleanup of structure.
904
905 * dabbrev.el (dabbrev-eliminate-newlines):
906 Renamed from dabbrev--eliminate-newlines. All uses changed.
907
908 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
909
910 * man.el (Man-next-section): Don't consider the last line of the page
911 as being part of any section.
912
913 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
916 can take any number of values.
917
918 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
919
920 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
921 to the list of citation commands.
922
923 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
924
925 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
926
927 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
928
929 * progmodes/python.el (python-font-lock-keywords)
930 (python-open-block-statement-p, python-mode): Add support for the new
931 "with" keyword.
932
933 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
934
935 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
936 the exact opposite of diff-goto-source.
937
938 * emacs-lisp/advice.el (ad-special-forms): Remove.
939 (ad-special-form-p): Use subr-arity.
940
941 * newcomment.el (comment-search-forward): Make sure we search forward.
942 (comment-enter-backward): Try and distinguish the non-matching case at
943 EOB from the non-matching case with a missing comment-end-skip for
944 a 2-char comment ender.
945 (comment-choose-indent): New function extracted from comment-indent.
946 Improve the alignment algorithm.
947 (comment-indent): Use it.
948
949 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
950 XML style Processing Instructions.
951 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
952 (sgml-calculate-indent): Handle `pi' context.
953
954 * vc.el: Ensure that update-changelog issues an error when used with
955 a backend that does not implement it.
956 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
957 Remove `backend' argument. Use expand-file-name.
958 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
959
960 * progmodes/python.el (python-end-of-block): Revert last change.
961 (python-end-of-statement): Make sure we move *forward*.
962
963 2007-05-08 Richard Stallman <rms@gnu.org>
964
965 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
966 Don't include non-self-insert commands in the exception for `-'.
967
968 2007-05-08 David Reitter <david.reitter@gmail.com>
969
970 * progmodes/python.el (python-guess-indent): Check non-nullness
971 before comparing indent against the 2..8 interval.
972
973 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
974
975 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
976 available.
977
978 2007-05-06 Richard Stallman <rms@gnu.org>
979
980 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
981
982 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
983
984 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
985 rather than storing their value in the revert-buffer function.
986
987 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
988
989 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
990 when disabling t-mouse-mode.
991
992 2007-05-01 Davis Herring <herring@lanl.gov>
993
994 * calendar/timeclock.el: Update version number.
995 (timeclock-modeline-display): Mention timeclock-use-display-time
996 in explanatory message.
997 (timeclock-in): Fix non-interactive workday specifications.
998 (timeclock-log): Don't kill the log buffer if it already existed.
999 Suppress warnings when finding the log. Don't check for a nil
1000 project twice. Run hooks after killing the buffer (if applicable).
1001 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1002 was geometric). All uses changed.
1003 (timeclock-generate-report): Support prefix argument.
1004
1005 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
1006
1007 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1008 disconnections.
1009
1010 2007-05-01 Romain Francoise <romain@orebokech.com>
1011
1012 * dired-x.el: Revert 2007-04-06 change.
1013
1014 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
1015
1016 * find-dired.el (find-dired-filter): Propertize all text down to eob.
1017
1018 2007-04-29 Richard Stallman <rms@gnu.org>
1019
1020 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1021
1022 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1023
1024 * progmodes/cc-mode.el (c-before-change): Use point-min rather
1025 than 1.
1026
1027 2007-04-28 Richard Stallman <rms@gnu.org>
1028
1029 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1030
1031 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
1032
1033 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1034 don't put stop on toolbar.
1035
1036 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1037
1038 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1039
1040 2007-04-28 Eli Zaretskii <eliz@gnu.org>
1041
1042 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1043 instead of $(lisp)/mh-e.
1044
1045 2007-04-28 Glenn Morris <rgm@gnu.org>
1046
1047 * image-dired.el (image-dired-cmd-create-thumbnail-options)
1048 (image-dired-cmd-create-temp-image-options): Replace option
1049 +profile "*" with -strip.
1050
1051 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
1052
1053 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1054 Use window-start and window-end.
1055
1056 2007-04-27 Andreas Schwab <schwab@suse.de>
1057
1058 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1059
1060 2007-04-27 Eli Zaretskii <eliz@gnu.org>
1061
1062 * textmodes/fill.el (fill-paragraph): Doc fix.
1063
1064 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
1065
1066 * locate.el (locate-in-alternate-database): Doc fix.
1067
1068 2007-04-26 Glenn Morris <rgm@gnu.org>
1069
1070 * button.el (button): Use underline if supported, else fall back
1071 to color.
1072
1073 * version.el (emacs-version): Increase to 22.1.50.
1074
1075 2007-04-25 Richard Stallman <rms@gnu.org>
1076
1077 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
1078
1079 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
1080
1081 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
1082 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
1083 pushing mark.
1084 (idlwave-current-routine): Don't push mark.
1085
1086 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
1087
1088 * image-dired.el (image-dired-display-image): Derive image-type from
1089 filename rather than assuming jpeg, in case no resizing was needed.
1090
1091 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1092
1093 * custom.el (defface): Doc fix.
1094
1095 See ChangeLog.12 for earlier changes.
1096
1097 ;; Local Variables:
1098 ;; coding: iso-2022-7bit
1099 ;; add-log-time-zone-rule: t
1100 ;; End:
1101
1102 Copyright (C) 2007 Free Software Foundation, Inc.
1103
1104 This file is part of GNU Emacs.
1105
1106 GNU Emacs is free software; you can redistribute it and/or modify
1107 it under the terms of the GNU General Public License as published by
1108 the Free Software Foundation; either version 2, or (at your option)
1109 any later version.
1110
1111 GNU Emacs is distributed in the hope that it will be useful,
1112 but WITHOUT ANY WARRANTY; without even the implied warranty of
1113 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1114 GNU General Public License for more details.
1115
1116 You should have received a copy of the GNU General Public License
1117 along with GNU Emacs; see the file COPYING. If not, write to the
1118 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
1119 Boston, MA 02110-1301, USA.
1120
1121 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af