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