(vc-ignore-vc-files, vc-master-templates, vc-header-alist):
[bpt/emacs.git] / lisp / ChangeLog
1 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
4 is not better anyway.
5
6 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7
8 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
9 properly.
10
11 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12
13 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
14 (python-use-skeletons): Remove, unused.
15 (python-skeletons): Remove. Use the abbrev table instead.
16 (python-mode-abbrev-table): Fix regexp; add enable-function and case-fixed.
17 (def-python-skeleton): Simplify.
18 (python-expand-template): Use the abbrev-table and abbrev-insert.
19 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
20 Remove.
21 (python-mode): Don't set pre-abbrev-expand-hook.
22
23 * skeleton.el: Set coding-tag.
24
25 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
26 (expand-abbrev): Use it.
27 (abbrev-table-menu): New function.
28
29 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
30
31 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
32
33 2008-04-17 Sam Steingold <sds@gnu.org>
34
35 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
36 idiosyncratic bury-buffer/delete-window logic.
37
38 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
39
40 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
41 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
42
43 2008-04-17 Kenichi Handa <handa@m17n.org>
44
45 * international/characters.el: Don't make the width of U+00AD to 0.
46
47 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
48
49 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
50 (gdb, gdb-starting, gdb-frames-mode): Use it.
51 (gdb-invalidate-frames): Advise to call "info stack" only if
52 execution has occurred.
53 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
54 selected frame if no execution has occurred.
55 (gdb-frames-force-update): New interactive function.
56 (gdb-frames-mode-map): Bind it to "F".
57
58 2008-04-17 Michael Olson <mwolson@gnu.org>
59
60 * textmodes/remember.el (remember-version): Release Remember 2.0.
61
62 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
63
64 * textmodes/artist.el:
65 * progmodes/vhdl-mode.el:
66 * progmodes/verilog-mode.el:
67 * progmodes/vera-mode.el:
68 * progmodes/simula.el:
69 * progmodes/ps-mode.el:
70 * progmodes/cmacexp.el:
71 * obsolete/hilit19.el:
72 * emulation/viper.el:
73 * ediff.el: Cleanup the bug-report email addresses and make sure the
74 maintainer is still willing to handle bug reports.
75
76 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
77
78 * vc.el (vc-dir-kill-query): Fix thinko.
79
80 2008-04-16 Glenn Morris <rgm@gnu.org>
81
82 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
83 by diary-sexp-entry.
84
85 2008-04-16 Markus Triska <markus.triska@gmx.at>
86
87 * proced.el (proced-command-alist): Add support for darwin.
88
89 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
90
91 * proced.el (proced-mode): Redefine as just the major-mode.
92 (proced): Separate it from proced-mode.
93
94 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
95
96 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
97
98 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
99 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
100 `tab-width' setting from user. New version 10.0. Doc and docstring
101 fix.
102 (whitespace-style, whitespace-chars): Remove options.
103 (whitespace-style-mark): New option, replace whitespace-style deleted
104 option. Fix docstring.
105 (whitespace-style-color): New option, replace whitespace-chars deleted
106 option. Fix docstring.
107 (whitespace-space, whitespace-hspace, whitespace-tab)
108 (whitespace-newline, whitespace-trailing, whitespace-line)
109 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
110 (whitespace-space-after-tab, whitespace-hspace-regexp)
111 (whitespace-space-regexp, whitespace-tab-regexp)
112 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
113 (whitespace-empty-at-eob-regexp, whitespace-line-column)
114 (whitespace-toggle-option-alist): Fix docstring.
115 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
116 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
117 docstring and initialization.
118 (global-whitespace-mode): Autoloaded global minor mode.
119 (whitespace-chars-value-list, whitespace-style-value-list)
120 (whitespace-active-chars, whitespace-active-style)
121 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
122 (whitespace-color-value-list): New var, replace
123 whitespace-chars-value-list removed var.
124 (whitespace-mark-value-list): New var, replace
125 whitespace-style-value-list removed var.
126 (whitespace-active-color): New var, replace whitespace-active-chars
127 removed var.
128 (whitespace-active-mark): New var, replace whitespace-active-style
129 removed var.
130 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
131 removed var.
132 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
133 removed var.
134 (whitespace-toggle-option-alist, whitespace-report-list)
135 (whitespace-report-text, whitespace-help-text): Fix initialization.
136 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
137 (whitespace-toggle-options, global-whitespace-toggle-options)
138 (whitespace-cleanup-region, whitespace-report-region)
139 (whitespace-interactive-char): Fix docstring and code.
140 (whitespace-cleanup, whitespace-report): Fix docstring.
141 (whitespace-replace-spaces-by-tabs): Remove fun.
142 (whitespace-replace-action): New fun, replace
143 whitespace-replace-spaces-by-tabs removed fun.
144 (whitespace-regexp, whitespace-indentation-regexp)
145 (whitespace-space-after-tab-regexp, whitespace-insert-value)
146 (whitespace-kill-buffer): New funs.
147 (whitespace-insert-option-mark, whitespace-help-on)
148 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
149 (whitespace-color-on, whitespace-color-off)
150 (whitespace-display-char-on): Fix code.
151
152 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
153
154 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
155 (mouse-throw-magnifier-with-mouse-movement): Remove.
156 (mouse-throw-magnifier-base): New const.
157 (mouse-drag-scroll-delta): New fun.
158 (mouse-drag-throw): Use it.
159
160 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
161
162 * international/uni-bidi.el, international/uni-category.el:
163 * international/uni-combining.el, international/uni-comment.el:
164 * international/uni-decimal.el, international/uni-decomposition.el:
165 * international/uni-digit.el, international/uni-lowercase.el:
166 * international/uni-mirrored.el, international/uni-name.el:
167 * international/uni-numeric.el, international/uni-old-name.el:
168 * international/uni-titlecase.el, international/uni-uppercase.el:
169 * international/charprop.el: Regenerate.
170
171 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
172
173 * vc.el (vc-status-fileinfo): Add new member directoryp.
174 (vc-default-status-printer): Print directories.
175 (vc-status-update): Sort files before subdirectories.
176
177 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
178 Add alternative implementation based on "cvs update".
179
180 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
181
182 * doc-view.el: Changed requirements section to tell that only one
183 of dvipdf or dvipdfm is needed.
184 (doc-view-already-converted-p): Fix bug that forced reconversion
185 if doc was already converted.
186
187 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
188
189 * minibuffer.el (minibuffer-message):
190 Make sure we can put-text-property.
191
192 * emacs-lisp/crm.el: Complete rewrite.
193
194 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
195 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
196 case of an error in display-completion-list.
197
198 * filecache.el (file-cache-completions-keymap): Move init from
199 file-cache-completion-setup-function into declaration.
200 (file-cache-minibuffer-complete): Simplify.
201 (file-cache-completion-setup-function): Use standard-output,
202 preserve current-buffer.
203
204 * vc.el (vc-status-update): Fix typo.
205 (vc-status-update): Set needs-update.
206 (vc-status-refresh): η-reduce.
207
208 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
209
210 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
211 to image-eol.
212
213 2008-04-14 Alexandre Julliard <julliard@winehq.org>
214
215 * vc.el (vc-status-update): Undo the previous revert.
216
217 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * minibuffer.el (completion-table-with-terminator): Those completions
220 are never valid w.r.t test-completion.
221 (completion--file-name-table):
222 Check completion-all-completions-with-base-size.
223
224 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
225
226 * doc-view.el (doc-view-dvipdf-program): New variable.
227 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
228 (doc-view-mode-p): Check for doc-view-dvipdf-program as
229 alternative for doc-view-dvipdfm-program.
230 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
231
232 * doc-view.el (doc-view-start-process): Don't set
233 default-directory to "~/" if the current value is valid.
234 This broke PS files that run other files in the same directory.
235
236 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
237
238 * vc.el (vc-status-kill-query): New function.
239 (vc-status-mode): Add it to kill-buffer-query-functions.
240 (vc-status-show-fileentry): New function.
241 (vc-status-menu-map): Bind it. Bind vc-next-action.
242
243 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
244
245 * minibuffer.el (minibuffer-message): Put cursor at the right place.
246
247 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
248
249 * proced.el (proced-send-signal): Fix error recognition.
250
251 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
252
253 * proced.el (proced-command-alist): Remove sort column.
254 (proced-command, proced-procname-column):
255 Use make-variable-buffer-local.
256 (proced-signal-function): Rename from proced-kill-program.
257 Allow for elisp symbols and string values representing system calls.
258 (proced-marker-regexp, proced-success-message): New functions.
259 (proced): Use defalias. Add autoload cookie.
260 (proced-unmark-backward, proced-toggle-marks)
261 (proced-hide-processes): New commands.
262 (proced-do-mark): Simplify code.
263 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
264 (proced-update): Remove sorting.
265 (proced-send-signal): Display number of processes to operate on.
266 Allow for system calls or elisp functions to send signals.
267 Check if signal was sent successfully.
268
269 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
270
271 * minibuffer.el (completion-all-completion-with-base-size): New var.
272 (completion--some): New function.
273 (completion-table-with-context, completion--file-name-table):
274 Return the base-size if requested.
275 (completion-table-in-turn): Generalize to multiple arguments.
276 (complete-in-turn): Compatibility alias.
277 (completion-styles-alist): New var.
278 (completion-styles): New customization.
279 (minibuffer-try-completion, minibuffer-all-completions):
280 New functions.
281 (minibuffer--do-completion, minibuffer-complete-and-exit)
282 (minibuffer-try-word-completion): Use them.
283 (display-completion-list, minibuffer-completion-help): Use them.
284 Handle all-completions's new base-size info to set completion-base-size.
285 * info.el (Info-read-node-name-1): Use completion-table-with-context,
286 completion-table-with-terminator and complete-with-action.
287 Remove the now obsolete completion-base-size-function property.
288 * simple.el (completion-list-mode-map): Move init into declaration.
289 (completion-list-mode): Use define-derived-mode.
290 (completion-setup-function): Use any completion-base-size that may
291 have been set before. Remove handling of completion-base-size-function.
292 * loadup.el: Move abbrev.el up earlier.
293
294 2008-04-13 Alexandre Julliard <julliard@winehq.org>
295
296 * vc-git.el (vc-git-after-dir-status-stage)
297 (vc-git-dir-status-goto-stage): New functions.
298 (vc-git-after-dir-status-stage1)
299 (vc-git-after-dir-status-stage1-empty-db)
300 (vc-git-after-dir-status-stage2): Remove, functionality moved
301 into the new generic stage functions.
302 (vc-git-dir-status-files): New function.
303
304 * vc.el (vc-status-update): Revert an incorrect rewrite. Add some
305 comments.
306 (vc-status-refresh-files): New function.
307 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
308 state of up-to-date files.
309 (vc-default-dir-status-files): New function.
310
311 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
312
313 * minibuffer.el (completion--embedded-envvar-table)
314 (read-file-name-internal): Fix typos in 2008-04-11 change.
315
316 * faces.el (read-face-name): Use `completion-table-in-turn',
317 not `complete-in-turn'.
318
319 2008-04-13 Andreas Schwab <schwab@suse.de>
320
321 * progmodes/etags.el: Require 'cl when compiling.
322
323 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
324
325 * progmodes/gud.el (gud-menu-map): Expand tooltip.
326
327 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
328 (menu): Add/expand menu tooltips.
329
330 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
331
332 * progmodes/sh-script.el (sh-show-indent): Fix typo.
333 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
334
335 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
336 considered registered.
337
338 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
339
340 * emacs-lisp/copyright.el (copyright-update-directory): New command.
341
342 * ediff-wind.el (ediff-split-window-function)
343 (ediff-merge-split-window-function): Improve custom type.
344
345 2008-04-12 Eli Zaretskii <eliz@gnu.org>
346
347 * loadup.el ("minibuffer"): Move after "faces".
348
349 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
350
351 * progmodes/hideif.el (hif-factor): Handle unary minus.
352
353 2008-04-12 Glenn Morris <rgm@gnu.org>
354
355 * calendar/cal-china.el (chinese-calendar-time-zone):
356 Mark obsolete name as risky too.
357
358 * calendar/calendar.el (calendar-faces): New custom group.
359 (calendar-today, diary, holiday): Doc fix.
360 Move to calendar-faces group.
361 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
362 (diary-button): Doc fix. Move to calendar-faces group.
363
364 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
365 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
366 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
367 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
368 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
369 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
370 not in dumped files before the associated defcustom.
371
372 2008-04-11 Johan Bockgård <bojohan@gnu.org>
373
374 * minibuffer.el (lazy-completion-table): Fix debug spec.
375
376 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
377
378 * minibuffer.el (complete-with-action, lazy-completion-table):
379 Move from subr.el.
380 (apply-partially, completion-table-dynamic)
381 (completion-table-with-context, completion-table-with-terminator)
382 (completion-table-in-turn): New funs.
383 (completion--make-envvar-table, completion--embedded-envvar-table):
384 New funs.
385 (read-file-name-internal): Use them.
386 (completion-setup-hook): Move from simple.el.
387 * subr.el (complete-with-action, lazy-completion-table):
388 * simple.el (completion-setup-hook): Move to minibuffer.el.
389
390 2008-04-11 Glenn Morris <rgm@gnu.org>
391
392 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
393
394 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
397
398 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
399
400 * textmodes/fill.el (fill-forward-paragraph-function): New var.
401 (fill-forward-paragraph): New fun.
402 (fill-paragraph, fill-region): Use it.
403
404 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
405 (vc-status-create-fileinfo): Make `extra' optional.
406 (vc-status-busy): New fun.
407 (vc-status-menu-map): Use it.
408 (vc-status-crt-marked): Remove.
409 (vc-status-update): Rename from vc-status-add-entries.
410 Add argument so as to prevent addition of entries. Rewrite.
411 (vc-update-vc-status-buffer): Remove.
412 (vc-status-refresh): Don't remove old entries, set them to
413 up-to-date instead. Also do it after the update is complete.
414 (vc-status-marked-files): η-reduce.
415
416 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
417 for non-dialogs.
418
419 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
420
421 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
422
423 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
424
425 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
426 to t and don't truncate msg.
427
428 2008-04-11 Glenn Morris <rgm@gnu.org>
429
430 * calendar/calendar.el (diary, holidays):
431 Move custom groups to other files.
432 (holiday-general-holidays, holiday-oriental-holidays)
433 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
434 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
435 (holiday-hebrew-holidays, holiday-christian-holidays)
436 (holiday-islamic-holidays, holiday-bahai-holidays)
437 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
438 * calendar/diary-lib.el: Move custom group here from calendar.el.
439 * calendar/holidays-lib.el: Move custom group and variables here
440 from calendar.el.
441
442 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
443
444 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
445 Fix custom group.
446 (calendar-current-time-zone-cache): Autoload riskiness.
447
448 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
449
450 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
451
452 * woman.el (woman2-TH): Use string-equal instead of string-match.
453
454 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
455
456 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
457 (smerge-resolve): Merge the "2-way refinement" case with one half of
458 the "mere whitespace" resolution.
459
460 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
461
462 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
463
464 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
465
466 * subr.el (assoc-ignore-case, assoc-ignore-representation):
467 Add WHEN to obsolescence declaration.
468
469 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
470
471 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
472
473 * vc-hooks.el (vc-state): Add new state `conflict'.
474 (vc-after-save): Use when not if.
475 (vc-default-mode-line-string): Deal with the conflict state.
476 (vc-prefix-map):
477 (vc-menu-map): Bind vc-status instead of vc-directory.
478
479 * vc.el (vc-editable-p):
480 (vc-default-status-printer):
481 (vc-next-action): Deal with the conflict state.
482 (vc-mark-resolved): New function.
483 (vc-status-mode): Fix mode name.
484 (vc-default-comment-history): Use when not if.
485 (Todo): Add new entries, remove old ones.
486
487 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
488 (vc-cvs-parse-status):
489 (vc-cvs-after-dir-status):
490 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
491 Detect the conflict state.
492
493 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
494
495 2008-04-10 Glenn Morris <rgm@gnu.org>
496
497 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
498 Respect truncate-partial-width-windows in non-full windows,
499 with regards to :toggle and :enable state.
500
501 * simple.el (toggle-truncate-lines): Doc fix.
502
503 * Makefile.in (MH_E_DIR): New variable.
504 (MH_E_SRC): Restore variable removed 2008-03-13.
505 (mh-loaddefs.el): Depend on $MH_E_SRC.
506 (CAL_DIR, CAL_SRC): New variables.
507 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
508 Depend on CAL_SRC.
509
510 * calendar/calendar.el (calendar, diary): Add :prefix.
511 (holidays): Change :prefix.
512 (calendar-today, holiday, calendar-holiday-marker)
513 (european-calendar-style): Change custom groups.
514
515 * calendar/calendar.el (diary-hook, diary-display-hook):
516 Move to diary-lib.el.
517 * calendar/diary-lib.el (diary-hook, diary-display-hook):
518 Move here from calendar.el.
519 * calendar/appt.el: Require diary-lib rather than calendar.
520 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
521
522 * calendar/appt.el (appt): Add :prefix.
523
524 * calendar/diary-lib.el (diary-hook): Doc fix.
525 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
526
527 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
528
529 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
530 New functions.
531
532 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
533 the arg to recursive calls.
534
535 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
536
537 * minibuffer.el (completion-auto-help): Fix typo.
538
539 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
540
541 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
542
543 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
544
545 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
546 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
547
548 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
549
550 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
551
552 * minibuffer.el (minibuffer): Move group from cus-edit.el.
553 (completion-auto-help): Move from C code.
554 (minibuffer--maybe-completion-help): Remove.
555 (minibuffer--bitset): New function.
556 (minibuffer--do-completion): Rename from minibuffer-do-completion.
557 Renumber a bit. Really complete on string *before* point.
558 Add argument used for word-completion.
559 Join trailing / in completion with following text, as done in
560 minibuffer-complete-word.
561 Handle new value `lazy' for completion-auto-help.
562 (minibuffer-try-word-completion): New function extracted from
563 minibuffer-complete-word.
564 (minibuffer-complete-word): Use minibuffer--do-completion.
565 (minibuffer--insert-strings): Rename from
566 minibuffer-complete-insert-strings.
567 (exit-minibuffer): Fix typo.
568 * cus-edit.el (minibuffer): Move group to minibuffer.el.
569 * cus-start.el: Remove completion-auto-help.
570
571 2008-04-09 Alexandre Julliard <julliard@winehq.org>
572
573 * vc.el (vc-status-add-entries): New function.
574 (vc-status-add-entry): Remove.
575 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
576 Use vc-status-add-entries.
577
578 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
579 order.
580
581 2008-04-09 Jason Rumney <jasonr@gnu.org>
582
583 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
584 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
585 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
586 (AUTOGENEL): New variable.
587 (distclean, maintainer-clean): New targets.
588
589 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
590
591 * emacs-lisp/regexp-opt.el (regexp-opt):
592 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
593
594 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
595
596 * nxml/nxml-mode.el (nxml-cleanup): New function.
597 (nxml-mode): Add it to change-major-mode-hook.
598
599 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
600
601 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
602
603 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
604
605 * calc/.cvsignore: New file.
606
607 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
608
609 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
610
611 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
612 show-help-function when turning tooltip off.
613 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
614 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
615
616 2008-04-09 Alan Mackenzie <acm@muc.de>
617
618 * font-lock.el (font-lock-extend-after-change-region-function):
619 Make it buffer local.
620
621 2008-04-09 Glenn Morris <rgm@gnu.org>
622
623 * calendar/calendar.el (diary-file, european-calendar-style):
624 Remove autoload cookies.
625
626 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
627
628 * outline.el (outline-mode-menu-bar-map):
629 * log-view.el (log-view-mode-menu):
630 * log-edit.el (log-edit-menu): Add :help.
631
632 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
633
634 * emacs-lisp/regexp-opt.el (regexp-opt-group):
635 Use substring-no-properties for correct handling of unibyte strings.
636
637 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
638
639 * add-log.el (change-log-next-buffer): Handle the case where version<
640 signals an error.
641
642 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
643 mouse-major-mode-menu.
644 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
645 (mouse-major-mode-menu, mouse-popup-menubar)
646 (mouse-popup-menubar-stuff): Use them.
647 (C-down-mouse-3): Bind to a dynamic map rather than to
648 mouse-popup-menubar-stuff.
649
650 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
651 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
652
653 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
654
655 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
656 file:// access method.
657
658 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
659
660 * minibuffer.el: New file.
661 * loadup.el: Load it.
662
663 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
664
665 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
666 rather than subdirs.el. It introduces an ugly circular dependency, tho.
667
668 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
669 (calc-mode-map, calc-digit-map, calc-dispatch-map):
670 Move initialization into declaration.
671 * calc/calc-yank.el:
672 * calc/calc-misc.el:
673 * calc/calc-embed.el:
674 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
675
676 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
677
678 * ps-samp.el (ps-add-printer, ps-remove-printer)
679 (ps-make-dynamic-printer-menu): New functions.
680
681 * net/zeroconf.el: New file.
682
683 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
684
685 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
686
687 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
688
689 * vc-rcs.el (vc-rcs-modify-change-comment):
690 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
691
692 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
693
694 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
695
696 * international/mule-cmds.el (set-locale-environment): Don't warn if
697 coding system doesn't agree with system locale (this reverts changes
698 by Dave Love, dated 2002-10-27 and 2002-10-09).
699
700 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
701 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
702
703 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
704
705 2008-04-08 Glenn Morris <rgm@gnu.org>
706
707 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
708 * textmodes/remember.el (remember-diary-convert-entry):
709 Require calendar.
710
711 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
712 diary-file, since it is the default for make-diary-entry anyway.
713
714 * calendar/cal-menu.el (cal-menu-event-to-date):
715 Rename calendar-event-to-date. Update callers.
716 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
717 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
718 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
719 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
720 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
721 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
722 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
723 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
724 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
725 (calendar-mouse-tex-month-landscape):
726 Rename cal-tex-mouse-month-landscape.
727 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
728 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
729 (calendar-mouse-tex-year-landscape):
730 Rename cal-tex-mouse-year-landscape.
731 (cal-menu-context-mouse-menu): Update for above name changes.
732
733 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
734 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
735 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
736 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
737 * calendar/holidays.el: Replace int-to-string with number-to-string.
738
739 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
740
741 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
742 region if point moves.
743
744 2008-04-08 Kenichi Handa <handa@m17n.org>
745
746 * faces.el (font-slant-table): Change numeric values for `r',
747 `roman', and `normal'.
748
749 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
750
751 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
752
753 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
754
755 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
756 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
757
758 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
759
760 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
761 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
762
763 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
764
765 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
766
767 2008-04-07 Sam Steingold <sds@gnu.org>
768
769 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
770 Add helper functions.
771 (lisp-do-defun): Extract the common part of lisp-eval-defun and
772 lisp-compile-defun; DEFVAR forms reset the variables to the init
773 values, just like in emacs-lisp mode eval-defun.
774 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
775 (lisp-compile-region): Use lisp-compile-string.
776
777 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
778
779 * subr.el (combine-and-quote-strings): Also quote strings that contain
780 the separator.
781
782 * pcvs-util.el (cvs-map): Avoid recursion :-(
783
784 2008-04-07 Glenn Morris <rgm@gnu.org>
785
786 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
787
788 * calendar.el (diary-view-entries-initially-flag): Rename
789 view-diary-entries-initially. Keep old name as alias, update users.
790 (calendar-mark-diary-entries-flag): Rename
791 mark-diary-entries-in-calendar. Keep old name as alias, update users.
792 (calendar-view-holidays-initially-flag): Rename
793 view-calendar-holidays-initially. Keep old name as alias, update users.
794 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
795 Keep old name as alias, update users.
796 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
797 Keep old name as alias, update users.
798 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
799 Keep old name as alias, update users.
800 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
801 Keep old name as alias, update users.
802 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
803 (diary-american-date-forms): Rename american-date-diary-pattern.
804 Keep old name as alias, update users.
805 (diary-european-date-forms): Rename european-date-diary-pattern.
806 Keep old name as alias, update users.
807 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
808 Keep old name as alias, update users.
809 (calendar-european-date-display-form): Rename
810 european-calendar-display-form. Keep old name as alias, update users.
811 (calendar-american-date-display-form): Rename
812 european-calendar-display-form. Keep old name as alias, update users.
813 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
814 Keep old name as alias, update users.
815 (holiday-general-holidays): Rename general-holidays.
816 Keep old name as alias, update users.
817 (holiday-oriental-holidays): Rename oriental-holidays.
818 Keep old name as alias, update users.
819 (holiday-local-holidays): Rename local-holidays.
820 Keep old name as alias, update users.
821 (holiday-other-holidays): Rename other-holidays.
822 Keep old name as alias, update users.
823 (holiday-hebrew-holidays): Rename hebrew-holidays.
824 Keep old name as alias, update users.
825 (holiday-christian-holidays): Rename christian-holidays.
826 Keep old name as alias, update users.
827 (holiday-islamic-holidays): Rename islamic-holidays.
828 Keep old name as alias, update users.
829 (holiday-bahai-holidays): Rename bahai-holidays.
830 Keep old name as alias, update users.
831 (holiday-solar-holidays): Rename solar-holidays.
832 Keep old name as alias, update users.
833 (diary-fancy-buffer): Rename fancy-diary-buffer.
834 Keep old name as alias, update users.
835 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
836 Update users.
837 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
838 Update users.
839 (calendar-increment-month): Rename increment-calendar-month.
840 Keep old name as alias, update callers.
841 (calendar-increment-month-cons): Rename old calendar-increment-month.
842 Update callers.
843 (calendar-extract-month): Rename extract-calendar-month.
844 Keep old name as alias, update callers
845 (calendar-extract-day): Rename extract-calendar-day.
846 Keep old name as alias, update callers.
847 (calendar-extract-year): Rename extract-calendar-year.
848 Keep old name as alias, update callers.
849 (calendar-generate-window): Rename generate-calendar-window.
850 Update callers.
851 (calendar-generate): Rename generate-calendar. Update callers.
852 (calendar-generate-month): Rename generate-calendar-month.
853 Update callers.
854 (calendar-redraw): Rename redraw-calendar. Update callers.
855 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
856 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
857 Update callers.
858 (calendar-update-mode-line): Rename update-calendar-mode-line.
859 Update callers.
860 (calendar-exit): Rename exit-calendar. Keep old name as alias,
861 update callers.
862 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
863 Keep old name as alias, update callers.
864 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
865 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
866 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
867 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
868 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
869 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
870 * calendar/solar.el: Update for calendar.el name changes.
871 * org/org.el (org-agenda-format-date-aligned)
872 (org-agenda-execute-calendar-command): Access date elements directly
873 rather than using calendar functions.
874 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
875 Also set calendar-view-diary-initially-flag,
876 calendar-view-holidays-initially-flag
877 (org-get-entries-from-diary): Also set diary-fancy-buffer.
878 (org-agenda-execute-calendar-command): No need to set displayed-day.
879
880 2008-04-06 Alan Mackenzie <acm@muc.de>
881
882 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
883 typo in the doc string.
884
885 * progmodes/cc-mode.el (c-basic-common-init):
886 Set font-lock-extend-after-change-region-function.
887 (c-extend-after-change-region): New function, used in
888 font-lock-extend-after-change-region-function, thus superseding
889 advice on the Font Lock after change functions.
890 (c-advise-fl-for-region): Remove this macro.
891
892 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
893
894 * textmodes/flyspell.el (flyspell-duplicate-distance):
895 Improve custom type.
896
897 2008-04-06 Glenn Morris <rgm@gnu.org>
898
899 * calendar/diary-lib.el (diary-sexp-entry-symbol):
900 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
901 (diary-list-entries-hook): Rename list-diary-entries-hook.
902 Keep old name as alias, update users.
903 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
904 Keep old name as alias, update users.
905 (diary-nongregorian-listing-hook): Rename
906 nongregorian-diary-listing-hook. Keep old name as alias, update users.
907 (diary-nongregorian-marking-hook): Rename
908 nongregorian-diary-marking-hook. Keep old name as alias, update users.
909 (diary-print-entries-hook): Rename print-diary-entries-hook.
910 Keep old name as alias, update users.
911 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
912 Keep old name as alias, update users.
913 (diary-number-of-entries): Rename number-of-diary-entries.
914 Keep old name as alias, update users.
915 (view-diary-entries, list-diary-entries, show-all-diary-entries):
916 Give version of obsolescence.
917 (diary-view-other-diary-entries): Rename view-other-diary-entries.
918 Keep old name as alias, update callers.
919 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
920 update callers.
921 (diary-include-other-diary-files): Rename include-other-diary-files.
922 Keep old name as alias, update callers.
923 (diary-simple-display): Rename simple-diary-display.
924 Keep old name as alias, update callers.
925 (diary-fancy-display): Rename fancy-diary-display.
926 Keep old name as alias, update callers.
927 (diary-print-entries): Rename print-diary-entries.
928 Keep old name as alias, update callers.
929 (diary-marking-entries-flag): Rename marking-diary-entries.
930 Update users.
931 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
932 (diary-mark-entries): Rename mark-diary-entries.
933 Keep old name as alias, update callers.
934 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
935 Keep old name as alias, update callers.
936 (diary-mark-included-diary-files): Rename mark-included-diary-files.
937 Keep old name as alias, update callers.
938 (calendar-mark-days-named): Rename mark-calendar-days-named.
939 Keep old name as alias, update callers.
940 (calendar-mark-month): Rename mark-calendar-month.
941 Keep old name as alias, update callers.
942 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
943 Keep old name as alias, update callers.
944 (diary-sort-entries): Rename sort-diary-entries.
945 Keep old name as alias, update callers.
946 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
947 Keep old name as alias, update callers.
948 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
949 update callers.
950 (diary-insert-entry): Rename insert-diary-entry.
951 Keep old name as alias.
952 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
953 Keep old name as alias.
954 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
955 Keep old name as alias.
956 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
957 Keep old name as alias.
958 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
959 Keep old name as alias.
960 (diary-insert-block-entry): Rename insert-block-diary-entry.
961 Keep old name as alias.
962 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
963 Keep old name as alias.
964 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
965 Keep old name as alias, update users.
966 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
967 Keep old name as alias, update callers.
968 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
969 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
970 * calendar/icalendar.el: Update for diary-lib name changes.
971
972 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
973
974 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
975
976 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
977 for copy, move, and link operations.
978
979 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
980
981 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
982 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
983
984 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
985 'require' statements with 1-argument ones (wrapped in if's).
986 For compatibility with the current stable version of XEmacs.
987
988 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
989
990 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
991
992 2008-04-06 Jason Rumney <jasonr@gnu.org>
993
994 * language/burmese.el ("Burmese"): Make sample text consistent with
995 language name.
996
997 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
998
999 * progmodes/gdb-ui.el (gdb): New group.
1000 (gdb-debug-log-max, gdb-enable-debug)
1001 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
1002 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
1003 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
1004 (gdb-show-changed-values, gdb-max-children)
1005 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
1006 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
1007 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
1008 (gdb-memory-unit): Move to new group from GUD group.
1009 (menu): Allow customization from GDB-UI menu-item.
1010
1011 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
1012
1013 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
1014
1015 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1016
1017 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
1018 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1019 Revision numbers can include ".".
1020
1021 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
1022 "+" lines not accounted for by counting "-" and context lines.
1023
1024 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1025
1026 * term/mac-win.el (mac-service-open-file): Use file URL instead of
1027 file name string.
1028
1029 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1030
1031 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
1032 (vc-bzr-annotate-time): Accept space used to preserve alignment.
1033
1034 2008-04-05 Richard Stallman <rms@gnu.org>
1035
1036 * emacs-lisp/advice.el (defadvice): Add usage pattern.
1037
1038 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
1039
1040 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
1041 thread in [h-e-w]).
1042
1043 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
1044
1045 * files.el (abort-if-file-too-large): Fix typo in docstring.
1046
1047 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1048
1049 * subr.el (functionp): Return nil for special forms.
1050
1051 2008-04-05 Glenn Morris <rgm@gnu.org>
1052
1053 * emacs-lisp/autoload.el (autoload-ensure-default-file):
1054 Provide a feature.
1055 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
1056 Require loaddef file rather than loading it.
1057 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
1058 autoload-ensure-default-file provides a feature.
1059
1060 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
1061 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
1062 (compile, compile-always, recompile): Use $LOADDEFS.
1063 (cal-autoloads): Remove.
1064
1065 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
1066 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
1067
1068 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
1069 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
1070
1071 * calendar/calendar.el (diary-hebrew-entry-symbol):
1072 Rename hebrew-diary-entry-symbol. Keep old name as alias.
1073 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
1074 Keep old name as alias.
1075 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
1076 Keep old name as alias.
1077 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
1078 to diary-bahai-entry-symbol.
1079 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
1080 to diary-hebrew-entry-symbol.
1081 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
1082 to diary-islamic-entry-symbol.
1083 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
1084
1085 * calendar/solar.el (diary-sabbath-candles-minutes)
1086 (diary-sabbath-candles): Move to cal-hebrew.
1087 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
1088 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
1089 Doc fix. Keep old name as alias.
1090 (diary-hebrew-sabbath-candles): Simplify.
1091 (solar-setup, solar-sunrise-sunset, calendar-latitude)
1092 (calendar-longitude, calendar-time-zone): Declare for compiler.
1093 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
1094 rename.
1095
1096 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
1097 Rename coptic-calendar-month-name-array. Update callers.
1098 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
1099 (calendar-coptic-name): Rename coptic-name. Update callers.
1100 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
1101 Update callers.
1102 (calendar-coptic-last-day-of-month):
1103 Rename coptic-calendar-last-day-of-month. Update callers.
1104 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
1105 Keep old name as alias, update callers.
1106 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
1107 Keep old name as alias, update callers.
1108 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
1109 Keep old name as alias.
1110 (calendar-ethiopic-month-name-array):
1111 Rename ethiopic-calendar-month-name-array. Update callers.
1112 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
1113 Update callers.
1114 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
1115 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
1116 Keep old name as alias, update callers.
1117 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
1118 Keep old name as alias, update callers.
1119 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
1120 Keep old name as alias.
1121
1122 * calendar/cal-french.el (calendar-french-epoch):
1123 Rename french-calendar-epoch. Update callers.
1124 (calendar-french-month-name-array): Rename variable and function
1125 french-calendar-month-name-array. Update callers.
1126 (calendar-french-multibyte-month-name-array):
1127 Rename french-calendar-multibyte-month-name-array. Update callers.
1128 (calendar-french-day-name-array): Rename variable and function
1129 french-calendar-day-name-array. Update callers.
1130 (calendar-french-special-days-array): Rename variable and function
1131 french-calendar-special-days-array. Update callers.
1132 (calendar-french-multibyte-special-days-array):
1133 Rename french-calendar-multibyte-special-days-array. Update callers.
1134 (calendar-french-accents-p): Rename french-calendar-accents.
1135 Update callers.
1136 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
1137 Update callers.
1138 (calendar-french-last-day-of-month):
1139 Rename french-calendar-last-day-of-month. Update callers.
1140 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
1141 Keep old name as alias, update callers.
1142 (calendar-french-print-date): Rename calendar-print-french-date.
1143 Keep old name as alias, update callers.
1144 (calendar-french-goto-date): Rename calendar-goto-french-date.
1145 Keep old name as alias.
1146
1147 * calendar/cal-menu.el, calendar/calendar.el:
1148 Update for Coptic and French name changes.
1149
1150 * calendar/cal-china.el (calendar-chinese): Rename custom group
1151 from chinese-calendar. Update users.
1152 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
1153 Keep old name as alias, update users.
1154 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
1155 Keep old name as alias.
1156 (calendar-chinese-daylight-time-offset):
1157 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
1158 update users.
1159 (calendar-chinese-standard-time-zone-name):
1160 Rename chinese-calendar-standard-time-zone-name.
1161 Keep old name as alias, update users.
1162 (calendar-chinese-daylight-saving-start):
1163 Rename chinese-calendar-daylight-savings-starts.
1164 Keep old name as alias, update users.
1165 (calendar-chinese-daylight-saving-end):
1166 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
1167 update users.
1168 (calendar-chinese-daylight-saving-start-time):
1169 Rename chinese-calendar-daylight-savings-starts-time.
1170 Keep old name as alias, update users.
1171 (calendar-chinese-daylight-saving-end-time):
1172 Rename chinese-calendar-daylight-savings-ends-time.
1173 Keep old name as alias, update users.
1174 (calendar-chinese-celestial-stem): Rename
1175 calendar-chinese-celestial-stem. Keep old name as alias, update users.
1176 (calendar-chinese-terrestrial-branch):
1177 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
1178 update users.
1179 (calendar-chinese-zodiac-sign-on-or-after):
1180 Rename chinese-zodiac-sign-on-or-after. Update callers.
1181 (calendar-chinese-new-moon-on-or-after):
1182 Rename chinese-new-moon-on-or-after. Update callers.
1183 (calendar-chinese-month-list): Rename chinese-month-list.
1184 Update callers.
1185 (calendar-chinese-number-months): Rename number-chinese-months.
1186 Update callers.
1187 (calendar-chinese-compute-year): Rename compute-chinese-year.
1188 Update callers.
1189 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
1190 (calendar-chinese-year): Rename chinese-year. Update callers.
1191 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
1192 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
1193 Keep old name as alias, update callers.
1194 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
1195 Keep old name as alias, update callers.
1196 (calendar-chinese-months-to-alist):
1197 Rename make-chinese-month-assoc-list. Update callers.
1198 (calendar-chinese-months): Rename chinese-months. Update callers.
1199 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
1200 Keep old name as alias, update callers.
1201
1202 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
1203 Rename hebrew-calendar-leap-year-p. Update callers.
1204 (calendar-hebrew-last-month-of-year):
1205 Rename hebrew-calendar-last-month-of-year. Update callers.
1206 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
1207 Update callers.
1208 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
1209 Update callers.
1210 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
1211 Update callers.
1212 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
1213 Update callers.
1214 (calendar-hebrew-last-day-of-month):
1215 Rename hebrew-calendar-last-day-of-month. Update callers.
1216 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
1217 Keep old name as alias, update callers.
1218 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
1219 Keep old name as alias, update callers.
1220 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
1221 Keep old name as alias, update callers.
1222 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
1223 Keep old name as alias.
1224 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
1225 Keep old name as alias.
1226 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
1227 Keep old name as alias.
1228 (holiday-hebrew-passover): Rename holiday-passover-etc.
1229 Keep old name as alias.
1230 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
1231 Keep old name as alias, update callers.
1232 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
1233 Keep old name as alias.
1234 (calendar-hebrew-mark-date-pattern):
1235 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
1236 update callers.
1237 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
1238 Keep old name as alias.
1239 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
1240 Keep old name as alias.
1241 (diary-hebrew-insert-monthly-entry):
1242 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
1243 (diary-hebrew-insert-yearly-entry):
1244 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
1245 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
1246 Keep old name as alias.
1247 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
1248 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
1249 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
1250 Keep old name as alias.
1251 (calendar-hebrew-parashiot-names):
1252 Rename hebrew-calendar-parashiot-names. Update callers.
1253 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
1254 (calendar-hebrew-year-Saturday-incomplete-Sunday):
1255 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
1256 (calendar-hebrew-year-Saturday-complete-Tuesday):
1257 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
1258 (calendar-hebrew-year-Monday-incomplete-Tuesday):
1259 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
1260 (calendar-hebrew-year-Monday-complete-Thursday):
1261 Rename hebrew-calendar-year-Monday-complete-Thursday.
1262 (calendar-hebrew-year-Tuesday-regular-Thursday):
1263 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
1264 (calendar-hebrew-year-Thursday-regular-Saturday):
1265 Rename hebrew-calendar-year-Thursday-regular-Saturday.
1266 (calendar-hebrew-year-Thursday-complete-Sunday):
1267 Rename hebrew-calendar-year-Thursday-complete-Sunday.
1268 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
1269 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
1270 (calendar-hebrew-year-Saturday-complete-Thursday):
1271 Rename hebrew-calendar-year-Saturday-complete-Thursday.
1272 (calendar-hebrew-year-Monday-incomplete-Thursday):
1273 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
1274 (calendar-hebrew-year-Monday-complete-Saturday):
1275 Rename hebrew-calendar-year-Monday-complete-Saturday.
1276 (calendar-hebrew-year-Tuesday-regular-Saturday):
1277 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
1278 (calendar-hebrew-year-Thursday-incomplete-Sunday):
1279 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
1280 (calendar-hebrew-year-Thursday-complete-Tuesday):
1281 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
1282 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
1283 Update for above name changes of constants.
1284
1285 * calendar/cal-menu.el, calendar/calendar.el:
1286 Update for chinese and hebrew name changes.
1287 * calendar/diary-lib.el: Update for hebrew name changes.
1288
1289 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1290
1291 * subr.el (keymap-canonicalize): Correct thinko.
1292
1293 * server.el: Undo part of the multi-tty change, which is only
1294 needed if server.el is preloaded, and broke server-running-p.
1295 (server-socket-dir): Initialize in the defvar, as before.
1296 (server-start): Remove initialization of server-socket-dir.
1297
1298 2008-04-05 Eli Zaretskii <eliz@gnu.org>
1299
1300 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
1301 3-member cons cells.
1302
1303 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
1304
1305 * cus-face.el (custom-face-attributes): Handle roman slant.
1306
1307 * faces.el (default): Ensure the face-defface-spec property is set.
1308
1309 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
1310
1311 * files.el (abort-if-file-too-large): New function.
1312 (find-file-noselect, insert-file-1): Use it.
1313
1314 2008-04-05 Reto Zimmermann <reto@gnu.org>
1315
1316 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
1317 Replace C-c[a-zA-Z] key bindings.
1318
1319 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1320
1321 * progmodes/hideif.el (hif-token-alist): New var.
1322 (hif-token-regexp, hif-tokenize): Use it.
1323 (hif-mathify-binop): New macro.
1324 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
1325 (hif-greater-equal, hif-less-equal): Use it.
1326 (hif-logior, hif-logand): New functions.
1327 (hif-math): Accept | and & as well.
1328
1329 * progmodes/etags.el: Fix problem with completion for buffer-local
1330 tables. Reported by Radey Shouman <shouman@comcast.net>.
1331 (tags-complete-tag): Remove.
1332 (tags-lazy-completion-table): New function to replace it.
1333 (find-tag-tag, complete-tag): Update users.
1334
1335 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
1336
1337 * vc-rcs.el (vc-rcs-dir-status):
1338 * vc-sccs.el (vc-sccs-dir-status): New function.
1339
1340 * outline.el (outline-mode-menu-bar-map):
1341 * term.el (terminal-signal-menu): Add :help.
1342
1343 * net/eudc.el (eudc-mode-map): Declare and define in one step.
1344 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
1345
1346 * emacs-lisp/re-builder.el (reb-mode-map):
1347 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
1348
1349 * diff-mode.el (diff-file-junk-re): Recognize the git format for
1350 new files, deleted files and for changing permissions.
1351 (diff-mode): Set beginning-of-defun-function and
1352 end-of-defun-function.
1353
1354 * vc-bzr.el (vc-bzr-state): Use when instead of if.
1355
1356 * vc.el (vc-default-status-fileinfo-extra): New function.
1357 (vc-status-mark-buffer-changed): Use it.
1358 (vc-update-vc-status-buffer): Allow for partial updates.
1359
1360 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1361
1362 * net/tramp.el (after-init-hook): Don't wrap a lambda around
1363 tramp-register-completion-file-name-handler.
1364
1365 * subr.el (keymap-canonicalize): New function.
1366 * mouse.el (mouse-menu-non-singleton): Use it.
1367 (mouse-major-mode-menu): Remove hack made unnecessary.
1368
1369 * simple.el (set-fill-column): Prompt rather than error by default.
1370
1371 2008-04-04 Andreas Schwab <schwab@suse.de>
1372
1373 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
1374 Reset new-rules after each round.
1375
1376 * Makefile.in (cal-autoloads): New target.
1377 (compile, compile-always, recompile): Depend on it.
1378 ($(lisp)/calendar/cal-loaddefs.el)
1379 ($(lisp)/calendar/diary-loaddefs.el)
1380 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
1381
1382 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
1383
1384 * ediff*.el: Replace load with require in eval-when-compile.
1385
1386 * ediff-hook: Delete all invocations of (autoload ...).
1387
1388 * ediff-util.el (ediff-setup): Make window-min-height a local variable
1389 in ediff control window, and set its min height to 2.
1390 (ediff-setup-control-buffer): Dedicate the control window.
1391 (ediff-toggle-multiframe): Undedicate control window.
1392 Work directly with ediff-setup-windows-multiframe and
1393 ediff-setup-windows-plain.
1394
1395 * ediff-wind (ediff-choose-window-setup-function-automatically):
1396 New function.
1397 (ediff-window-setup-function): Change initialization.
1398 (ediff-setup-windows-automatic): Delete.
1399 (ediff-setup-windows-plain-merge): Make control window dedicated.
1400 (ediff-destroy-control-frame): Do not skip frames if working in a
1401 single frame.
1402
1403 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
1404 eval-when-compile.
1405
1406 * emulation/viper-util.el: Move provide's forward, prevent recursion in
1407 eval-when-compile.
1408
1409 2008-04-04 Glenn Morris <rgm@gnu.org>
1410
1411 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
1412 calendar-absolute-from-bahai. Update callers, keep old name as alias.
1413
1414 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
1415 Rename islamic-calendar-leap-year-p. Update callers.
1416 (calendar-islamic-last-day-of-month):
1417 Rename islamic-calendar-last-day-of-month. Update callers.
1418 (calendar-islamic-day-number):
1419 Rename islamic-calendar-day-number. Update callers.
1420 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
1421 Update callers, keep old name as alias.
1422 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
1423 Update callers, keep old name as alias.
1424 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
1425 Keep old name as alias.
1426 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
1427 Update callers, keep old name as alias.
1428 (calendar-islamic-mark-date-pattern):
1429 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
1430 name as alias.
1431 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
1432 Keep old name as alias.
1433 (diary-islamic-insert-monthly-entry):
1434 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
1435 (diary-islamic-insert-yearly-entry):
1436 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
1437
1438 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
1439 calendar-absolute-from-iso. Update callers, keep old name as alias.
1440 (calendar-iso-print-date): Rename calendar-print-iso-date.
1441 Update callers, keep old name as alias.
1442 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
1443 Keep old name as alias.
1444 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
1445 Keep old name as alias.
1446
1447 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
1448 calendar-absolute-from-julian. Update callers, keep old name as alias.
1449 (calendar-julian-print-date): Rename calendar-print-julian-date.
1450 Update callers, keep old name as alias.
1451 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
1452 Update callers, keep old name as alias.
1453 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
1454 Update callers, keep old name as alias.
1455 (calendar-astro-print-day-number):
1456 Rename calendar-print-astro-day-number. Update callers, keep old
1457 name as alias.
1458 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
1459 Update callers, keep old name as alias.
1460
1461 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
1462 Rename calendar-string-to-mayan-long-count. Update callers.
1463 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
1464 Update callers, keep old name as alias.
1465 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
1466 Update callers.
1467 (calendar-mayan-read-tzolkin-date):
1468 Rename calendar-read-mayan-tzolkin-date. Update callers.
1469 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
1470 Keep old name as alias.
1471 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
1472 Keep old name as alias.
1473 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
1474 Keep old name as alias.
1475 (calendar-mayan-previous-tzolkin-date):
1476 Rename calendar-previous-tzolkin-date. Keep old name as alias.
1477 (calendar-mayan-next-round-date):
1478 Rename calendar-next-calendar-round-date. Keep old name as alias.
1479 (calendar-mayan-previous-round-date):
1480 Rename calendar-previous-calendar-round-date. Keep old name as alias.
1481 (calendar-mayan-long-count-to-absolute): Rename
1482 calendar-absolute-from-mayan-long-count. Keep old name as alias.
1483 (calendar-mayan-goto-long-count-date):
1484 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
1485
1486 * calendar/cal-persia.el (calendar-persian-month-name-array):
1487 Rename persian-calendar-month-name-array. Update callers.
1488 (calendar-persian-epoch): Rename persian-calendar-epoch.
1489 Update callers.
1490 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
1491 Update callers.
1492 (calendar-persian-last-day-of-month):
1493 Rename persian-calendar-last-day-of-month. Update callers.
1494 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
1495 Update callers, keep old name as alias.
1496 (calendar-persian-print-date): Rename calendar-print-persian-date.
1497 Update callers, keep old name as alias.
1498 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
1499 Keep old name as alias.
1500
1501 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
1502 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
1503 * calendar/solar.el: Update for cal-julian name changes.
1504
1505 * calendar/cal-dst.el: Update for persian name changes.
1506
1507 * calendar/cal-menu.el, calendar/calendar.el:
1508 Update for islamic, iso, julian, mayan, persian name changes.
1509
1510 * calendar/diary-lib.el: Update for islamic name changes.
1511
1512 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
1513 Rename all-hebrew-calendar-holidays. Update callers, keep old name
1514 as alias.
1515 (calendar-christian-all-holidays-flag):
1516 Rename all-christian-calendar-holidays. Update callers, keep old
1517 name as alias.
1518 (calendar-islamic-all-holidays-flag):
1519 Rename all-islamic-calendar-holidays. Update callers, keep old
1520 name as alias.
1521 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
1522 Update callers, keep old name as alias.
1523 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
1524 Update for the above name changes.
1525
1526 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
1527
1528 * hilit-chg.el (global-highlight-changes-mode)
1529 (highlight-changes-passive-string, highlight-changes-active-string):
1530 Mark as obsolete since 23.1, not 22.1.
1531
1532 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
1533
1534 * hilit-chg.el (highlight-changes-visibility-initial-state)
1535 (hilit-chg-update, highlight-changes-mode-turn-on):
1536 Fix typos in docstrings.
1537
1538 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
1539
1540 * newcomment.el (comment-enter-backward): Be careful to restore
1541 position changed during narrowing.
1542
1543 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
1544
1545 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1546 Recognize `sub ($$)'.
1547
1548 2008-04-03 Richard Sharman <rsharman@pobox.com>
1549
1550 * hilit-chg.el (highlight-changes-mode): Rename from
1551 highlight-changes; no longer uses sub-modes active and passive;
1552 implemented by define-minor-mode.
1553 (highlight-changes-toggle-visibility): New function, to replace
1554 the old passive/active submodes of global-highlight-changes-mode;
1555 implemented by define-minor-mode.
1556 (global-highlight-changes-mode): Rename from global-highlight-changes;
1557 rewrite using define-globalized-minor-mode.
1558 (hilit-chg-major-mode-hook, hilit-chg-check-global)
1559 (hilit-chg-post-command-hook, hilit-chg-check-global)
1560 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
1561 to use of define-globalized-minor-mode.
1562 (highlight-changes-global-initial-state): Change to be boolean.
1563 (highlight-changes-visible-string, highlight-changes-invisible-string):
1564 Rename from highlight-changes-active-string and
1565 highlight-changes-passive-string.
1566 (hilit-chg-update, hilit-chg-set): Use them.
1567 (global-highlight-changes-mode): Rename from global-highlight-changes.
1568 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
1569 docstring.
1570 (hilit-chg-hide-changes): Rewrite to use dolist.
1571 (hilit-chg-set-face-on-change, hilit-chg-update)
1572 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
1573 variable instead of testing highlight-changes-mode.
1574 (highlight-markup-buffers): Add reuire ediff-util; argument on calls
1575 to highlight-changes-mode changed.
1576 (highlight-compare-with-file): Fix problems with interactive
1577 call giving invalid default file.
1578
1579 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
1580
1581 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
1582 Fix in disassembly buffer (regression in 22.2).
1583
1584 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
1585
1586 * emulation/viper-macs.el (viper-read-fast-keysequence):
1587 Use viper-read-event instead of viper-read-key.
1588
1589 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
1590
1591 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
1592 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
1593 let-statements.
1594
1595 * emulation/viper-ex.el, emulation/viper-macs.el:
1596 * emulation/viper-mous.el:
1597 Replace load with require in eval-when-compile.
1598
1599 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1600
1601 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
1602
1603 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
1604 (archive-try-jka-compr): New function.
1605 (archive-set-buffer-as-visiting-file): Use it.
1606
1607 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
1608
1609 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
1610
1611 * simple.el (handle-shift-selection): New arg.
1612
1613 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1614
1615 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
1616
1617 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
1618
1619 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
1620
1621 * shell.el (shell-dynamic-complete-filename): New fun.
1622 (shell-dynamic-complete-functions): Use it.
1623
1624 * help-fns.el (describe-variable): Undo 2008-02-25 change.
1625
1626 2008-04-03 Kenichi Handa <handa@m17n.org>
1627
1628 * international/fontset.el (create-fontset-from-x-resource):
1629 Handle the error of X resource more gracefully.
1630
1631 * international/latin1-disp.el (latin1-display): Don't use make-char.
1632 Fix the argument to set-char-table-range.
1633 (latin1-display-identities): Don't use make-char.
1634 (latin1-display-reset): Use map-charset-chars instead of directly
1635 calling standard-display-default.
1636 (latin1-display-check-font): Don't use make-char.
1637 (latin1-display-setup): Likewise.
1638 (latin1-display-ucs-per-lynx): Likewise.
1639
1640 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1641
1642 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
1643 name the fields, to make the code clearer.
1644 Rewrite all `aset' and `aref' using the defined accessors.
1645 (timer--time): New pseudo-field.
1646 (timer-set-time, timer-set-idle-time, timer-inc-time)
1647 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
1648 (timer--time-less-p): New function.
1649 (timer--activate): New function, extracted from timer-activate.
1650 (timer-activate-when-idle, timer-activate): Use it.
1651 (cancel-function-timers): Use dolist.
1652
1653 2008-04-03 Glenn Morris <rgm@gnu.org>
1654
1655 * add-log.el (c-beginning-of-defun, c-end-of-defun):
1656 Remove declarations; no longer used.
1657 (c-cpp-define-name, c-defun-name): Declare as functions.
1658
1659 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
1660 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
1661
1662 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
1663 (holiday-passover-etc, holiday-hanukkah): Doc fix.
1664 Add optional argument. Simplify.
1665 (holiday-tisha-b-av-etc): Use memq rather than unless.
1666 (holiday-julian): Autoload it.
1667 (holiday-hebrew-misc): New function.
1668
1669 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
1670
1671 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
1672 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
1673 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
1674 all-hebrew-calendar-holidays.
1675 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
1676 Simplify using new functions.
1677 (calendar-holidays): Doc fix.
1678 (generate-calendar-window): Use bound-and-true-p.
1679
1680 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
1681
1682 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
1683 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
1684 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
1685 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
1686
1687 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
1688
1689 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1690
1691 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
1692
1693 * vc-bzr.el (vc-bzr-checkout): Simplify.
1694
1695 * image-mode.el (image-mode-fit-frame): New command.
1696
1697 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
1698 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
1699 (keyboard-escape-quit): Check region-active-p i.s.o
1700 transient-mark-mode.
1701
1702 2008-04-02 Simon Josefsson <simon@josefsson.org>
1703
1704 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
1705 (imap-message-copyuid-1): Use it.
1706 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
1707 J. Williams in
1708 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1709
1710 2008-04-02 Alan Mackenzie <acm@muc.de>
1711
1712 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
1713 New optimised functions to get the name of the current defun/macro.
1714
1715 * add-log.el (add-log-current-defun): Move the functionality which
1716 gets the current function name for C like modes to cc-cmds.el,
1717 thus optimising for speed.
1718
1719 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
1720
1721 * simple.el (deactivate-mark): When the mark is temporarily
1722 active, restore the original value of transient-mark-mode.
1723 (set-mark-command): First deactivate the mark if was temporarily active.
1724 (exchange-point-and-mark): Reactivate the mark if it was
1725 temporarily active.
1726 (handle-shift-selection): New fun.
1727 (transient-mark-mode): Move var documentation here from buffer.c.
1728 (next-line, previous-line, backward-word, move-end-of-line)
1729 (move-beginning-of-line, forward-to-indentation)
1730 (backward-to-indentation, back-to-indentation)
1731 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
1732
1733 * mouse.el (mouse-set-region-1): Save the old value of
1734 transient-mark-mode.
1735 (mouse-drag-track): Ignore the now-obsolete value `identity' for
1736 transient-mark-mode.
1737
1738 * textmodes/paragraphs.el (forward-paragraph)
1739 (backward-paragraph, forward-sentence, backward-sentence): Add ^
1740 interactive spec.
1741
1742 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
1743
1744 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
1745
1746 * net/tramp.el (tramp-make-tramp-temp-file):
1747 Use `tramp-drop-volume-letter' for the local file name part.
1748
1749 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1750
1751 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
1752 Add menu entries corresponding to all the key bindings.
1753
1754 * emacs-lisp/debug.el (debugger-mode-map):
1755 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
1756 (conf-align-assignments): Only work on the region if it is active.
1757 (conf-quote-normal): Use when instead of if. Remove redundant test.
1758
1759 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
1760 for tracing and re-builder.
1761
1762 2008-04-02 Glenn Morris <rgm@gnu.org>
1763
1764 * calendar/appt.el (appt-disp-window-function): Doc fix.
1765 (appt-display-message): Move beep before display.
1766 (appt-check): Make interactive. Reduce the number of lets.
1767 Use string-equal to compare mode-line strings.
1768 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
1769 read-only.
1770 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
1771 (appt-delete): Simplify.
1772
1773 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
1774
1775 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
1776
1777 * calendar/cal-hebrew.el (list-yahrzeit-dates):
1778 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
1779 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
1780
1781 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1782 (calendar-holiday-marker, mark-visible-calendar-date):
1783 * calendar/diary-lib.el (fancy-diary-display):
1784 Check for font-lock-mode before using faces.
1785
1786 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
1787 (calendar-gregorian-from-absolute): Reduce the number of lets.
1788 (hebrew-holidays-4, generate-calendar-window): Simplify.
1789 (calendar-for-loop): Make obsolete.
1790 (calendar-nth-named-day): Doc fix.
1791
1792 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
1793 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
1794 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
1795 Reduce the number of lets.
1796 (mark-sexp-diary-entries, calendar-mark-complex):
1797 Expand calendar-for-loops.
1798
1799 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
1800
1801 * find-dired.el (find-dired-filter): Fix last patch to handle
1802 multi-line process input. Pad link numbers too.
1803
1804 2008-04-01 Jari Aalto <jari.aalto@cante.net>
1805
1806 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
1807
1808 2008-04-01 Jason Rumney <jasonr@gnu.org>
1809
1810 * international/characters.el (script-list): Add phonetic script,
1811 covering IPA (previously Latin), Phonetic Extensions and
1812 Phonetic Extensions Supplement (both previously unassigned).
1813
1814 * international/fontset.el (setup-default-fontset): Use unicode fonts
1815 that cover bopomofo script for bopomofo.
1816 Likewise for braille and mathematical.
1817 Use unicode scripts that cover the phonetic script for IPA.
1818
1819 2008-04-01 Johan Bockgård <bojohan@gnu.org>
1820
1821 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
1822 return the assigned value.
1823
1824 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1825
1826 * abbrev.el (abbrev-mode): Use define-minor-mode.
1827
1828 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
1829 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
1830 Use map-keymap.
1831 (minor-mode-menu-from-indicator): Use it. Simplify.
1832
1833 * bindings.el (mode-line-mode-menu): Move before (new) first use.
1834 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
1835 Bind the key directly to the menu.
1836 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
1837
1838 2008-04-01 Daiki Ueno <ueno@unixuser.org>
1839
1840 * epa.el (epa-decrypt-region): Explain the reason why this
1841 function should not be used in Lisp programs.
1842 (epa-decrypt-armor-in-region): Ditto.
1843 (epa-verify-region): Ditto.
1844 (epa-verify-cleartext-in-region): Ditto.
1845 (epa-sign-region): Ditto.
1846 (epa-encrypt-region): Ditto.
1847
1848 * epg.el (epg-start-receive-keys): Fix typo in docstring.
1849
1850 * epa.el (epa-select-keys): Show menu even if there is no key in
1851 GnuPG's keyring.
1852
1853 2008-04-01 Glenn Morris <rgm@gnu.org>
1854
1855 * calendar/calendar.el (calendar-make-temp-face): New function.
1856 (mark-visible-calendar-date):
1857 * calendar/diary-lib.el (fancy-diary-display): Use it.
1858
1859 * vc-hooks.el (vc-responsible-backend): Declare as function.
1860
1861 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
1862 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
1863 * calendar/cal-julian.el (holiday-julian): Use it.
1864
1865 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
1866 (calendar-hebrew-date-is-visible-p): Extract some common code into
1867 separate function.
1868 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
1869
1870 * calendar/cal-menu.el (cal-menu-holidays-menu):
1871 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
1872 rather than obsolete alias.
1873
1874 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
1875 for mark characters.
1876 (calendar-unmark): Unmark by removing all overlays, rather than
1877 redrawing.
1878 (calendar-starred-day): Remove.
1879 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
1880 (calendar-cursor-to-date): No need for special star handling now
1881 using overlays.
1882 (calendar-star-date): Use overlays.
1883
1884 * calendar/cal-french.el (calendar-goto-french-date):
1885 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
1886 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
1887 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
1888 * calendar/cal-persia.el (calendar-persian-date-string):
1889 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
1890 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
1891 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
1892 * calendar/solar.el (solar-equinoxes-solstices):
1893 Reduce nesting of some lets.
1894
1895 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
1896 (calendar-goto-mayan-long-count-date): Simplify.
1897
1898 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
1899 Simplify by using mapcar.
1900 (calendar-list-holidays): Return holiday-list.
1901 (list-holidays): Use let rather than let*. Remove un-needed locals
1902 `d', `never'.
1903 (calendar-check-holidays): Return result from dolist.
1904 (holiday-float): Use a single let*. Simplify if-and to and.
1905 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
1906 single let*.
1907
1908 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
1909
1910 * calc/calc.el: Autoload `calc-yank'.
1911 (calc-mode-map): Add keybindings for `calc-yank'.
1912 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
1913 assignments for `calc-yank'.
1914
1915 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
1916
1917 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
1918 (vc-status-mark-buffer-changed): Handle the extra field.
1919
1920 * vc-bzr.el (vc-bzr-after-dir-status):
1921 * vc-cvs.el (vc-cvs-after-dir-status):
1922 * vc-hg.el (vc-hg-after-dir-status):
1923 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
1924
1925 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1926
1927 * doc-view.el: Compute displayed pages first (in PDF).
1928 (doc-view-current-converter-processes): Rename from
1929 doc-view-current-converter-process. Update users.
1930 (doc-view-sentinel): Test buffer's liveness.
1931 (doc-view-pdf/ps->png-sentinel): Remove.
1932 (doc-view-start-process): New function.
1933 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
1934 (doc-view-ps->pdf): Use it.
1935 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
1936 New functions.
1937 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
1938 (doc-view-mode): Kill the processes when leaving the mode.
1939
1940 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
1941
1942 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
1943 Use `byte-compile-warning-types'. Add docstring.
1944
1945 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1946
1947 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
1948 (smerge-resolve): Add various resolution heuristics.
1949
1950 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
1951 in 3-way conflicts.
1952
1953 2008-03-31 Glenn Morris <rgm@gnu.org>
1954
1955 * calendar/cal-bahai.el (diary-bahai-mark-entries):
1956 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1957 * calendar/cal-islam.el (mark-islamic-diary-entries):
1958 Fix argument order in call to diary-mark-entries-1.
1959
1960 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
1961 pre-Bahai dates.
1962 (holiday-bahai): Use an algorithm actually relevant to this calendar
1963 system.
1964
1965 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
1966
1967 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
1968 Use and.
1969
1970 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
1971 in the last fortnight in Julian October.
1972
1973 * calendar/calendar.el (increment-calendar-month): Optionally handle
1974 systems without 12 months per year.
1975
1976 (calendar-date-is-visible-p): Doc fix. Simplify.
1977
1978 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
1979 from dolist.
1980
1981 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
1982
1983 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
1984 (hi-lock-unload-function): New function.
1985
1986 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
1987
1988 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
1989 overwriting when NEWNAME is a local file.
1990
1991 * net/trampver.el: Update release number.
1992
1993 2008-03-30 Alexandre Julliard <julliard@winehq.org>
1994
1995 * vc-git.el: Make vc-status display information about copies,
1996 renames and permission changes.
1997 (vc-git-extra-fileinfo): New defstruct.
1998 (vc-git-escape-file-name, vc-git-file-type-as-string)
1999 (vc-git-rename-as-string, vc-git-permissions-as-string)
2000 (vc-git-status-printer): New functions.
2001 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
2002 (vc-git-after-dir-status-stage1): Look for copies, renames and
2003 permission changes.
2004 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
2005 (vc-git-dir-status): Ask for staged files and renames.
2006
2007 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2008
2009 * vc.el: Allow backends to display backend specific information in
2010 the vc-status listing.
2011 (vc-status-fileinfo): Add a field for backend specific information.
2012 (vc-status-printer): Rename to ...
2013 (vc-default-status-printer): ... this.
2014 (vc-status-printer): New function.
2015 (vc-update-vc-status-buffer): Set the backend specific file info
2016 if provided.
2017
2018 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2019
2020 * textmodes/remember.el (remember-diary-convert-entry): Revert last
2021 change (ill-conceived).
2022
2023 2008-03-29 Glenn Morris <rgm@gnu.org>
2024
2025 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
2026 * calendar/cal-julian.el (holiday-julian): Simplify.
2027
2028 * calendar/holidays.el (list-holidays): Use or.
2029
2030 2008-03-29 Juri Linkov <juri@jurta.org>
2031
2032 * window.el (split-window-preferred-horizontally): New function.
2033
2034 * cus-start.el (split-window-preferred-function):
2035 Set choice for "vertically" to nil instead of split-window.
2036 Set choice for "horizontally" to split-window-preferred-horizontally
2037 instead of lambda.
2038
2039 2008-03-29 Juri Linkov <juri@jurta.org>
2040
2041 * simple.el (minibuffer-default-add-function): New variable with
2042 the default to minibuffer-default-add-completions.
2043 (minibuffer-default-add-done): New variable. Make it buffer-local.
2044 (minibuffer-default-add-completions): New function.
2045 (goto-history-element): Set minibuffer-default-add-done to t and
2046 call a function in minibuffer-default-add-function when the
2047 specified absolute history position is greater than the length of
2048 the minibuffer-default list and minibuffer-default-add-done is nil.
2049 Change "^End of history; no next item$" to "^End of defaults;
2050 no next item$".
2051
2052 * bindings.el (debug-ignored-errors): Change "^End of history;
2053 no next item$" to "^End of defaults; no next item$".
2054
2055 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2056
2057 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
2058
2059 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
2060 to with-no-warnings.
2061
2062 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
2063
2064 Sync with Tramp 2.1.13.
2065
2066 * net/tramp-ftp.el: Require 'cl when byte-compiling.
2067
2068 * net/trampver.el: Update release number.
2069
2070 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
2071
2072 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
2073 the current backend.
2074
2075 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
2076 (vc-status-refresh): Create a temporary buffer and call the
2077 `dir-status' backend function from that buffer.
2078
2079 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
2080 (vc-bzr-after-dir-status): Don't kill the buffer.
2081
2082 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
2083 (vc-cvs-after-dir-status): Don't kill the buffer.
2084
2085 * vc-git.el (vc-git-dir-status): Don't create a buffer.
2086 (vc-git-after-dir-status-stage2): Don't kill the buffer.
2087
2088 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
2089 (vc-hg-after-dir-status): Don't kill the buffer.
2090
2091 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
2092 (vc-svn-after-dir-status): Don't kill the buffer.
2093
2094 2008-03-29 Glenn Morris <rgm@gnu.org>
2095
2096 * calendar/calendar.el (diary-file, american-date-diary-pattern)
2097 (european-date-diary-pattern, european-calendar-display-form)
2098 (american-calendar-display-form, diary-display-hook): Doc fixes.
2099 (european-calendar-style): Doc fix. Use calendar-set-date-style for
2100 custom :set. Mark as obsolete.
2101 (calendar-date-style, iso-date-diary-pattern)
2102 (iso-calendar-display-form): New user variables.
2103 (diary-date-forms, calendar-date-display-form): Set using
2104 calendar-date-style. Doc fix.
2105 (calendar-set-date-style): New command.
2106 (european-calendar, american-calendar): Use calendar-set-date-style.
2107 Mark as obsolete.
2108
2109 * calendar/diary-lib.el (number): Move declaration where needed.
2110 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
2111 (diary-make-date): New function.
2112 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
2113 Use diary-make-date.
2114 (diary-date-display-form, diary-insert-entry-1): New functions.
2115 (insert-monthly-diary-entry, insert-yearly-diary-entry):
2116 Use diary-insert-entry-1.
2117 (insert-anniversary-diary-entry, insert-block-diary-entry)
2118 (insert-cyclic-diary-entry): Use diary-date-display-form.
2119
2120 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
2121 Autoload diary-insert-entry-1.
2122 * calendar/cal-bahai.el (diary-bahai-insert-entry)
2123 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
2124 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
2125 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
2126 * calendar/cal-islam.el (insert-islamic-diary-entry)
2127 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
2128 Use diary-insert-entry-1.
2129
2130 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
2131 (diary-yahrzeit): Doc fix. Use diary-make-date.
2132
2133 * calendar/icalendar.el (icalendar--datetime-to-american-date):
2134 New name for icalendar--datetime-to-noneuropean-date. Make old name
2135 obsolete alias.
2136 (icalendar--datetime-to-iso-date): New function.
2137 (icalendar--datetime-to-diary-date): Doc fix. Respect
2138 calendar-date-style if bound.
2139
2140 * textmodes/remember.el (remember-diary-convert-entry):
2141 Respect calendar-date-style if bound.
2142
2143 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2144
2145 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
2146 (xterm-mouse-handle-delete-frame): Delete.
2147
2148 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
2149 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
2150 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
2151 in xterm-modify-other-keys-terminal-list.
2152
2153 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
2154 are conflicts.
2155
2156 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
2157
2158 * vc.el (vc-update): Check if the buffer is unsaved only if it
2159 actually exists.
2160 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
2161 vc-print-log.
2162
2163 2008-03-28 Magnus Henoch <mange@freemail.hu>
2164
2165 * net/dns.el (dns-write): Use set-buffer-multibyte.
2166
2167 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2168
2169 * vc-bzr.el (vc-bzr-sha1): New fun.
2170 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
2171 (vc-bzr-registered): Use it.
2172
2173 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
2174
2175 * vc.el (vc-status-kill-dir-status-process): Simplify.
2176 (vc-status-refresh): Make sure the buffer is live.
2177 (ring): Don't require it, not used.
2178
2179 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
2180
2181 * progmodes/verilog-mode.el (verilog-auto-inout-module):
2182 Add optional regular expression to AUTOINOUTMODULE.
2183 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
2184 (verilog-auto-inst-param, verilog-auto-reg)
2185 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
2186 (verilog-auto-output-every, verilog-auto-input)
2187 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
2188 (verilog-auto-unused, verilog-auto): Update documentation to use
2189 more obvious instance module names versus cell names.
2190
2191 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
2192
2193 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
2194 kill if a process is running.
2195
2196 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
2197
2198 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
2199
2200 * vc.el: Add new backend function 'status-extra-headers.
2201 (vc-default-status-extra-headers): New function.
2202 (vc-status-headers): Call 'status-extra-headers. Add colors.
2203
2204 * vc-git.el (vc-git-status-extra-headers): New function.
2205
2206 2008-03-28 Glenn Morris <rgm@gnu.org>
2207
2208 * calendar/cal-menu.el (cal-menu-holidays-menu)
2209 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
2210 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
2211 holiday-list is optional.
2212 (calendar-mouse-holidays): Remove un-needed local `l'.
2213
2214 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
2215 Remove un-needed local `date'.
2216 (calendar-cursor-to-visible-date): Use let rather than let*.
2217 Remove un-needed local `first-of-month-weekday'.
2218
2219 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
2220
2221 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
2222 Doc fixes.
2223 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
2224 (diary-header-line-flag, diary-header-line-format): Declare.
2225 (diary-pull-attrs): Check for multiple matches.
2226 (diary-list-entries-2): Simplify finding start of date.
2227 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
2228 pop-up-frames.
2229 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
2230 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
2231
2232 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
2233
2234 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
2235
2236 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
2237
2238 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2239
2240 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
2241
2242 * image-mode.el (image-mode-reapply-winprops): Fix last change.
2243
2244 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
2245
2246 * international/mule-conf.el (define-iso-single-byte-charset):
2247 Don't make latin-iso8859-* supplementary.
2248 (#'set-charset-priority): Don't change the priority of charsets
2249 `unicode' and `emacs'.
2250
2251 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2252
2253 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
2254 temp buffer.
2255
2256 2008-03-27 Glenn Morris <rgm@gnu.org>
2257
2258 * calendar/cal-bahai.el (diary-bahai-list-entries):
2259 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
2260 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
2261
2262 * calendar/calendar.el (diary-file): Doc fix.
2263
2264 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
2265 (list-diary-entries-hook, mark-diary-entries-hook)
2266 (include-other-diary-files, diary-mail-entries)
2267 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
2268 (diary-set-header): New function.
2269 (diary-header-line-flag, diary-header-line-format):
2270 Use diary-set-header for custom :set function.
2271 (diary-set-maybe-redraw): Use symbol-value rather than eval.
2272 (diary-attrtype-convert): Use intern-soft rather than read.
2273 (diary-display-no-entries): New function.
2274 (simple-diary-display, fancy-diary-display): Use it.
2275 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
2276 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
2277
2278 * calendar/holidays.el (list-holidays): Doc fix.
2279
2280 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
2281
2282 * calc/calc-store.el (calc-read-var-name-history): New variable.
2283 (calc-read-var-name): Use `calc-read-var-name-history'.
2284
2285 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2286
2287 * image-mode.el (image-mode-reapply-winprops): Simplify now that
2288 window-configuration-change-hook works buffer-locally.
2289
2290 2008-03-26 Johan Bockgård <bojohan@gnu.org>
2291
2292 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
2293 for Emacs Lisp, not Lisp.
2294
2295 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
2296
2297 * help-fns.el (describe-function-1, describe-variable):
2298 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
2299
2300 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
2301 replacement is provided, don't print "use nil instead".
2302
2303 2008-03-26 Johan Bockgård <bojohan@gnu.org>
2304
2305 * complete.el (PC-do-completion): Use regexp-quote.
2306
2307 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
2308
2309 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
2310 Detect missing files.
2311
2312 * vc-git.el (vc-git-extra-menu-map): New key map.
2313 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
2314 New functions.
2315
2316 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
2317 and 'missing files.
2318
2319 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2320
2321 * calendar/holidays.el (list-holidays): Make Y2 optional.
2322
2323 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
2324 buffers shown to the user.
2325 (appt-disp-window): Disable undo explicitly now that the leading space
2326 is gone.
2327
2328 * simple.el (activate-mark): New function.
2329 (set-mark-command): Use it with region-active-p to clean up the code.
2330 (exchange-point-and-mark): Invert the meaning of C-u when
2331 transient-mark-mode is active.
2332
2333 * dired-aux.el (dired-create-files): Use dolist.
2334
2335 * bindings.el (mode-line-change-eol): Use with-selected-window.
2336
2337 * apropos.el (apropos-command): Include macros.
2338
2339 2008-03-26 Glenn Morris <rgm@gnu.org>
2340
2341 * calendar/cal-bahai.el: Require calendar, not cal-julian.
2342 (calendar-bahai-epoch): Doc fix.
2343
2344 * calendar/cal-china.el: Explicitly require calendar.
2345
2346 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
2347 Require calendar rather than cal-julian.
2348 Autoload calendar-absolute-from-julian.
2349 * calendar/cal-coptic.el (coptic-calendar-epoch):
2350 * calendar/cal-islam.el (calendar-islamic-epoch):
2351 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
2352
2353 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
2354
2355 * calendar/cal-dst.el: Don't require cal-persia.
2356 (calendar-absolute-from-persian): Autoload it.
2357 (dst-adjust-time): Doc fix.
2358
2359 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
2360 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
2361 calendar.
2362
2363 * calendar/cal-menu.el: Require calendar rather than declaring
2364 functions.
2365 * calendar/calendar.el: Provide calendar before requiring cal-menu.
2366
2367 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
2368 calendar-after-frame-setup-hooks. Update callers, make old name an
2369 obsolete alias. Doc fix.
2370 (calendar-frame-1): Doc fix.
2371
2372 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
2373
2374 * calendar/calendar.el (oriental-holidays, solar-holidays):
2375 * calendar/holidays.el (list-holidays): Assume atan always bound.
2376
2377 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
2378 Explicitly require calendar, not cal-julian.
2379 * calendar/lunar.el: Explicitly require cal-dst.
2380
2381 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2382
2383 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
2384
2385 * help-fns.el (describe-function-1, describe-variable): If no
2386 replacement is provided, don't print "use nil instead".
2387
2388 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2389
2390 * proced.el: New file.
2391
2392 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2393
2394 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
2395
2396 2008-03-25 Juri Linkov <juri@jurta.org>
2397
2398 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
2399 in battery-mode-line-format.
2400
2401 * bindings.el (minibuffer-local-map): For the command
2402 file-cache-minibuffer-complete replace keymap minibuffer-local-map
2403 with map which is already locally bound to minibuffer-local-map.
2404
2405 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2406
2407 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
2408 Remove `sort-first' argument.
2409
2410 * subr.el (redisplay-end-trigger-functions)
2411 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
2412 (process-filter-multibyte-p, set-process-filter-multibyte):
2413 Mark as obsolete.
2414
2415 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
2416
2417 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
2418 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
2419 use the LOCAL arg of `add-hook'.
2420 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
2421 Remove spurious * from defcustom docstrings.
2422 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
2423 Fix typos in messages.
2424 (reb-mode-buffer-p): New function.
2425 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
2426 (top, reb-show-subexp, reb-auto-update, reb-auto-update)
2427 (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
2428 (reb-update-overlays): Use `unless', `when'.
2429 (re-builder-unload-function): New function.
2430
2431 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
2432
2433 * vc-hooks.el (vc-state): Add documentation for 'missing.
2434
2435 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
2436
2437 * progmodes/verilog-mode.el (verilog-auto-output)
2438 (verilog-auto-input, verilog-auto-inout, verilog-auto)
2439 (verilog-delete-auto): Add optional regular expression to
2440 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
2441 (verilog-signals-matching-regexp): New internal function for
2442 signal matching.
2443
2444 2008-03-25 Johan Bockgård <bojohan@gnu.org>
2445
2446 * info.el (Info-isearch-search): Always return point.
2447
2448 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2449
2450 * diff-mode.el (diff-remembered-defdir): New var.
2451 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
2452
2453 2008-03-25 Glenn Morris <rgm@gnu.org>
2454
2455 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
2456 calendar-bahai-prompt-for-date. Update callers, make old name an
2457 obsolete alias. Doc fix.
2458 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
2459 coptic-prompt-for-date. Update callers, make old name an
2460 obsolete alias. Doc fix.
2461 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
2462 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
2463 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
2464 calendar-islamic-prompt-for-date. Update callers. Doc fix.
2465 * calendar/cal-iso.el (calendar-iso-read-date): New name for
2466 calendar-iso-read-args. Update callers, make old name an obsolete
2467 alias.
2468 * calendar/cal-persia.el (calendar-persian-read-date): New name for
2469 persian-prompt-for-date. Update callers, make old name an
2470 obsolete alias. Doc fix. Move definition before use.
2471
2472 * calendar/cal-x.el (diary-frame-parameters)
2473 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
2474 (calendar-frame-1): Doc fixes.
2475 (make-fancy-diary-buffer): Remove declaration.
2476 (calendar-dedicate-diary): Replace call to deleted function
2477 make-fancy-diary-buffer.
2478 (calendar-frame-setup): New function.
2479 (calendar-one-frame-setup, calendar-only-one-frame-setup)
2480 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
2481 work, and mark as obsolete.
2482 (special-display-buffer-names): Don't mess with this; it's not our
2483 business.
2484 (cal-x-load-hook): Defvar it, and mark as obsolete.
2485
2486 * calendar/calendar.el (calendar-remove-frame-by-deleting):
2487 Default to t. Add to 'calendar group.
2488 (calendar): Doc fix. Use calendar-frame-setup.
2489 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
2490 (generate-calendar-window): Doc fix.
2491
2492 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2493
2494 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
2495
2496 2008-03-24 Drew Adams <drew.adams@oracle.com>
2497
2498 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
2499 New variables.
2500 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
2501 (finder-exit): Ignore errors rather than avoiding them.
2502 Kill *Finder-package* buffer also.
2503
2504 2008-03-24 Andreas Schwab <schwab@suse.de>
2505
2506 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
2507
2508 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
2509
2510 * vc-hg.el (vc-hg-after-dir-status):
2511 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
2512
2513 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
2514 Detect removed files.
2515
2516 * vc.el (vc-status-printer): Use a different face for missing files.
2517 (vc-status-hide-up-to-date): Rename from
2518 vc-status-remove-up-to-date. Update all callers.
2519 (vc-status-mode-map): Bind C-m.
2520
2521 2008-03-24 Alexandre Julliard <julliard@winehq.org>
2522
2523 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
2524 code ...
2525 (vc-git--state-code): ... to this new function.
2526 (vc-git-state): Use it.
2527
2528 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
2529
2530 * textmodes/remember.el (remember-mail-date)
2531 (remember-store-in-mailbox): Write date and From line in such a
2532 way that Mutt can read it.
2533
2534 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
2535
2536 * simple.el (transient-mark-mode): Turn on by default.
2537
2538 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
2539
2540 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
2541 'unregistered for unregistered files.
2542
2543 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
2544
2545 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
2546
2547 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
2548 subdirectories.
2549
2550 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
2551 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
2552 Add :enable for vc-status-refresh.
2553 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
2554 (vc-status-tool-bar-map): Add binding for
2555 vc-status-kill-dir-status-process.
2556 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
2557 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
2558 Reset vc-status-process-buffer.
2559 (vc-status-refresh): Don't run two refreshes at a time.
2560 (vc-status): If the buffer is already in vc-status-mode only refresh.
2561 (vc-status-mark-buffer-changed): Add an optional file parameter.
2562 (vc-resynch-buffer): Use it.
2563 (vc-delete-file): Expand the file name before using it.
2564 Be careful to not create a new buffer with the old file contents.
2565 Update the VC state after performing the operation.
2566
2567 2008-03-23 Andreas Schwab <schwab@suse.de>
2568
2569 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
2570 Fix radio button condition.
2571 [box]: Likewise.
2572 [customize]: Add radio button.
2573
2574 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
2575
2576 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
2577 (calc-user-parse-tables, calc-gnuplot-default-device)
2578 (calc-gnuplot-default-output, calc-gnuplot-print-device)
2579 (calc-gnuplot-print-output, calc-gnuplot-geometry)
2580 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
2581 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
2582 (calc-undo-list, calc-redo-list, calc-main-buffer)
2583 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
2584 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
2585 (calc-said-hello, calc-executing-macro, calc-any-selections)
2586 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
2587 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
2588 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
2589 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
2590 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
2591 (calc-create-buffer, calc-quit): Add docstrings.
2592
2593 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
2594
2595 * makefile.w32-in (WINS_ALMOST): Add org.
2596
2597 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
2598
2599 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
2600 New functions to implement vc-status support.
2601
2602 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
2603
2604 * vc.el (vc-status-prepare-status-buffer): New function.
2605 (vc-status): Use it.
2606
2607 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
2608 appropriate.
2609
2610 2008-03-22 Alexandre Julliard <julliard@winehq.org>
2611
2612 * vc-git.el (vc-git--empty-db-p)
2613 (vc-git-after-dir-status-stage1-empty-db): New functions.
2614 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
2615 Add support for empty repositories.
2616
2617 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
2618
2619 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2620 Allow "^" in a version name.
2621
2622 * vc-mtn.el (vc-mtn-state): Support the added state.
2623
2624 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
2625
2626 * org: New directory for Org-mode.
2627
2628 * org/org-export-latex.el: Moved from lisp/texmodes.
2629
2630 * org/org-irc.el: Moved from lisp/texmodes.
2631
2632 * org/org-mac-message.el: Moved from lisp/texmodes.
2633
2634 * org/org-mouse.el: Moved from lisp/texmodes.
2635
2636 * org/org-publish.el: Moved from lisp/texmodes.
2637
2638 2008-03-21 Juri Linkov <juri@jurta.org>
2639
2640 * comint.el (comint-dynamic-simple-complete):
2641 Use variable `stub' for the second arg `common-substring'
2642 of `comint-dynamic-list-completions'.
2643 (comint-dynamic-list-filename-completions):
2644 Use variable `filenondir' for the second arg `common-substring'
2645 of `comint-dynamic-list-completions'.
2646 (comint-dynamic-list-completions): Add new optional arg
2647 `common-substring'. Add `common-substring' as the second arg of
2648 the call to `display-completion-list'. Doc fix.
2649
2650 * comint.el (comint-dynamic-complete-as-filename)
2651 (comint-dynamic-list-filename-completions)
2652 (comint-dynamic-simple-complete): Use `minibuffer-message'
2653 to display message "No completions of %s" when a command
2654 is called in the minibuffer.
2655 (comint-dynamic-simple-complete): Don't display other
2656 completion messages when a command is called in the minibuffer.
2657 (comint-dynamic-list-completions): Use `minibuffer-message'
2658 to display message " [Type space to flush ...]" when a command
2659 is called in the minibuffer.
2660
2661 * shell.el (shell-dynamic-complete-command)
2662 (shell-dynamic-complete-environment-variable): Don't display
2663 completion messages when command is called in the minibuffer.
2664
2665 * emacs-lisp/lisp.el (lisp-complete-symbol):
2666 Use `minibuffer-message' to display message "No completions of %s"
2667 when this command is called in the minibuffer.
2668
2669 * bindings.el (standard-mode-line-modes): Put special help-echo
2670 tooltip on recursive edit %[ %] mode-line constructs.
2671
2672 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
2673 "^No dynamic expansion for .* found$" to allow error messages like
2674 "No dynamic expansion for \"%s\" found in this-buffer".
2675
2676 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
2677
2678 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
2679 "psftp".
2680
2681 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2682
2683 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
2684 * vc.el (vc-default-dired-state-info): Use just "modified".
2685 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
2686 (vc-cvs-mode-line-string): Make use of the better default.
2687 (vc-cvs-parse-entry): Use the new `added'.
2688 (vc-cvs-dired-state-info): Remove.
2689 * vc-svn.el (vc-svn-dired-state-info): Remove.
2690 * vc-hg.el (vc-hg-dired-state-info): Remove.
2691 * vc-git.el (vc-git-dired-state-info): Remove.
2692
2693 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2694
2695 * vc-git.el (vc-git-status-result): New variable.
2696 (vc-git-dir-status): Split out ...
2697 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
2698 ... these new functions and work asynchronously.
2699
2700 2008-03-21 Alexandre Julliard <julliard@winehq.org>
2701
2702 * vc-git.el (vc-git-after-dir-status): Remove.
2703 (vc-git-dired-state-info): Reimplement.
2704
2705 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
2706
2707 * replace.el (occur-mode-map): Add :help.
2708
2709 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
2710 for disassemble.
2711
2712 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
2713 the 'added state.
2714 (vc-status-remove-up-to-date): New function.
2715 (vc-status-mode-map, vc-status-menu-map): Bind it.
2716 (vc-status-printer): Use a different face up-to-date files.
2717 (vc-resynch-buffer): Update the vc-status buffer if it exists.
2718 (Todo): Remove solved entries.
2719
2720 * vc-hg.el (vc-hg-state):
2721 * vc-git.el (vc-git-state):
2722 * vc-cvs.el (vc-cvs-parse-status):
2723 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
2724 state.
2725
2726 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2727
2728 * progmodes/compile.el (compile):
2729 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
2730
2731 * simple.el (minibuffer-local-shell-command-map): New var.
2732 (minibuffer-complete-shell-command, read-shell-command): New funs.
2733 (shell-command, shell-command-on-region): Use them.
2734
2735 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2736
2737 * vc.el (vc-status-mark-buffer-changed): New function to implement
2738 updating of the *vc-status* buffer when a buffer is saved.
2739 (vc-status-mode): Use it for after-change-hook.
2740 (vc-add-to-vc-status-buffer): Rename to ...
2741 (vc-status-add-entry): ... this.
2742 (Todo): Add new entry.
2743
2744 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2745
2746 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
2747
2748 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
2749
2750 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
2751 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
2752 Remove spurious * from defcustom docstrings.
2753 (icomplete-compute-delay): Fix docstring and remove spurious *.
2754 (icomplete-delay-completions-threshold): Fix typo in docstring and
2755 remove spurious *.
2756 (icomplete-completions): While collecting the list of prospective
2757 candidates, don't overshoot `icomplete-prospects-length'.
2758
2759 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2760
2761 * textmodes/refbib.el:
2762 * textmodes/reftex.el:
2763 * textmodes/reftex-global.el:
2764 * textmodes/reftex-vars.el:
2765 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
2766 compiler pacifying defvars.
2767 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
2768 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
2769 not needed.
2770
2771 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
2772
2773 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
2774 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
2775 (verilog-customize, verilog-font-customize)
2776 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
2777 (verilog-mode): Update documentation strings to match tool tips.
2778 (verilog-auto-search-do, verilog-auto-re-search-do)
2779 (verilog-skip-forward-comment-or-string): Fix verilog-auto
2780 expansion when a .* appears inside a string.
2781 (verilog-re-search-forward, verilog-re-search-backward):
2782 Add comment to recall how this works.
2783 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
2784
2785 2008-03-20 Glenn Morris <rgm@gnu.org>
2786
2787 * calendar/calendar.el (calendar-other-dates): New function.
2788 (calendar-print-other-dates): Use calendar-other-dates.
2789 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
2790 the declarations it replaces.
2791 (calendar-mouse-print-dates): Use calendar-other-dates.
2792
2793 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
2794 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
2795 (calendar-absolute-from-bahai): Fix the leap-year case.
2796 (calendar-bahai-from-absolute): Re-use the Gregorian month.
2797 (calendar-bahai-date-string, calendar-bahai-print-date):
2798 Handle pre-Bahai dates.
2799
2800 * calendar/cal-china.el (chinese-calendar-celestial-stem)
2801 (chinese-calendar-terrestrial-branch): Make defcustoms.
2802
2803 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
2804 (calendar-mouse-view-diary-entries): Use or.
2805 (calendar-mouse-chinese-date): Remove unused command.
2806 (cal-menu-load-hook): Mark as obsolete.
2807
2808 * calendar/solar.el (calendar-location-name, calendar-latitude)
2809 (calendar-longitude, solar-arctan, sunrise-sunset)
2810 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
2811
2812 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
2813
2814 * calc/calc.el: Remove outdated comments.
2815 (defcalcmodevar, calc-mode-var-list-restore-default-values)
2816 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
2817 Add docstrings.
2818
2819 2008-03-19 Jason Rumney <jasonr@gnu.org>
2820
2821 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
2822
2823 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
2824
2825 * net/tls.el (open-tls-stream): Reindent.
2826
2827 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
2828
2829 * net/tramp.el (tramp-let-maybe): Removed.
2830 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
2831 It does not exist under XEmacs.
2832 (tramp-handle-file-truename, tramp-handle-expand-file-name)
2833 (tramp-completion-file-name-handler): Let-bind
2834 `directory-sep-char'.
2835
2836 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
2837 `directory-sep-char'.
2838
2839 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2840
2841 * help-fns.el (describe-function-1): Don't signal "missing arglist"
2842 for autoloaded keymaps.
2843
2844 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
2845 (electric-verilog-terminate-line, verilog-in-struct-region-p)
2846 (verilog-backward-ws&directives, verilog-forward-ws&directives)
2847 (verilog-in-comment-p, verilog-in-star-comment-p)
2848 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
2849 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
2850 (verilog-skip-forward-comment-or-string, verilog-in-paren)
2851 (verilog-skip-forward-comment-p): Use it.
2852
2853 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
2854
2855 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
2856 (org-remember-templates, org-time-stamp-rounding-minutes)
2857 (org-back-over-empty-lines, org-find-base-buffer-visiting)
2858 (org-columns-new): Fix typos in docstrings.
2859
2860 2008-03-19 Glenn Morris <rgm@gnu.org>
2861
2862 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
2863 (tramp-handle-shell-command): Use condition-case rather than
2864 ignore-errors.
2865
2866 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2867
2868 * diff-mode.el (diff-header): Make the color louder.
2869 (diff-refine-change): Tone the color down.
2870
2871 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
2872
2873 * descr-text.el (describe-char): When `describe-char-unidata-list'
2874 is set to show all properties, list them in the right order.
2875
2876 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2877
2878 * international/mule.el (load-with-code-conversion): Avoid setting
2879 default-enable-multibyte-characters.
2880
2881 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
2882
2883 * vc.el (vc-annotate-background): Fix custom type.
2884
2885 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2886
2887 * descr-text.el (describe-char-unidata-list): Allow specifying
2888 just all properties.
2889 (describe-char): Handle that new value.
2890
2891 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
2892
2893 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
2894
2895 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
2896 instead of file name extension to make docs with uncommon
2897 extensions work.
2898
2899 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
2900
2901 * doc-view.el (require): Require cl at compile time because
2902 `assert' needs it.
2903
2904 2008-03-18 Glenn Morris <rgm@gnu.org>
2905
2906 * calendar/calendar.el (initial-calendar-window-hook)
2907 (today-visible-calendar-hook): Doc fixes.
2908
2909 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
2910
2911 * net/tramp.el (tramp-root-regexp): Simplify.
2912 (tramp-completion-file-name-regexp-separate): Don't insist on
2913 leading "[". This prevents method or user or host completion.
2914 (tramp-let-maybe): Autoload it.
2915 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
2916 is an alias for `identity'.
2917 (tramp-handle-write-region): Protect `last-coding-system-used'
2918 over the trailing statements.
2919 (tramp-completion-file-name-handler-post-function): Remove.
2920 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
2921 instead of calling `tramp-drop-volume-letter'.
2922
2923 * net/tramp.el:
2924 * net/tramp-uu.el:
2925 * net/trampver.el: Move coding cookie at the end.
2926
2927 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2928
2929 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
2930 elements which may be something else than characters.
2931
2932 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
2933
2934 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
2935 New functions to implement vc-status support.
2936
2937 * vc.el (vc-default-extra-status-menu)
2938 (vc-add-to-vc-status-buffer): New functions.
2939
2940 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2941 for eldoc and ielm.
2942
2943 2008-03-17 Glenn Morris <rgm@gnu.org>
2944
2945 * calendar/cal-x.el (diary-frame-parameters)
2946 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
2947 Fix custom type; add options.
2948 (calendar-frame, diary-frame): Doc fixes.
2949 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
2950 new functions.
2951 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
2952 Use calendar-frame-1 and calendar-dedicate-diary.
2953 (calendar-one-frame-setup): Also handle only-one-frame case.
2954 (calendar-only-one-frame-setup): Doc fix. Just call
2955 calendar-one-frame-setup.
2956
2957 * calendar/diary-lib.el: Re-order some definitions before their use.
2958 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
2959 (diary-list-entries): Doc fixes.
2960 (make-fancy-diary-display): Remove function.
2961
2962 * calendar/calendar.el (calendar-today-marker)
2963 (initial-calendar-window-hook, today-visible-calendar-hook)
2964 (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
2965 (calendar-star-date, calendar-mark-today): Doc fixes.
2966 (today-visible-calendar-hook): Add options.
2967 (calendar-in-read-only-buffer): New macro.
2968 (calendar-basic-setup): Adapt for change in calendar-read-date.
2969 Place holiday let inside if.
2970 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
2971 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
2972 (calendar-print-other-dates): Use one let rather than many.
2973
2974 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
2975 (calendar-print-other-dates):
2976 * calendar/cal-hebrew.el (list-yahrzeit-dates):
2977 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
2978 * calendar/holidays.el (calendar-list-holidays, list-holidays)
2979 (calendar-cursor-holidays):
2980 * calendar/lunar.el (calendar-phases-of-moon): Use
2981 calendar-in-read-only-buffer to replace previous code and disable undo.
2982
2983 2008-03-16 Juri Linkov <juri@jurta.org>
2984
2985 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
2986 and regexp-search-ring-yank-pointer for the HISTPOS argument of
2987 read-from-minibuffer to provide the correct initial minibuffer
2988 history position in isearch-edit-string when it is called from
2989 isearch-ring-adjust.
2990
2991 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
2992 to check if the current buffer is the minibuffer, and in this case
2993 call abort-recursive-edit to kill the minibuffer. Doc fix.
2994 (kill-this-buffer-enabled-p): Allow this function to return non-nil
2995 when the current buffer is the minibuffer.
2996
2997 * simple.el (goto-line): Leave mark at previous position. Doc fix.
2998
2999 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
3000
3001 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
3002 Use non-nil PARENTS attribute of make-directory instead of
3003 explicitly checking existence the current cache directory.
3004
3005 2008-03-16 Daiki Ueno <ueno@unixuser.org>
3006
3007 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
3008 M-x epa-file-select-keys.
3009
3010 2008-03-16 Kenichi Handa <handa@m17n.org>
3011
3012 * international/mule.el (auto-coding-alist):
3013 Use no-conversion-multibyte for archive files.
3014
3015 2008-03-16 Glenn Morris <rgm@gnu.org>
3016
3017 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
3018 New functions.
3019 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
3020 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
3021 Use calendar-mark-1.
3022 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
3023 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
3024 Use calendar-mark-complex.
3025 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
3026 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
3027 Use calendar-mark-1.
3028
3029 * calendar/calendar.el (calendar-mod): Remove.
3030 * calendar/cal-china.el (calendar-chinese-from-absolute)
3031 (calendar-chinese-date-string): Expand calendar-mod calls.
3032 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
3033 Expand calendar-mod calls.
3034
3035 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
3036 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
3037 (diary-bahai-insert-yearly-entry): Use let rather than let*.
3038 Move obsolete aliases after the functions that replaced them.
3039
3040 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
3041 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
3042 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
3043 Use let rather than let*.
3044 (calendar-hebrew-prompt-for-date): New function.
3045 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
3046 (holiday-tisha-b-av-etc): Use unless, let.
3047
3048 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
3049 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
3050
3051 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
3052
3053 * calendar/calendar.el (calendar-for-loop): Add indent spec.
3054
3055 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
3056 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
3057 than concat.
3058 (diary): Remove un-needed let.
3059 (view-other-diary-entries): Rename argument.
3060 (diary-list-entries-2): New function.
3061 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
3062 (print-diary-entries): Use unless.
3063 (diary-mark-entries-1): Change argument order, make all but
3064 markfunc optional. Handle the standard (Gregorian) case.
3065 Use match-string-no-properties. Handle marks.
3066 (mark-diary-entries): Use diary-mark-entries-1.
3067 (diary-font-lock-keywords-1): New macro.
3068 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
3069
3070 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
3071
3072 * icalendar.el (icalendar-version): Increase to 0.18.
3073 (icalendar-export-hidden-diary-entries): New variable.
3074 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
3075 In case of error, insert full error-val.
3076 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
3077 Use calendar-day-of-week. Return the day number.
3078 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
3079
3080 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
3081
3082 * icalendar.el (icalendar-recurring-start-year): New variable.
3083 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
3084 (icalendar-export-region): Ignore hidden diary entries.
3085 (icalendar--convert-ordinary-to-ical): Fix case where event
3086 spans across midnight boundary.
3087 (icalendar-first-weekday-of-year): New function.
3088 (icalendar--convert-weekly-to-ical): Allow user-selectable start
3089 year for recurring events (Mozilla calendars do not propagate
3090 recurring events forever, so year 2000 start date was not working).
3091 (icalendar--convert-yearly-to-ical): Remove extra spaces in
3092 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
3093
3094 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
3095
3096 * net/tramp.el (tramp-root-regexp): New defconst.
3097 (tramp-completion-file-name-regexp-unified)
3098 (tramp-completion-file-name-regexp-separate)
3099 (tramp-completion-file-name-regexp-url): Use it.
3100 (tramp-do-copy-or-rename-file-via-buffer):
3101 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
3102 t for `insert-file-contents-literally'.
3103 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
3104 Autoload it.
3105 (tramp-completion-file-name-handler-post-function): New defconst.
3106 (tramp-completion-file-name-handler): Use it.
3107 (tramp-maybe-open-connection): Update calls to
3108 `tramp-flush-connection-property' for removed 2nd argument.
3109
3110 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3111
3112 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
3113 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
3114 New functions.
3115
3116 2008-03-15 Glenn Morris <rgm@gnu.org>
3117
3118 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
3119 New functions.
3120 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
3121 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3122 (diary-list-entries-1, diary-mark-entries-1): Autoload.
3123 (diary-bahai-list-entries): Use diary-list-entries-1.
3124 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
3125 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
3126 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3127 (diary-list-entries-1, diary-mark-entries-1): Autoload.
3128 (list-hebrew-diary-entries): Use diary-list-entries-1.
3129 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
3130 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
3131 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3132 (diary-list-entries-1, diary-mark-entries-1): Autoload.
3133 (list-islamic-diary-entries): Use diary-list-entries-1.
3134 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
3135
3136 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
3137
3138 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
3139
3140 * calendar/cal-china.el (number-chinese-months)
3141 (calendar-chinese-from-absolute): Use nth, caar.
3142
3143 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
3144
3145 * calendar/cal-french.el (french-calendar-accents): Doc fix.
3146
3147 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
3148 (calendar-hebrew-month-name-array-leap-year)
3149 (hebrew-calendar-parashiot-names): Make constants.
3150 (diary-parasha): Move definition after constants it uses.
3151
3152 * calendar/cal-html.el (cal-html-insert-link-yearpage)
3153 (cal-html-htmlify-list): Doc fix.
3154 (cal-html-htmlify-entry): Use nth.
3155
3156 * calendar/cal-islam.el (calendar-islamic-month-name-array)
3157 (calendar-islamic-epoch): Make constants.
3158 (calendar-islamic-epoch): Doc fix.
3159
3160 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
3161
3162 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
3163 (cal-tex-month-name): Doc fix.
3164 (cal-tex-last-blank-p): Use zerop.
3165
3166 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
3167 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
3168 (calendar-cursor-to-date): Doc fix.
3169 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
3170 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
3171 (calendar-day-number): Use when.
3172 (generate-calendar-month): Use dotimes.
3173 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
3174 (calendar-set-mark): Reverse conditional.
3175 (calendar-make-alist): Move definition before use.
3176
3177 * calendar/diary-lib.el (diary-face-attrs)
3178 (diary-glob-file-regexp-prefix, diary-selective-display)
3179 (number-of-diary-entries, diary-list-entries, diary-goto-entry):
3180 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
3181 (diary-anniversary, diary-cyclic)
3182 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
3183 (diary-header-line-format): Change wording.
3184 (diary-list-entries): Set `date-start' in let.
3185 (include-other-diary-files, mark-included-diary-files): Use format.
3186 (simple-diary-display, fancy-diary-display): Use cadr, unless.
3187 (mark-diary-entries): Use 1+.
3188 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
3189 (mark-calendar-month): Use dotimes.
3190
3191 * calendar/holidays.el (displayed-month, displayed-year):
3192 Move declarations where needed.
3193 (calendar-list-holidays): Doc fix.
3194
3195 * calendar/parse-time.el (parse-time-string): Simplify.
3196
3197 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
3198 Make constants.
3199 (solar-sunrise-sunset): Rename some local variables for clarity.
3200 (sunrise-sunset): Use zerop.
3201 (solar-mean-equinoxes/solstices): Doc fix.
3202
3203 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
3204 Use nth.
3205 (timeclock-completing-read, timeclock-generate-report): Use zerop.
3206 (timeclock-mean, timeclock-generate-report): Use dolist.
3207
3208 * calendar/todo-mode.el (todo-add-category): Simplify.
3209 (todo-more-important-p, todo-delete-item, todo-file-item):
3210 Use unless, when.
3211 (todo-top-priorities): Use zerop.
3212
3213 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
3214
3215 * buff-menu.el (list-buffers-noselect): Display buffer name in
3216 tooltip instead of mouse binding when it doesn't fit in the list.
3217
3218 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
3219
3220 * faces.el (xw-defined-colors):
3221 * simple.el (widget-convert, shell-mode): Declare as functions
3222 instead of autoloading.
3223
3224 * abbrev.el:
3225 * button.el:
3226 * cus-face.el:
3227 * ediff-hook.el:
3228 * emacs-lisp/backquote.el:
3229 * emacs-lisp/timer.el:
3230 * facemenu.el:
3231 * faces.el:
3232 * menu-bar.el:
3233 * simple.el:
3234 * subr.el:
3235 * textmodes/fill.el:
3236 * textmodes/paragraphs.el: Remove autoloads, redundant when the
3237 files are preloaded.
3238
3239 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
3240
3241 * desktop.el (desktop-create-buffer): Don't catch errors if
3242 debug-on-error is set.
3243
3244 2008-03-14 Eli Zaretskii <eliz@gnu.org>
3245
3246 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
3247 ($(lisp)/calendar/diary-loaddefs.el)
3248 ($(lisp)/calendar/hol-loaddefs.el): New targets.
3249 (LOADDEFS): New macro.
3250 (autoloads): Depend on $(LOADDEFS).
3251
3252 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
3253
3254 * font-lock.el (featurep): Remove test, not useful anymore.
3255 (facemenu-keymap): Move key binding ...
3256 * facemenu.el (facemenu-keymap): ... here.
3257
3258 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
3259 for each file in the list.
3260 (vc-bzr-log-view-mode): Recognize the file marker.
3261
3262 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
3263 for checkdoc and profiling.
3264
3265 2008-03-14 Bastien Guerry <bzg@altern.org>
3266
3267 * textmodes/flyspell.el (nxml-mode): Add the right
3268 `flyspell-mode-predicate'.
3269
3270 * wid-edit.el (link): Use 'mouse-face for :follow-link.
3271
3272 2008-03-14 Glenn Morris <rgm@gnu.org>
3273
3274 * calendar/solar.el: Reorder so that functions are defined before use.
3275 (displayed-month, displayed-year): Move declarations where needed.
3276 (solar-get-number): Move definition before use. Use unless.
3277 (solar-equatorial-coordinates): Simplify.
3278 (solar-sunrise-and-sunset): Use let rather than let*.
3279 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth
3280
3281 * startup.el (command-line-1): Rename -internal-script back to
3282 -scriptload (reverts previous change).
3283
3284 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
3285 (calendar-bahai-leap-base): Add doc strings.
3286 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
3287 Move definition before use.
3288 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
3289 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
3290 variables outside the loop. Use dolist.
3291 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
3292
3293 * calendar/cal-china.el: Re-order so that functions are defined before
3294 use.
3295 (displayed-month, displayed-year): Move declarations where needed.
3296 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
3297 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
3298 Add doc strings.
3299 (chinese-year-cache): Recenter on 2010. Doc fix.
3300 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
3301 Doc fix. Simplify.
3302 (chinese-year-cache-init): New function.
3303 (compute-chinese-year, holiday-chinese-new-year)
3304 (calendar-chinese-date-string, calendar-goto-chinese-date)
3305 (make-chinese-month-assoc-list): Use cadr, nth.
3306 (chinese-months): Remove un-needed let.
3307
3308 * calendar/cal-coptic.el (coptic-calendar-month-name-array):
3309 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
3310 (coptic-prompt-for-date): Move definition before use.
3311
3312 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
3313 (calendar-dst-find-data, calendar-daylight-time-offset)
3314 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
3315 (calendar-daylight-savings-starts-time)
3316 (calendar-daylight-savings-ends-time): Use cadr, nth.
3317
3318 * calendar/cal-french.el (french-calendar-epoch)
3319 (calendar-goto-french-date): Doc fix.
3320 (french-calendar-month-name-array)
3321 (french-calendar-multibyte-month-name-array)
3322 (french-calendar-day-name-array, french-calendar-special-days-array):
3323 Add doc strings.
3324
3325 * calendar/cal-hebrew.el (displayed-month, displayed-year)
3326 (original-date): Move declarations where needed.
3327 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
3328 Doc fix.
3329 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
3330 constant variables outside the loop. Use dolist.
3331
3332 * calendar/cal-islam.el (displayed-month, displayed-year)
3333 (original-date): Move declarations where needed.
3334 (islamic-calendar-day-number): Remove unused local variable `day'.
3335 (calendar-goto-islamic-date): Doc fix.
3336 (holiday-islamic): Use unless.
3337 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
3338 constant variables outside the loop. Use dolist.
3339 (mark-islamic-calendar-date-pattern): Move definition before use.
3340 Use unless.
3341 (mark-islamic-diary-entries): Doc fix.
3342 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
3343 (insert-yearly-islamic-diary-entry): Use let rather than let*.
3344
3345 * calendar/cal-julian.el (calendar-absolute-from-julian):
3346 Move definition before use. Remove un-needed local `day'.
3347 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
3348
3349 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
3350 (calendar-mayan-tzolkin-names-array): Add doc strings.
3351 (calendar-mayan-long-count-from-absolute): Use a single let.
3352 (calendar-string-to-mayan-long-count): Simplify.
3353 (calendar-next-haab-date, calendar-previous-haab-date)
3354 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
3355 (calendar-previous-calendar-round-date)
3356 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
3357 Doc fix.
3358 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
3359 (calendar-mayan-date-string, calendar-print-mayan-date)
3360 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
3361 (calendar-mayan-long-count-common-era): Move definitions before use.
3362
3363 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
3364 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
3365 Doc fix.
3366 (calendar-mouse-goto-date): Move definition before use.
3367
3368 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
3369 Move definition before use.
3370 (calendar-cursor-to-visible-date): Move definition before use.
3371 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
3372 and place inside the conditional.
3373 (calendar-forward-day): Simplify.
3374 (calendar-end-of-month): Use unless.
3375 (calendar-goto-day-of-year): Doc fix.
3376 Relocate obsolete aliases after their replacements.
3377
3378 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
3379
3380 * calendar/diary-lib.el (mark-diary-entries): Move some constant
3381 variables outside the diary-date-forms loop.
3382
3383 * calendar/calendar.el (diary-file): Doc fix.
3384 (calendar-buffer-list): Return buffers rather than strings (fixes
3385 previous change).
3386 (hebrew-holidays-4): Fix typo.
3387
3388 * calendar/holidays.el (displayed-month, displayed-year):
3389 Move declarations where needed.
3390 (calendar-holiday-list, calendar-list-holidays)
3391 (holiday-filter-visible-calendar): Move definitions before use.
3392 (list-holidays): Use cadr.
3393 Relocate obsolete aliases after their replacements.
3394
3395 * calendar/lunar.el (date, displayed-month, displayed-year):
3396 Move declarations where needed.
3397 (lunar-phase-list): Move definition after functions it uses.
3398 (calendar-phases-of-moon, diary-phases-of-moon)
3399 (lunar-new-moon-on-or-after): Use cadr, nth.
3400 (lunar-new-moon-on-or-after): Doc fix.
3401
3402 * textmodes/org-irc.el (top-level): CL not required when compiling.
3403 (org-irc-visit-erc): Replace runtime CL functions.
3404
3405 * textmodes/org-publish.el (declare-function): Add compatibility stub.
3406 (org-publish-delete-dups): Declare as function.
3407
3408 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
3409
3410 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
3411 (vc-bzr-show-log-entry): Make regexp match more cases.
3412 (vc-diff-switches-list): Remove autoload, not needed.
3413
3414 2008-03-14 Juri Linkov <juri@jurta.org>
3415
3416 * isearch.el (isearch-edit-string): Remove one call to
3417 `isearch-push-state' not to push an inconsistent state,
3418 but keep another correct call to `isearch-push-state'.
3419 (isearch-ring-adjust): Call `isearch-push-state' only when
3420 `search-ring-update' is non-nil since `isearch-edit-string'
3421 already pushes its state.
3422 (isearch-message): Improve matching the failed part by checking
3423 if the original message starts with the last successful message.
3424
3425 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
3426 (dired-perm-write): Rename from `dired-warn-writable'.
3427 Change parent face from `font-lock-warning-face' to
3428 `font-lock-comment-delimiter-face'.
3429 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
3430 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
3431 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
3432 with `dired-perm-write-face'.
3433
3434 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
3435
3436 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
3437 Create cache dir only if it doesn't already exist.
3438
3439 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3440
3441 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
3442 of \ and '.
3443
3444 2008-03-13 Johan Bockgård <bojohan@gnu.org>
3445
3446 * net/browse-url.el (browse-url-text-xterm):
3447 Unquote browse-url-text-browser.
3448
3449 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
3450
3451 * textmodes/org-mouse.el: Version number change.
3452
3453 * textmodes/org-publish.el (org-publish-expand-components):
3454 Remove null projects from the list of components.
3455 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
3456 Remove unused retrieval of the :publishing-directory property.
3457 (org-publish-file): Bugfix: when using a relative directory as the
3458 publishing directory, convert it to a directory filename.
3459 (org-publish-project): New alias.
3460 (org-publish-get-files): Protect against empty p.
3461 (org-publish-file): Send an error when file is not part of any project.
3462 (org-publish-file): Offer to refresh the list of files in known
3463 project when the current file is not part of any project.
3464 (org-publish-before-export-hook)
3465 (org-publish-after-export-hook): New hooks.
3466 (org-publish-org-to): Use new hooks and kill buffers.
3467 (org-publish-file): Remove the code for killing buffers.
3468 (org-publish-initialize-files-alist): Use interactive.
3469 (org-publish-file): If the publishing function creates a new
3470 buffer, kill it after publishing.
3471 (org-publish-timestamp-filename): Protect ":" in file name path
3472 under windows.
3473
3474 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
3475 change that killed the LaTeX buffer.
3476
3477 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
3478 in the decision tree.
3479 (org-select-remember-template): Clean the code.
3480 (org-prepare-dblock): Add the extra :content parameter.
3481 (org-write-agenda): New output type ".ics" files.
3482 (org-write-agenda): Call `org-icalendar-verify-function', both for
3483 time stamps and for TODO entries.
3484 (org-agenda-collect-markers, org-create-marker-find-array)
3485 (org-check-agenda-marker-table): New functions.
3486 (org-agenda-marker-table): New variable.
3487 (org-export-as-html): Revert the change that killed the html
3488 buffer. Side effects first need to be studied carefully.
3489 (org-get-tags-at): Fix the structure of the condition-case statement.
3490 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
3491 (org-timestamp-change): Fix regulear expressions to swallow the
3492 extra character for repeat-shift control.
3493 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
3494 (org-get-legal-level): Alias to `org-get-valid-level'.
3495 (org-dblock-write:clocktable): Add a :link parameter, linking
3496 headlines to their location in the Org agenda files.
3497 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
3498 throwing an error when getting tags before headlines.
3499 (org-timestamp-change, org-modify-ts-extra)
3500 (org-ts-regexp1): Fix timestamp editing.
3501 (org-agenda-custom-commands-local-options): New constant.
3502 (org-agenda-custom-commands):
3503 Use `org-agenda-custom-commands-local-options' to improve customize
3504 type. "htmlize": Removed hack to fix face problem with htmlize,
3505 it no longer seem necessary.
3506 (org-follow-link-hook): New hook.
3507 (org-agenda-custom-commands): Add "Component" as a tag for each
3508 item in a command serie.
3509 (org-open-at-point): Run `org-follow-link-hook'.
3510 (org-agenda-schedule): Bugfix: don't display marker type when it
3511 is nil.
3512 (org-store-link): org-irc required.
3513 (org-set-regexps-and-options): Parse the new logging options.
3514 (org-extract-log-state-settings): New function.
3515 (org-todo): Handle the new ways of recording state change stuff.
3516 (org-local-logging): New function.
3517 (org-columns-open-link): Fix bug with opening link in column view.
3518 (org-local-logging): New function
3519 (org-todo): Make sure that LOGGING properties are honoured.
3520 (org-todo-keywords): Improve docstring.
3521 (org-startup-options): Cleanup startup options.
3522 (org-set-regexps-and-options): Process the "!" markers.
3523 (org-todo): Respect the new logging stuff.
3524 (org-log-note-how): New variable.
3525 (org-add-log-maybe): New parameter HOW that defines how logging
3526 should be done and also overrides PURPOSE. Add a docstring.
3527 (org-add-log-note): Check if we really need to ask for a note.
3528 (org-get-current-options): Digest the new keyword.
3529 (org-agenda-reset-markers): Rename from
3530 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
3531 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
3532 function, without force argument.
3533 (org-buffer-property-keys): Bind local variables s and p.
3534 (org-make-tags-matcher): Allow "" to match an empty or
3535 non-existent property value.
3536 (org-export-as-html): Join unsorted lists when they directly
3537 follow each other. Such lists may be created by headlines that
3538 are converted to lists.
3539 (org-nofm-to-completion): New function.
3540 (org-export-as-html): Use :html-extension instead of
3541 org-export-html-extension.
3542 (org-store-link): Support for links from `rmail-summary-mode'.
3543 (org-columns-new, org-complete, org-set-property): Set the
3544 `include-columns' argument in the call to
3545 `org-buffer-property-keys'.
3546 (org-buffer-property-keys): New argument `include-columns', to
3547 include properties expected by any of the COLUMS formats in the
3548 current buffer.
3549 (org-cleaned-string-for-export): Get rid of drawers first, so that
3550 they will be removed also in the text before the first headline.
3551 (org-clock-report): Show the clocktable when found.
3552 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
3553 (org-version): With prefix argument, insert `org-version' at point.
3554 (org-agenda-goto): Recenter the window after finding the target
3555 location, to make sure the correct position will be displayed.
3556 (org-agenda-get-deadlines): Don't scale priority with the warning
3557 period.
3558 (org-insert-heading): Don't break line in the middle of the line.
3559 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
3560 be 0.
3561 (org-update-checkbox-count): Revamp to deal with hierarchical
3562 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
3563 (org-remove-timestamp-with-keyword): New function.
3564 (org-schedule, org-deadline):
3565 Use `org-remove-timestamp-with-keyword' to make sure all such time
3566 stamps are removed.
3567 (org-mode): Support for `align'.
3568 (org-agenda-get-deadlines): Make sure priorities increase as the
3569 due date approaches and is passed.
3570 (org-remember-apply-template): Fix problem with tags that
3571 contain "_" or "@".
3572 (org-make-link-regexps): Improve the regular expression for plain links.
3573 (org-agenda-get-closed): List each clocking entry.
3574 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
3575 (org-special-ctrl-k): New option.
3576 (org-kill-line): New function.
3577 (org-archive-all-done): Fix incorrect number of stars in regexp.
3578 (org-refile-get-location): New function.
3579 (org-refile-goto-last-stored): New function.
3580 (org-global-tags-completion-table): Add the value of org-tag-alist
3581 in each buffer, to make sure that also unused tags will be
3582 available for completion.
3583 (org-columns-edit-value)
3584 (org-columns-next-allowed-value): Only update if not in agenda.
3585 (org-clocktable-steps): New function.
3586 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
3587 (org-archive-subtree): Add the outline tree context as a property.
3588 (org-closest-date): New optional argument `prefer'.
3589 (org-goto-auto-isearch): New option.
3590 (org-goto-map, org-get-location): Implement auto-isearch.
3591 (org-goto-local-auto-isearch-map): New variable.
3592 (org-goto-local-search-forward-headings)
3593 (org-goto-local-auto-isearch): New functions
3594
3595 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
3596
3597 * textmodes/org-irc.el: New file.
3598
3599 2008-03-13 John Wiegley <johnw@gnu.org>
3600
3601 * textmodes/org-mac-message.el: New file.
3602
3603 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
3604
3605 * font-lock.el (font-lock-comment-face): Set the foreground for
3606 the light background 8 colors case.
3607
3608 2008-03-13 Glenn Morris <rgm@gnu.org>
3609
3610 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
3611 generate-autoload-cookie patterns.
3612
3613 * startup.el (command-line-1): Rename -scriptload to -internal-script.
3614
3615 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
3616 (MH_E_SRC): Remove variable.
3617 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
3618 Simplify file header. Use $@ for generated-autoload-file.
3619
3620 * Makefile.in (LOADDEFS): New variable.
3621 (AUTOGENEL): Use $LOADDEFS.
3622 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
3623 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
3624 ($(lisp)/calendar/hol-loaddefs.el): New targets.
3625 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3626 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
3627 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
3628 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
3629 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
3630 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
3631 Add calendar-specific autoload cookies, and remove any setting of
3632 generated-autoload-file.
3633 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
3634 * calendar/diary-lib.el: Replace explicit autoloads with reading of
3635 diary-loaddefs.
3636 * calendar/holidays.el: Replace explicit autoloads with reading of
3637 hol-loaddefs.
3638
3639 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
3640 (calendar-buffer-list): Simplify.
3641 (generate-calendar-window): Use calendar-mark-holidays rather than
3642 obsolete alias.
3643
3644 * calendar/cal-hebrew.el (list-yahrzeit-dates):
3645 Use cal-hebrew-yahrzeit-buffer.
3646
3647 * calendar/cal-x.el (calendar-only-one-frame-setup)
3648 (calendar-two-frame-setup): Doc fixes.
3649 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
3650
3651 * calendar/appt.el (appt-mode-string): Mark as risky.
3652 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
3653
3654 * calendar/cal-html.el (diary-list-entries):
3655 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
3656 (calendar-iso-from-absolute): Fix autoloads.
3657
3658 * calendar/cal-iso.el (calendar-absolute-from-iso)
3659 (calendar-iso-read-args): Simplify.
3660 (calendar-iso-date-string, calendar-iso-read-args)
3661 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
3662
3663 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
3664 (displayed-month, displayed-year): Move declarations where needed.
3665 (calendar-print-astro-day-number): Doc fix.
3666
3667 * calendar/cal-persia.el (persian-calendar-month-name-array)
3668 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
3669 (persian-prompt-for-date): Remove local variable `today'.
3670
3671 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
3672
3673 * calendar/solar.el (solar-moment, solar-exact-local-noon)
3674 (solar-sunrise-sunset, solar-sunrise-sunset-string)
3675 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
3676 (diary-sabbath-candles, solar-equinoxes/solstices)
3677 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
3678 (solar-time-equation, solar-date-to-et): Simplify.
3679
3680 * mail/supercite.el: Remove the `function' in `(function (lambda'.
3681 Replace `(car (cdr' with cadr'.
3682
3683 * progmodes/f90.el (f90-font-lock-n): New function.
3684 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
3685 Use f90-font-lock-n.
3686 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
3687
3688 * progmodes/f90.el (f90-mode-abbrev-table):
3689 * progmodes/fortran.el (fortran-mode-abbrev-table):
3690 Use newer form of define-abbrev, where supported. No need to bind
3691 abbrevs-changed for system abbrevs.
3692
3693 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3694
3695 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
3696 delete-frame-functions.
3697
3698 * bookmark.el (Info-current-node): Remove.
3699
3700 2008-03-12 Juri Linkov <juri@jurta.org>
3701
3702 * help.el (describe-project): Remove defaliases for view-todo and
3703 describe-project that are now unnecessary after the merge from
3704 emacs--rel--22 that added define-obsolete-function-alias.
3705
3706 * startup.el (inhibit-startup-screen): Revert incomplete
3707 2008-03-10 merge from emacs--rel--22 that partly reverted
3708 2008-02-28 change that added initial message to *scratch* buffer
3709 regardless of the value of `inhibit-startup-screen'.
3710 Now keep this change in the trunk, but not in the 22 branch.
3711
3712 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3713
3714 * international/quail.el (quail-setup-completion-buf, quail-help):
3715 * mail/binhex.el (binhex-decode-region-internal):
3716 * mail/uudecode.el (uudecode-decode-region-internal):
3717 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3718 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3719 setting default-enable-multibyte-characters.
3720
3721 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
3722
3723 * comint.el: Fix up indentation and comment style. Remove `function'.
3724
3725 * international/mule-cmds.el (reset-language-environment)
3726 (set-language-environment-nonascii-translation):
3727 Don't set-unibyte-charset.
3728
3729 * doc-view.el: Remove all cb-args, use closures instead.
3730 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
3731 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
3732 doing an incorrect check). Update all callers to use the new name.
3733 (doc-view-doc->txt): Add missing `txt' argument.
3734
3735 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
3736
3737 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
3738 md5 sum calculation to single-byte.
3739
3740 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3741
3742 * doc-view.el (doc-view-new-window-function): Add assertion.
3743 (doc-view-doc-type): New var.
3744 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
3745 (doc-view-intersection): New fun.
3746 (doc-view-mode): Use it to set the new var.
3747
3748 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
3749
3750 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
3751 (doc-view-already-converted-p): New functions.
3752 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
3753 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
3754 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3755 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
3756 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
3757 (doc-view-convert-current-doc): Don't hardwire the functions the
3758 sentinels call. Now they're provided by two args CALLBACK and
3759 CB-ARGS to the functions.
3760 (doc-view-search): Use doc-view-doc->txt.
3761 (doc-view-initiate-display): Use doc-view-already-converted-p.
3762 Mention new binding C-c C-t if doc-view-mode doesn't work.
3763
3764 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3765
3766 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
3767
3768 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3769
3770 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
3771 Mark " outside of tags as punctuation.
3772
3773 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3774
3775 * menu-bar.el (minibuffer-local-map): Use the same command for the
3776 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
3777 Prefer RET over C-j for exit-minibuffer.
3778
3779 * files.el (display-buffer-other-frame): Eliminate problematic code.
3780
3781 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
3782 (menu-bar-select-buffer): Remove.
3783 (menu-bar-select-frame): Make non-interactive and take a frame arg.
3784 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
3785
3786 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
3787
3788 * icomplete.el (icomplete-completions): Remove obsolete code.
3789
3790 * net/net-utils.el (iwconfig-program-options): Doc fix.
3791 (net-utils-run-program, run-network-program): Define as functions.
3792
3793 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3794
3795 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
3796
3797 2008-03-11 Glenn Morris <rgm@gnu.org>
3798
3799 * faces.el (mode-line-emphasis): New face.
3800 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
3801
3802 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
3803
3804 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
3805
3806 * simple.el (set-mark-command): Doc fix.
3807
3808 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3809
3810 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
3811
3812 * emacs-lisp/autoload.el (autoload-find-destination):
3813 Don't force raw-text.
3814
3815 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
3816 * calendar/cal-loaddefs.el: Don't version control.
3817
3818 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
3819
3820 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
3821 entries and add :help to the existing ones.
3822
3823 2008-03-10 Glenn Morris <rgm@gnu.org>
3824
3825 * calendar/cal-hebrew.el (date, entry, number): Move declarations
3826 to where they are needed.
3827
3828 * calendar/calendar.el (diary-file, hebrew-holidays-1)
3829 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3830 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
3831 (calendar-version): Doc fixes.
3832 (calendar-absolute-from-gregorian): Use zerop.
3833 (calendar-mode-line-format): Make it a defcustom.
3834
3835 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
3836 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
3837 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
3838 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
3839 (mark-included-diary-files, mark-calendar-days-named)
3840 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
3841 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
3842 (insert-monthly-diary-entry, insert-yearly-diary-entry)
3843 (insert-anniversary-diary-entry, insert-block-diary-entry)
3844 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
3845 (diary-font-lock-sexps): Doc fixes.
3846 (diary-remind-message, mark-calendar-month): Use zerop.
3847 (diary-attrtype-convert, diary-pull-attrs): Simplify.
3848 (diary-list-entries): Revert let to let* (previous change).
3849
3850 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
3851
3852 2008-03-10 Kim F. Storm <storm@cua.dk>
3853
3854 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
3855 function aliases for the old names.
3856
3857 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
3858
3859 * iswitchb.el (iswitchb-use-faces): Doc fix.
3860 (iswitchb-buffer-ignore, iswitchb-read-buffer):
3861 Fix typos in docstrings.
3862
3863 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
3864
3865 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
3866 Fix typo.
3867 (verilog-type-font-keywords): Reindent.
3868
3869 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
3870
3871 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
3872 grouping-keyword regular expression.
3873 (verilog-font-lock-keywords): Allow users to toggle special
3874 highlight of grouping-keywords.
3875 (verilog-highlight-grouping-keywords): The toggle for special
3876 highlighting of grouping keywords.
3877
3878 2008-03-10 Juri Linkov <juri@jurta.org>
3879
3880 * startup.el: Revert 2008-02-28 change that adds initial message
3881 to *scratch* buffer regardless of the value of
3882 `inhibit-startup-screen'.
3883
3884 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
3885
3886 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
3887 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
3888 * progmodes/verilog-mode.el (verilog-mode):
3889 * net/socks.el (socks):
3890 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
3891
3892 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3893
3894 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
3895 (doc-view-bookmark-make-record): Use them.
3896 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
3897 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
3898
3899 * bookmark.el (bookmark-make-record-function): Change expected return
3900 value to include a suggested bookmark name.
3901 (bookmark-make): Split into bookmark-make-record and bookmark-store.
3902 Fix reversed `overwrite' semantics.
3903 (bookmark-set): Call bookmark-make-record before prompting the user.
3904 Then pass the result to bookmark-store later on.
3905 (bookmark-make-name-function): Remove.
3906 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
3907 * info.el (bookmark-make-name-function): Remove.
3908 (Info-mode): Don't set it.
3909 (Info-bookmark-make-name): Remove.
3910 (Info-bookmark-make-record): Use Info-current-node as suggested default
3911 bookmark name.
3912
3913 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
3914 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
3915 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
3916 (bookmark-annotation-buffer, bookmark-annotation-file)
3917 (bookmark-annotation-point, bookmark-send-annotation)
3918 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
3919 (bookmark-edit-annotation-text-func): Rename from
3920 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
3921 (bookmark-edit-annotation-mode-map): Move initialization into
3922 declaration.
3923
3924 * bookmark.el: Remove spurious * in docstrings.
3925 (bookmark-minibuffer-read-name-map): New var.
3926 (bookmark-set): Use it. Also pass the default value as it should.
3927 (bookmark-send-edited-annotation): Take no chances with text properties.
3928 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
3929 (bookmark-insert-buffer-name): Remove.
3930 (bookmark-buffer-file-name): Signal an error rather than returning nil.
3931
3932 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
3933
3934 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
3935
3936 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
3937
3938 * diff-mode.el (diff-mode-menu): Add :help.
3939
3940 2008-03-09 Glenn Morris <rgm@gnu.org>
3941
3942 * calendar/calendar.el (general-holidays, oriental-holidays)
3943 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
3944 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
3945 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
3946 (calendar-holidays): Restore autoload cookies, because people are
3947 used to using these variables without loading calendar.el.
3948
3949 * calendar/cal-islam.el (diary-islamic-date): Move to end.
3950 (date, number): Declare where needed.
3951
3952 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
3953 (list-sexp-diary-entries): Doc fixes.
3954 (diary-list-entries): Doc fix. Remove free variable `entry'.
3955 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
3956 Simplify setting of `date-holiday-list'.
3957 (mark-diary-entries): Remove free variable `entry'.
3958 (diary-list-entries, include-other-diary-files, fancy-diary-display):
3959 Use let where let* is not needed.
3960
3961 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3962
3963 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
3964 make-record function, instead paste it in afterwards.
3965 (bookmark-make-record-for-text-file):
3966 * doc-view.el (doc-view-bookmark-make-record):
3967 * info.el (Info-bookmark-make-record): Don't mess with annotations.
3968
3969 2008-03-08 Glenn Morris <rgm@gnu.org>
3970
3971 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
3972
3973 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
3974
3975 * calendar/diary-lib.el (diary-list-entries)
3976 (include-other-diary-files, mark-diary-entries)
3977 (mark-sexp-diary-entries, mark-included-diary-files)
3978 (diary-entry-time, list-sexp-diary-entries): Remove the special
3979 handling of ^M that dates back to the use of selective-display.
3980 (simple-diary-display): Obey setting of pop-up-frames.
3981 (body, entry): Remove unnecessary declarations.
3982
3983 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
3984 (bookmark-get-annotation, bookmark-set-annotation)
3985 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3986 (bookmark-set-position, bookmark-get-front-context-string)
3987 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3988 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
3989 * info.el (Info-bookmark-make-record): Don't bother recording point.
3990 (bookmark-get-filename, bookmark-get-front-context-string)
3991 (bookmark-get-rear-context-string, bookmark-get-position):
3992 Don't declare any more.
3993 (bookmark-get-info-node): Remove.
3994 (bookmark-prop-get): Declare.
3995 (Info-bookmark-jump): Use it.
3996
3997 2008-03-08 Johan Bockgård <bojohan@gnu.org>
3998
3999 * subr.el (while-no-input): Don't splice BODY directly into the
4000 `or' form.
4001
4002 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
4003
4004 * diff-mode.el (diff-ignore-whitespace-hunk):
4005 Bind inhibit-read-only before trying to change the buffer.
4006
4007 2008-03-08 Glenn Morris <rgm@gnu.org>
4008
4009 * calendar/appt.el (appt): Move custom group here from calendar.el.
4010 (appt-disp-window, appt-convert-time): Doc fixes.
4011
4012 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
4013 (calendar-bahai-mark-date-pattern):
4014 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
4015 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
4016 * calendar/cal-julian.el (calendar-absolute-from-julian):
4017 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
4018
4019 * calendar/cal-china.el (chinese-calendar): Move custom group here from
4020 calendar.el.
4021 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
4022 Make constants.
4023 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
4024 (chinese-calendar-daylight-savings-starts)
4025 (chinese-calendar-daylight-savings-ends)
4026 (chinese-calendar-daylight-savings-starts-time)
4027 (chinese-calendar-daylight-savings-ends-time)
4028 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
4029 Doc fixes.
4030
4031 * calendar/cal-coptic.el (coptic-name): Add doc string.
4032
4033 * calendar/cal-french.el (french-calendar-month-name-array)
4034 (french-calendar-day-name-array, french-calendar-special-days-array):
4035 Add doc strings.
4036
4037 * calendar/cal-bahai.el (diary-bahai-mark-entries)
4038 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
4039 (diary-bahai-insert-yearly-entry):
4040 * calendar/cal-dst.el (calendar-next-time-zone-transition)
4041 (calendar-time-zone):
4042 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
4043 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
4044 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
4045 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
4046 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
4047 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
4048 (list-islamic-diary-entries, mark-islamic-diary-entries)
4049 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
4050 (insert-yearly-islamic-diary-entry):
4051 * calendar/cal-iso.el (calendar-iso-read-args):
4052 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
4053 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
4054 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
4055 (calendar-next-calendar-round-date)
4056 (calendar-mayan-long-count-common-era):
4057 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
4058 (cal-menu-x-popup-menu, calendar-mouse-holidays)
4059 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
4060 (calendar-mouse-goto-date):
4061 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
4062 * calendar/holidays.el (holidays):
4063 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
4064 * calendar/time-date.el (date-to-time, time-subtract, time-add)
4065 (safe-date-to-time): Doc fixes.
4066
4067 * calendar/cal-persia.el (persian-calendar-month-name-array)
4068 (persian-calendar-epoch): Make constants.
4069
4070 * calendar/cal-tex.el (calendar-tex): Move custom group here from
4071 calendar.el.
4072
4073 * calendar/cal-x.el (diary-frame-parameters)
4074 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
4075 (calendar-after-frame-setup-hooks): Make defcustoms.
4076 (calendar-one-frame-setup, calendar-only-one-frame-setup)
4077 (calendar-two-frame-setup): Doc fix.
4078
4079 * calendar/cal-loaddefs.el: New file.
4080
4081 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
4082 * calendar/cal-french.el, calendar/cal-html.el:
4083 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
4084 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
4085 * calendar/cal-tex.el, calendar/cal-x.el:
4086 Unquote lambda functions. Add autoload cookies to functions formerly
4087 autoloaded in calendar.el. Set `generated-autoload-file' to
4088 "cal-loaddefs.el".
4089
4090 * calendar/calendar.el: Move many autoloads to separate file,
4091 cal-loaddefs.el. Move defcustoms to start and re-order.
4092 (calendar-month-name-array, calendar-starred-day): No need to
4093 declare for compiler.
4094 (cal-loaddefs): Require it.
4095 (appt, chinese-calendar, calendar-tex): Move custom groups to the
4096 appropriate file.
4097 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
4098 Reverse logic.
4099 (diary-face, diary-file-name-prefix-function, diary-include-string)
4100 (diary-glob-file-regexp-prefix, diary-face-attrs)
4101 (diary-file-name-prefix, sexp-diary-entry-symbol)
4102 (print-diary-entries-hook, list-diary-entries-hook)
4103 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
4104 (nongregorian-diary-marking-hook, diary-list-include-blanks):
4105 Move to diary-lib.
4106 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
4107 (all-bahai-calendar-holidays): Doc fix.
4108 (calendar-insert-indented): Doc fix. Use when rather than if.
4109 (exit-calendar): Use mapc rather than mapcar.
4110 (calendar-cursor-to-date): Use zerop.
4111 (calendar-mark-ring): Add doc-string.
4112 (calendar-starred-day): Defvar it.
4113 (calendar-mode): Make calendar-starred-day local.
4114 (calendar-star-date): No need to make calendar-starred-day local.
4115
4116 * calendar/diary-lib.el: Move defcustoms to start.
4117 (diary-include-string, diary-list-include-blanks)
4118 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
4119 (diary-file-name-prefix, diary-file-name-prefix-function)
4120 (sexp-diary-entry-symbol, list-diary-entries-hook)
4121 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
4122 (nongregorian-diary-marking-hook, print-diary-entries-hook):
4123 Move here from calendar.el.
4124 (diary-file-name-prefix-function): Use 'identity.
4125 (diary-face): Make it a defcustom, and mark as obsolete.
4126 (top-level): No need to require cal-hebrew, cal-islam when compiling.
4127 (calendar-hebrew-month-name-array-leap-year)
4128 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
4129 Define for compiler.
4130 (diary-font-lock-keywords): Use format rather than concat.
4131 Add bahai-diary-entry-symbol.
4132
4133 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
4134 * calendar/solar.el: Unquote lambda functions.
4135
4136 * calendar/solar.el (calendar-location-name, calendar-latitude)
4137 (calendar-longitude, solar-setup, solar-sin-degrees)
4138 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
4139 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
4140 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
4141 (solar-exact-local-noon, solar-julian-ut-centuries)
4142 (solar-ephemeris-time, solar-date-next-longitude)
4143 (solar-horizontal-coordinates, solar-equatorial-coordinates)
4144 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
4145 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
4146 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
4147 Doc fixes.
4148 (solar-horizontal-coordinates, solar-equatorial-coordinates)
4149 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
4150 (solar-ecliptic-coordinates): Use unless.
4151 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
4152 Use or.
4153
4154 * calendar/timeclock.el: Add doc-strings to all functions.
4155 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
4156 (timeclock-entry-list-length, timeclock-entry-list-projects)
4157 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
4158
4159 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
4160
4161 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
4162 (org-get-entries-from-diary): Require diary-lib.
4163
4164 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
4165
4166 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
4167 Pacify byte-compiler.
4168
4169 2008-03-07 Alan Mackenzie <acm@muc.de>
4170
4171 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
4172 paren/bracket pairs parsed, to solve performance problem.
4173
4174 2008-03-07 Bastien Guerry <bzg@altern.org>
4175
4176 * bookmark.el (bookmark-set): Don't check for
4177 `bookmark-make-name-function' since `bookmark-buffer-file-name'
4178 already takes care of this.
4179 (bookmark-buffer-name, bookmark-buffer-file-name):
4180 Remove Info-mode specific code.
4181
4182 * info.el (bookmark-get-info-node): Define this function in
4183 info.el, not in bookmark.el.
4184 (Info-mode): Set `bookmark-make-name-function' to
4185 `Info-bookmark-make-name' locally.
4186 (Info-bookmark-make-name): New function.
4187
4188 * bookmark.el (bookmark-make-name-function): New variable.
4189
4190 2008-03-07 Karl Fogel <kfogel@red-bean.com>
4191
4192 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
4193 buffer-local, not `bookmark-make-cell-function' (the old name).
4194
4195 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
4196
4197 * doc-view.el (doc-view-bookmark-make-record):
4198 * image-mode.el (image-bookmark-make-record):
4199 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
4200
4201 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
4202
4203 * vc.el (vc-status-menu-map-filter): Return orig-binding if
4204 boundp 'vc-ignore-menu-filter.
4205 (vc-status-tool-bar-map): Make it defvar.
4206 (vc-status-mode): vc-status-tool-bar-map now variable.
4207 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
4208
4209 2008-03-07 Karl Fogel <kfogel@red-bean.com>
4210
4211 Give a better name to part of the bookmark interface.
4212
4213 This was originally a much larger change, but halfway through I
4214 updated and discovered that Stefan Monnier had done the rest.
4215 It looks like he anticipated the new name too, because he used
4216 `the-record' instead of `the-cell' for some internal variable names.
4217
4218 * bookmark.el (bookmark-make-record-function): Was
4219 `bookmark-make-cell-function'.
4220 (bookmark-make, bookmark-send-annotation): Update for above.
4221 (bookmark-make-record-for-text-file):
4222 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
4223
4224 * info.el: Adjust accordingly.
4225 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
4226
4227 * image-mode.el: Adjust accordingly.
4228 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
4229
4230 * doc-view.el: Adjust accordingly.
4231 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
4232
4233 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4234
4235 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
4236 Move initialization into declaration.
4237 (bookmark-get-info-node, bookmark-set-info-node): Remove.
4238 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
4239 (bookmark-info-current-node): Remove.
4240 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
4241 Add relocation fallback. Set bookmark-current-bookmark.
4242 (bookmark-default-handler): Rename from bookmark-jump-noselect.
4243 Remove relocation fallback. Don't set bookmark-current-bookmark.
4244 (bookmark-set): Let it be used even if there's no buffer-file-name
4245 as long as there is a bookmark-make-cell-function.
4246 * info.el (Info-bookmark-jump): Remove relocation fallback.
4247 Don't set bookmark-current-bookmark.
4248
4249 2008-03-07 Glenn Morris <rgm@gnu.org>
4250
4251 * calendar/appt.el (appt-issue-message)
4252 (appt-message-warning-time, appt-audible, appt-visible)
4253 (appt-msg-window, appt-display-mode-line, appt-display-duration)
4254 (appt-display-diary): Remove autoload cookies.
4255
4256 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
4257 Remove leading `*' from defcustom doc-strings.
4258
4259 * calendar/cal-dst.el (calendar-dst): New custom group.
4260 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
4261 (calendar-time-zone, calendar-daylight-time-offset)
4262 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
4263 (calendar-daylight-savings-starts-time)
4264 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
4265 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
4266 Move to start.
4267
4268 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
4269
4270 * calendar/calendar.el (calendar-version): Use emacs-version and
4271 make it obsolete. Move to end.
4272 (calendar-offset, view-diary-entries-initially)
4273 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
4274 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
4275 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
4276 (all-bahai-calendar-holidays, calendar-load-hook)
4277 (initial-calendar-window-hook, today-visible-calendar-hook)
4278 (today-invisible-calendar-hook, calendar-move-hook)
4279 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
4280 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
4281 (diary-include-string, sexp-diary-entry-symbol)
4282 (abbreviated-calendar-year, american-date-diary-pattern)
4283 (european-date-diary-pattern, european-calendar-display-form)
4284 (american-calendar-display-form, print-diary-entries-hook)
4285 (list-diary-entries-hook, diary-hook, diary-display-hook)
4286 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
4287 (nongregorian-diary-marking-hook, diary-list-include-blanks)
4288 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
4289 (local-holidays, other-holidays, hebrew-holidays-1)
4290 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
4291 (hebrew-holidays, christian-holidays, islamic-holidays)
4292 (bahai-holidays, solar-holidays, calendar-setup)
4293 (calendar-week-start-day): Remove autoload cookies.
4294 (diary-glob-file-regexp-prefix): Doc fix.
4295 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
4296 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
4297 (calendar-week-start-day, calendar-debug-sexp): Move to start.
4298
4299 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
4300 (calendar-time-display-form, calendar-latitude)
4301 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
4302 cookies.
4303 (calendar-latitude, calendar-longitude): Move functions after
4304 variables.
4305 (diary-sabbath-candles-minutes): Move to start.
4306 (solar-setup): Use or rather than if.
4307 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
4308 Remove condition-case.
4309 (solar-atn2): Use zerop.
4310 (solar-equinoxes-solstices): Doc fix.
4311
4312 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
4313 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
4314
4315 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
4316 (calendar-longitude, calendar-latitude, calendar-location-name):
4317 Declare for compiler.
4318
4319 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4320
4321 * arc-mode.el (archive-ar-file-header-re): New const.
4322 (archive-ar-summarize, archive-ar-extract): New funs.
4323 (archive-find-type): Recognize ar archives.
4324
4325 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
4326 New functions.
4327
4328 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
4329
4330 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
4331
4332 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4333 Replace :enable (mark-active) with :enable mark-active.
4334
4335 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
4336
4337 * vms-patch.el (make-legal-file-name): New obsolete alias.
4338 (make-valid-file-name): Rename from `make-legal-file-name'.
4339 (make-auto-save-file-name): Use it.
4340
4341 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
4342 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
4343 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
4344
4345 * textmodes/org.el (org-export-html-style): Doc fix.
4346 (org-get-legal-level): New obsolete alias.
4347 (org-get-valid-level): Rename from `org-get-legal-level'.
4348 (org-promote, org-demote, org-archive-subtree)
4349 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
4350
4351 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
4352
4353 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
4354
4355 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
4356 (vc-status-toggle-mark): New functions.
4357 (vc-status-mode): Set tool bar map.
4358
4359 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
4360
4361 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
4362 Reported by Drew Adams <drew.adams@oracle.com>.
4363
4364 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
4365
4366 * subr.el (read-quoted-char): Resolve modifers of the character
4367 event.
4368
4369 * comint.el (comint-exec-1): Don't change the coding-system for
4370 decoding to dos-like EOL.
4371 (comint-carriage-motion): Fully rewrite.
4372
4373 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
4374
4375 * epg.el (epg-context-include-certs): Reflow docstring.
4376 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
4377 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
4378 (epg-context-set-signers, epg-context-set-sig-notations)
4379 (epg-make-import-status, epg-make-import-result)
4380 (epg-start-delete-keys): Fix typos in docstrings.
4381 (epg-start-sign-keys, epg-sign-keys):
4382 Fix typos in obsolescence declarations.
4383
4384 * iswitchb.el: Don't check for `cadr' and `last'.
4385 (iswitchb-define-mode-map, iswitchb-default-keybindings):
4386 Add obsolescence declaration and remove redundant info from docstring.
4387 (iswitchb-set-common-completion, iswitchb-set-matches)
4388 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
4389 (recentf-list, most-len, most-is-exact):
4390 Don't wrap defvars within `eval-when-compile'.
4391
4392 2008-03-05 Glenn Morris <rgm@gnu.org>
4393
4394 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
4395 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
4396 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
4397 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
4398 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
4399
4400 * ediff-hook.el (ediff-window-setup-function): Don't autoload
4401 declaration for compiler.
4402 (ediff-xemacs-init-menus): Use when rather than if.
4403
4404 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
4405 if+and to just and.
4406 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
4407 (ediff-delete-overlay): Move the XEmacs test inside the definition.
4408
4409 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
4410
4411 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
4412 test inside XEmacs test.
4413 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
4414 since it was doing nothing on Emacs.
4415 (ediff-make-bullet-proof-overlay): Use when rather than if.
4416
4417 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
4418 (ediff-setup-control-frame): Remove
4419 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
4420 a (featurep 'xemacs) test.
4421
4422 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
4423
4424 * calc/calc-ext.el (calc-extended-command-history): New variable.
4425 (calc-exectute-extended-command): Use `calc-extended-command-history'.
4426
4427 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
4428
4429 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
4430 (standard-mode-line-position): Add mouse-face.
4431
4432 * progmodes/compile.el (compilation-menu-map):
4433 (compilation-mode-map):
4434 * progmodes/grep.el (grep-mode-map): Add :help.
4435
4436 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
4437 initialize in one step. Add :help. Use :enable to activate menu
4438 items. Show the key binding for edebug-defun.
4439 (lisp-interaction-mode-map): Add a menu.
4440
4441 * term.el (term-mode-map): Define and initialize in one step.
4442
4443 * ediff-init.el (ediff-color-display-p): Simplify.
4444 (Xor): Remove unused function.
4445 (ediff-with-syntax-table): Simplify for Emacs.
4446
4447 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
4448 menu-bar being loaded, it always is.
4449
4450 2008-03-05 Glenn Morris <rgm@gnu.org>
4451
4452 * textmodes/tex-mode.el (tex-mode): Suppress warning about
4453 multiple definitions when compiling.
4454
4455 2008-03-04 Alan Mackenzie <acm@muc.de>
4456
4457 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
4458
4459 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
4460 doc-string, "c-old-LEN" -> "c-old-END".
4461
4462 2008-03-04 Jason Rumney <jasonr@gnu.org>
4463
4464 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
4465 namespaces.
4466
4467 2008-03-04 Glenn Morris <rgm@gnu.org>
4468
4469 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
4470
4471 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
4472 than mapcar.
4473
4474 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4475
4476 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
4477 (byte-compile-nilconstp): Can't use recursion in a defsubst.
4478
4479 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
4480 so that M-q can fill comments.
4481 (tex-executable-exists-p, tex-compile): Extend with special syntax for
4482 commands implemented in elisp.
4483 (tex-compile-commands): Add an entry to use doc-view for pdf files.
4484 (tex-format-cmd): New function.
4485 (tex-compile): Use it to let the user specify default arguments.
4486 (tex-cmd-bibtex-args): New var.
4487 (tex-cmd-doc-view): New function.
4488
4489 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
4490
4491 * faces.el (face-spec-set): Fix typos in docstring.
4492
4493 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
4494
4495 * bindings.el (mode-line-column-line-number-mode-map): New variable.
4496 (standard-mode-line-position): Use it to add a menu for toggling
4497 column number and line number display.
4498
4499 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4500
4501 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4502 Remove optimization that was working around the form-code-walker bug.
4503
4504 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4505 Walk into the body of lambdas after byte-compile-unfold-lambda.
4506
4507 2008-03-03 Glenn Morris <rgm@gnu.org>
4508
4509 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
4510 value, if set, over frame value.
4511
4512 * simple.el (transient-mark-mode): Don't turn on by default.
4513
4514 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
4515 accidentally removed by the 2007-12-05 merge from Gnus.
4516
4517 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
4518
4519 * progmodes/compile.el (compilation-menu-map): Add menu entries
4520 for useful options.
4521
4522 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
4523 Glenn Morris <rgm@gnu.org>
4524
4525 * emacs-lisp/bytecomp.el (byte-recompile-directory)
4526 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
4527 Give a `bytecomp-' prefix to local variables with common names.
4528
4529 2008-03-01 Glenn Morris <rgm@gnu.org>
4530
4531 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
4532 code commented out 2007-11-10.
4533
4534 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
4535
4536 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
4537 Delete macro.
4538 * emulation/viper-cmd.el, emulation/viper-ex.el:
4539 * emulation/viper-init.el, emulation/viper-keym.el:
4540 * emulation/viper-mous.el, emulation/viper-util.el:
4541 * emulation/viper.el:
4542 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
4543 featurep test.
4544
4545 Replace obselete frame-local variables with frame-parameters.
4546 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
4547 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
4548 (viper-vi-state-cursor-color): Only call make-variable-frame-local
4549 on XEmacs.
4550 * emulation/viper-util.el (viper-frame-value): New macro.
4551 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
4552 (viper-R-state-post-command-sentinel)
4553 (viper-replace-state-post-command-sentinel)
4554 (viper-change-state-to-insert, viper-change-state-to-emacs):
4555 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
4556 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
4557 (viper-get-saved-cursor-color-in-insert-mode)
4558 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
4559 Use viper-frame-value for viper-replace-overlay-cursor-color,
4560 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
4561 viper-vi-state-cursor-color values.
4562
4563 * emulation/viper-cmd.el (zmacs-region-stays):
4564 * emulation/viper-util.el (zmacs-region-stays): No need to define
4565 for compiler.
4566
4567 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
4568 mapcar on Emacs.
4569
4570 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
4571 on XEmacs.
4572
4573 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
4574 rather than if.
4575
4576 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4577
4578 * whitespace.el: New version 9.3. As the glyph code generation was
4579 fixed, it is possible now to use character code above ?\x1FFFF in the
4580 display table. Fix `whitespace-indentation-regexp' to not include an
4581 extra ending character. Reported by Michael Welsh Duggan
4582 <mwd@cert.org>. Added hook actions when buffer is written or killed as
4583 the original whitespace package had. Suggested by Eric Cooper
4584 <ecc@cmu.edu>. Doc fix.
4585 (whitespace-action): New option.
4586 (whitespace-display-mappings): Changed default newline visualization to
4587 display downwards arrow, as the glyph code generation was fixed.
4588 (whitespace-unload-function): Assure that all local whitespace mode is
4589 turned off.
4590 (whitespace-global-modes): Fix type customization.
4591 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
4592 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
4593 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
4594 Fix code.
4595 (whitespace-buffer): Command removed.
4596 (whitespace-trailing-regexp, whitespace-mark-x)
4597 (whitespace-display-window, whitespace-action-when-on)
4598 (whitespace-add-local-hook, whitespace-remove-local-hook)
4599 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
4600 (whitespace-action): New funs.
4601 (whitespace-report-list, whitespace-report-text)
4602 (whitespace-report-buffer-name): New consts.
4603 (whitespace-report, whitespace-report-region): New commands.
4604
4605 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
4606
4607 * disp-table.el (make-glyph-code): Don't test the result of
4608 `face-id', which already signals an error for invalid faces.
4609 (glyph-face): Simplify.
4610
4611 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
4612 running `desktop-not-loaded-hook' to allow modifying it.
4613 Don't show warning message if `desktop-dirname' was modified.
4614
4615 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
4616
4617 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
4618 we still expect more lines.
4619
4620 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
4621 comment-paragraph filling if the commark doesn't match
4622 comment-start-skip.
4623
4624 2008-03-01 Daiki Ueno <ueno@unixuser.org>
4625
4626 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
4627 the `imap' variant.
4628
4629 2008-03-01 Jason Rumney <jasonr@gnu.org>
4630
4631 * files.el (make-auto-save-file-name): Encode more characters in
4632 non-file buffer names. Use url-encoding.
4633
4634 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
4635
4636 * net/net-utils.el (ftp-program): Fix typo in docstring.
4637 (ifconfig-program-options, netstat-program-options)
4638 (arp-program-options, route-program-options, nslookup-program-options)
4639 (ftp-program-options, smbclient-program-options)
4640 (dns-lookup-program-options, arp, route): Doc fixes.
4641
4642 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
4643 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
4644 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
4645 Fix typos in docstrings.
4646 (gdb-pending-triggers): Reflow docstring.
4647 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
4648
4649 2008-03-01 Alan Mackenzie <acm@muc.de>
4650
4651 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
4652 typing "#" at EOB.
4653
4654 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
4655
4656 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
4657
4658 2008-02-29 Kim F. Storm <storm@cua.dk>
4659
4660 * emulation/cua-base.el (cua-remap-control-v)
4661 (cua-remap-control-z): New defcustoms.
4662 (cua-mode): Add them to set-after property.
4663 (cua--init-keymaps): Use them.
4664 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
4665
4666 * help.el (view-emacs-todo): Rename from view-todo.
4667 (describe-gnu-project): Rename from describe-project. Users changed.
4668 (view-help-file): New helper function.
4669 (describe-distribution, describe-copying, describe-gnu-project)
4670 (view-todo, view-order-manuals, view-emacs-problems): Use it.
4671 (view-emacs-debugging, view-external-packages): New commands.
4672 (help-map): Move describe-distribution to C-h C-o (ordering).
4673 Move view-emacs-problems to C-h C-p (problems).
4674 Bind view-emacs-debugging to C-h C-d (debugging).
4675 Bind view-external-packages to C-h C-e (extras).
4676 (help-for-help-internal): Cleanup and align descriptions.
4677 Remove command names to reduce clutter.
4678
4679 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
4680
4681 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
4682 and quieter face (not a warning).
4683
4684 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
4685
4686 * vc.el (vc-status-crt-marked): New variable.
4687 (vc-status-mode): Make it local.
4688 (vc-status-refresh): Use it to save the marked files.
4689 (vc-update-vc-status-buffer): Use it to restore the marked files.
4690
4691 * vc-svn.el (vc-svn-after-dir-status):
4692 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
4693
4694 2008-02-29 Glenn Morris <rgm@gnu.org>
4695
4696 * allout.el (allout-topic-encryption-bullet)
4697 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
4698 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
4699 from 22.0 to 22.1.
4700
4701 * net/imap.el (imap-ping-server):
4702 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
4703 Change defcustom :version from 23.0 to 23.1.
4704
4705 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
4706
4707 * desktop.el (desktop-save): Save the buffer name if the
4708 uniquified base name is empty.
4709
4710 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
4711
4712 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
4713 correctly when user has "set print address off".
4714
4715 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
4716
4717 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
4718 version number of the next major Emacs release, not 23.0.
4719
4720 * longlines.el (longlines-unload-function): New function.
4721
4722 2008-02-28 Juri Linkov <juri@jurta.org>
4723
4724 * startup.el (normal-splash-screen): Add argument `concise'.
4725 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
4726 to the created buffer. If `concise' is non-nil, call
4727 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
4728 (display-startup-screen): Add argument `concise' to the call to
4729 `normal-splash-screen'.
4730
4731 2008-02-28 Kim F. Storm <storm@cua.dk>
4732
4733 * startup.el (startup-echo-area-message): Check for about-emacs.
4734
4735 2008-02-28 Juri Linkov <juri@jurta.org>
4736
4737 * startup.el: Always add initial message to *scratch* buffer if
4738 `initial-scratch-message' is non-nil regardless of the value of
4739 `inhibit-startup-screen'.
4740 (inhibit-startup-screen, initial-scratch-message): Doc fix.
4741 (command-line-1): Move code that inserts `initial-scratch-message'
4742 up before the if-form that checks for `inhibit-startup-screen'.
4743 Suggested by Jonathan Rockway <jon@jrock.us>.
4744
4745 2008-02-28 Juri Linkov <juri@jurta.org>
4746
4747 * cus-edit.el (custom-mode-map, custom-mode-link-map):
4748 Rename `custom-mode' to `Custom-mode' in docstrings.
4749 (custom-buffer-create-internal, customize-browse):
4750 Rename `custom-mode' to `Custom-mode'.
4751 (custom-mode-hook): Rename to `Custom-mode-hook'.
4752 (Custom-mode-hook): Renamed from `custom-mode-hook'.
4753 (custom-mode): Rename to `Custom-mode'.
4754 (Custom-mode): Renamed from `custom-mode'. Doc fix.
4755 (custom-mode): Add backward-compatible non-interactive variant of
4756 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
4757 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
4758
4759 * info-look.el: Rename `custom-mode' to `Custom-mode'.
4760
4761 * emulation/viper.el (viper-emacs-state-mode-list):
4762 Rename `custom-mode' to `Custom-mode'.
4763
4764 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
4765 Capitalize "Tagged Files".
4766 (minibuffer-local-map): Add menu items for next/previous
4767 history elements and isearch history forward/backward.
4768
4769 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
4770 `hs-isearch-open' with t instead of `comment' in :selected
4771 for "Code and Comment blocks" menu item.
4772
4773 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4774
4775 * uniquify.el (uniquify-buffer-base-name): Undo last change.
4776 Should be done in desktop.el instead.
4777
4778 2008-02-28 Glenn Morris <rgm@gnu.org>
4779
4780 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
4781
4782 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
4783
4784 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
4785 (Info-menu, Info-goto-node): Remove declarations.
4786 (report-emacs-bug-info): Use info rather than Info-goto-node.
4787
4788 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
4789 (idlwave-convert-xml-system-routine-info): Don't require xml.
4790 (idlwave-show-commentary, idlwave-shell-show-commentary):
4791 Don't require finder.
4792 (idlwave-info): Don't require info. Use info rather than
4793 Info-goto-node.
4794
4795 * textmodes/org.el (Info-goto-node): Remove declaration.
4796 (org-info): Use info rather than Info-goto-node.
4797
4798 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
4799 (reftex-info): Don't require info. Use info rather than Info-goto-node.
4800
4801 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
4802
4803 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
4804 the menu.
4805
4806 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
4807 (vc-finish-logentry): Check for vc-status-mode, not only for
4808 vc-dired-mode.
4809
4810 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
4811
4812 * isearch.el (isearch-printing-char): Don't check
4813 keyboard-coding-system.
4814 Call isearch-process-search-multibyte-characters only when
4815 current-input-method is non-nil.
4816
4817 2008-02-27 Kim F. Storm <storm@cua.dk>
4818
4819 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
4820 (glyph-char, glyph-face): Handle cons encoding.
4821
4822 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
4823
4824 * uniquify.el (uniquify-buffer-base-name): If the base name is an
4825 empty string, return nil to allow the caller to default to the
4826 buffer name. Reported by Martin Fischer <parozusa@web.de>.
4827
4828 * tool-bar.el (tool-bar-setup): Doc fix.
4829
4830 * mail/supercite.el (sc-describe):
4831 Fix typos in obsolescence declaration.
4832
4833 2008-02-27 Glenn Morris <rgm@gnu.org>
4834
4835 * autoinsert.el (auto-insert-alist): Change permission text to
4836 match FSF's GPLv3 form.
4837
4838 * mail/supercite.el (sc-cite-original): Doc fix.
4839 (sc-version): Make obsolete.
4840 (sc-describe): Show the SC info page. Make obsolete.
4841
4842 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
4843
4844 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
4845 when using transient-mark-mode.
4846 (default-indicate-unused-lines): Remove unused var.
4847
4848 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
4849
4850 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
4851 and previous.
4852
4853 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
4854
4855 2008-02-26 Glenn Morris <rgm@gnu.org>
4856
4857 * net/net-utils.el (top-level): Don't require comint when compiling.
4858 (nslookup-font-lock-keywords): Don't require font-lock.
4859 Use font-lock faces rather than variables.
4860 (nslookup, ftp, smbclient, network-service-connection):
4861 Don't require comint.
4862 (comint-prompt-regexp, comint-input-autoexpand)
4863 (comint-input-ring): Declare for compiler.
4864 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
4865 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
4866
4867 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
4868 doc-string.
4869
4870 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
4871
4872 * doc-view.el (doc-view-current-page): Add a `win' argument.
4873
4874 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
4875
4876 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
4877 Demote it to plain defvar.
4878 (doc-view-conversion-refresh-interval): Reduce interval.
4879 (doc-view-goto-page): Allow moving to pages not yet rendered.
4880 (doc-view-goto-page): Construct a file name rather than extracting it
4881 from doc-view-current-files.
4882 (doc-view-kill-proc): Ignore errors from kill-process.
4883 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
4884 (doc-view-insert-image): Use appropriate text if the page hasn't been
4885 rendered yet. Adjust scrolling so the text is displayed.
4886 (doc-view-display): Detect not just that a page is available, but also
4887 that it wasn't available before, so as to avoid refreshing all pages
4888 repeatedly.
4889 (doc-view-mode): Make doc-view-cache-directory if needed.
4890
4891 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4892
4893 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
4894 toggle-read-only.
4895
4896 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
4897 refering to a missing required field with the OPT prefix.
4898 Make unwindform more robust.
4899
4900 * textmodes/bibtex.el: Remove support for hideshow minor mode as
4901 it duplicates the bibtex support in progmodes/hideshow.el.
4902 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
4903 entries that do not start at the beginning of a line.
4904
4905 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
4906
4907 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
4908
4909 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
4910
4911 * help-fns.el (describe-variable): Add phrases about
4912 initialization file with and without customization;
4913 use new button type help-info-variable.
4914
4915 * help-mode.el (help-info-variable):
4916 New button able to read Info files for help-fns.el.
4917
4918 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
4919
4920 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
4921 (grep-mode): Use grep-mode-tool-bar-map.
4922
4923 * progmodes/compile.el (tool-bar): Require tool-bar.
4924 (compilation-mode-tool-bar-map): New variable.
4925 (compilation-mode): Use compilation-mode-tool-bar-map.
4926
4927 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
4928
4929 2008-02-25 Glenn Morris <rgm@gnu.org>
4930
4931 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
4932
4933 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
4934
4935 * diff-mode.el (diff-file-junk-re): New const.
4936 (diff-beginning-of-file-and-junk): Use it.
4937 (diff-file-kill): Make sure we were really inside a file diff.
4938
4939 * diff-mode.el: Make it more robust in the presence of empty context
4940 lines in unified hunks.
4941 (diff-valid-unified-empty-line): New var.
4942 (diff-unified->context, diff-sanity-check-hunk): Obey it.
4943 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
4944 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
4945 (diff-hunk-header-re-unified): New const.
4946 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
4947 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
4948 (diff-sanity-check-hunk): Use it.
4949
4950 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
4951 Index: line, don't search backward for the previous one.
4952
4953 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
4954
4955 * international/fontset.el (setup-default-fontset): Add non-OTF
4956 lao font for lao script.
4957
4958 * language/tibetan.el: Register tibetan-composition-function in
4959 composition-function-table.
4960
4961 * language/tibet-util.el (tibetan-composition-function):
4962 Adjust for the new calling way (argument changed). Try font-shape-text
4963 if possible.
4964
4965 * language/lao.el: Register lao-composition-function in
4966 composition-function-table.
4967
4968 * language/lao-util.el (lao-composition-function): Adjust for the new
4969 calling way (argument changed). Try font-shape-text if possible.
4970
4971 2008-02-25 Jason Rumney <jasonr@gnu.org>
4972
4973 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
4974
4975 2008-02-25 Juri Linkov <juri@jurta.org>
4976
4977 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
4978 background, "red4" for a dark background, "red" for 16 and
4979 8 colors, "grey" for grayscale, and inverse video otherwise.
4980 Add :version tag.
4981 (isearch-message): Keep the original isearch-message intact, and
4982 add text properties to it where necessary. Add `isearch-error' to
4983 the condition that checks if isearch is unsuccessful.
4984
4985 2008-02-24 Juri Linkov <juri@jurta.org>
4986
4987 * progmodes/compile.el (compilation-handle-exit):
4988 Use compilation-error face instead of font-lock-warning-face.
4989 Display the same message in the minibuffer as is inserted
4990 at the end of the compilation buffer.
4991
4992 2008-02-24 Glenn Morris <rgm@gnu.org>
4993
4994 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
4995 multiple file case.
4996
4997 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
4998
4999 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
5000 multiple file case. Use a single `let' rather than two.
5001
5002 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5003
5004 * progmodes/compile.el (compilation-start): Specify a face for
5005 mode-line-process.
5006 (compilation-handle-exit): Specify a face and a tooltip for
5007 mode-line-process.
5008
5009 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5010
5011 * hilit-chg.el: Remove spurious * in defcustom docstrings.
5012 (hilit-chg-make-ov): Simplify.
5013 (hilit-chg-fixup): Use remove-overlays.
5014 (hilit-chg-set-face-on-change): Remove redundant call to
5015 `remove-text-properties'.
5016
5017 * dired.el (dired-mark-prompt): Don't count/display the t element.
5018 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
5019
5020 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5021
5022 * progmodes/verilog-mode.el (eval-when-compile): Don't define
5023 add-submenu.
5024 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
5025 Remove. Move contents to the only use ...
5026 (verilog-menu): ... here.
5027 (verilog-statement-menu): Remove. Move contents to the only use ...
5028 (verilog-stmt-menu): ... here.
5029 (verilog-mark-defun): Simply call mark-defun for emacs.
5030 (occur-pos-list): Declare for byte compiler.
5031 (mode-popup-menu): Don't defvar.
5032 (verilog-add-statement-menu): Remove.
5033 (verilog-mode-hook): Don't add verilog-add-statement-menu.
5034 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
5035
5036 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
5037
5038 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
5039 conditional.
5040 (verilog-font-grouping-keywords-face): Make the begin..end
5041 keywords standout more than other verilog keywords.
5042 (verilog-type-font-keywords): Move the begin..end out of this list
5043 to facilitate making them to (potentially) stand out more.
5044 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
5045 function & task blocks.
5046 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
5047 initial, function & task blocks.
5048 (verilog-forward-sexp): Handle the new "disable fork" statement of
5049 IEEE-1800 Verilog.
5050 (verilog-beg-block-re-ordered): Handle the new "disable fork"
5051 statement of IEEE-1800 Verilog.
5052 (verilog-calc-1): Handle the new "disable fork" statement of
5053 IEEE-1800 Verilog.
5054 (verilog-disable-fork-re): Add const to help handle the new
5055 "disable fork" statement of IEEE-1800 Verilog.
5056 (verilog-declaration-core-re): Add port directions by themselves,
5057 with no qualification, as base item of a declaration.
5058 (verilog-pretty-declarations): Add new flag to ask it to refrain
5059 from printing to the message buffer.
5060 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
5061 printing to the message buffer. Improve handling of the many
5062 types of expression line up.
5063 (verilog-just-one-space): Remove printing of an empty message.
5064 (verilog-get-lineup-indent): Rework to support the better handling
5065 of expression lineup for verilog-pretty-expr.
5066 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
5067
5068 2008-02-24 Alan Mackenzie <acm@muc.de>
5069
5070 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
5071 yesterday's commit.
5072
5073 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
5074
5075 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
5076 to mouse-set-point in buffers that aren't associated with files.
5077
5078 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
5079
5080 2008-02-24 Alan Mackenzie <acm@muc.de>
5081
5082 Set of changes so that "obtrusive" syntactic elements in a
5083 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
5084 unmatched paren) don't interact syntactically with stuff outside
5085 the CPP line.
5086
5087 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
5088 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
5089 off-by-one bug.
5090 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
5091 a bit of refactoring.
5092 (c-awk-extend-and-syntax-tablify-region): Takes some of the
5093 functionality of c-awk-advise-fl-for-awk-region, which has been
5094 refactored away.
5095
5096 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
5097 (c-clear-char-property-with-value): New function and macro which
5098 remove text-properties `equal' to a supplied value.
5099
5100 * progmodes/cc-engine.el: Comment about text properties amended.
5101
5102 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
5103 parens around "error\\|warning".
5104
5105 * progmodes/cc-langs.el (c-get-state-before-change-function)
5106 (c-before-font-lock-function, c-anchored-cpp-prefix):
5107 New language variables.
5108 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
5109
5110 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
5111 syntax-table text properties.
5112 (c-common-init): Call language specific before/after-change
5113 functions at mode initialisation.
5114 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
5115 (c-extend-region-for-CPP, c-neutralize-CPP-line)
5116 (c-neutralize-syntax-in-CPP): New functions.
5117 (c-before-change, c-after-change): Call the new language specific
5118 change functions defined in cc-langs.el.
5119 (c-advise-fl-for-region): New macro.
5120 (awk-mode): Remove AWK specific stuff which has been refactored
5121 into language independent stuff.
5122
5123 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
5124
5125 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
5126 (gdb): (Re)set gdb-flush-pending-output to nil here...
5127 (gdb-init-1): ...instead of here (before gdb-prompt).
5128
5129 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5130
5131 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5132 Recognize ''' just like any other char-constant.
5133
5134 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5135
5136 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
5137 careful enough. Detect the uid-change all within the main loop.
5138
5139 2008-02-24 Stefan Monnier <monnier@pastel.home>
5140
5141 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
5142
5143 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5144
5145 * hilit-chg.el (highlight-save-buffer-state): New macro.
5146 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
5147 (hilit-chg-clear): Use it to preserve the modified-p flag.
5148 (highlight-changes-rotate-faces): Don't mess with the undo-list.
5149
5150 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5151
5152 * font-lock.el (font-lock-set-defaults): Unset previously set variables
5153 when needed.
5154
5155 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
5156
5157 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
5158 from gnus-button-url-regexp.
5159
5160 2008-02-24 Eli Zaretskii <eliz@gnu.org>
5161
5162 * progmodes/compile.el (compilation-next-error): Doc fix.
5163 (compilation-find-file): Doc fix.
5164
5165 2008-02-24 Glenn Morris <rgm@gnu.org>
5166
5167 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
5168 Add obsolete aliases to the old names.
5169
5170 2008-02-24 Richard Stallman <rms@gnu.org>
5171
5172 * net/net-utils.el (ifconfig): Rename from ipconfig.
5173 (ipconfig): Alias to ifconfig.
5174 (ifconfig-program): Rename from ipconfig-program.
5175 (ifconfig-program-options): Rename from ipconfig-program-options.
5176
5177 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
5178
5179 * progmodes/verilog-mode.el (verilog-declaration-core-re):
5180 Add port directions by themselves, with no qualification, as base
5181 item of a declaration.
5182 (verilog-pretty-declarations): Add new flag that inhibits printing
5183 to the message buffer.
5184 (verilog-pretty-expr): Add new flag that inhibits printing to the
5185 message buffer. Improve handling of the many types of expression
5186 line up.
5187 (verilog-just-one-space): Don't print an empty message.
5188 (verilog-get-lineup-indent): Rework to support the better handling
5189 of expression lineup for verilog-pretty-expr.
5190 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
5191 (verilog-mode-version, verilog-mode-release-date): Update.
5192
5193 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5194
5195 * subr.el (cancel-change-group): Don't move point.
5196
5197 2008-02-23 Markus Triska <markus.triska@gmx.at>
5198
5199 * linum.el (linum-after-config): Update all visible windows.
5200
5201 2008-02-23 Glenn Morris <rgm@gnu.org>
5202
5203 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
5204 Add :help for Solitaire and Tetris.
5205
5206 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
5207
5208 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
5209 (smtpmail-code-conv-from): Doc fix. Fix custom type.
5210 (smtpmail-queue-index-file): Make it a defcustom.
5211 (smtpmail-queue-index): Delete.
5212 (smtpmail-send-it, smtpmail-send-queued-mail):
5213 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
5214 smtpmail-queue-index.
5215
5216 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
5217 Add :version.
5218
5219 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
5220
5221 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
5222 New variables.
5223 (iwconfig): New function.
5224
5225 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
5226
5227 * vc.el (vc-find-revision): Make vc-parent-buffer local before
5228 setting it.
5229 (vc-status-menu-map): Do not define using easy-menu.
5230 (vc-status-menu-map): New defalias.
5231 (vc-status-mode-map): Hook up the menu.
5232 (top-level): Update TODO.
5233
5234 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
5235
5236 * vc-bzr.el (vc-bzr-init-version): Rename to ...
5237 (vc-bzr-init-revision): ... this.
5238
5239 2008-02-23 Jason Rumney <jasonr@gnu.org>
5240
5241 * makefile.w32-in (WINS_ALMOST): Remove term.
5242 (WINS): Add term here.
5243 (custom-deps, finder-data): Use WINS_ALMOST.
5244
5245 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
5246
5247 * faces.el (font-weight-table): Fix value of `semi-light'.
5248
5249 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
5250
5251 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
5252 Make those tables bijective.
5253
5254 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
5255
5256 Finish pdbtrack integration cleanup, settling missing-functions
5257 byte compiler warnings appropriately.
5258
5259 * progmodes/python.el (python-point): Remove this - beginning-of-line
5260 was all that was necessary for `python-pdbtrack-overlay-arrow'.
5261 (python-end-of-def-or-class, python-beginning-of-def-or-class)
5262 (python-goto-initial-line): Drop these - they were only needed for
5263 python-point.
5264 (python-comint-output-filter-function): Use condition-case and
5265 beginning-of-line directly, instead of python-mode.el functions
5266 which require all sorts of baggage.
5267 (point-safe): Unnecessary - we're using condition-case directly,
5268 instead.
5269 (python-execute-file): Include for python-shell, which I'm leaving
5270 in keeping despite it being unnecessary for pdb tracking.
5271
5272 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
5273
5274 * progmodes/scheme.el (scheme-font-lock-keywords-2):
5275 Add SRFI 11 support.
5276 (let-values, let*-values): Specify scheme-indent-function.
5277
5278 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
5279
5280 * vc.el (vc-exec-after): Move setting mode-line-process in the
5281 busy case ...
5282 (vc-set-mode-line-busy-indicator): ... in this new function.
5283 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
5284 (vc-update-vc-status-buffer): Reset mode-line-process.
5285 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
5286 mark/unmark all the files with the same state as the current one.
5287 With a prefix argument mark/unmark all files.
5288 (vc-status-mode-menu): Adjust strings.
5289 (vc-update-vc-status-buffer): Only do something when the argument
5290 is not nil.
5291 (vc-status-kill-dir-status-process): New function.
5292 (vc-status-mode-map): Bind it.
5293 (vc-status-process-buffer): New variable.
5294 (vc-status-mode): Make it local.
5295 (vc-status-refresh): Set it.
5296
5297 * vc-hg.el (vc-hg-dir-status):
5298 * vc-git.el (vc-git-dir-status):
5299 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
5300 command is run.
5301
5302 2008-02-22 Glenn Morris <rgm@gnu.org>
5303
5304 * json.el (top-level): No need to require thingatpt.
5305 (json-read-keyword): Use thing-at-point rather than word-at-point.
5306
5307 * time.el (top-level): No need to require time-date when compiling.
5308
5309 * emacs-lisp/copyright.el (copyright-update-year):
5310 Fix subexpression numbering for the case when years are split over
5311 lines, and for the replace case.
5312
5313 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
5314 (tpu-caar, tpu-cadr): Delete functions.
5315 (zmacs-regions): No need to declare for compiler.
5316 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
5317 (tpu-spell-check): Rewrite, and handle mark after point.
5318 (tpu-special-insert): Use or rather than if.
5319
5320 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
5321 rather than spell-region.
5322
5323 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
5324 warnings about spell-region.
5325
5326 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
5327
5328 * ldefs-boot.el: Regenerated.
5329
5330 * loadup.el: Don't load language/devanagari, language/kannanda,
5331 language/malayalam, and language/tamil. Load language/sinhala.
5332
5333 * language/indian.el (indian-font-foundry)
5334 (indian-script-language-alist, indian-font-char-index-table)
5335 (indian-font-char, indian-font-char-range, indian-script-table)
5336 (indian-default-script, indian-composable-pattern): Delete them.
5337 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
5338 language environments moved to here.
5339 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
5340 New language environments.
5341
5342 * language/devanagari.el, language/devan-util.el,
5343 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
5344 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
5345 Delete them.
5346
5347 * language/sinhala.el: New file.
5348
5349 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
5350
5351 Update Nick Robert's port of pdb tracking from python-mode.el.
5352
5353 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
5354 Clarify docstring.
5355 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
5356 tracking is happening.
5357 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
5358 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
5359 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
5360 Tracking is plugged in to all comint buffers once python.el is loaded.
5361 (python-pdbtrack-overlay-arrow): Toggle activation of
5362 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
5363 (python-pdbtrack-track-stack-file): Use new
5364 `python-pdbtrack-get-source-buffer' for more flexible access to
5365 debugging source files.
5366 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
5367 according to pdb stack trace, optionally using new
5368 `python-pdbtrack-grub-for-buffer' if file is not locally available.
5369 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
5370 named buffer, or having function with indicated name.
5371 (python-shell): Remove comint-output-filter-functions hook
5372 addition, it's being done elsewhere. Wrap long line.
5373
5374 2008-02-21 Michael Olson <mwolson@gnu.org>
5375
5376 * json.el: Replace XEmacs compatibility code to get rid of
5377 compiler warnings.
5378
5379 * time.el: Fix compiler warning.
5380
5381 2008-02-21 Edward O'Connor <ted@oconnor.cx>
5382
5383 * json.el: New file (JavaScript Object Notation parser / generator).
5384
5385 2008-02-21 Dave Love <fx@gnu.org>
5386
5387 * progmodes/sym-comp.el: New file.
5388
5389 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
5390 Require sym-comp. Add Python buffer to same-window-buffer-names.
5391 Fixup whitespaces.
5392 (python-font-lock-keywords): Add highlighting for Python builtins.
5393 (python-font-lock-syntactic-keywords): Rewrite.
5394 (python-quote-syntax): Use syntax-ppss-context instead of parsing
5395 ppss directly.
5396 (python-mode-map): Add binding for python-find-function.
5397 (python-calculate-indentation): Clean up the logic.
5398 (python-beginning-of-defun): Explicitly set return value.
5399 (python-beginning-of-statement): Stop looping if we get stuck
5400 going backwards.
5401 (python-next-statement): Stop looping if we somehow end up inside
5402 a string while advancing.
5403 (python-preoutput-continuation, python-version-checked): New vars.
5404 (python-check-version): New function.
5405 (run-python): Set default command to python-command instead of
5406 python-python-command.
5407 (run-python): Use python-check-version. Give PYTHONPATH
5408 precedence over data-directory in the process environment.
5409 Load function definitions in python process after.
5410 (python-check-comint-prompt): New function.
5411 (python-send-command, python-send-receive): Use it.
5412 (python-complete-symbol, python-try-complete): Functions deleted.
5413 Use symbol-complete instead of python-complete-symbol throughout.
5414 (python-fill-paragraph): Further refine the fenced-string regexp.
5415 (def-python-skeleton): Expand to the original abbrev instead if in
5416 a comment or string. Tweak skeletons for `if', `while', `for',
5417 `try/except', `try/finally', `name'.
5418 (python-pea-hook, python-abbrev-pc-hook): New functions.
5419 (python-abbrev-syntax-table): New var.
5420 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
5421 Use symbol-completion-try-complete for hippie expansion.
5422 Turn on font lock unconditionally.
5423 (python-mode-hook): Defcustom it. No need to use make-local
5424 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
5425 option, since it's buffer-local.
5426
5427 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
5428
5429 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
5430
5431 2008-02-21 Drew Adams <drew.adams@oracle.com>
5432
5433 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
5434 "Turn off" and a "Help" entry when the minor mode has no menu.
5435
5436 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
5437
5438 * vc.el (vc-status-mark, vc-status-unmark): New functions.
5439 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
5440 vc-status-mark-file and vc-status-unmark-file.
5441 (vc-status-mark-unmark): New function.
5442 (vc-status-previous-line, vc-status-next-line): No longer interactive.
5443
5444 2008-02-21 Glenn Morris <rgm@gnu.org>
5445
5446 * composite.el (encode-composition-rule): Fix typo in error message.
5447 (composition-function-table, auto-composition-mode): Doc fixes.
5448
5449 * subr.el (sit-for): Fix obsolete form for nil second argument.
5450
5451 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
5452 (spell-string): Make obsolete, in favor of ispell.
5453
5454 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
5455
5456 * language/devanagari.el: Don't setup composition-function-table
5457 here.
5458 ("Devanagari"): Change charset, coding-system, coding-priority to
5459 Unicode-based ones. Don't require the feature devan-util.
5460
5461 * composite.el (compose-chars-after): Fix arguments for a function
5462 in composition-function-table.
5463 (auto-compose-region): Likewise.
5464
5465 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
5466 for Ethiopic.
5467 (ps-mule-plot-string): Ignore glyph-string based compositions.
5468
5469 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5470
5471 * doc-view.el: Allow different windows to show different pages.
5472 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
5473 (doc-view-current-image, doc-view-current-overlay): Remove variables,
5474 add them back as macros instead, using image-mode-winprops instead.
5475 Update all users of those variables.
5476 (doc-view-new-window-function): New function to create a new overlay
5477 for each new window.
5478 (doc-view-mode): Use it and image-mode-setup-winprops.
5479 (doc-view-clone-buffer-hook): Rewrite accordingly.
5480
5481 * image-mode.el: Extend [hv]scroll support to per-window properties.
5482 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
5483 (image-mode-winprops-alist): New var to replace them.
5484 (image-mode-new-window-functions): New hook.
5485 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
5486 New funs.
5487 (image-set-window-vscroll, image-set-window-hscroll): Use them.
5488 Remove the `window' argument, update callers.
5489 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
5490 Use the new functions.
5491 (image-mode-reapply-winprops): New fun.
5492 (image-mode): Use it.
5493
5494 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
5495
5496 * calc/calc-math.el (math-sin-raw): Add optional argument
5497 to keep track of original argument.
5498 (math-cos-raw): Use optional argument when calling math-sin-raw.
5499 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
5500 with close to original precision.
5501
5502 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5503
5504 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
5505 args in calls of sit-for.
5506
5507 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
5508
5509 * vc-svn.el (vc-svn-program): Fix typo in docstring.
5510 (vc-svn-checkin): Fix typo in error message.
5511
5512 * help-mode.el: Require easymenu when compiling.
5513
5514 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
5515
5516 * help-mode.el (help-mode-menu): New menu.
5517
5518 2008-02-20 Glenn Morris <rgm@gnu.org>
5519
5520 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
5521 on Windows.
5522
5523 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
5524
5525 * ps-mule.el (ps-mule-encode-region): Return a single string.
5526 (ps-mule-plot-string): Adjust for the above change.
5527 (ps-mule-encode-header-string): Likewise.
5528
5529 * international/latin1-disp.el (latin1-display): Don't use
5530 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
5531 standard-display-table.
5532 (latin1-display-identities): Adjust for the change of what is
5533 returned by (get-language-info charset 'charset).
5534
5535 * international/mule-util.el (char-displayable-p): Fix for Latin-1
5536 characters and terminal case.
5537
5538 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
5539
5540 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
5541
5542 * progmodes/python.el: Also require comint when loading.
5543 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
5544 Replace python-shell with run-python on menu bar.
5545 (python-shell-map): New map.
5546 (python-default-interpreter, python-python-command-args)
5547 (python-jython-command-args, python-pdbtrack-do-tracking-p):
5548 New options.
5549 (python-which-shell, python-which-args, python-which-bufname):
5550 New buffer local variables.
5551 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
5552
5553 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
5554 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
5555 New constants.
5556
5557 Pdbtrack features:
5558
5559 (python-point, python-end-of-def-or-class)
5560 (python-beginning-of-def-or-class, python-goto-initial-line)
5561 (python-comint-output-filter-function)
5562 (python-pdbtrack-overlay-arrow)
5563 (python-pdbtrack-track-stack-file, python-toggle-shells)
5564 (python-shell, python-pdbtrack-toggle-stack-tracking)
5565 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
5566 New functions.
5567
5568 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
5569
5570 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
5571 when the argument is nil.
5572
5573 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5574
5575 * vc.el (dir-status): Add a brief description.
5576
5577 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
5578
5579 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
5580 If non-nil, reverse the sense of the check.
5581
5582 * vc-rcs.el (vc-rcs-root): New func.
5583 * vc-cvs.el (vc-cvs-root): New func.
5584 * vc-svn.el (vc-svn-root): New func.
5585 * vc-sccs.el (vc-sccs-root): New func.
5586
5587 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
5588
5589 * language/japan-util.el (setup-japanese-environment-internal):
5590 Call use-cjk-char-width-table.
5591
5592 * language/japanese.el ("Japanese"): Set exit-function to
5593 use-default-char-width-table.
5594
5595 * international/characters.el: Delete occurrences of non-Unicode
5596 tibetan and ethiopic characters.
5597 (cjk-char-width-table): New variable.
5598 (use-cjk-char-width-table, use-default-char-width-table):
5599 New functions.
5600
5601 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5602
5603 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
5604 (vc-status-mode-menu): Add a :filter.
5605 (vc-status-printer): Add faces.
5606
5607 * vc-hg.el (vc-hg-extra-status-menu): New function.
5608 (vc-hg-dir-status): Clean up the buffer before using it.
5609
5610 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5611
5612 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
5613 (gdb): Initialize it here instead.
5614
5615 * files.el (locate-dominating-file): Fix thinko in last change.
5616 Reported by Bruce Stephens <bruce.stephens@isode.com>.
5617
5618 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
5619
5620 * vc.el (vc-status-mode-menu): New menu for vc-status.
5621
5622 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
5623
5624 * progmodes/verilog-mode.el (customize): Fix typo in error message.
5625 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
5626 (verilog-mode-auto, verilog-indent-level-module)
5627 (verilog-minimum-comment-distance, verilog-library-flags)
5628 (verilog-library-directories, verilog-library-files)
5629 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
5630 (verilog-xemacs-menu, verilog-set-compile-command)
5631 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
5632 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
5633 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
5634 (verilog-batch-inject-auto, verilog-batch-indent)
5635 (verilog-continued-line, verilog-type-keywords)
5636 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
5637 (verilog-read-inst-pins, verilog-read-arg-pins)
5638 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
5639 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
5640 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
5641 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
5642 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
5643 (verilog-mode-version, verilog-mode-release-date)
5644 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
5645 (verilog-simulator, verilog-compiler)
5646 (verilog-auto-sense-defines-constant, verilog-company)
5647 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
5648 Fix typos in docstrings.
5649 (verilog-set-auto-endcomments, verilog-calculate-indent)
5650 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
5651 Reflow docstrings.
5652 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
5653 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
5654 (electric-verilog-forward-sexp, verilog-in-case-region-p)
5655 (verilog-in-struct-region-p, verilog-in-generate-region-p)
5656 (verilog-leap-to-head, verilog-current-indent-level)
5657 (verilog-case-indent-level, verilog-cpp-keywords)
5658 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
5659 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
5660 (verilog-signals-not-in, verilog-symbol-detick-text)
5661 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
5662 (verilog-forward-close-paren, verilog-backward-open-paren)
5663 (verilog-backward-open-bracket): Doc fixes.
5664
5665 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
5666 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
5667 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
5668 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
5669 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
5670 Fix typos in docstrings.
5671
5672 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
5673
5674 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
5675
5676 * info.el (Info-read-node-name): Removed unused `default' arg.
5677
5678 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
5679
5680 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
5681
5682 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5683
5684 * image-mode.el (image-get-display-property): New fun.
5685 (image-forward-hscroll, image-next-line, image-eol, image-eob)
5686 (image-mode, image-minor-mode, image-toggle-display-text)
5687 (image-toggle-display): Use it.
5688
5689 2008-02-18 Jason Rumney <jasonr@gnu.org>
5690
5691 * international/mule.el (xml-find-file-coding-system): Don't warn
5692 about utf-16 with BOM.
5693
5694 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
5695
5696 * international/mule.el (sgml-xml-auto-coding-function): Detect and
5697 warn if file encoding is not utf-8 and encoding not specified.
5698 (xml-find-file-coding-system): New function.
5699 * international/mule-conf.el (file-coding-system-alist): Use it.
5700
5701 2008-02-17 Glenn Morris <rgm@gnu.org>
5702
5703 * international/mule-cmds.el (set-locale-environment):
5704 Pass `frame' to getenv for LC_MESSAGES.
5705
5706 2008-02-17 Juri Linkov <juri@jurta.org>
5707
5708 * time.el (emacs-init-time): Use format instead of format-seconds.
5709
5710 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5711
5712 * textmodes/bibtex.el (bibtex-search-entry): Rename from
5713 bibtex-find-entry. Add autoload cookie.
5714 (bibtex-find-entry): Alias for bibtex-search-entry.
5715 (bibtex-search-crossref): Rename from bibtex-find-crossref.
5716 (bibtex-find-crossref): Alias for bibtex-search-crossref.
5717 (bibtex-clean-entry): atomic-change-group removed.
5718 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
5719 to locate buffer location where error occurred.
5720 Make error messages more specific.
5721 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
5722
5723 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
5724
5725 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
5726 top level.
5727
5728 * simple.el (transient-mark-mode): Add an :init-value.
5729
5730 * startup.el (command-line): Use custom-reevaluate-setting for
5731 transient-mark-mode.
5732
5733 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
5734
5735 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
5736
5737 2008-02-16 Juri Linkov <juri@jurta.org>
5738
5739 * startup.el (after-init-time): New variable.
5740 (command-line): Set `after-init-time' to the current time.
5741
5742 * time.el (emacs-init-time): New function.
5743
5744 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
5745
5746 * files.el (locate-dominating-file): Remove initial loop because it's
5747 not careful enough. Detect the uid-change all within the main loop.
5748
5749 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
5750
5751 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
5752
5753 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
5754
5755 * vc.el (vc-annotate): Add new argument.
5756 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
5757
5758 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
5759 Move make-variable-buffer-local code after the corresponding defvar.
5760 (hs-minor-mode-map): Define and initialize in one step.
5761 (hs-minor-mode): Change from defun to define-minor-mode.
5762
5763 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
5764
5765 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
5766 (gdb-ready): Move declaration...
5767
5768 * progmodes/gdb-ui.el (gdb-ready): ...to here.
5769 (gdb-early-user-input): New variable.
5770 (gdb): Reset gdb-flush-pending-output to nil and set
5771 comint-input-sender here (before gdb-prompt), instead of...
5772 (gdb-init-1): ...here.
5773 (gdb-send): If Emacs is not ready, defer user input to...
5774 (gdb-prompt): ...here.
5775
5776 2008-02-16 Glenn Morris <rgm@gnu.org>
5777
5778 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
5779
5780 * startup.el (emacs-startup-time): Rename to `before-init-time'.
5781 (before-init-time): New name for `emacs-startup-time'.
5782 (command-line): Use before-init-time rather than emacs-startup-time.
5783 * time.el (emacs-uptime): Use before-init-time rather than
5784 emacs-startup-time.
5785
5786 * composite.el (composition-function-table): Doc fix.
5787
5788 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
5789 in favor of `%z' specifier.
5790 (emacs-uptime): Move to time.el.
5791 * time.el (emacs-uptime): Move here from time-date.el. Add optional
5792 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
5793 argument of format-seconds.
5794
5795 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
5796
5797 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
5798
5799 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
5800
5801 * ielm.el (ielm-is-whitespace): Remove.
5802 (ielm-is-whitespace-or-comment): New function.
5803 (ielm-eval-input): Use it.
5804
5805 2008-02-15 Jason Rumney <jasonr@gnu.org>
5806
5807 * term/mac-win.el: Fix coding tag.
5808
5809 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
5810
5811 * vc-hooks.el (vc-menu-map):
5812 * bindings.el (mode-line-mode-menu): Add tooltips.
5813
5814 * bindings.el (help-echo): Add more tooltips. Use a less
5815 telegraphic style for existing tooltips.
5816
5817 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
5818
5819 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
5820 from the auto-generated one.
5821
5822 2008-02-14 Glenn Morris <rgm@gnu.org>
5823
5824 * mail/rmail-spam-filter.el (rmail-spam-filter):
5825 Let-bind message-spam-status.
5826
5827 * mail/smtpmail.el (password-cache-add): Declare as function.
5828
5829 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
5830
5831 * mail/smtpmail.el: Use password-cache.
5832
5833 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
5834
5835 * uniquify.el (uniquify-buffer-base-name): New function.
5836 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5837
5838 * desktop.el (uniquify-managed): Don't defvar.
5839 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
5840 `uniquify-managed'. Return also the buffer's base name.
5841 (desktop-save): When saving the buffer info, filter out the base name,
5842 and save it as buffer name if the buffer is managed by uniquify.
5843 (uniquify-item-base): Don't declare; not called anymore.
5844
5845 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
5846
5847 * vc.el (vc-annotate-find-revision-at-line): New function.
5848 (vc-annotate-mode-map): Bind it.
5849 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
5850 some entries.
5851
5852 2008-02-14 Glenn Morris <rgm@gnu.org>
5853
5854 * calendar/time-date.el (format-seconds): New function.
5855 (emacs-uptime): Use format-seconds.
5856
5857 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5858 Remove `LC_ALL=C', since it's included in $(emacs) now.
5859
5860 2008-02-14 Zhang Wei <id.brep@gmail.com>
5861
5862 * textmodes/org-publish.el (org-publish-timestamp-filename):
5863 Replace colon characters in filename too.
5864
5865 2008-02-13 Bastien Guerry <bzg@altern.org>
5866
5867 * mail/rmail.el (rmail-header-name): New face.
5868 (rmail-font-lock-keywords): Use rmail-header-name.
5869
5870 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
5871 against X-Spam-Status header field.
5872 (rmail-spam-filter): Also check X-Spam-Status header field.
5873
5874 2008-02-14 Mark A. Hershberger <mah@everybody.org>
5875
5876 * progmodes/flymake.el (flymake-allowed-file-name-masks):
5877 Add support for .pm files and .php files.
5878 (flymake-err-line-patterns): Add pattern for PHP errors.
5879 (flymake-php-init): New function. PHP support for flymake.
5880
5881 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5882 Add regular expression for PHP errors.
5883
5884 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
5885
5886 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
5887 This DTRT even on w32 machines.
5888 (ange-ftp-cf1): Quote FILENAME.
5889
5890 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
5891
5892 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
5893 (smerge-auto-combine): New fun.
5894
5895 2008-02-12 Juri Linkov <juri@jurta.org>
5896
5897 * startup.el (fancy-startup-screen, normal-splash-screen):
5898 Set default-directory to command-line-default-directory.
5899
5900 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
5901 after reading the desktop.
5902
5903 * progmodes/compile.el (compilation-auto-jump):
5904 Call compile-goto-error only when compilation-auto-jump-to-first-error
5905 is non-nil.
5906 (compilation-scroll-output): Replace :type 'boolean with a choice
5907 that has three options including a third option `first-error'.
5908 Doc fix.
5909 (compilation-start, compilation-forget-errors): Add an alternate
5910 condition comparing compilation-scroll-output with `first-error'
5911 in addition to compilation-auto-jump-to-first-error (to call
5912 compilation-auto-jump in the proper place).
5913
5914 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5915
5916 * international/mule.el (sgml-html-meta-auto-coding-function):
5917 Make sure the search limit is ahead.
5918
5919 * tar-mode.el: Fix broken indentation.
5920 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
5921 Use with-current-buffer.
5922
5923 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
5924
5925 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
5926 it is already automatically buffer-local.
5927
5928 2008-02-11 Drew Adams <drew.adams@oracle.com>
5929
5930 * help.el (describe-key): Join some split lines to facilitate filling.
5931 * help-fns.el (describe-function-1): Fill text of overlong lines.
5932
5933 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
5934
5935 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
5936 Use unibyte-string instead of string-make-unibyte.
5937
5938 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
5939
5940 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5941
5942 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
5943 works also for buffers w/o buffer-file-name. Update callers.
5944 (doc-view-clone-buffer-hook): New fun.
5945 (doc-view-mode): Use it for indirect clones. Mark the overlays with
5946 the `doc-view' property so they can be recognized.
5947
5948 * simple.el (clone-indirect-buffer-hook): New hook.
5949 (clone-indirect-buffer): Run it.
5950
5951 2008-02-11 Daiki Ueno <ueno@unixuser.org>
5952
5953 * epa.el (epa-menu-mode): Merge into epa-mode.
5954 (epa-menu-items): Rename the label "EasyPG Assistant" to
5955 "Encryption/Decryption".
5956
5957 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
5958 (epa-dired-mode-map): Rename from epa-dired-map.
5959 (epa-global-dired-mode): Rename the global minor mode.
5960
5961 2008-02-11 Drew Adams <drew.adams@oracle.com>
5962
5963 * isearch.el (isearch-fail): New face.
5964 (isearch-message): Highlight failure part of input.
5965
5966 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5967
5968 * ibuffer.el (ibuffer-header-line-format): New var.
5969 (ibuffer-mode): Set it instead of header-line-format.
5970 (ibuffer-update): Use it to set header-line-format.
5971
5972 * international/mule-cmds.el (ucs-insert): Inherit surrounding
5973 properties like self-insert-command.
5974
5975 2008-02-11 Drew Adams <drew.adams@oracle.com>
5976
5977 * progmodes/etags.el: Add many doc strings.
5978
5979 2008-02-11 Jason Rumney <jasonr@gnu.org>
5980
5981 * ldefs-boot.el: Regenerated.
5982
5983 2008-02-11 Glenn Morris <rgm@gnu.org>
5984
5985 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5986 Shorten some names.
5987
5988 * ffap.el (ffap-rfc-directories): Add :version.
5989
5990 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
5991
5992 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
5993 files, and backup files of same.
5994
5995 2008-02-11 Kevin Ryde <user42@zip.com.au>
5996
5997 * ffap.el (ffap-rfc-directories): New variable.
5998 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
5999
6000 * info.el (Info-next-reference, Info-prev-reference)
6001 (Info-try-follow-nearest-node): Move to and follow https:// links too.
6002
6003 * simple.el (completion-list-mode): Show full completion-list-mode-map
6004 in the docstring.
6005
6006 2008-02-11 Sam Steingold <sds@gnu.org>
6007
6008 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
6009
6010 2008-02-11 Glenn Morris <rgm@gnu.org>
6011
6012 * startup.el (emacs-startup-time): New variable.
6013 (command-line): Set emacs-startup-time.
6014
6015 * calendar/time-date.el (emacs-uptime): New function.
6016
6017 2008-02-10 Bastien Guerry <bzg@altern.org>
6018
6019 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
6020 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
6021 it is nil.
6022
6023 2008-02-10 Daiki Ueno <ueno@unixuser.org>
6024
6025 * epg-config.el: Expand the contents of epg-package-info.el.
6026 (epg-package-name): New constant.
6027 (epg-version-number): New constant.
6028 (epg-bug-report-address): New constant.
6029
6030 * epa-mail.el (epa-mail-mode): Add autoload cookie.
6031 (epa-global-mail-mode): New global minor mode.
6032
6033 * epa-file.el (epa-file-mode): New global minor mode.
6034
6035 * epa-dired.el (epa-dired-mode): New global minor mode.
6036
6037 * epa.el (epa-menu): New variable.
6038 (epa-menu-items): New variable.
6039 (epa-menu-mode): New global minor mode.
6040 (epa-global-minor-modes): New user option.
6041 (epa-mode): New global minor mode.
6042
6043 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
6044
6045 * net/dbus.el: Remove `no-byte-compile' cookie.
6046 (dbus-call-method, dbus-register-signal, dbus-debug)
6047 (dbus-registered-functions-table): Declare them with
6048 `declare-function' or `defvar', respectively.
6049 (top): Don't assert any longer. Require 'cl when compiling.
6050 Apply `ignore-errors' but `dbus-ignore-errors'.
6051
6052 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
6053
6054 * diff-mode.el (diff-add-change-log-entries-other-window):
6055 Use add-change-log-entry.
6056
6057 2008-02-09 Jason Rumney <jasonr@gnu.org>
6058
6059 * button.el (button-map):
6060 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
6061 * ldefs-boot.el: Regenerate.
6062
6063 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
6064
6065 * epa.el (epa-faces, epa):
6066 * epa-file.el (epa-file):
6067 * epg-config.el (epg): Add :version.
6068
6069 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
6070
6071 * vc.el (vc-exec-after): Append CODE to previous fragments.
6072 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
6073 take MESSAGES instead of VERBOSE; use it when non-nil.
6074 (vc-diff-internal): Compute messages once; use them;
6075 update call to vc-diff-finish.
6076
6077 2008-02-09 Michael Olson <mwolson@gnu.org>
6078
6079 * net/tramp.el (tramp-process-sentinel): Avoid error when process
6080 buffer has been killed, such as by
6081 `tramp-cleanup-all-connections'.
6082
6083 2008-02-09 Miles Bader <miles@gnu.org>
6084
6085 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
6086
6087 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
6088
6089 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
6090 splitter in context hunks.
6091
6092 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
6093
6094 * international/fontset.el (setup-default-fontset): Fix arabic otf
6095 font specification.
6096
6097 2008-02-08 Daiki Ueno <ueno@unixuser.org>
6098
6099 * epa-dired.el:
6100 * epa-file.el:
6101 * epa-mail.el:
6102 * epa-setup.el:
6103 * epa.el:
6104 * epg-config.el:
6105 * epg-package-info.el:
6106 * epg.el: Initial check-in of EasyPG.
6107
6108 2008-02-08 Glenn Morris <rgm@gnu.org>
6109
6110 * woman.el (woman-locale): New defcustom.
6111 (woman-expand-locale, woman-manpath-add-locales): New functions.
6112 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
6113
6114 * international/mule-cmds.el (locale-translate): New function,
6115 with old code extracted from set-locale-environment.
6116 (set-locale-environment): Use locale-translate. Set woman-locale.
6117
6118 * cus-start.el (selection-coding-system): Remove, since it's now
6119 defined in select.el rather than in xselect.c.
6120 * select.el (selection-coding-system): Make it a defcustom, and
6121 add the properties from cus-start.el. Bump :version.
6122
6123 * custom.el (custom-theme-set-variables): Sort symbols that are
6124 dependencies before symbols that depend on them.
6125 (custom-enabled-themes): Set after custom-theme-directory.
6126
6127 * pcmpl-unix.el (top-level): Move provide statement to end.
6128 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
6129 `*' from doc-string. Allow to be nil.
6130 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
6131 Allow to be nil. Add :version.
6132 (pcmpl-ssh-hosts): Move definition before use. Handle lines
6133 without hostnames, and multiple hostnames per line.
6134
6135 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
6136
6137 2008-02-08 Phil Hagelberg <phil@evri.com>
6138
6139 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
6140 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
6141
6142 2008-02-07 Timo Savola <timo.savola@iki.fi>
6143
6144 * startup.el (command-line-x-option-alist): Add --parent-id.
6145
6146 * term/x-win.el (x-handle-parent-id): New function.
6147
6148 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
6149
6150 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
6151 "Font Menu".
6152
6153 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
6154
6155 * net/dbus.el (dbus-interface-peer): New defconst.
6156 (dbus-ping): New defun.
6157
6158 2008-02-06 Sam Steingold <sds@gnu.org>
6159
6160 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
6161
6162 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
6165 Just return nil and let the C code provide a fallback.
6166
6167 2008-02-05 Glenn Morris <rgm@gnu.org>
6168
6169 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
6170 tramp-flush-connection-property for removed 2nd argument.
6171
6172 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
6173
6174 * diff-mode.el (diff-add-change-log-entries-other-window):
6175 Rename from diff-create-changelog. Change users.
6176 Minor change to hopefully work with plain diffs.
6177 (diff-mode-map): Add binding for it.
6178
6179 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
6180
6181 * diff-mode.el: Add new TODO entry.
6182 (diff-create-changelog): New function.
6183 (diff-mode-menu): Bind it.
6184
6185 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
6186
6187 * international/mule-diag.el (print-fontset-element): Handle the
6188 case of inhibiting the fallback fonts.
6189
6190 2008-02-04 Kim F. Storm <storm@cua.dk>
6191
6192 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
6193 (ido-magic-delete-char): Use prefix arg.
6194
6195 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
6196
6197 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
6198 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
6199 of today, the most recent libpng is 1.2.24).
6200
6201 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
6202
6203 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
6204
6205 * net/dbus.el (top): Check (featurep 'dbusbind).
6206
6207 * net/tramp.el (tramp-process-sentinel): New defun.
6208 (tramp-do-copy-or-rename-file-out-of-band)
6209 (tramp-maybe-open-connection): Use it as process sentinel.
6210 (tramp-handle-delete-directory): Don't use the "-f" option; it
6211 isn't portable.
6212 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
6213 after the command.
6214 (tramp-handle-shell-command): Set `mode-line-process' in the
6215 asynchronous case.
6216
6217 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
6218
6219 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
6220 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6221 Use `tramp-process-sentinel' as process sentinel.
6222
6223 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
6224
6225 * whitespace.el (global-whitespace-mode): Revert last change.
6226 (whitespace-unload-function): Force `global-whitespace-mode'
6227 to deactivate local modes in a slightly less intrusive way.
6228
6229 2008-02-02 Eli Zaretskii <eliz@gnu.org>
6230
6231 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
6232
6233 2008-02-02 Glenn Morris <rgm@gnu.org>
6234
6235 * international/latin1-disp.el (latin1-display):
6236 * progmodes/fortran.el (fortran-comment-indent-char):
6237 * progmodes/idlw-shell.el (top-level):
6238 * term/mac-win.el (mac-keyboard-translate-char):
6239 * whitespace.el (whitespace-char-valid-p):
6240 * wid-edit.el (widget-key-sequence-read-event):
6241 Use characterp rather than char-valid-p.
6242
6243 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
6244 to capitalized-find-word-boundary. Doc fix. Update callers.
6245 (capitalized-next-word-boundary-function-table): Rename to
6246 capitalized-find-word-boundary-function-table. Doc fix. Update users.
6247
6248 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
6249 string-to-int.
6250
6251 * ps-def.el (declare-function): Add compatibility definition.
6252 (ps-plot-with-face, ps-plot-string): Declare as functions.
6253 (ps-bold-faces, ps-italic-faces): Declare variables.
6254
6255 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
6256 (ps-mule-end-job): Declare as functions.
6257
6258 * wid-edit.el (widget-string-complete): Use assoc-string rather
6259 than assoc-ignore-case.
6260
6261 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
6262
6263 * progmodes/etags.el (next-file): Improve revert message.
6264
6265 2008-02-01 Andreas Schwab <schwab@suse.de>
6266
6267 * loadup.el: Load language/burmese instead of language/myanmar.
6268
6269 2008-02-01 Richard Stallman <rms@gnu.org>
6270
6271 * language/burmese.el: Rename from myanmar.el.
6272 ("Burmese"): Rename from "Myanmar".
6273
6274 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6275
6276 * international/fontset.el (script-representative-chars): Add cham
6277 and tai-viet.
6278 (setup-default-fontset): Add iso10646-1 font for latin and ipa.
6279 Add fontconfig spec for cjk-misc. Explicitly specify font font
6280 for U+E000..U+F8FF.
6281
6282 * international/characters.el (script-list): Add cham.
6283
6284 * language/cham.el: New file.
6285
6286 2008-02-01 Mark A. Hershberger <mah@everybody.org>
6287
6288 * xml.el (xml-escape-string): Don't do any encoding changes on the
6289 string.
6290
6291 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6292
6293 * language/ind-util.el (in-is13194-post-read-conversion):
6294 Delete unnecessary call of indian-compose-region.
6295
6296 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6297
6298 * ps-print.el: Some face attributes (like :strike-through) were not
6299 being recognised. Reported by Leo <sdl.web@gmail.com>.
6300 (ps-print-version): New version 7.3.2.
6301 (ps-screen-to-bit-face): Fix code. Call ps-face-strikout-p,
6302 ps-face-overline-p and ps-face-box-p functions.
6303
6304 * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
6305 New functions.
6306
6307 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6308
6309 * international/fontset.el (font-encoding-alist): Add an entry for
6310 iso8859-16.
6311 (setup-default-fontset): Add iso8859-16 to latin.
6312
6313 * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
6314 hexadigit string.
6315 (describe-char): Adjust for the above change.
6316
6317 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6318
6319 * international/fontset.el (font-encoding-alist): Don't set the
6320 repertory of GB18030 fonts.
6321
6322 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6323
6324 * language/indian.el: Set font-shape-text for all Indic characters
6325 in composition-function-table.
6326
6327 * language/khmer.el: New file.
6328
6329 * language/myanmar.el: New file.
6330
6331 * loadup.el: Load "language/khmer" and "language/myanmar".
6332
6333 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6334
6335 * international/fontset.el (setup-default-fontset): Fix lao OTF
6336 script name.
6337
6338 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6339
6340 * composite.el (terminal-composition-modification): Delete it.
6341
6342 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6343
6344 * international/fontset.el (x-complement-fontset-spec):
6345 Complement size too.
6346
6347 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6348
6349 * international/fontset.el (font-encoding-charset-alist):
6350 Initialize it.
6351 (otf-script-alist): Fix typo of canadian-aboriginal.
6352 (setup-default-fontset): Specify font-specs for many more scripts.
6353 (x-complement-fontset-spec): Change the first argument to a
6354 font-spec object.
6355 (create-fontset-from-fontset-spec): Adjust for the above change.
6356
6357 2008-02-01 Kenichi Handa <handa@m17n.org>
6358
6359 * language/devanagari.el: Register font-shape-text in
6360 composition-function-table.
6361
6362 * language/tibetan.el: Register font-shape-text in
6363 composition-function-table.
6364
6365 * language/thai-util.el (thai-composition-function): Fix arguments.
6366
6367 * language/tamil.el: Register font-shape-text in
6368 composition-function-table.
6369
6370 * language/malayalam.el: Register font-shape-text in
6371 composition-function-table.
6372
6373 * language/lao.el: Register font-shape-text in
6374 composition-function-table.
6375
6376 * language/kannada.el: Register font-shape-text in
6377 composition-function-table.
6378
6379 * language/european.el (diacritic-composition-function): Fix arguments.
6380
6381 * language/ethio-util.el (ethio-composition-function): Fix arguments.
6382
6383 * language/tv-util.el (tai-viet-composition-function): Fix arguments.
6384
6385 * composite.el (composition-function-table): Fix docstring.
6386 (terminal-composition-function): Fix arguments.
6387 (auto-compose-current-font): Delete it.
6388 (auto-compose-chars): Adjust for the change of
6389 composition-function-table.
6390
6391 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6392
6393 * international/fontset.el (font-encoding-alist): Add the entry of
6394 "unicode-bmp".
6395
6396 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6397
6398 * composite.el (auto-compose-chars): Be sure to calculate
6399 composition at least at POS.
6400
6401 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6402
6403 * printing.el: Fix pr-interface-map initialization code.
6404 (pr-version): New version 6.9.3.
6405 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
6406 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
6407 (pr-f-read-string): Replace by pr-read-string.
6408 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
6409 New function name.
6410 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
6411
6412 2008-02-01 Kenichi Handa <handa@m17n.org>
6413
6414 * language/tv-util.el (tai-viet-re): Include '-'.
6415 (tai-viet-glyph-info): Handle '-'.
6416
6417 2008-02-01 Kenichi Handa <handa@m17n.org>
6418
6419 * descr-text.el (describe-char): Handle a composition of the new
6420 format. Show font name.
6421
6422 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6423
6424 * language/tibet-util.el (tibetan-composition-function): Use
6425 font-shape-text if auto-compose-current-font is non-nil.
6426
6427 * language/tibetan.el: Fix the range for recording
6428 tibetan-composition-function in composition-function-table.
6429
6430 * language/mlm-util.el (malayalam-composition-function): Use
6431 font-shape-text if auto-compose-current-font is non-nil.
6432
6433 * international/mule-conf.el: Flag many charsets as supplementary.
6434
6435 * international/mule.el (define-charset): Update the docstring for
6436 :supplementary-p.
6437
6438 * international/fontset.el (setup-default-fontset): Add OpenType
6439 fonts for malayalam and tibetan.
6440
6441 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6442
6443 * international/fontset.el (x-complement-fontset-spec): Use font-spec.
6444
6445 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6446
6447 * international/fontset.el (otf-script-alist): Make all otf tags
6448 4-letters.
6449 (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
6450
6451 * language/tml-util.el (tamil-composition-function): Use
6452 font-shape-text if auto-compose-current-font is non-nil.
6453
6454 * language/devan-util.el (devanagari-composition-function): Use
6455 font-shape-text if auto-compose-current-font is non-nil.
6456
6457 * composite.el (auto-compose-chars): Change argument font-object
6458 to window.
6459
6460 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6461
6462 * ps-print.el (ps-lpr-switches): Docstring fix.
6463 (ps-string-list): New function.
6464 (ps-do-despool): Code fix.
6465
6466 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6467
6468 * international/utf-7.el (utf-7-imap-post-read-conversion)
6469 (utf-7-imap-pre-write-conversion): New functions.
6470
6471 * international/mule-conf.el (utf-7-imap): New coding system.
6472
6473 2008-02-01 Kenichi Handa <handa@m17n.org>
6474
6475 * term/x-win.el (x-selection-value): If x-select-request-type is
6476 nil, try also STRING at last.
6477 (x-select-request-type): Doc fix for the change of x-selection-value.
6478
6479 * select.el (selection-coding-system, next-selection-coding-system):
6480 Move declarations from xselect.c.
6481 (x-get-selection): Decode by selection-coding-system if it is non-nil.
6482 If it is nil, decode by a proper coding system. Handle C_STRING.
6483 (ccl-check-utf-8, string-utf-8-p): Delete them.
6484 (xselect-convert-to-string): Fix determining data-type in the case
6485 that TEXT is requested. Don't use selection-coding-system if it's
6486 not proper for the data-type.
6487
6488 2008-02-01 Kenichi Handa <handa@m17n.org>
6489
6490 * term/x-win.el (x-selection-value): If x-select-request-type is
6491 nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
6492
6493 2008-02-01 Jason Rumney <jasonr@gnu.org>
6494
6495 * term/w32-win.el (w32-initialize-window-system): Use t, not nil
6496 to signify default fontset.
6497
6498 2008-02-01 Kenichi Handa <handa@m17n.org>
6499
6500 * international/mule-cmds.el (describe-language-environment):
6501 Check if the specified input method exists or not.
6502
6503 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6504
6505 * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
6506 (ps-face-background-name): Remove this function. It's already defined
6507 in ps-def.el file.
6508
6509 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6510
6511 * ps-print.el: Eliminate the check if ps-print was running on Lucid or
6512 Epoch emacsen.
6513
6514 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6515
6516 * ps-print.el: Now detect if text foreground and background colors are
6517 equals and replace the foreground color by another color, so the text
6518 becomes visible. Doc fix.
6519 (ps-print-version): New version 7.3.
6520 (ps-default-fg, ps-default-bg): Docstring fix.
6521 (ps-fg-list, ps-fg-validate-p): New options.
6522 (ps-foreground-list): New variable.
6523 (ps-generate-header-line): Replace fboundp by functionp.
6524 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
6525
6526 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6527
6528 * printing.el: Pacify byte compiler, that is, no compiler warnings.
6529 Move (again) some variable definitions before use, define some
6530 function aliases, no code change.
6531 (pr-version): New version 6.9.2.
6532 (pr-path-style, pr-auto-region, pr-menu-char-height)
6533 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
6534 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
6535 via (defvar VAR).
6536 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
6537 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
6538 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
6539 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
6540 (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
6541 (pr-menu-print-item, pr-ps-printer-menu-modified)
6542 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
6543 (pr-even-or-odd-alist): Move variable definitions.
6544
6545 2008-02-01 Kenichi Handa <handa@m17n.org>
6546
6547 * language/chinese.el (cp936): Delete duplicated alias.
6548
6549 * international/mule-diag.el (list-block-of-chars): Don't insert
6550 non-Unicode characters.
6551
6552 2008-02-01 Jason Rumney <jasonr@gnu.org>
6553
6554 * loadup.el [windows-nt]: Don't load code-pages and ccl.
6555 * term/w32-win.el: Don't require code-pages.
6556
6557 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6558
6559 Fix up multi-tty merge.
6560
6561 * version.el (emacs-version): Bump to 23.0.60.
6562
6563 * term/x-win.el (x-initialize-window-system): Don't try to create
6564 a fontset from a font-specification anymore. This was removed on the
6565 unicode branch and mistakenly re-added by the multi-tty merge.
6566
6567 * term/w32-win.el: Remove duplicate code that's now in
6568 w32-initialize-window-system.
6569 (w32-initialize-window-system): Don't try to create a fontset from
6570 a font-specification anymore. This was removed on the unicode branch
6571 and mistakenly re-added by the multi-tty merge.
6572
6573 * term/mac-win.el: Remove duplicate top-level code.
6574
6575 * language/ethio-util.el:
6576 * international/characters.el: Use utf-8 rather than utf-8-emacs
6577 since it works as well and has the advantage of working with
6578 non-unicode versions of Emacs.
6579
6580 * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
6581 multi-tty code, which includes the previous local change.
6582
6583 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6584
6585 * ps-print.el (ps-print-version): New version 7.2.5.
6586 (ps-background, ps-begin-file, ps-build-reference-face-lists):
6587 Use `mapc' rather than `mapcar'.
6588
6589 2008-02-01 Kenichi Handa <handa@m17n.org>
6590
6591 * skeleton.el (skeleton-internal-1): Use integerp and stringp
6592 instead of char-or-string-p to catch -1.
6593
6594 2008-02-01 Kenichi Handa <handa@m17n.org>
6595
6596 * international/mule-cmds.el (inactivate-input-method):
6597 Set input-method-function to nil before calling
6598 inactivate-current-input-method-function.
6599
6600 2008-02-01 Kenichi Handa <handa@m17n.org>
6601
6602 * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
6603 height that doesn't exceed the requested height by rounding off.
6604
6605 2008-02-01 Andreas Schwab <schwab@suse.de>
6606
6607 * international/mule-diag.el (print-fontset-element):
6608 Use fontp only if defined.
6609
6610 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6611
6612 * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
6613 (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
6614 (ps-mule-prologue-generated): Code fix.
6615
6616 2008-02-01 Kenichi Handa <handa@m17n.org>
6617
6618 * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
6619 with FIXEDCASE t.
6620
6621 2008-02-01 Kenichi Handa <handa@m17n.org>
6622
6623 * international/mule-diag.el (print-fontset-element): Fix for the
6624 format change of a fontset element for font-backend feature.
6625
6626 2008-02-01 Kenichi Handa <handa@m17n.org>
6627
6628 * descr-text.el (describe-char): Fix for the case that a component
6629 character is TAB.
6630
6631 2008-02-01 Kenichi Handa <handa@m17n.org>
6632
6633 * international/mule-cmds.el (select-safe-coding-system-interactively):
6634 Fix printing of rejected and unsafe coding-systems.
6635
6636 * international/fontset.el (setup-default-fontset): Add tai-viet.
6637
6638 * international/characters.el: Setup syntax/category table for Tai Viet.
6639 (script-list): Add tai-viet.
6640
6641 * loadup.el: Load "language/tai-viet".
6642
6643 * language/tai-viet.el: New file.
6644
6645 * language/tv-util.el: New file.
6646
6647 2008-02-01 Jason Rumney <jasonr@gnu.org>
6648
6649 * faces.el (font-weight-table): Use defaults on w32 that match
6650 LOGFONT.lfWeight.
6651
6652 * term/w32-win.el: Don't create fontset from command-line font.
6653
6654 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
6655
6656 * international/mule-cmds.el (toggle-enable-multibyte-characters)
6657 (sort-coding-systems, search-unencodable-char): Doc fixes.
6658 (default-input-method, input-method-verbose-flag)
6659 (input-method-highlight-flag): Remove * in defcustom's docstrings.
6660 (exit-language-environment-hook, set-default-coding-systems)
6661 (coding-system-change-eol-conversion, prefer-coding-system)
6662 (find-multibyte-characters, leim-list-entry-regexp)
6663 (set-input-method, input-method-exit-on-first-char, princ-list)
6664 (locale-language-names, locale-charset-language-names)
6665 (define-char-code-property): Fix typos in docstrings.
6666
6667 2008-02-01 Kenichi Handa <handa@m17n.org>
6668
6669 * disp-table.el (make-glyph-code, glyph-char, glyph-face):
6670 Fix for a new character code space (22-bit).
6671
6672 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
6673
6674 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
6675
6676 2008-02-01 Kenichi Handa <handa@m17n.org>
6677
6678 * international/characters.el: Add more cases/syntaxes from Latin
6679 characters.
6680
6681 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6682
6683 * ps-def.el (installation-directory): Must be initialized when defining
6684 it in XEmacs.
6685 (coding-system-for-read): Eliminate duplicated definition.
6686
6687 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6688
6689 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
6690
6691 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6692
6693 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
6694 (ps-print-emacs-type): Eliminate variable.
6695 (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is
6696 running ps-print package.
6697
6698 * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
6699 (ps-frame-parameter): Replace defun by defalias.
6700 (mark-active): Eliminate defvar.
6701
6702 * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
6703 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
6704 (ps-jts-ps-setup): Replace macros by vector key definition.
6705
6706 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6707
6708 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
6709 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
6710 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
6711 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
6712 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
6713 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
6714 New command actions for EPS header and EPS footer.
6715
6716 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
6717 footer. Fix some problems with one-or-more, zero-or-more and
6718 alternative constructions generation. Some implementation of log
6719 messages. Doc fix.
6720 (ebnf-version): New version 4.4.
6721 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
6722 (ebnf-eps-footer, ebnf-log): New options.
6723 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
6724 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
6725 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
6726 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
6727 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
6728 (ebnf-style-custom-list, ebnf-style-database): Put new values.
6729 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
6730 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
6731 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
6732 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
6733 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
6734 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
6735 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
6736 (ebnf-non-terminal-dimension, ebnf-special-dimension)
6737 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
6738 (ebnf-except-dimension, ebnf-alternative-dimension)
6739 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
6740 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
6741 Insert log message function.
6742 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
6743 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
6744 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
6745 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
6746 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
6747 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
6748 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
6749 compatibility with Emacs 20 & 21.
6750 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
6751 (ebnf-eps-file-alist, ebnf-basic-width-extra)
6752 (ebnf-basic-empty-height): New variables.
6753 (ebnf-prologue): Fix PostScript code.
6754 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
6755 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
6756 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
6757 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
6758
6759 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6760
6761 * printing.el: Group together all XEmacs/Emacs definitions.
6762 (pr-version): New version 6.9.
6763 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
6764 New functions.
6765 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
6766 (pr-menu-bind): Fix code.
6767 (pr-e-frame-char-height, pr-e-frame-char-width)
6768 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
6769 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
6770 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
6771 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
6772 (pr-x-event-y-pixel): Eliminate aliases.
6773 (pr-xemacs-global-menubar): Move macro.
6774 (current-menubar, current-mouse-event, zmacs-region-stays)
6775 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
6776 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
6777 Move variables.
6778 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
6779 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
6780 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
6781 (pr-menu-set-utility-title, pr-even-or-odd-pages)
6782 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
6783 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
6784 Move functions.
6785
6786 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6787
6788 * ps-print.el: The ps-print commands without face printing should not
6789 print background color. Reported by Leo <sdl.web@gmail.com>.
6790 (ps-print-version): New version 7.2.2.
6791 (ps-begin-job): New arg. Fix ps-default-background and
6792 ps-default-foreground initialization.
6793 (ps-face-attributes): Fix doc string.
6794 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
6795
6796 * printing.el: Fix ps-print link.
6797
6798 2008-02-01 Kenichi Handa <handa@m17n.org>
6799
6800 * international/mule-diag.el (list-character-sets-2): Don't print width.
6801
6802 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6803
6804 * ps-print.ps: Fix background height.
6805 (ps-print-version): New version 7.2.1.
6806
6807 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6808
6809 * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
6810 into separate files.
6811 (ps-print-version): New version 7.2.
6812 (ps-postscript-code-directory): Fix XEmacs initialization.
6813 (ps-generate-postscript-with-faces):
6814 Call ps-generate-postscript-with-faces1 (new function).
6815 (ps-color-format, ps-float-format): Move variables to ps-def.el.
6816 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
6817 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
6818 (ps-face-background-name, ps-frame-parameter, ps-color-device)
6819 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
6820 Move functions to ps-def.el.
6821 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
6822 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
6823 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
6824 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
6825 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
6826 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
6827 Move functions to ps-samp.el.
6828
6829 * ps-bdf.el (installation-directory, coding-system-for-read):
6830 Move variables to ps-def.el.
6831
6832 * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
6833 (charset-bytes, charset-dimension, charset-id, charset-width)
6834 (find-charset-region, char-width, chars-in-region, forward-point)
6835 (decompose-composite-char, encode-coding-string, coding-system-p)
6836 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
6837 (string-make-multibyte, encode-char): Move functions to ps-def.el.
6838
6839 * ps-def.el: New file. XEmacs/Emacs definitions.
6840 (ps-generate-postscript-with-faces1): New function.
6841 (ps-color-format, ps-float-format): Move variables from ps-print.el.
6842 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
6843 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
6844 (ps-face-background-name, ps-frame-parameter, ps-color-device)
6845 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
6846 Move functions from ps-print.el.
6847 (installation-directory, coding-system-for-read):
6848 Move variables from ps-bdf.el.
6849 (leading-code-private-22): Move variable from ps-mule.el.
6850 (charset-bytes, charset-dimension, charset-id, charset-width)
6851 (find-charset-region, char-width, chars-in-region, forward-point)
6852 (decompose-composite-char, encode-coding-string, coding-system-p)
6853 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
6854 (string-make-multibyte, encode-char): Move functions from ps-mule.el.
6855
6856 * ps-samp.el: New file. Sample setup code.
6857 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
6858 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
6859 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
6860 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
6861 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
6862 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
6863 Move functions from ps-print.el.
6864
6865 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6866
6867 * ps-print.el: Handle frame parameters (background and/or foreground
6868 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
6869 (ps-print-version): New version 7.1.
6870 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6871 (ps-frame-parameter): New function.
6872 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6873 Fix doc and customization.
6874 (ps-begin-job): Get frame parameters (background and/or foreground
6875 colors).
6876 (ps-do-despool): Ensure ps-printer-name has a valid value.
6877
6878 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6879
6880 * progmodes/ebnf-abn.el:
6881 * progmodes/ebnf-bnf.el:
6882 * progmodes/ebnf-dtd.el:
6883 * progmodes/ebnf-ebx.el:
6884 * progmodes/ebnf-iso.el:
6885 * progmodes/ebnf-otz.el:
6886 * progmodes/ebnf-yac.el:
6887 * progmodes/ebnf2ps.el:
6888 * delim-col.el:
6889 * printing.el:
6890 * ps-bdf.el:
6891 * ps-mule.el:
6892 * ps-print.el: Remove 'Time-stamp' comment mark.
6893
6894 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6895 'easy-menu-add-item' when called in Emacs 21 or higher.
6896
6897 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6898
6899 * ps-print.el : Fix doc.
6900 (ps-print-version): New version 7.0.
6901
6902 2008-02-01 Kenichi Handa <handa@m17n.org>
6903
6904 * mail/emacsbug.el (report-emacs-bug): Insert also the value of
6905 XMODIFIERS.
6906
6907 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6908
6909 * ps-print.el: Fix maintainer email. Eliminate function declaration
6910 that kept compatibility with older Emacs version.
6911 (ps-print-version): New version 6.7.
6912
6913 2008-02-01 Kenichi Handa <handa@m17n.org>
6914
6915 * international/quail.el (quail-get-translations):
6916 Make quail-current-key multibyte if not yet done.
6917
6918 2008-02-01 Zhang Wei <id.brep@gmail.com>
6919
6920 * language/chinese.el ("Chinese-GBK"): Add tutorial.
6921 ("Chinese-GB18030"): Add sample-text and tutorial.
6922
6923 * international/fontset.el (font-encoding-alist)
6924 (setup-default-fontset): Add gb18030.
6925 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6926 (charset-script-alist): Add gbk and gb18030.
6927
6928 * international/characters.el: Put property
6929 preferred-coding-system on gbk and gb18030.
6930
6931 * international/mule-cmds.el (locale-language-names): Add an entry
6932 for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
6933
6934 * faces.el (face-font-registry-alternatives): Add gb18030.
6935
6936 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6937
6938 * ps-mule.el: Fix maintainer email.
6939
6940 2008-02-01 Kenichi Handa <handa@m17n.org>
6941
6942 * international/quail.el (quail-insert-kbd-layout): Check the
6943 length of (cdr translation).
6944 (quail-get-current-str): Check the length of (cdr def).
6945
6946 2008-02-01 Kenichi Handa <handa@m17n.org>
6947
6948 * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
6949
6950 2008-02-01 Kenichi Handa <handa@m17n.org>
6951
6952 * international/mule-cmds.el (ucs-insert): Re-implement.
6953
6954 2008-02-01 Kenichi Handa <handa@m17n.org>
6955
6956 * composite.el (terminal-composition-modification): New function.
6957 (terminal-composition-function): Create composition with the above
6958 modification function.
6959
6960 2008-02-01 Zhang Wei <id.brep@gmail.com>
6961
6962 * international/characters.el: Add more full-width characters in
6963 char-width-table.
6964
6965 2008-02-01 Kenichi Handa <handa@m17n.org>
6966
6967 * international/fontset.el (create-fontset-from-fontset-spec):
6968 Fix script name handling.
6969
6970 2008-02-01 Kenichi Handa <handa@m17n.org>
6971
6972 * composite.el (terminal-composition-function): New function.
6973 (terminal-composition-function-table): New variable.
6974 (auto-compose-chars): If running on a terminal, use
6975 terminal-composition-function-table.
6976
6977 * loadup.el: Load "composite" after "international/characters".
6978
6979 * international/characters.el: Delete codes for setting up charset
6980 property nospace-between-words. Fix setting up of
6981 char-width-table. Don't make ethiopic and tibetan double column.
6982
6983 * textmodes/fill.el (fill-find-break-point-function-table):
6984 Don't set it up in defvar.
6985 (fill-nospace-between-words-table): New variable.
6986 (fill-delete-newlines): Check fill-nospace-between-words-table
6987 instead of charset property nospcae-between-words.
6988
6989 2008-02-01 Kenichi Handa <handa@m17n.org>
6990
6991 * composite.el (global-auto-composition-mode): Make the initial
6992 value not depend on emacs-basic-display.
6993
6994 * textmodes/fill.el: Don't use charset property
6995 `fill-find-break-point-function'.
6996 (fill-find-break-point-function-table): New variable.
6997 (fill-find-break-point): Lookup fill-find-break-point-function-table.
6998
6999 2008-02-01 Kenichi Handa <handa@m17n.org>
7000
7001 * international/mule.el (coding-system-list): Be sure to exclude
7002 subsidiary coding systems.
7003
7004 2008-02-01 Kenichi Handa <handa@m17n.org>
7005
7006 * composite.el (auto-composition-after-change)
7007 (toggle-auto-composition): Remove `auto-composed' property instead
7008 of setting it to nil.
7009
7010 2008-02-01 Kenichi Handa <handa@m17n.org>
7011
7012 * language/misc-lang.el (iso-8859-6): New coding system.
7013
7014 2008-02-01 Kenichi Handa <handa@m17n.org>
7015
7016 * dnd.el (dnd-get-local-file-name): Give a unibyte string to
7017 replace-regexp-in-string as replacement.
7018
7019 2008-02-01 Kenichi Handa <handa@m17n.org>
7020
7021 * international/fontset.el (otf-script-alist): Add byzm, math,
7022 musc, and nko.
7023
7024 * international/characters.el (script-list): Add nko,
7025 byzantine-musical-symbol, musical-symbol, and mathematical.
7026
7027 2008-02-01 Kenichi Handa <handa@m17n.org>
7028
7029 * composite.el (auto-compose-current-font): New variable.
7030 (auto-compose-chars): New arg FONT-OBJECT.
7031
7032 2008-02-01 Kenichi Handa <handa@m17n.org>
7033
7034 * international/characters.el: Modify category-table and
7035 script-table for new Ethiopic character range.
7036
7037 2008-02-01 Kenichi Handa <handa@m17n.org>
7038
7039 * international/mule-cmds.el (set-language-environment-fontset):
7040 Delete it.
7041
7042 2008-02-01 Kenichi Handa <handa@m17n.org>
7043
7044 * international/fontset.el (otf-script-alist): Set it.
7045
7046 2008-02-01 Kenichi Handa <handa@m17n.org>
7047
7048 * international/fontset.el (font-encoding-alist):
7049 Fix for "ethiopic-unicode".
7050
7051 2008-02-01 Kenichi Handa <handa@m17n.org>
7052
7053 * international/fontset.el (script-representative-chars):
7054 Add an entry for latin script.
7055
7056 2008-02-01 Kenichi Handa <handa@m17n.org>
7057
7058 * faces.el (font-weight-table): Treat regular and normal as the
7059 same as medium.
7060 (font-slant-table): Add (roman . 100).
7061
7062 2008-02-01 Kenichi Handa <handa@m17n.org>
7063
7064 These changes are for the new font handling codes.
7065
7066 * faces.el (font-weight-table, font-slant-table)
7067 (font-swidth-table): New customizable variables.
7068
7069 * international/fontset.el (font-encoding-alist): Add koi8-4.
7070 (script-representative-chars): Set the default value.
7071 (create-fontset-from-x-resource): Delete `message'.
7072
7073 2008-02-01 Kenichi Handa <handa@m17n.org>
7074
7075 * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
7076 Call set-buffer-multibyte with arg `to'.
7077
7078 2008-02-01 Kenichi Handa <handa@m17n.org>
7079
7080 * info.el (Info-fontify-node): Check if already fontified or not
7081 by next-single-property-change.
7082
7083 2008-02-01 Kenichi Handa <handa@m17n.org>
7084
7085 * international/mule.el (ctext-pre-write-conversion): Produce
7086 extra designation sequence for ASCII at the end off extended segment.
7087
7088 2008-02-01 Kenichi Handa <handa@m17n.org>
7089
7090 * international/mule.el (ctext-non-standard-encodings-table):
7091 Reverse the returning list.
7092 (ctext-pre-write-conversion): Fix encoding with extended segments.
7093
7094 * international/mule-conf.el (compound-text)
7095 (compound-text-with-extensions): Add long-form in :flags.
7096
7097 2008-02-01 Kenichi Handa <handa@m17n.org>
7098
7099 * international/fontset.el (create-fontset-from-fontset-spec): Fix
7100 regexp for paring FONTSET-SPEC (allow spaces after `:').
7101
7102 2008-02-01 Kenichi Handa <handa@m17n.org>
7103
7104 * international/fontset.el (create-fontset-from-fontset-spec): Fix
7105 for the case that a charset is specified as target.
7106
7107 2008-02-01 Kenichi Handa <handa@m17n.org>
7108
7109 * international/ccl.el (ccl-embed-string): Check string length.
7110 Set special flag for multibyte character sequence.
7111 (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
7112 str unibyte.
7113 (ccl-compile-write): If the character code doesn't fit in 22-bit
7114 (ccl-dump-write-const-string): Check special flag for multibyte
7115 character sequence.
7116
7117 2008-02-01 Kenichi Handa <handa@m17n.org>
7118
7119 * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
7120 (ps-mule-encode-region, ps-mule-plot-composition): Don't use
7121 ps-mule-eight-bit-char.
7122
7123 2008-02-01 Kenichi Handa <handa@m17n.org>
7124
7125 * language/chinese.el ("Chinese-BIG5"):
7126 Set ctext-non-standard-encodings property to "big5-0".
7127
7128 * international/mule.el (ctext-non-standard-encodings):
7129 Initialize to nil.
7130 (ctext-non-standard-encodings-alist): Set charset `big5' in the
7131 entry for "big5-0".
7132 (ctext-non-standard-encodings-table): Return a list instead of
7133 char-table.
7134 (ctext-pre-write-conversion): Adjust for the above change.
7135
7136 2008-02-01 Zhang Wei <id.brep@gmail.com>
7137
7138 * international/mule.el (ctext-non-standard-encodings-alist):
7139 Add an entry for gbk-0.
7140 (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
7141 a row 8-bit.
7142
7143 * language/chinese.el ("Chinese-GBK"):
7144 Set ctext-non-standard-encodings property to "gbk-0".
7145 Add sample-text property.
7146
7147 2008-02-01 Kenichi Handa <handa@m17n.org>
7148
7149 * international/kkc.el (kkc-region): Use
7150 this-single-command-raw-keys on pushing back an unhandled key sequence.
7151
7152 2008-02-01 Kenichi Handa <handa@m17n.org>
7153
7154 * international/encoded-kb.el (encoded-kbd-mode):
7155 Check saved-input-mode on turning off Encoded Kbd mode.
7156
7157 * composite.el (auto-composition-after-change): Use save-buffer-state.
7158 (turn-on-auto-composition-if-enabled): Don't turn on
7159 auto-composition-mode in a unibyte buffer.
7160
7161 2008-02-01 Kenichi Handa <handa@m17n.org>
7162
7163 * startup.el (command-line): Use custom-reevaluate-setting for
7164 global-auto-composition-mode.
7165
7166 * composite.el (auto-composition-function): Make it buffer local.
7167 (auto-composition-mode): New minor mode.
7168 (turn-on-auto-composition-if-enabled): New function.
7169 (global-auto-composition-mode): New global minor mode.
7170
7171 2008-02-01 Kenichi Handa <handa@m17n.org>
7172
7173 * descr-text.el (describe-char): Use insert-text-button instead of
7174 widget-create for "customize what to show" button.
7175
7176 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7177
7178 * language/ethiopic.el: Fix copyright.
7179 (composition-function-table): Support a new character in Unicode 4.1.
7180
7181 * language/ethio-util.el (ethio-fidel-to-tex-buffer)
7182 (ethio-tex-to-fidel-buffer, ethio-composition-function)
7183 ("ethiopic-tex"): Support new characters in Unicode 4.1.
7184
7185 2008-02-01 Kenichi Handa <handa@m17n.org>
7186
7187 * international/characters.el: Register characters in
7188 auto-fill-chars. Put nospace-between-words to more charsets.
7189
7190 2008-02-01 Zhang Wei <id.brep@gmail.com>
7191
7192 * international/mule-cmds.el (locale-language-names): Add entries
7193 for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
7194 (locale-preferred-coding-systems): Fix entries for Chinese locales.
7195
7196 2008-02-01 Kenichi Handa <handa@etlken>
7197
7198 * international/utf-7.el: Delete the definition of utf-7.
7199 (utf-7-post-read-conversion, utf-7-pre-write-conversion):
7200 Add autoload cookies.
7201
7202 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7203
7204 * term/mac-win.el: Delete the code to create a fontset from the X
7205 resource "Font".
7206
7207 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7208
7209 * international/robin.el (robin-define-package): Be sure to call
7210 put-char-code-property.
7211
7212 2008-02-01 Kenichi Handa <handa@m17n.org>
7213
7214 * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
7215 property to 1.
7216
7217 * international/mule-conf.el (cp1125): Set :ascii-compatible-p
7218 property to t.
7219
7220 * international/mule.el (coding-system-get):
7221 Check `ascii-incompatible' for backward compatiblity.
7222 (set-file-name-coding-system): Signal an error for a coding system
7223 not suitable for file name.
7224 (set-keyboard-coding-system): Signal an error for a coding system
7225 not suitable for keyboard.
7226
7227 * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
7228 Set :suitable-for-keyboard property to 1.
7229
7230 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
7231 (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
7232
7233 * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
7234 (vietnamese-tcvn): Set :suitable-for-file-name property to t.
7235
7236 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7237
7238 * international/robin.el (robin-define-package): Delete redundant code.
7239 (robin-add-rule): Allow N-1 reverse conversion.
7240
7241 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7242
7243 * international/robin.el (robin-define-package): Make the
7244 expanded form shorter.
7245
7246 2008-02-01 Zhang Wei <id.brep@gmail.com>
7247
7248 * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
7249 chiense-iso-8bit.
7250
7251 2008-02-01 Kenichi Handa <handa@m17n.org>
7252
7253 * loadup.el: If we are byte-compiling unidata-gen.el or running
7254 unidata-ge-files, set purify-flag to nil.
7255
7256 2008-02-01 Kenichi Handa <handa@m17n.org>
7257
7258 * loadup.el: Load international/charprop.el with NOERROR t.
7259
7260 * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
7261
7262 2008-02-01 Kenichi Handa <handa@m17n.org>
7263
7264 * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
7265 New charsets and coding systems.
7266 (mac-symbol, mac-dingbats): New charsets.
7267
7268 2008-02-01 Kenichi Handa <handa@m17n.org>
7269
7270 * international/characters.el: Set syntax of NBSP to punctuation.
7271
7272 2008-02-01 Kenichi Handa <handa@m17n.org>
7273
7274 * international/mule-cmds.el: Don't require wid-edit.
7275
7276 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7277
7278 * international/robin.el: New file.
7279
7280 * language/ethiopic.el: Change encoding to utf-8-emacs.
7281 Register ethio-composition-function in composition-function-table.
7282 ("Ethiopic"): Change coding-systems to utf-8-emacs.
7283
7284 * language/ethio-util.el: Change encoding to utf-8-emacs.
7285 Rewrite all transliteration functions to use robin.el.
7286 (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
7287 (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
7288 (ethio-prefer-ascii-punctuation): Delete variables.
7289 (ethio-char-to-ethiocode, ethio-convert-digit)
7290 (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
7291 (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
7292 (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
7293 (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
7294 (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
7295 (ethio-adjust-robin, ethio-composition-function)
7296 (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
7297 (ethio-sera-to-fidel-region-ethio)
7298 (ethio-sera-to-fidel-region-noethio)
7299 (ethio-use-colon-for-colon, ethio-use-three-dot-question):
7300 New functions.
7301
7302 2008-02-01 Miles Bader <miles@gnu.org>
7303
7304 * international/mule.el (auto-coding-regexp-alist)
7305 (ctext-pre-write-conversion): Replace embedded control characters
7306 with octal escapes; this prevents diff from thinking the file is binary.
7307
7308 2008-02-01 Miles Bader <miles@gnu.org>
7309
7310 * descr-text.el (describe-char-unidata-list):
7311 * emacs-lisp/bytecomp.el (byte-compile-fix-header)
7312 (byte-compile-insert-header):
7313 * international/mule.el (charset-list, set-coding-priority)
7314 (ignore-relative-composition):
7315 * international/mule-util.el (detect-coding-with-priority):
7316 * international/mule-diag.el:
7317 * international/mule-cmds.el (language-info-custom-alist):
7318 * international/codepage.el (codepage-setup):
7319 Replace references to Emacs version "22" with "23".
7320
7321 2008-02-01 Kenichi Handa <handa@m17n.org>
7322
7323 * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
7324
7325 * international/fontset.el (font-encoding-alist): Add an entry for
7326 microsoft-cp1251.
7327 (setup-default-fontset): Add entries for microsoft-cp1251 and
7328 koi8-r for cyrillic.
7329
7330 * international/mule-cmds.el (char-code-property-alist): New variable.
7331 (define-char-code-property): New function.
7332 (get-char-code-property, put-char-code-property): Handle a
7333 char-table registerd in char-code-property-alist.
7334 (set-language-environment): Check :ascii-compatible-p property of
7335 nonascii charset instead of its dimension.
7336
7337 * international/uni-bidi.el, international/uni-category.el:
7338 * international/uni-combining.el, international/uni-comment.el:
7339 * international/uni-decimal.el, international/uni-decomposition.el:
7340 * international/uni-digit.el, international/uni-lowercase.el:
7341 * international/uni-mirrored.el, international/uni-name.el:
7342 * international/uni-numeric.el, international/uni-old-name.el:
7343 * international/uni-titlecase.el, international/uni-uppercase.el:
7344 * international/charprop.el: New files automatically generated by
7345 admin/unidata/Makefile.
7346
7347 * loadup.el: Load internationnal/charprop.el.
7348
7349 * descr-text.el (describe-char-unidata-list): New variable.
7350 (describe-char-unicode-data): Use char-code-property-description.
7351 (describe-char): Add lines for describing Unicode-based character
7352 properties.
7353
7354 2008-02-01 Kenichi Handa <handa@m17n.org>
7355
7356 * textmodes/ispell.el: These changes are to fix the code merged
7357 from trunk for the change on 2008-02-01.
7358 (ispell-unified-chars-table): Delete it.
7359 (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
7360
7361 2008-02-01 Kenichi Handa <handa@m17n.org>
7362
7363 * international/mule-util.el (char-displayable-p): Check
7364 :charset-list property of CODING.
7365
7366 2008-02-01 Kenichi Handa <handa@m17n.org>
7367
7368 * international/mule-cmds.el (select-safe-coding-system-interactively):
7369 Change 'mime-charset to :mime-charset.
7370 (select-safe-coding-system): Use above.
7371 (set-language-environment): Delete unnecessary code for handling
7372 overriding-fontspec.
7373
7374 2008-02-01 Kenichi Handa <handa@m17n.org>
7375
7376 * international/mule-conf.el: New coding system aliases unix, dos,
7377 and mac.
7378
7379 2008-02-01 Kenichi Handa <handa@m17n.org>
7380
7381 * international/titdic-cnv.el (tit-process-header): Fix embedded
7382 coding tag.
7383 (titdic-convert): Bind coding-system-for-write to the coding
7384 system specfied in the map file. Remove `charset' property after
7385 decoding.
7386 (miscdic-convert): Bind coding-system-for-write to the coding
7387 system specfied for the map file. Fix LANGUAGE arg to
7388 quail-define-package.
7389 (batch-miscdic-convert): Check if a file is directory or not.
7390
7391 2008-02-01 Kenichi Handa <handa@m17n.org>
7392
7393 * international/mule.el (coding-system-equal): Move from mule-util.el.
7394
7395 * international/mule-util.el (coding-system-equal): Move to mule.el.
7396
7397 2008-02-01 Kenichi Handa <handa@m17n.org>
7398
7399 * international/encoded-kb.el (encoded-kbd-decode-code-list):
7400 New function.
7401 (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
7402 Support multibyte charsets.
7403
7404 2008-02-01 Kenichi Handa <handa@m17n.org>
7405
7406 * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
7407 to eight-bit chars.
7408
7409 * international/mule-conf.el: Don't define coding system
7410 `undecided' here.
7411
7412 2008-02-01 Kenichi Handa <handa@m17n.org>
7413
7414 * international/mule-cmds.el (locale-language-names): Fix for
7415 gb18030 and gdk.
7416
7417 2008-02-01 Kenichi Handa <handa@m17n.org>
7418
7419 * international/fontset.el (font-encoding-alist): Add gbk.
7420 (charset-script-alist): Add chinese-gbk.
7421
7422 2008-02-01 Kenichi Handa <handa@m17n.org>
7423
7424 * language/chinese.el (chinese-gbk): Include ascii in charset-list.
7425
7426 2008-02-01 Kenichi Handa <handa@m17n.org>
7427
7428 * language/japanese.el ("Japanese"): Fix ordering of charsets.
7429
7430 2008-02-01 Kenichi Handa <handa@m17n.org>
7431
7432 * international/encoded-kb.el (encoded-kbd-self-insert-charset)
7433 (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
7434 (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
7435
7436 2008-02-01 Kenichi Handa <handa@m17n.org>
7437
7438 * descr-text.el (describe-char): Fix for the case CODE is a cons
7439 of integers.
7440
7441 2008-02-01 Steven Tamm <steventamm@mac.com>
7442
7443 * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
7444 (mac-standard-fontset-spec): Create.
7445
7446 2008-02-01 Kenichi Handa <handa@m17n.org>
7447
7448 * international/mule-diag.el (unicode-data):
7449 Call find-file-noselect with NOWARN t.
7450
7451 2008-02-01 Kenichi Handa <handa@m17n.org>
7452
7453 * international/mule-conf.el (cp932-2-byte): Fix :code-space.
7454
7455 2008-02-01 Kenichi Handa <handa@m17n.org>
7456
7457 * international/characters.el: Give more CJK characters the
7458 category `|'.
7459
7460 * descr-text.el (describe-char): Make it work on *Help* buffer.
7461 Suppress auto-composition on a region describing about composition.
7462
7463 * language/european.el (diacritic-compose-region)
7464 (diacritic-compose-string, diacritic-composition-function):
7465 Compose diacritical marks only with a character whose syntax is
7466 word constituent.
7467 (diacritic-post-read-conversion): Delete it.
7468
7469 2008-02-01 Kenichi Handa <handa@m17n.org>
7470
7471 * composite.el (auto-compose-chars): Execute the main code in
7472 condition-case.
7473
7474 2008-02-01 Kenichi Handa <handa@m17n.org>
7475
7476 * international/fontset.el (x-complement-fontset-spec):
7477 Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
7478
7479 2008-02-01 Kenichi Handa <handa@m17n.org>
7480
7481 * international/characters.el (next-word-boundary-kana):
7482 Handle half-width kana.
7483
7484 2008-02-01 Kenichi Handa <handa@m17n.org>
7485
7486 * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
7487
7488 2008-02-01 Kenichi Handa <handa@m17n.org>
7489
7490 * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
7491
7492 * mail/rmail.el (rmail-decode-babyl-format):
7493 Use with-coding-priority instead of detect-coding-with-priority.
7494
7495 2008-02-01 Kenichi Handa <handa@m17n.org>
7496
7497 * international/mule.el (make-translation-table)
7498 (make-translation-table-from-vector): Set the second extra slot of
7499 the char table to 1.
7500 (make-translation-table-from-alist): Fix handling of multiple entries.
7501
7502 2008-02-01 Kenichi Handa <handa@m17n.org>
7503
7504 * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
7505 New translation tables.
7506
7507 * international/mule.el (make-translation-table-from-alist):
7508 New function.
7509
7510 2008-02-01 Kenichi Handa <handa@m17n.org>
7511
7512 * international/mule.el (translate-region): Re-implement it here.
7513 Make it interactive.
7514
7515 2008-02-01 Kenichi Handa <handa@m17n.org>
7516
7517 * ps-mule.el (ps-mule-font-info-database): Doc fix.
7518
7519 2008-02-01 Kenichi Handa <handa@m17n.org>
7520
7521 * international/mule-conf.el (chinese-cns11643-15): New charset.
7522
7523 2008-02-01 Kenichi Handa <handa@m17n.org>
7524
7525 * international/fontset.el (font-encoding-alist): Add entries for
7526 variations of cns11643 fonts.
7527 (setup-default-fontset): Add cns11643 fonts as fallback fonts.
7528
7529 2008-02-01 Kenichi Handa <handa@m17n.org>
7530
7531 * international/mule-diag.el (list-charset-chars): Put charset
7532 text property.
7533
7534 * international/fontset.el (setup-default-fontset): Delete the
7535 entry for symbol script, add JISX0213 to kana script, specify
7536 fallback fonts.
7537
7538 2008-02-01 Kenichi Handa <handa@m17n.org>
7539
7540 * international/fontset.el (setup-default-fontset)
7541 (font-encoding-alist): Register "JISX0213.2004-1".
7542
7543 * international/mule-diag.el (list-character-sets): Fix the first
7544 line message.
7545 (sort-listed-character-sets): Adjust for the change of
7546 list-characters-sets-1.
7547 (list-character-sets-1): List supplementary character sets in a
7548 different section.
7549 (list-charset-chars): Validate charset at early stage.
7550
7551 * international/characters.el: Fix `han' script range.
7552
7553 * international/mule-conf.el (japanese-jisx0213.2004-1):
7554 Specify :code-space.
7555 (cp932-2-byte): Fix :code-space.
7556 (unicode-smp, unicode-sip, unicode-ssp): New charsets.
7557
7558 2008-02-01 Kenichi Handa <handa@m17n.org>
7559
7560 * international/mule-conf.el (japanese-jisx0213.2004-1):
7561 Specify :dimension 2.
7562
7563 * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
7564 (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
7565 New coding systems.
7566 (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
7567 aliases.
7568 ("Japanese"): Add new charsets and coding systems.
7569
7570 2008-02-01 Kenichi Handa <handa@m17n.org>
7571
7572 * language/japanese.el (japanese-ucs-cp932-to-jis-map):
7573 Rename from japanese-ucs-cp932-map.
7574 (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
7575 (japanese-ucs-glibc-map): Delete this translation table.
7576 (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
7577 New translation tables.
7578
7579 2008-02-01 Kenichi Handa <handa@m17n.org>
7580
7581 * cus-start.el: Handle charset-map-path, not charset-map-directory.
7582
7583 2008-02-01 Kenichi Handa <handa@m17n.org>
7584
7585 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
7586
7587 2008-02-01 Kenichi Handa <handa@m17n.org>
7588
7589 * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
7590 tables japanese-ucs-*-map.
7591
7592 2008-02-01 Kenichi Handa <handa@m17n.org>
7593
7594 * international/eucjp-ms.el: New file (automatically generated by
7595 admin/charsets/Makefile).
7596
7597 * international/cp51932.el: New file (automatically generated by
7598 admin/charsets/Makefile).
7599
7600 * language/japanese.el: Load cp51932 and eucjp-ms.
7601 (japanese-ucs-cp932-map, japanese-ucs-jis-map)
7602 (japanese-ucs-glibc-map): New translation tables.
7603 (eucjp-ms): New coding system.
7604
7605 * international/mule.el (coding-system-put): Delete it.
7606 It's implemented in C now.
7607
7608 * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
7609 (japanese-jisx0213-a): New supplementary charset.
7610 (japanese-jisx0213.2004-1): New charset.
7611
7612 2008-02-01 Kenichi Handa <handa@m17n.org>
7613
7614 * language/japanese.el (japanese-cp932): New coding system.
7615 (cp932): New alias of it.
7616
7617 * international/mule-conf.el (katakana-sjis, cp932-2-byte)
7618 (cp932): New charsets.
7619
7620 * international/mule.el (define-charset): If :code-space is not
7621 given, generate it from :dimension.
7622
7623 2008-02-01 Kenichi Handa <handa@m17n.org>
7624
7625 * composite.el (reference-point-alist): Doc fix.
7626 (encode-composition-rule, decode-composition-rule):
7627 Handle a rule (GREF NREF XOFF YOFF).
7628
7629 2008-02-01 Kenichi Handa <handa@m17n.org>
7630
7631 * language/european.el (diacritic-composition-function): Fix for
7632 the case that POS is at the head. Allow combining with more characters.
7633
7634 2008-02-01 Kenichi Handa <handa@m17n.org>
7635
7636 * descr-text.el (describe-char): Check `charset' property.
7637 Show the code point in the charset in hexadigits.
7638
7639 * international/mule-diag.el (stretches-for-character-list):
7640 Delete it.
7641 (list-block-of-chars): Use tabs instead of `display' property for
7642 aligning characters.
7643 (print-fontset-element): Fix the printing of XLFD.
7644
7645 2008-02-01 Kenichi Handa <handa@m17n.org>
7646
7647 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
7648 New function.
7649 (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
7650 handling utf-8.
7651
7652 2008-02-01 Kenichi Handa <handa@m17n.org>
7653
7654 * faces.el (read-face-font): Include fontsets in the completion list.
7655
7656 * international/mule-cmds.el (set-locale-environment):
7657 Insert locale-translation-file-name in a unibyte buffer.
7658
7659 * international/characters.el: Fix setting of category `|'.
7660
7661 2008-02-01 Kenichi Handa <handa@m17n.org>
7662
7663 * language/chinese.el (chinese-gb18030): Fix :charset-list.
7664
7665 2008-02-01 Kenichi Handa <handa@m17n.org>
7666
7667 * international/mule-cmds.el (select-safe-coding-system): Fix for
7668 the case that the first element of default-coding-system is t.
7669 Fix a message when some coding systems are rejected.
7670
7671 2008-02-01 Kenichi Handa <handa@m17n.org>
7672
7673 * international/mule-cmds.el (set-language-environment): Put
7674 higher priority to charsets listed in `charset' property of the
7675 language environment.
7676
7677 2008-02-01 Kenichi Handa <handa@m17n.org>
7678
7679 * composite.el (auto-compose-chars): Don't do unnecessary
7680 save-exclusion and save-restriction.
7681
7682 2008-02-01 Kenichi Handa <handa@m17n.org>
7683
7684 * international/mule-conf.el (ctext-no-compositions):
7685 Remove garbage arguments.
7686
7687 * international/mule.el (make-coding-system): Fix generation of
7688 properties.
7689
7690 * international/fontset.el (setup-default-fontset): Specify fonts
7691 for `symbol' script.
7692
7693 * international/characters.el (script-list): Include `currency'
7694 in `symbol'.
7695
7696 2008-02-01 Alex Schroeder <alex@gnu.org>
7697
7698 * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
7699 8601 format (a capital T between the date and the time).
7700
7701 2008-02-01 Kenichi Handa <handa@m17n.org>
7702
7703 * international/mule.el (private-char-area-1-min)
7704 (private-char-area-1-max, private-char-area-2-min)
7705 (private-char-area-2-max, emacs-mule-charset-table): New variables.
7706 (convert-define-charset-argument): New function.
7707 (define-charset): Handle the old calling style.
7708 Update emacs-mule-charset-table.
7709 (make-char-internal): New function.
7710
7711 2008-02-01 Jason Rumney <jasonr@gnu.org>
7712
7713 * w32-charset-info-alist: Define iso10646-1 always.
7714
7715 2008-02-01 Kenichi Handa <handa@m17n.org>
7716
7717 * composite.el (compose-region): Doc fix (delete duplicated line).
7718
7719 2008-02-01 Kenichi Handa <handa@m17n.org>
7720
7721 * international/characters.el: Fix syntax for Ethiopic.
7722
7723 2008-02-01 Jason Rumney <jasonr@gnu.org>
7724
7725 * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
7726
7727 * makefile.w32-in (DONTCOMPILE): Remove old languages.
7728 Add international/latin1-disp.el.
7729 (LC_ALL): Define as C.
7730
7731 2008-02-01 Jason Rumney <jasonr@gnu.org>
7732
7733 * term/w32-win.el: Don't set fontsets to use sjis.
7734
7735 2008-02-01 Kenichi Handa <handa@m17n.org>
7736
7737 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
7738 (japanese-iso-8bit): Fix the order of charsets in :charset-list.
7739
7740 2008-02-01 Kenichi Handa <handa@m17n.org>
7741
7742 * composite.el (auto-composition-chunk-size): Delete variable.
7743 (auto-compose-chars): Always stop after processing a newline.
7744
7745 2008-02-01 Kenichi Handa <handa@m17n.org>
7746
7747 * international/mule.el (define-coding-system): Fix attribute
7748 name :for-unibyte.
7749
7750 2008-02-01 Kenichi Handa <handa@m17n.org>
7751
7752 * ps-bdf.el: Largely re-write.
7753
7754 * ps-mule.el: Largely re-write.
7755
7756 * ps-print.el (ps-generate-string-list): Delete function.
7757 (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
7758 (ps-header-footer-string): Delete function.
7759 (ps-encode-header-string-function): New variable.
7760 (ps-generate-header-line): Call ps-encode-header-string-function.
7761 (ps-basic-plot-string-function): New variable
7762 (ps-begin-job): Set ps-basic-plot-string-function and
7763 ps-encode-header-string-function. For setting up headers and
7764 footers, don't use caches such as ps-rh-cache. Don't call
7765 ps-mule-begin-page.
7766 (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
7767 Don't call ps-mule-prepare-ascii-font.
7768 (ps-plot-region): Don't pay attention to composition and
7769 non-ASCII characters.
7770 (ps-generate): Call ps-mule-end-job.
7771 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
7772 (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
7773 (ps-mule-end-job): Declare autoload.
7774
7775 * composite.el (auto-compose-region): New function.
7776
7777 2008-02-01 Dave Love <fx@gnu.org>
7778
7779 * international/mule-util.el
7780 (detect-coding-with-language-environment): Doc fix.
7781
7782 * composite.el: Doc fixes.
7783 (auto-compose-chars): Use functionp, not fboundp.
7784
7785 * international/mule-diag.el (list-charset-chars): Set buffer file
7786 coding system.
7787
7788 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
7789 cookie. Doc fix.
7790
7791 2008-02-01 Dave Love <fx@gnu.org>
7792
7793 * international/mule-diag.el (list-charset-chars): Set buffer file
7794 coding system.
7795
7796 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
7797 cookie. Doc fix.
7798
7799 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
7800 * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
7801 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7802 * eshell/esh-opt.el (eshell-process-option):
7803 * emulation/keypad.el (keypad-setup):
7804 * emacs-lisp/lisp-mode.el (prin1-char):
7805 * emacs-lisp/generic.el (generic-mode-set-comments):
7806 * edmacro.el (edmacro-parse-keys):
7807 * disp-table.el (standard-display-default): Use characterp.
7808
7809 2008-02-01 Kenichi Handa <handa@m17n.org>
7810
7811 * international/mule-conf.el (utf-16-be): Make it an alias of
7812 utf-16be-with-signature.
7813 (utf-16-le): Make it an alias of utf-16le-with-signature.
7814 (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
7815 coding system aliases.
7816
7817 * international/utf-7.el (utf-7-decode, utf-7-encode):
7818 Use utf-16be, not utf-16-be.
7819
7820 2008-02-01 Kenichi Handa <handa@m17n.org>
7821
7822 * international/mule.el (coding-system-category): New function.
7823 (set-coding-priority): Re-write.
7824 (make-translation-table): Re-write.
7825
7826 * international/mule-cmds.el (universal-coding-system-argument):
7827 Check the coding system type `undecided', not `t'.
7828 (sort-coding-systems): Fix for iso-2022 coding systems.
7829 (find-multibyte-characters): Fix for eight-bit chars.
7830 (set-language-environment): Set charset priorities according to
7831 the charsets supported by the coding systems of higher priorities.
7832
7833 2008-02-01 Kenichi Handa <handa@m17n.org>
7834
7835 * font-lock.el
7836 (font-lock-match-c-style-declaration-item-and-skip-to-next):
7837 Check (match-end 2) before going there.
7838
7839 2008-02-01 Kenichi Handa <handa@m17n.org>
7840
7841 * international/mule.el (ctext-non-standard-designations-alist):
7842 Exclude entries for iso8859-1[03456]. Fix docstring.
7843 (ctext-pre-write-conversion): Make it work for the case that FROM
7844 is a string. Don't do unnecessary save-restriction and
7845 narrow-to-region.
7846
7847 2008-02-01 Kenichi Handa <handa@m17n.org>
7848
7849 * international/mule.el (ctext-non-standard-encodings-alist):
7850 Rename from non-standard-icccm-encodings-alist.
7851 (ctext-non-standard-encodings-regexp): New variable
7852 (ctext-post-read-conversion): Full rewrite.
7853 (ctext-non-standard-designations-alist): Rename from
7854 non-standard-designations-alist.
7855 (ctext-pre-write-conversion): Full rewrite.
7856 (define-coding-system): Doc fix (escape '"' by '\').
7857
7858 2008-02-01 Dave Love <fx@gnu.org>
7859
7860 * international/mule-conf.el (utf-16le, utf-16be-16be)
7861 (utf-16le-with-signature, utf-16be-with-signature, utf-16):
7862 Define :mime-text-unsuitable. Rename `utf-16{b,l}e...' from
7863 `-16-{b,l}e-' and define aliases for the old names.
7864
7865 * international/mule.el (define-coding-system): Doc fix.
7866
7867 2008-02-01 Dave Love <fx@gnu.org>
7868
7869 * international/utf-7.el: New file.
7870
7871 * international/mule-conf.el (utf-7): New.
7872
7873 2008-02-01 Kenichi Handa <handa@m17n.org>
7874
7875 * international/mule-conf.el (utf-16): Add :endian 'big.
7876
7877 * international/mule.el (define-coding-system): Fix docstring
7878 about :bom and :endian.
7879
7880 2008-02-01 Dave Love <fx@gnu.org>
7881
7882 * international/mule-diag.el (describe-character-set):
7883 Fix printing dimensions. Use `×', not `x'.
7884
7885 2008-02-01 Kenichi Handa <handa@m17n.org>
7886
7887 * international/fontset.el: Register CDAC fonts in
7888 face-font-rescale-alist instead of face-resizing-fonts.
7889
7890 2008-02-01 Kenichi Handa <handa@m17n.org>
7891
7892 * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
7893 (utf-16-be): Rename from utf-16-be-nosig.
7894 (utf-16-le-with-signature): Rename from utf-16-le.
7895 (utf-16-be-with-signature): Rename from utf-16-be.
7896 (utf-16): Set :bom to (utf-16-le-with-signature .
7897 utf-16-be-with-signature).
7898
7899 2008-02-01 Dave Love <fx@gnu.org>
7900
7901 * language/georgian.el (georgian-ps, georgian-academy): New coding
7902 system.
7903
7904 * language/chinese.el (chinese-big5-hkscs): New coding system.
7905 (big5-hkscs, cn-big5-hkscs): New aliases.
7906
7907 * international/mule-conf.el (big5-hkscs, georgian-academy):
7908 New charset.
7909 (ibm1047): Doc fix.
7910 (pt154): Add mime-charset.
7911 (ptcp154, cp154): New aliases.
7912
7913 2008-02-01 Dave Love <fx@gnu.org>
7914
7915 * international/mule.el (charset-iso-final-char, define-coding-system):
7916 Doc fix.
7917
7918 2008-02-01 Kenichi Handa <handa@m17n.org>
7919
7920 * international/ccl.el (define-ccl-program): Fset charset-id
7921 to charset-id-internal temporarily.
7922
7923 2008-02-01 Kenichi Handa <handa@m17n.org>
7924
7925 * international/mule-diag.el (list-block-of-chars):
7926 Use decode-char instead of make-char.
7927
7928 2008-02-01 Kenichi Handa <handa@m17n.org>
7929
7930 * international/fontset.el: Enable the default fontset to use
7931 unicode fonts for ASCII characters.
7932 (x-decompose-font-name): Don't try to resolve PATTERN by
7933 x-resolve-font-name.
7934 (x-complement-fontset-spec): Never prepend an ASCII font.
7935 (create-fontset-from-fontset-spec): If a fontset of the same name
7936 already exists, override it instead of signalling an error. Don't
7937 turn `ascii' into `latin'. Don't update fontset-alias-alist here.
7938
7939 * international/mule-conf.el (unicode-bmp): Delete duplicated
7940 definition. Give it :code-offset 0.
7941
7942 * international/mule-diag.el (print-fontset-element): New function.
7943 (print-fontset): Use print-fontset-element to print the elements
7944 of a fontset. Use it also to print fonts fallen back to the
7945 default fontsets.
7946
7947 * term/x-win.el: Delete the code to create a fontset from the X
7948 resource "Font".
7949
7950 2008-02-01 Kenichi Handa <handa@m17n.org>
7951
7952 * international/mule-diag.el (print-fontset): Insert proper
7953 newline and indentation spaces.
7954
7955 2008-02-01 Dave Love <fx@gnu.org>
7956
7957 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
7958 multibyte-char-to-unibyte.
7959
7960 * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
7961
7962 * international/mule-cmds.el (find-coding-systems-for-charsets):
7963 Use coding-system-type, coding-system-charset-list.
7964 (standard-keyboard-coding-systems): Delete.
7965 (set-locale-environment): Maybe set keyboard coding system.
7966 Avoid typical warning about codeset in C locale.
7967
7968 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7969
7970 * international/fontset.el (x-complement-fontset-spec): If a
7971 fontname doesn't conform to XLFD format, try to get XLFD name by
7972 x-list-fonts.
7973
7974 2008-02-01 Dave Love <fx@gnu.org>
7975
7976 * international/mule-conf.el (mik, pt154): New charsets.
7977
7978 * language/cyrillic.el (mik, pt154): New coding systems.
7979
7980 2008-02-01 Dave Love <fx@gnu.org>
7981
7982 * international/characters.el: Move parts around so that syntax
7983 definitions aren't overwritten wrongly.
7984
7985 * international/mule-diag.el (unicode-data): Fix treatment of
7986 numeric-value fields.
7987
7988 2008-02-01 Dave Love <fx@gnu.org>
7989
7990 * progmodes/cap-words.el: New file.
7991
7992 2008-02-01 Kenichi Handa <handa@m17n.org>
7993
7994 The following changes are to make character composition happen
7995 automatically on displaying.
7996
7997 * composite.el: Remove all autoload cookies.
7998 (composition-function-table): Move variable declaration from
7999 composite.c. Change format.
8000 (save-buffer-state): Copy from font-lock.el.
8001 (auto-composition-chunk-size): New variable.
8002 (auto-compose-chars): New function. Set
8003 auto-composition-function to it.
8004 (toggle-auto-composition): New function.
8005
8006 * international/characters.el: Make all chararacters in the
8007 charset tibetan to tibetan script.
8008
8009 * international/mule-conf.el (tibetan): Fix :code-space property.
8010 (tibetan-1-column): Delete :superset property, add :code-offset
8011 property.
8012
8013 * international/quail.el (quail-input-string-to-events): Don't
8014 generate compose-chars-after events.
8015
8016 * language/devanagari.el: Register devanagari-composable-function
8017 in composition-function-table for Devanagari characters.
8018
8019 * language/devan-util.el: Register devanagari-composable-pattern
8020 in indian-composable-pattern.
8021 (devanagari-composition-function): Add autoload cookie. Change
8022 arguments to conform to composition-function-table.
8023
8024 * language/european.el: Register combining characters in
8025 composition-function-table.
8026 (diacritic-composition-function): Change arguments to conform to
8027 composition-function-table.
8028
8029 * language/indian.el (indian-composable-pattern): New variable.
8030
8031 * language/ind-util.el (indian-compose-region): Don't call
8032 compose-chars-after, instead call a function registered in
8033 composition-function-table.
8034
8035 * language/lao.el: Register lao-composition-function in
8036 composition-function-table for Lao vowels and tones.
8037 (lao): Don't use lao-post-read-conversion.
8038
8039 * language/lao-util.el (lao-post-read-conversion): Delete this function.
8040 (lao-composition-function): Change arguments to conform to
8041 composition-function-table.
8042
8043 * language/thai.el: Register thai-composition-function in
8044 composition-function-table for Thai vowels and tones.
8045 (thai-tis620): Don't use thai-post-read-conversion.
8046
8047 * language/thai-util.el (thai-post-read-conversion): Delete function.
8048 (thai-composition-function): Change arguments to conform to
8049 composition-function-table.
8050
8051 * language/tibetan.el: Register tibetan-composition-function in
8052 composition-function-table for Tibetan characters.
8053
8054 * language/tibet-util.el (tibetan-composition-function):
8055 Change arguments to conform to composition-function-table.
8056
8057 * loadup.el: Load composite.
8058
8059 2008-02-01 Dave Love <fx@gnu.org>
8060
8061 * international/mule-diag.el (unicode-data): Find unicodedata-file
8062 literally.
8063
8064 2008-02-01 Dave Love <fx@gnu.org>
8065
8066 * international/fontset.el: Doc fixes.
8067 ("fontset-default"): Add iso8859-15.
8068
8069 2008-02-01 Kenichi Handa <handa@m17n.org>
8070
8071 * international/fontset.el ("fontset-default"): Add an entry for
8072 `indian-is13194' charset.
8073
8074 * international/mule-conf.el (indian-is13194): Delete :unify-map
8075 property. Don't unify this charset.
8076 (indian-2-column): Delete :superset property, add :code-offset property.
8077
8078 * language/devan-util.el: Delete the superfluous autoload cookie
8079 near the head of the file.
8080 (devanagari-compose-region): Add autoload cookie.
8081
8082 * language/ind-util.el (indian-2-column-to-ucs-region):
8083 Add autoload cookie.
8084
8085 2008-02-01 Kenichi Handa <handa@m17n.org>
8086
8087 * international/fontset.el ("fontset-default"): Add an entry for
8088 `devanagari' script and `malayalam-glyph' charset.
8089 (face-resizing-fonts): Register CDAC fonts.
8090
8091 * international/mule-conf.el (malayalam-glyph): New charset.
8092
8093 2008-02-01 Dave Love <fx@gnu.org>
8094
8095 * term/x-win.el: Fix typo in loop setting x-keysym-table.
8096
8097 2008-02-01 Dave Love <fx@gnu.org>
8098
8099 * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
8100
8101 * term/x-win.el: Remove some ancient compatibility code. Populate
8102 x-keysym-table.
8103
8104 * international/mule-cmds.el (wid-edit): Require when compiling.
8105 (set-locale-environment): Check locale against coding system
8106 aliases too.
8107
8108 2008-02-01 Kenichi Handa <handa@m17n.org>
8109
8110 * language/indian.el (in-is13194-devanagari):
8111 Fix :post-read-conversion and :pre-write-conversion.
8112
8113 2008-02-01 Dave Love <fx@gnu.org>
8114
8115 * international/mule-cmds.el (charset): Supply doc, :tag.
8116
8117 2008-02-01 Kenichi Handa <handa@m17n.org>
8118
8119 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
8120 return a unibyte string.
8121
8122 2008-02-01 Kenichi Handa <handa@m17n.org>
8123
8124 * international/mule-cmds.el (set-locale-environment):
8125 Delete superfluous ')'s at the tail.
8126
8127 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8128
8129 * international/mule.el (define-coding-system): Fix typo;
8130 "docode" -> "decode".
8131
8132 2008-02-01 Dave Love <fx@gnu.org>
8133
8134 * emacs-lisp/byte-opt.el (side-effect-free-fns):
8135 Add string-make-unibyte string-make-multibyte string-to-multibyte
8136 string-as-multibyte string-as-unibyte.
8137
8138 2008-02-01 Dave Love <fx@gnu.org>
8139
8140 * language/english.el (ibm1047, cp1047): New.
8141
8142 * international/mule-conf.el (alternativnyj): Use new table.
8143 (cp866): Define standalone, not as alias.
8144 (ibm866): Change alias.
8145 (ibm1047): New.
8146
8147 * language/cyrillic.el (cyrillic-alternativnyj):
8148 Remove mime-charset. Use alternativnj charset.
8149 (cp866): Remove alias. Define standalone.
8150
8151 2008-02-01 Dave Love <fx@gnu.org>
8152
8153 * language/european.el ("Latin-2", "Latin-5"): Doc fix.
8154
8155 * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
8156 ("Tajik", "Belarusian"): Fix charset.
8157
8158 * international/mule-cmds.el (describe-language-environment):
8159 Be case-insensitive when looking for input methods.
8160 (locale-name-match): Doc fix.
8161 (locale-charset-match-p): New.
8162 (set-locale-environment): Warn if coding system doesn't agree
8163 with system locale.
8164
8165 2008-02-01 Kenichi Handa <handa@m17n.org>
8166
8167 * international/mule-cmds.el (select-safe-coding-system): If
8168 :mime-charset property of a coding system is not equal to that
8169 coding system, don't show that :mime-charset name.
8170
8171 2008-02-01 Dave Love <fx@gnu.org>
8172
8173 * international/quail.el (quail-help): Fix underlining.
8174
8175 * language/chinese.el (chinese-gb18030, gb18030)
8176 ("Chinese-GB18030"): New.
8177
8178 * international/mule-cmds.el (locale-language-names): Add GB18030.
8179
8180 * international/swedish.el: Don't require latin-1.
8181
8182 2008-02-01 Dave Love <fx@gnu.org>
8183
8184 * language/czech.el ("Czech"):
8185 * language/slovak.el ("Slovak"):
8186 * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
8187
8188 * language/greek.el ("Greek"): Remove unibyte-syntax property.
8189 (cp737): New coding system.
8190
8191 * language/european.el: Remove unibyte-syntax properties.
8192 Augment some coding-system properties.
8193
8194 * international/mule-cmds.el (set-language-environment):
8195 Check for charset property of environment.
8196 (language-info-alist): Doc fix.
8197
8198 * Makefile.in (DONTCOMPILE): Remove latin-N.el.
8199
8200 * international/characters.el: Add Latin-1.
8201
8202 * international/latin-1.el, international/latin-2.el,
8203 * international/latin-3.el, international/latin-4.el,
8204 * international/latin-5.el, international/latin-8.el,
8205 * international/latin-9.el: Delete.
8206
8207 * loadup.el: Remove international/latin-N.el.
8208
8209 * case-table.el (set-case-syntax-charset, set-case-syntax-1)
8210 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
8211 Undo last changes.
8212
8213 * international/mule-diag.el (unicode-data): Check that
8214 `unicodedata-file' exists.
8215
8216 2008-02-01 Kenichi Handa <handa@m17n.org>
8217
8218 * international/fontset.el (charset-script-alist): Fix script names.
8219
8220 2008-02-01 Kenichi Handa <handa@m17n.org>
8221
8222 * international/latin-1.el: Bind set-case-syntax-charset to
8223 iso-8859-1. Never provide latin-1.
8224
8225 * international/latin-2.el: Bind set-case-syntax-charset to
8226 iso-8859-2. Never provide latin-2.
8227
8228 * international/latin-3.el: Bind set-case-syntax-charset to
8229 iso-8859-3. Never provide latin-3.
8230
8231 * international/latin-4.el: Bind set-case-syntax-charset to
8232 iso-8859-4. Never provide latin-4.
8233
8234 * international/latin-5.el: Bind set-case-syntax-charset to
8235 iso-8859-9. Never provide latin-5.
8236
8237 * international/latin-8.el: Bind set-case-syntax-charset to
8238 iso-8859-14. Never provide latin-8.
8239
8240 * international/latin-9.el: Bind set-case-syntax-charset to
8241 iso-8859-15. Never provide latin-9.
8242
8243 * case-table.el (set-case-syntax-set-multibyte): Delete variable.
8244 (set-case-syntax-charset): New variable.
8245 (set-case-syntax-1): New function.
8246 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
8247 Call set-case-syntax-1 on arguments.
8248
8249 * international/mule-cmds.el (set-language-environment): Delete
8250 unnecessary setup of syntax/case for unibyte case.
8251
8252 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8253
8254 * international/fontset.el (generate-fontset-menu): Exclude the
8255 default fontset.
8256
8257 * faces.el (describe-face): Describe :fontset property too.
8258
8259 2008-02-01 Dave Love <fx@gnu.org>
8260
8261 * international/characters.el: Don't set char width of CJK
8262 charsets generally. Add some non-word syntax cases.
8263 (korean-ksc5601): Fix ranges with symbol syntax.
8264
8265 2008-02-01 Dave Love <fx@gnu.org>
8266
8267 * Makefile.in (DONTCOMPILE): Add indian.el.
8268
8269 * language/ind-util.el:
8270 (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
8271 (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
8272 (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
8273 (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
8274 Remove declarations and let-bind them in re-written top-level loop
8275 over scripts, including ucs-devanagari-to-is13194-alist.
8276
8277 2008-02-01 Dave Love <fx@gnu.org>
8278
8279 * international/mule-cmds.el (charset): Move.
8280 (language-info-custom-alist): Move. Alter :set.
8281 (find-coding-systems-for-charsets): Check charset type before
8282 getting :charset-list.
8283
8284 * language/ind-util.el (iscii-to-ucs-region): Fix typo.
8285
8286 2008-02-01 Dave Love <fx@gnu.org>
8287
8288 * wid-edit.el (widget-string-complete): New.
8289 (widget-coding-system-prompt-value-history): Delete.
8290 (coding-system): Use coding-system-value-history.
8291
8292 * international/mule-cmds.el (charset): New widget.
8293 (language-info-custom-alist): Use it.
8294 (default-input-method): Modify :type.
8295
8296 2008-02-01 Dave Love <fx@gnu.org>
8297
8298 * language/ind-util.el (ucs-devanagari-to-is13194-alist)
8299 (indian-glyph-char, indian-char-glyph): Delete.
8300 (is13194-default-repertory): Rename from is13194-default-repartory.
8301 (iscii-to-ucs-region): Hoist evals from loop.
8302
8303 * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
8304
8305 * language/indian.el (indian-script-table)
8306 (ccl-encode-indian-glyph-font): Delete.
8307
8308 * international/mule-cmds.el (language-info-custom-alist): New.
8309 (input-method-activate-hook, input-method-inactivate-hook)
8310 (input-method-after-insert-chunk-hook)
8311 (input-method-use-echo-area, set-language-environment-hook)
8312 (exit-language-environment-hook): Customize.
8313 (find-coding-systems-for-charsets): Rewrite.
8314 (default-input-method): Add :link.
8315
8316 2008-02-01 Dave Love <fx@gnu.org>
8317
8318 * international/mule-conf.el (eight-bit): Add :docstring,
8319 :short-name properties.
8320 (cp851): Doc fix.
8321 (unicode-bmp): New.
8322
8323 * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
8324
8325 * language/european.el (cp858): New.
8326 ("Turkish"): Add special case rules.
8327
8328 2008-02-01 Dave Love <fx@gnu.org>
8329
8330 * international/characters.el: Make Ÿ and ÿ a case pair.
8331
8332 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8333
8334 * international/mule-conf.el: Don't define the charset iso-8859-1
8335 here, just setup its properties.
8336
8337 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8338
8339 * international/mule-conf.el (utf-8): Give :mime-charset property.
8340
8341 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8342
8343 * international/characters.el: Remove duplicated case setting for
8344 Cyrillic and Greek letters. Don't setup printable-chars here.
8345
8346 * case-table.el (describe-buffer-case-table): Handle the case
8347 that KEY is a cons within map-char-table.
8348
8349 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8350
8351 * international/characters.el: Fix categories ?A and ?C.
8352 Treat ASCII characters as `latin' script.
8353
8354 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8355
8356 * international/fontset.el (fontset-plain-name): If the fontset
8357 name doesn't ends with "-fontset-*", use family name as the first
8358 part of the plain name.
8359 (create-fontset-from-ascii-font): If "fontset-startup" is not yet
8360 created, use that name for the fontset. Fix arguments to
8361 subst-char-in-string.
8362
8363 2008-02-01 Dave Love <fx@gnu.org>
8364
8365 * term.el (term-char-mode): Remove generic-character-list code.
8366
8367 * ruler-mode.el (ruler-mode-character-validate): Use characterp.
8368
8369 * wid-edit.el (character): Use characterp.
8370
8371 * international/mule-diag.el (describe-coding-system): Add utf-16 case.
8372
8373 * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
8374
8375 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
8376 Add charset.
8377 ("Ukrainian"): New.
8378
8379 * language/georgian.el (georgian-ps): New coding system.
8380
8381 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8382
8383 * international/mule-cmds.el (reset-language-environment):
8384 Don't set nonascii-translation-table and nonascii-insert-offset.
8385 Call set-unibyte-charset, not set-primary-charset.
8386 (nonascii-translation-table, nonascii-insert-offset):
8387 Declare these variable as obsolete ones.
8388 (set-language-environment): Call set-unibyte-charset, not
8389 set-primary-charset. Call set-charset-priority with `charset'
8390 info of the language environment.
8391
8392 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8393
8394 * international/characters.el (next-word-boundary-han):
8395 Don't treat katakana following han characters as a part of a word.
8396
8397 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8398
8399 * international/characters.el: Call map-charset-chars on big5 (not
8400 chinese-big5-1/2) to set categories `c', `C', and `|'.
8401 (next-word-boundary-han, next-word-boundary-kana): New function.
8402 Register it in next-word-boundary-function-table.
8403
8404 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8405
8406 * arc-mode.el (archive-file-name-coding-system): New variable.
8407 Make it permanent-local.
8408 (byte-after, bref, insert-unibyte): New function. Change most of
8409 char-after, aref, insert to them respectively.
8410 (archive-mode): Set archive-file-name-coding-system.
8411 (archive-summarize): Don't change the buffer's multibyteness.
8412 (archive-extract): Inherit archive-file-name-coding-system from
8413 archive-superior-buffer. Bind coding-system-for-write to
8414 archive-file-name-coding-system.
8415 (archive-*-write-file-member): Encode ENAME by
8416 archive-file-name-coding-system. Bind coding-system-for-write to
8417 no-conversion.
8418 (archive-rename-entry): Encode the filename by
8419 archive-file-name-coding-system.
8420 (archive-mode-revert): Don't change the buffer's multibyteness.
8421 (archive-arc-summarize, archive-lzh-summarize)
8422 (archive-zoo-summarize): Don't change the buffer's multibyteness.
8423 Decode filenames by archive-file-name-coding-system.
8424 (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
8425 the buffer's multibyteness.
8426
8427 * tar-mode.el (tar-file-name-coding-system): New variable.
8428 Make it permanent-local.
8429 (tar-header-block-tokenize): Decode filename and linkname by
8430 tar-file-name-coding-system.
8431 (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
8432 the byte value of eight-bit chars.
8433 (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
8434 `to'. Delete unnecessary call of position-bytes.
8435 (tar-mode): Set tar-file-name-coding-system. Delete unnecessary
8436 call of position-bytes.
8437 (tar-extract): Simplify by calling decode-coding-region with
8438 DESTINATION argument. Don't toggle multibyteness of tar buffer.
8439 (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
8440 (tar-clear-modification-flags): Delete unnecessary call of
8441 position-bytes.
8442 (tar-rename-entry): Call tar-alter-one-field with encoded new name.
8443 (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
8444 Convert new-data-string by string-to-multibyte before inserting it.
8445 (tar-subfile-save-buffer): Don't toggle multibyteness of tar
8446 buffer. Simplify by calling encoding-coding-region with
8447 DESTINATION argument.
8448 (tar-mode-write-file): Delete unnecessary call of byte-to-position.
8449
8450 2008-02-01 Dave Love <fx@gnu.org>
8451
8452 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
8453
8454 * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
8455
8456 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8457
8458 * international/characters.el: Setup char-script-table.
8459
8460 * international/fontset.el: Setup the default fontset by the new
8461 script-based way.
8462 (x-complement-fontset-spec): Change the format of arg FONTLIST to
8463 an alist of charsets vs font name lists.
8464 (charset-script-alist): New variable.
8465 (create-fontset-from-fontset-spec): Allow script name in
8466 FONTSET-SPEC. If charset is specified in FONTSET-SPEC, change it
8467 to the corresponding script name.
8468 (create-fontset-from-ascii-font): Slight tuning.
8469
8470 * international/mule-conf.el (devanagari-glyph): New charset.
8471 Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
8472 japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
8473 japanese-jisx0213-2.
8474
8475 * international/mule-diag.el (print-fontset): Use describe-vector
8476 to handle a char table returned by fontset-info.
8477
8478 * language/indian.el: Don't register ccl-encode-indian-glyph-font
8479 and ccl-encode-unicode-font in font-ccl-encoder-alist.
8480
8481 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8482
8483 * international/mule-util.el (detect-coding-with-priority):
8484 Fix the place of using `,' marker in backquote form.
8485
8486 2008-02-01 Dave Love <fx@gnu.org>
8487
8488 * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
8489
8490 * international/mule-util.el (with-coding-priority): Fix.
8491
8492 * international/mule.el (set-coding-priority): Fix obsolete spec.
8493
8494 2008-02-01 Dave Love <fx@gnu.org>
8495
8496 * international/mule-cmds.el (leim-list-header): Add coding tag.
8497
8498 2008-02-01 Dave Love <fx@gnu.org>
8499
8500 * international/mule-cmds.el (find-coding-systems-region)
8501 (language-info-alist, reset-language-environment, princ-list): Doc fix.
8502 (input-method-verbose-flag): Fix :type.
8503
8504 2008-02-01 Dave Love <fx@gnu.org>
8505
8506 * international/mule.el (set-char-table-default): Make obsolete.
8507
8508 2008-02-01 Dave Love <fx@gnu.org>
8509
8510 * language/devanagari.el ("Devanagari"): Fix coding-system,
8511 coding-priority.
8512
8513 * international/mule-diag.el (describe-char-after): Modify display
8514 list processing.
8515 (unicodedata-file, unicodedata-find): New.
8516
8517 2008-02-01 Dave Love <fx@gnu.org>
8518
8519 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
8520 autoload cookie.
8521
8522 * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
8523
8524 2008-02-01 Dave Love <fx@gnu.org>
8525
8526 * international/mule-util.el (detect-coding-with-priority): Rewrite.
8527
8528 2008-02-01 Dave Love <fx@gnu.org>
8529
8530 * composite.el (compose-string): Doc fix.
8531
8532 * language/georgian.el ("Georgian"): Delete code-pages feature,
8533 add nonascii-translation.
8534
8535 * language/european.el ("German", "French", "Spanish"):
8536 Add latin-9 as alternative coding system.
8537 ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
8538 ("Dutch"): Add latin-9 as alternative coding system. Add input method.
8539 ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
8540 ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
8541 system.
8542
8543 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
8544 encode-coding-char.
8545 (side-effect-and-error-free-fns): Add charsetp, max-char,
8546 primary-charset.
8547
8548 * simple.el: Don't require cl when compiling.
8549
8550 * Makefile.in (DONTCOMPILE): Fix duplicates.
8551
8552 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
8553
8554 * international/mule.el: Doc fixes.
8555 (load-with-code-conversion): Fix coding-system-type test.
8556
8557 * international/mule-cmds.el (sort-coding-systems): Comment out
8558 iso-2022 case.
8559 (encoded-string-description): Fix coding-system-type test.
8560
8561 2008-02-01 Dave Love <fx@gnu.org>
8562
8563 * international/characters.el: Make korean-ksc5601 double-width.
8564
8565 * international/mule.el (auto-coding-regexp-alist):
8566 Recognize Emacs 20/1 byte-compiled files.
8567
8568 * international/mule-conf.el (file-coding-system-alist):
8569 Change .elc to utf-8-emacs.
8570
8571 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
8572 of utf-8-emacs.
8573 (byte-compile-insert-header): Update magic number. Add ballast.
8574 (map-char-table): Use byte-compile-funarg-2.
8575
8576 2008-02-01 Dave Love <fx@gnu.org>
8577
8578 * language/cyrillic.el ("Belarusian"): Doc fix.
8579 (cp1125, koi8-t): Doc fix.
8580
8581 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
8582 (find-multibyte-characters): Don't test for charset `unknown'.
8583 (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
8584 ru, sr_YU, tg, wa, zh.gbk.
8585 (locale-language-names): Change sp to Cyrillic.
8586 (locale-charset-language-names): Match @euro after utf-8.
8587
8588 2008-02-01 Dave Love <fx@gnu.org>
8589
8590 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
8591 New coding systems.
8592 ("Chinese-GBK"): New environment.
8593
8594 * language/thai-util.el: Remove redundant unicodes in category-setting.
8595
8596 * language/lao-util.el: Remove redundant unicodes in category-setting.
8597
8598 * international/mule-conf.el (japanese-jisx0213-1)
8599 (japanese-jisx0213-2): Add unify-map.
8600
8601 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8602
8603 * international/quail.el (quail-update-leim-list-file):
8604 Force writing the file by iso-2022-7bit.
8605
8606 * international/titdic-cnv.el (miscdic-convert): Force writing the
8607 file by iso-2022-7bit.
8608
8609 * international/mule.el (define-charset): Change the attribute
8610 :parents to :subset or :superset.
8611
8612 * international/mule-conf.el: Adjust for the change of
8613 define-charset (:parent -> :subset or :superset).
8614
8615 * international/characters.el: Fix the last change.
8616
8617 2008-02-01 Dave Love <fx@gnu.org>
8618
8619 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
8620 (cyrillic-encode-alternativnyj-char): Fix.
8621 (standard-display-cyrillic-translit): Remove redundant unicodes.
8622
8623 2008-02-01 Dave Love <fx@gnu.org>
8624
8625 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
8626 New environments.
8627
8628 * international/mule-conf.el (control-1): New charset.
8629 (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
8630 (korean-ksc5601): Redefine to use code-offset and unify-map.
8631
8632 2008-02-01 Dave Love <fx@gnu.org>
8633
8634 * international/mule-conf.el (tcvn-5712): New charset.
8635
8636 * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
8637 ("Vietnamese"): Doc fix.
8638
8639 2008-02-01 Dave Love <fx@gnu.org>
8640
8641 * international/mule-conf.el (windows-936): New alias.
8642
8643 * cus-start.el: Add scalable-fonts-allowed.
8644
8645 * international/characters.el: Reinstate various CJK syntax and
8646 category setup. Remove obsolete syntax setting in Greek section.
8647 Optimize the char tables.
8648
8649 * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
8650
8651 * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
8652
8653 * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
8654 coding systems.
8655
8656 * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
8657
8658 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8659
8660 * international/characters.el (printable-chars): Setup correctly.
8661
8662 2008-02-01 Dave Love <fx@gnu.org>
8663
8664 * cus-start.el: Add selection-coding-system.
8665
8666 * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
8667
8668 * language/china-util.el (post-read-decode-hz)
8669 (pre-write-encode-hz): Move from chinese.el.
8670 (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
8671 (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
8672
8673 * language/chinese.el (post-read-decode-hz)
8674 (pre-write-encode-hz): Move to china-util.el.
8675
8676 * case-table.el (set-case-syntax-pair): Test again for equal byte
8677 lengths of the pair.
8678
8679 * international/characters.el: Add Vietnamese category to
8680 equivalent unicodes.
8681
8682 2008-02-01 Dave Love <fx@gnu.org>
8683
8684 * international/mule-conf.el (chinese-sisheng, ipa)
8685 (indian-is13194, tibetan, ethiopic): Add :unify-map.
8686
8687 * international/mule-diag.el (describe-character-set): Account for
8688 more than two dimensions of possibly different size.
8689 (describe-current-coding-system): Add selection-coding-system.
8690
8691 * international/mule-cmds.el (unify-8859-on-encoding-mode)
8692 (unify-8859-on-decoding-mode): Move from mule.el.
8693
8694 * international/mule.el (unify-8859-on-encoding-mode)
8695 (unify-8859-on-decoding-mode): Remove :init-value.
8696 (charset-chars): Add optional dimension arg.
8697 (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
8698 Move to mule-cmds.el.
8699
8700 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8701
8702 * international/fontset.el: Change registry for japanese-jisx0208
8703 to "JISX0208*" in the default fontset.
8704 (font-encoding-alist): Add an entry for "JISX0208.1983" and
8705 "ISO10646.indian-1".
8706
8707 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8708
8709 * language/japanese.el (japanese-iso-7bit-1978-irv):
8710 Add `designation' to :flags, `ascii' to :charset-list.
8711
8712 * international/mule.el (define-charset): New args :min-code and
8713 :max-code.
8714 (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
8715
8716 * international/mule-conf.el (chinese-gbk): Change :code-offset to
8717 #x160000.
8718 (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
8719 (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
8720
8721 2008-02-01 Dave Love <fx@gnu.org>
8722
8723 * language/thai.el (iso-8859-11): New coding system.
8724
8725 * international/mule-conf.el: Doc fixes.
8726 (iso-8859-11): New.
8727
8728 2008-02-01 Dave Love <fx@albion.dl.ac.uk>
8729
8730 * cus-start.el (scalable-fonts-allowed): Add.
8731
8732 2008-02-01 Dave Love <fx@gnu.org>
8733
8734 * international/mule.el (unify-8859-on-encoding-mode)
8735 (unify-8859-on-decoding-mode): Dummy versions.
8736
8737 * international/ucs-tables.el: Remove.
8738
8739 * Makefile.in (DONTCOMPILE): Add language/chinese.el,
8740 language/japanese.el.
8741
8742 * international/mule-conf.el: Doc fixes.
8743 (cp936): New alias.
8744 (cp720, cp858): New charsets.
8745
8746 * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
8747 coding system, not emacs-mule.
8748
8749 * files.el (revert-buffer, recover-file): Likewise.
8750
8751 * desktop.el (desktop-save): Likewise.
8752
8753 2008-02-01 Dave Love <fx@gnu.org>
8754
8755 * international/mule.el (with-category-table): Use make-symbol.
8756 (coding-system-list): Use coding-system-aliases.
8757 (make-translation-table): Don't deal with generic characters.
8758
8759 * international/mule-util.el (coding-system-post-read-conversion)
8760 (coding-system-pre-write-conversion)
8761 (coding-system-translation-table-for-decode)
8762 (coding-system-translation-table-for-encode): Get the right properties.
8763 (with-coding-priority): New macro.
8764 (detect-coding-with-language-environment): Use it.
8765 (coding-system-equal): Use coding-system-plist.
8766
8767 * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
8768 Use :valid property.
8769
8770 * international/mule-cmds.el (encode-coding-char):
8771 Use find-coding-systems-string. Don't use make-char.
8772 (describe-language-environment): Use coding-system-aliases.
8773 (prefer-coding-system): Doc fix.
8774
8775 * international/mule-diag.el (describe-current-coding-system):
8776 Fix aliases listing.
8777 (print-iso-2022-flags): Delete.
8778 (print-designation): Partial re-write.
8779 (describe-coding-system): Deal with iso-2022 designations, flags.
8780 Fix shift_jis case.
8781 (describe-char-after): Use characterp. Print explicit unicode.
8782 Remove some obsolete code.
8783 (print-coding-system-briefly): Fix printing aliases.
8784 (print-coding-system): Use coding-system-aliases.
8785 (mule-diag): Don't list coding categories.
8786
8787 * international/mule-conf.el: Doc fixes. Remove redundant :long-name properties.
8788 Re-order charset priorities.
8789 (binary): New alias.
8790 (iso-8859-16): Fix nickname.
8791 (define-iso-single-byte-charset): Un-define after use.
8792
8793 2008-02-01 Dave Love <fx@gnu.org>
8794
8795 * international/characters.el: Additional double width specifications.
8796
8797 * international/mule-diag.el (print-coding-system): Incomplete updates.
8798 (describe-character-set): List more properties.
8799 (print-fontset): Fix case of vector font-spec.
8800 (describe-current-coding-system): Fix iso-7, iso-7-else.
8801
8802 * international/mule-conf.el (ibm866): Fix alias.
8803 (iso-8859-16): Fix nickname.
8804
8805 2008-02-01 Dave Love <fx@gnu.org>
8806
8807 * language/ind-util.el: Avoid decode-char.
8808 (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
8809 Use characterp, not char-valid-p.
8810
8811 * language/devan-util.el: Add coding tag, avoid decode-char.
8812
8813 * international/titdic-cnv.el: Add coding tag.
8814 (tit-process-header): Add coding tag to output.
8815
8816 * language/thai.el (cp874, ibm874): New coding systems.
8817
8818 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
8819 Add character-p.
8820
8821 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
8822 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
8823 New coding systems.
8824 <set-language-info-alist>: Avoid decode-char.
8825
8826 * language/hebrew.el (cp862, ibm862): New coding systems.
8827
8828 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
8829
8830 * language/cyrillic.el (cp855, ibm855): New coding systems.
8831
8832 * international/mule-conf.el: Avoid decode-char in top-level code
8833 for self-inserting multibyte chars.
8834 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
8835 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
8836 New charsets.
8837
8838 * international/characters.el: Various simplifications and additions.
8839
8840 2008-02-01 Dave Love <fx@gnu.org>
8841
8842 * international/mule-conf.el (code-pages): Provide, for compatibility.
8843
8844 * international/code-pages.el: Remove.
8845
8846 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8847
8848 * Makefile.in: Cancel the 2008-02-01 change of mine.
8849
8850 * international/fontset.el: Add setting for unicode font at the
8851 end of the default fontset.
8852
8853 2008-02-01 Dave Love <fx@gnu.org>
8854
8855 * international/mule-conf.el (adobe-standard-encoding, symbol):
8856 Adjust :code-space.
8857 (ibm850): Add :ascii-compatible-p.
8858
8859 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8860
8861 * international/mule-conf.el (vietnamese-viscii-lower)
8862 (vietnamese-viscii-upper): Supply them :code-offset, then unify by
8863 mapping table.
8864
8865 2008-02-01 Dave Love <fx@gnu.org>
8866
8867 * cus-start.el: Add charset-map-directory.
8868
8869 * international/fontset.el (font-encoding-alist): Add adobe-symbol.
8870
8871 * format.el (format-alist): Remove ibm, mac, hp entries (available
8872 natively).
8873
8874 * language/romanian.el (iso-latin-10): Add :mime-charset.
8875 ("Romanian"): Add doc.
8876
8877 * international/mule-conf.el (iso-8859-10, symbol)
8878 (adobe-standard-encoding, ibm850): New charsets.
8879 (iso-8859-13): Fix IR number, final char.
8880 (file-coding-system-alist): Add .xml.
8881
8882 * language/european.el (iso-latin-6, iso-8859-10, latin-6)
8883 (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
8884 (adobe-standard-encoding, cp850, ibm850): New coding systems.
8885 ("Latin-6", "Latin-7"): New language environments.
8886
8887 2008-02-01 Dave Love <fx@gnu.org>
8888
8889 * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
8890 utf-8-subst; add vietnamese, cyrillic, czech.
8891
8892 * language/romanian.el (iso-latin-10): New coding system.
8893
8894 * international/mule-conf.el (emacs-mule): Set :charset-list,
8895 consistent with coding-system-charset-list doc.
8896 (iso-8859-16): New charset.
8897
8898 * international/mule-diag.el (describe-coding-system): Avoid error
8899 for iso-2022, emacs-mule.
8900
8901 2008-02-01 Dave Love <fx@gnu.org>
8902
8903 * international/codepage.el: Remove or comment out most of code.
8904 (codepage-setup): Re-write as trivial, obsolete function.
8905
8906 * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
8907 Remove setup function.
8908
8909 * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
8910
8911 * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
8912 language/cyrillic.el, language/czech.el.
8913
8914 * language/vietnamese.el (windows-1258, cp1258): New coding systems.
8915 (font-ccl-encoder-alist): Remove viscii, vscii.
8916
8917 * language/hebrew.el (windows-1255, cp1255): New coding systems.
8918
8919 * language/european.el (windows-1254, cp1254, windows-1257)
8920 (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
8921 ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
8922
8923 * language/greek.el (windows-1253, cp1253): New coding systems.
8924
8925 * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
8926 file name.
8927 (windows-1253, windows-1254, windows-1255, windows-1256)
8928 (windows-1257, windows-1258, next): New charsets.
8929
8930 * international/utf-8.el, international/utf-8-subst.el: Remove.
8931
8932 * international/mule.el: Doc fixes.
8933 (charset-list, generic-char-p, set-coding-priority): Make obsolete.
8934 (coding-system-get): Try to convert old-style symbol to keyword.
8935 (define-charset): Purecopy strings in property list.
8936 (define-coding-system): Purecopy docstring.
8937
8938 * international/mule-diag.el (list-character-sets-2): Avoid
8939 charset-bytes.
8940 (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
8941 (list-block-of-chars): Re-write.
8942 (describe-character-set): Show more properties.
8943 (describe-char-after): Correct codepoint display.
8944 (print-coding-system): Use symbolic types.
8945
8946 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8947
8948 * Makefile.in: Be sure also to run emacs with LANG=C.
8949
8950 2008-02-01 Dave Love <fx@gnu.org>
8951
8952 * international/mule-diag.el: Doc fixes.
8953 (sort-charset-list, charset-multibyte-form-string): Remove.
8954 (list-character-sets, list-character-sets-1)
8955 (list-character-sets-2): Re-write.
8956 (non-iso-charset-alist): Set to nil and made obsolete.
8957 (decode-codepage-char): Re-write and made obsolete.
8958 (read-charset): Don't use non-iso-charset-alist.
8959 (describe-coding-system): Use keyword properties.
8960 (describe-character-set): Re-write.
8961
8962 * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
8963 (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
8964 (ebcdic-uk): New charsets.
8965
8966 * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
8967 New coding systems.
8968
8969 * language/european.el (windows-1252): New coding system.
8970
8971 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8972
8973 * Makefile.in: By sure to run emacs with LC_ALL=C.
8974
8975 * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
8976 encoded-kbd-self-insert-iso2022-8bit with argument 1.
8977 (encoded-kbd-self-insert-charset): New function.
8978 (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
8979 coding-system of type charset.
8980
8981 2008-02-01 Dave Love <fx@gnu.org>
8982
8983 * international/mule-cmds.el (set-locale-environment): Comment out
8984 set-keyboard-coding-system stuff.
8985
8986 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8987
8988 * international/mule.el (define-coding-system): Doc fix;
8989 sjis->shift-jis.
8990
8991 * international/mule-conf.el: Use decode-char instead of make-char.
8992
8993 * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
8994 New arg ARG. Directly call self-insert-command. This is a
8995 temporary workaround to make it work with latin-1.
8996 (encoded-kbd-mode): Change `sjis' to `shift-jis'.
8997
8998 * international/characters.el: Setup char-width-table for CJK
8999 characters.
9000
9001 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9002
9003 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
9004 Fix the initial value to specify character range of
9005 japanese-jisx0208, not unicode.
9006
9007 * international/characters.el: Set syntax/category for
9008 japanese-jisx0208.
9009
9010 2008-02-01 Dave Love <fx@gnu.org>
9011
9012 * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
9013 mime-charset.
9014
9015 * language/vietnamese.el, language/korean.el, language/japanese.el:
9016 * language/hebrew.el, language/greek.el, language/chinese.el:
9017 Fix :mime-charset properties.
9018
9019 * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
9020 (cyrillic-alternativnyj): Fix :mime-charset.
9021 (cp878, cp866): New alias.
9022
9023 * language/european.el: Fix mime-charset properties.
9024
9025 * international/mule-cmds.el (sort-coding-systems)
9026 (select-safe-coding-system, select-message-coding-system): Use
9027 :mime-charset, not 'mime-charset.
9028
9029 * international/mule-conf.el: Add various :mime-charset properties.
9030
9031 2008-02-01 Dave Love <fx@gnu.org>
9032
9033 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
9034 getting decoder.
9035 (encoded-kbd-mode): Fix code for coding system type and designations.
9036
9037 * international/mule-conf.el: Spelling fixes.
9038
9039 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9040
9041 * international/fontset.el (fontset-plain-name): Handle the case
9042 that size, weight, slant are not specified in the fontset name.
9043
9044 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
9045
9046 * language/greek.el (greek-iso-8bit): Fix typo.
9047
9048 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9049
9050 * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
9051
9052 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9053
9054 * international/characters.el: Change encoding to utf-8-emacs.
9055 Remove apparent duplicate codes.
9056
9057 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9058
9059 * international/fontset.el: Change the registry for
9060 chinese-gb2312 and add the registry for chinese-gbk.
9061
9062 * international/mule.el (charset-chars): Fix typo.
9063
9064 * international/mule-conf.el (chinese-gbk): New charset.
9065
9066 * international/titdic-cnv.el (titdic-convert): Read into a
9067 unibyte buffer then make the buffer multibyte.
9068
9069 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9070
9071 * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
9072 instead of :signature.
9073
9074 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9075
9076 * language/czech.el ("Czech"): Set `iso-8859-2' for
9077 `nonascii-translation'.
9078
9079 * language/romanian.el ("Romanian"): Likewise.
9080
9081 * language/slovak.el ("Slovak"): Likewise.
9082
9083 * international/characters.el: Optimize calls of modify-category-entry.
9084
9085 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9086
9087 * bindings.el: Don't bind multibyte characters to
9088 self-insert-command here. It's done in mule-conf.el.
9089
9090 * case-table.el (set-case-syntax-offset): Delete variable.
9091 (set-case-syntax-1): Delete function. Change callers.
9092 (set-case-syntax-delims): Don't check byte length of characters.
9093
9094 * isearch.el (isearch-mode-map): Call set-char-table-range to bind
9095 characters to isearch-printing-char.
9096
9097 * loadup.el: Don't load "international/utf-8". Don't call
9098 update-coding-systems-internal. Bind coding-system-for-write to
9099 `utf-8' while writing fns-XXX.el. Call clear-charset-maps before
9100 dumping.
9101
9102 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
9103 change of map-char-table.
9104
9105 * eshell/esh-mode.el: Adjust for the change of map-char-table.
9106
9107 * international/characters.el: Adjust for the deletion of
9108 generic characters.
9109
9110 * international/code-pages.el (cp-make-translation-table)
9111 (cp-valid-codes, cp-fix-safe-chars): Delete. Change caller.
9112 (cp-make-coding-system): Call define-coding-system.
9113
9114 * international/fontset.el: Rewrite most code.
9115
9116 * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
9117 Call encode-char instead of split-char.
9118
9119 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
9120 Change value.
9121 (skkdic-lookup-key): Call encode-char instead of split-char.
9122
9123 * international/titdic-cnv.el (titdic-convert): Bind
9124 coding-system-for-write to 'iso-2022-7bit. Don't work on unibyte
9125 buffer.
9126
9127 * international/latin-1.el: Don't bind set-case-syntax-offset.
9128
9129 * international/latin-2.el: Don't bind set-case-syntax-offset.
9130
9131 * international/latin-3.el: Don't bind set-case-syntax-offset.
9132
9133 * international/latin-4.el: Don't bind set-case-syntax-offset.
9134
9135 * international/latin-5.el: Don't bind set-case-syntax-offset.
9136
9137 * international/latin-8.el: Don't bind set-case-syntax-offset.
9138
9139 * international/latin-9.el: Don't bind set-case-syntax-offset.
9140
9141 * international/mule-cmds.el: Don't use coding category.
9142 Call set-coding-system-priority instead of set-coding-priority.
9143 (sort-coding-systems, select-safe-coding-system):
9144 Call coding-system-priority-list to get the most preferred one.
9145 (reset-language-environment): Order of coding system priority
9146 changed. Set primary charset to iso-8859-1.
9147 (set-language-environment-coding-systems):
9148 Call set-coding-system-priority instead of set-coding-priority.
9149 (get-charset-property, put-charset-property): Move to mule.el.
9150
9151 * international/mule-conf.el: Ful re-write.
9152
9153 * international/mule-diag.el (print-designation): Change arguments.
9154 (print-iso-2022-flags): New function.
9155 (describe-coding-system, describe-current-coding-system):
9156 Adjust for the new structure of coding system.
9157
9158 * international/mule.el (char-valid-p): Make it an alias of characterp.
9159 (define-charset): Full re-design.
9160 (charset-quoted-standard-p): Delete.
9161 (charsetp): Move to charset.c.
9162 (charset-info, charset-id, charset-bytes, charset-width)
9163 (charset-directioin, charset-iso-graphic-plane)
9164 (charset-reverse-charset): Delete.
9165 (charset-dimension, charset-chars, charset-iso-final-char)
9166 (charset-description, charset-short-name, charset-long-name):
9167 Call charset-plist instead of charset-info.
9168 (charset-plist, set-charset-plist): Move to charset.c.
9169 (get-charset-property, put-charset-property): Move from
9170 mule-cmds.el. Call charset-plist and set-charset-plist.
9171 (make-char): Delete.
9172 (generic-char-p): Make it always return nil.
9173 (decode-char, encode-char): Move to charset.c.
9174 (coding-spec-XXX-idx): Delete variables.
9175 (coding-system-iso-2022-flags): New variable.
9176 (define-coding-system): New function.
9177 (transform-make-coding-system-args, make-coding-system): Delete.
9178 (set-coding-priority): Make it obsolete.
9179 (after-insert-file-set-buffer-file-coding-system)
9180 (find-new-buffer-file-coding-system): Adjust for the new coding
9181 system structure.
9182
9183 * language/chinese.el, language/cyrillic.el, language/european.el:
9184 * language/greek.el, language/hebrew.el, language/indian.el:
9185 * language/japanese.el, language/korean.el, language/lao.el:
9186 * language/thai.el, language/tibetan.el, language/vietnamese.el:
9187 Call define-coding-system instead of make-coding-system.
9188 Delete all CCL program.
9189
9190 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
9191 of make-char.
9192 (sgml-char-names-table): Fix iteration limit.
9193
9194 * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
9195 (ccl-encode-mac-roman-font): Delete.
9196
9197 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
9198 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
9199 currently. This is just a temporary workaround.
9200
9201 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9202
9203 * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
9204 of `find-file-hooks'.
9205 (global-whitespace-toggle-options): Doc fix.
9206
9207 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
9208
9209 * whitespace.el (whitespace): Set :version tag to 23.1.
9210 (whitespace-turn-off, whitespace-toggle-options): Fix typos.
9211 (whitespace-style, whitespace-chars, whitespace-space)
9212 (whitespace-hspace, whitespace-tab, whitespace-newline)
9213 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
9214 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9215 (whitespace-hspace-regexp, whitespace-space-regexp)
9216 (whitespace-tab-regexp, whitespace-trailing-regexp)
9217 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9218 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
9219 (whitespace-space-after-tab-regexp, whitespace-line-column)
9220 (whitespace-display-mappings, global-whitespace-toggle-options)
9221 (whitespace-cleanup, whitespace-cleanup-region)
9222 (whitespace-interactive-char): Doc fixes.
9223
9224 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
9225
9226 * whitespace.el (global-whitespace-mode): Fix modeline lighter.
9227 When turning off the global mode, turn off the local modes too
9228 if whitespace is being unloaded.
9229 (whitespace-unload-function): New function.
9230
9231 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
9232
9233 * vc.el (vc-update): Fix bug: Specify branch tip as
9234 vc-checkout REVISION. Reported by Dan Nicolaescu.
9235
9236 2008-02-01 Glenn Morris <rgm@gnu.org>
9237
9238 * info.el (bookmark-make-cell-function, bookmark-search-size)
9239 (bookmark-current-bookmark): Declare variables for compiler.
9240 (bookmark-buffer-file-name, bookmark-get-filename)
9241 (bookmark-get-front-context-string)
9242 (bookmark-get-rear-context-string, bookmark-get-position)
9243 (bookmark-get-info-node, bookmark-file-or-variation-thereof)
9244 (bookmark-jump-noselect): Declare functions for compiler.
9245 (Info-bookmark-make-cell): Fix argument list to match example of
9246 `bookmark-make-cell-for-text-file'.
9247 (Info-bookmark-jump): Don't require info inside info.el.
9248
9249 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
9250
9251 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
9252 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
9253 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
9254 (verilog-sk-state-machine): Quote all calls to
9255 "auxiliary skeleton"s to prevent infloops.
9256
9257 2008-02-01 Jason Rumney <jasonr@gnu.org>
9258
9259 * w32-fns.el: Partially revert 2007-11-10 change.
9260
9261 2008-02-01 Martin Rudalics <rudalics@gmx.at>
9262
9263 * mail/rmail.el (rmail-highlight): Fix specification.
9264 Reported by pod <pod@herald.ox.ac.uk>.
9265
9266 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
9267
9268 * image-mode.el (image-mode-current-vscroll)
9269 (image-mode-current-hscroll): Make buffer-local.
9270 (image-set-window-vscroll, image-set-window-hscroll): Simplify.
9271 (image-reset-current-vhscroll): Use the latest setting when displaying
9272 for the first time in a window. Apply to all windows in the frame.
9273 (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
9274
9275 * progmodes/grep.el (grep-compute-defaults):
9276 Don't mix up defaults for different connections to the same host.
9277
9278 2008-01-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9279
9280 * blank-mode.el: Rename to whitespace.el.
9281
9282 * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
9283
9284 2008-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
9285
9286 * net/rcompile.el (remote-compile): Remove broken code.
9287
9288 2008-01-31 Jason Rumney <jasonr@gnu.org>
9289
9290 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
9291
9292 2008-01-31 Juanma Barranquero <lekktu@gmail.com>
9293
9294 * linum.el (linum-unload-function): New function.
9295
9296 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
9297
9298 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
9299 (gdb-var-set-format-handler): New function.
9300 (gdb-var-set-format): Use it.
9301
9302 2008-01-30 Juanma Barranquero <lekktu@gmail.com>
9303
9304 * emacs-lisp/check-declare.el (check-declare-directory):
9305 * emacs-lisp/authors.el (authors): Use `find-program' and
9306 `grep-program' instead of hardcoded program names.
9307
9308 * emacs-lisp/cl-loaddefs.el: Update.
9309
9310 2008-01-30 Tassilo Horn <tassilo@member.fsf.org>
9311
9312 * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
9313 Implement bookmark support the new make-cell/handler way.
9314 (Info-mode): Bind bookmark-make-cell-function to
9315 Info-bookmark-make-cell buffer locally.
9316
9317 2008-01-30 Richard Stallman <rms@gnu.org>
9318
9319 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
9320 Doc fix.
9321
9322 * files.el (hack-local-variables): Don't query about fake variables.
9323
9324 2008-01-30 Markus Triska <markus.triska@gmx.at>
9325
9326 * linum.el: New file.
9327
9328 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
9329
9330 * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
9331 Suggested by Trent W. Buck <trentbuck@gmail.com>. Make ("%h")
9332 a single element in "plinkx".
9333 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
9334 "*Shell Command Output*" buffers. Check, whether there is already
9335 an asynchronous process running. Display always the buffer of the
9336 asynchronous process.
9337 (tramp-compute-multi-hops): Adapt error message.
9338
9339 2008-01-29 Alan Mackenzie <acm@muc.de>
9340
9341 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
9342 from this regexp; part of same fix as next change to cc-engine.el.
9343
9344 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
9345 Anchor the "{" of a template function correctly on "template", not the
9346 following "<".
9347
9348 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
9349
9350 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
9351
9352 * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
9353 and image-mode-current-hscroll being alists now.
9354
9355 * image-mode.el (image-mode-current-vscroll)
9356 (image-mode-current-hscroll): Add doc strings.
9357 (image-set-window-vscroll, image-set-window-hscroll)
9358 (image-reset-current-vhscroll, image-mode): Adapt to
9359 image-mode-current-vscroll and image-mode-current-hscroll being
9360 alists now.
9361
9362 2008-01-29 Martin Rudalics <rudalics@gmx.at>
9363
9364 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9365 Strip extension from .emacs.el to make sure symbol is searched
9366 in .emacs too.
9367
9368 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
9369
9370 * doc-view.el (doc-view-mode): Use facilities below to
9371 restore [vh]scroll when switching buffers.
9372
9373 * image-mode.el (image-mode-current-vscroll)
9374 (image-mode-current-hscroll): New variables.
9375 (image-set-window-hscroll, image-set-window-vscroll): New functions.
9376 (image-forward-hscroll, image-next-line, image-bol, image-eol)
9377 (image-bob, image-eob): Use them.
9378 (image-reset-current-vhscroll): New function.
9379 (image-mode): Make new variables buffer-local and reset [vh]scroll
9380 on window configuration changes.
9381
9382 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
9383
9384 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
9385 gdb-cpp-define-alist-program if file is nil (currently only
9386 " *partial-output-...").
9387
9388 2008-01-27 Richard Stallman <rms@gnu.org>
9389
9390 * allout.el: Many doc fixes.
9391 (allout-encrypt-string): Fix error message.
9392
9393 2008-01-26 Eli Zaretskii <eliz@gnu.org>
9394
9395 * progmodes/etags.el (tags-query-replace): Doc fix.
9396
9397 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
9398
9399 * allout.el (allout-unload-function): New function.
9400
9401 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
9402
9403 * allout.el (allout-prefix-data): Doc fix.
9404 (allout-show-current-subtree): Reflow docstring.
9405 (allout-use-mode-specific-leader, allout-use-hanging-indents)
9406 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
9407 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
9408 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
9409 (allout-copy-topic-as-kill, allout-listify-exposed)
9410 (allout-process-exposed, allout-encrypted-key-info)
9411 (allout-update-passphrase-mnemonic-aids)
9412 (allout-next-topic-pending-encryption)
9413 (allout-tests-globally-true): Fix typos in docstrings.
9414
9415 2008-01-23 Jason Rumney <jasonr@gnu.org>
9416
9417 * lpr.el (printer-name): Do not set on MS Windows.
9418
9419 2008-01-28 Michael Albinus <michael.albinus@gmx.de>
9420
9421 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
9422 the command.
9423
9424 2008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9425
9426 * whitespace.el: Moved to obsolete dir.
9427
9428 * blank-mode.el: New version 9.2. Replace whitespace functions by
9429 aliases in blank-mode.
9430 (whitespace-buffer): New fun.
9431 (whitespace-region): Alias for whitespace-buffer, because there is no
9432 blank-region fun.
9433 (whitespace-cleanup): Alias for blank-cleanup.
9434 (whitespace-cleanup-region): Alias for blank-cleanup-region.
9435
9436 2008-01-27 Juanma Barranquero <lekktu@gmail.com>
9437
9438 * server.el (server-log-time-function): Doc fix.
9439 (server-buffer): Fix typo in docstring.
9440
9441 2008-01-27 Martin Rudalics <rudalics@gmx.at>
9442
9443 * view.el (view-buffer): Explain in doc-string why exit-action
9444 should not be set to kill-buffer.
9445
9446 * arc-mode.el (archive-extract):
9447 * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
9448 exit-action when viewing the buffer.
9449
9450 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
9451
9452 * add-log.el (change-log-search-file-name): Work harder to find
9453 the correct file name.
9454 (change-log-find-file): Fix typo.
9455 (change-log-start-entry-re): Move definition earlier.
9456
9457 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org>
9458
9459 * add-log.el (change-log-search-file-name, change-log-find-file):
9460 New function.
9461 (change-log-font-lock-keywords): Move file name matching ...
9462 (change-log-file-names-re): ... here. New defconst.
9463 (change-log-mode-map): New binding C-c C-f to change-log-find-file.
9464
9465 2008-01-27 Alan Mackenzie <acm@muc.de>
9466
9467 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
9468 enhance comments.
9469
9470 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
9471
9472 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
9473 methods, the host name must be a local host.
9474
9475 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
9476
9477 * vc.el: Add TODO item about not defaulting to RCS.
9478
9479 * server.el (server-process-filter): Check for non-nil before
9480 calling file-directory-p.
9481
9482 2008-01-27 Alan Mackenzie <acm@muc.de>
9483
9484 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
9485 arglist-cont-nonempty.
9486
9487 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
9488 for a brace with syntax arglist-cont-nonempty.
9489
9490 * progmodes/cc-styles.el (c-style-alist): Add elements for
9491 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
9492
9493 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
9494
9495 * button.el (define-button-type): Clarify type of NAME in docstring.
9496
9497 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
9498
9499 * server.el (server-buffer): New const.
9500 (server-log): New var.
9501 (server-log): Use them.
9502 (server-process-filter): (Try to) run the continuation in the same cwd
9503 as the client's.
9504
9505 2008-01-26 Alan Mackenzie <acm@muc.de>
9506
9507 * progmodes/cc-defs.el (c-save-buffer-state):
9508 Bind buffer-file-name and buffer-file-truename to nil, to prevent
9509 primitives generating "buffer is read only" messages.
9510
9511 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
9512
9513 * calendar/icalendar.el (icalendar-version): Increase to "0.17".
9514 (icalendar-import-format): Doc fix. Allow function type.
9515 (icalendar--read-element): Doc fix.
9516 (icalendar--parse-summary-and-rest): Doc fix. Handle function
9517 type icalendar-import-format. Make regexps non-greedy.
9518 (icalendar--format-ical-event): Handle function type
9519 icalendar-import-format.
9520 (icalendar-import-format-sample): New function.
9521
9522 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
9523
9524 * vc.el (vc-exec-after): For mode-line-process highlighting, if
9525 `compile' is not available, fall back to font-lock-warning-face.
9526
9527 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
9528
9529 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
9530 that the filename end is found even when the filename is empty.
9531 Fixes error and spurious newlines when marking files for deletion.
9532
9533 2008-01-26 Martin Rudalics <rudalics@gmx.at>
9534
9535 * subr.el (find-tag-default): Simplify using exclusively
9536 skip-syntax-backward/-forward.
9537
9538 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
9539
9540 * vc.el (vc-directory, vc-update-change-log): Remove check for
9541 Tramp. Both functions work for it, though pretty slow
9542 (`vc-directory'). Maybe the implementation can be optimized.
9543
9544 * net/tramp.el (tramp-dissect-file-name): Raise an error when
9545 Tramp 2.0 syntax is used.
9546 Suggested by Trent W. Buck <trentbuck@gmail.com>.
9547
9548 2008-01-26 Eli Zaretskii <eliz@gnu.org>
9549
9550 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
9551 invoke directory-files-and-attributes with last argument `integer'
9552 instead of `string'.
9553 (insert-directory): Add -n to the list of supported switches
9554 mentioned in the doc string.
9555
9556 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9557
9558 * blank-mode.el: New version 9.1. Handle "long" line tail
9559 visualization. Doc fix.
9560 (blank-line-length): Rename to blank-line-column.
9561 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
9562 Initialization fix.
9563 (blank-replace-spaces-by-tabs): New fun.
9564 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
9565
9566 2008-01-25 Richard Stallman <rms@gnu.org>
9567
9568 * subr.el (add-hook): Implement `permanent-local-hook' property.
9569
9570 * loadhist.el (file-provides, file-requires): Push the filename right.
9571
9572 2008-01-25 Martin Rudalics <rudalics@gmx.at>
9573
9574 * emacs-lisp/find-func.el (find-library): Wrap search for
9575 library name in condition-case to avoid reporting a scan-error.
9576
9577 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
9578
9579 * server.el (server-process-filter): Don't force
9580 the authentication string to be followed by "\n".
9581
9582 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9583
9584 * blank-mode.el: New version 9.0. New commands to clean up some blank
9585 problems like trailing blanks. New faces and regexp for visualizing
9586 the blank problems. Doc fix.
9587 (blank-chars, blank-global-modes, blank-chars-value-list)
9588 (blank-toggle-option-alist, blank-help-text): Initialization fix.
9589 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
9590 (blank-indentation, blank-empty, blank-space-after-tab)
9591 (blank-indentation-regexp, blank-empty-at-bob-regexp)
9592 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
9593 (blank-cleanup, blank-cleanup-region): New commands.
9594 (blank-color-on): Code fix.
9595
9596 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
9597
9598 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
9599 file name.
9600 (ibuffer-mode-map): Add binding to sort by file name.
9601 (ibuffer-filename/process-header-map): New variable.
9602 (filename-and-process): Add a header that sorts by file name.
9603 (ibuffer-mode): Mention sorting by file name.
9604
9605 * ibuf-ext.el (filename/process): New sorter.
9606
9607 2008-01-25 Sven Joachim <svenjoac@gmx.de>
9608
9609 * view.el (kill-buffer-if-not-modified): Don't pass t to
9610 buffer-modified-p.
9611
9612 2008-01-24 Michael Albinus <michael.albinus@gmx.de>
9613
9614 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
9615 the source file in case of `rename'.
9616 Reported by Pete Forman <pete.forman@westerngeco.com>.
9617
9618 2008-01-24 Ken Manheimer <ken.manheimer@gmail.com>
9619
9620 * allout.el (allout-keybindings-list): In initial setting, express
9621 meta-prefixed allout keys as vectors instead of strings, since the
9622 string form is interpreted in some cases as composed key
9623 modifiers, eg, accented keys.
9624
9625 (allout-line-boundary-regexp): Clarify description.
9626
9627 (set-allout-regexp): Repair the expressions so that the formfeed
9628 part is identified as one of the top-level groups, and is
9629 included in all the forms, not just the -line-boundary-regexp one.
9630
9631 (allout-prefix-data): Incorporate information from the various
9632 allout regexp's formfeed alternative group, when present.
9633
9634 (allout-write-file-hook-handler): Rectify mangling of the error
9635 handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
9636 condition-case handler was apparently reformatted as if it was a
9637 call to the error function. An apparent repair attempt in version
9638 1.101 situated the original body of the error handling code as
9639 bogus condition-case handlers. I've returned to just about the
9640 working code that was originally there, removing an unnecessary -
9641 but benign - enclosing 'progn'. (Automated or cursory code fixes
9642 often aren't.)
9643
9644 (allout-region-active-p): Fallback to value of mark-active if
9645 neither use-region-p nor region-active-p are present, for
9646 compatability with current and recent emacs major releases.
9647
9648 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
9649
9650 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
9651 (reftex-toc-restore-region):
9652 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
9653 (reftex-index-phrases-apply-to-region):
9654 * textmodes/ispell.el (ispell-word):
9655 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
9656 * progmodes/pascal.el (pascal-mark-defun):
9657 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
9658 (f90-fill-region):
9659 * emulation/tpu-edt.el (tpu-set-mark):
9660 * emulation/crisp.el (crisp-region-active):
9661 * winner.el (winner-active-region):
9662 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
9663 of bound tests in order to resolve conditionals at compile time.
9664
9665 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
9666
9667 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
9668 not autoloaded, and we wouldn't want to load CL just to unload
9669 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
9670
9671 2008-01-24 Martin Rudalics <rudalics@gmx.at>
9672
9673 * delsel.el (delete-selection-pre-hook): Avoid clearing out
9674 pre-command-hook when text is read-only.
9675
9676 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
9677
9678 * vc.el (vc-process-filter): Do nothing if buffer not live.
9679 (vc-diff-finish): Rename from vc-diff-sentinel.
9680 No longer take REV1-NAME and REV2-NAME.
9681 Instead, take BUFFER-NAME. Do nothing if buffer not live.
9682 Don't do window resize if no window displays buffer.
9683 (vc-diff-internal): Use vc-diff-finish.
9684
9685 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
9686 In both cases, convert single call to one wrapped in dolist.
9687
9688 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
9689
9690 * vc.el: Add a TODO item about missing files.
9691 (vc-exec-after): Add a tooltip to the new mode-line item.
9692
9693 2008-01-24 Glenn Morris <rgm@gnu.org>
9694
9695 * t-mouse.el (gpm-mouse-start): Declare as a function.
9696
9697 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
9698
9699 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
9700 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
9701 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9702 Don't send `tramp-rsh-end-of-line' additionally, when setting the
9703 prompt.
9704 (tramp-wait-for-output): Distinguish different prompt formats.
9705 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
9706 (tramp-local-host-p): Check whether temp directory is writable.
9707
9708 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9709
9710 * vc.el: Add TODO items.
9711
9712 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
9713
9714 * replace.el (occur-mode-find-occurrence-hook): New hook that can
9715 be used to reveal or highlight the location of a match.
9716 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
9717 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
9718
9719 2008-01-23 Martin Rudalics <rudalics@gmx.at>
9720
9721 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
9722 for defcustom.
9723 (hide-ifdef-shadow): Add version number for defface.
9724
9725 2008-01-23 Glenn Morris <rgm@gnu.org>
9726
9727 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
9728
9729 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9730
9731 * progmodes/sh-script.el (sh-basic-offset):
9732 * progmodes/cc-vars.el (c-syntactic-indentation)
9733 (c-syntactic-indentation-in-macros): Mark as safe.
9734
9735 2008-01-23 Richard Stallman <rms@gnu.org>
9736
9737 * icomplete.el (icomplete-get-keys):
9738 Look up KEYS using all maps in proper buffer.
9739
9740 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
9741
9742 * frame.el (display-mm-height, display-mm-width):
9743 * whitespace.el (whitespace-check-leading-whitespace)
9744 (whitespace-check-trailing-whitespace)
9745 (whitespace-check-spacetab-whitespace)
9746 (whitespace-check-indent-whitespace)
9747 (whitespace-check-ateol-whitespace):
9748 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
9749
9750 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9751
9752 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
9753 after-save-hook so that it is not called multiple times.
9754
9755 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
9756
9757 2008-01-23 Eli Zaretskii <eliz@gnu.org>
9758
9759 * view.el (view-file-other-window, view-file-other-frame):
9760 Don't kill the buffer if it is modified. Doc fixes.
9761 (kill-buffer-if-not-modified): New function.
9762 (view-file): Don't kill the buffer if it is modified.
9763
9764 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
9765 (ebrowse-view/find-file-and-search-pattern):
9766 Call view-file-other-window instead of ebrowse-view-file-other-window.
9767 (ebrowse-view-file-other-frame): Don't call
9768 current-window-configuration. Fix second argument in the call to
9769 view-mode-enter. Doc fix.
9770
9771 2008-01-23 Richard Stallman <rms@gnu.org>
9772
9773 * subr.el (atomic-change-group): Prevent undo list truncation.
9774
9775 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9776
9777 * files.el (safe-local-eval-forms):
9778 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
9779
9780 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
9781
9782 * comint.el (comint-insert-input): Set point first.
9783
9784 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
9785 session doesn't hang because gdb-pending-triggers is non-nil.
9786 (gdb-frame-handler): Use buffer-file-name instead of
9787 buffer-name in case of duplicate file names.
9788
9789 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9790
9791 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
9792 C-M-e and C-M-h for emacs, they work by default.
9793 (verilog-emacs-features): Remove.
9794 (verilog-setup-dual-comments, verilog-populate-syntax-table):
9795 Remove. Move syntax table initialization ...
9796 (verilog-mode-syntax-table): ... here.
9797 (verilog-mode): Don't initialize the syntax table here.
9798 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
9799 does not need it.
9800
9801 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
9802
9803 * progmodes/verilog-mode.el (verilog-booleanp): New function for
9804 backward compatibility. Replace all uses of booleanp with
9805 verilog-booleanp.
9806
9807 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
9808
9809 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
9810
9811 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
9812
9813 * progmodes/verilog-mode.el (top-level): Fix spacing.
9814 (verilog-mode-version, verilog-mode-release-date):
9815 Update version number.
9816 (verilog-mode-release-emacs): New variable.
9817 (compile-command, reporter-prompt-for-summary-p):
9818 Define for byte compiler.
9819 (verilog-startup-message-lines, verilog-startup-message-displayed)
9820 (verilog-display-startup-message): Remove.
9821 (verilog-highlight-p1800-keywords): Improve docstring.
9822 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
9823 (vector-skip-list): Only defvar at compile time.
9824 (verilog-highlight-translate-off, verilog-indent-level)
9825 (verilog-indent-level-module, verilog-indent-level-declaration)
9826 (verilog-indent-declaration-macros, verilog-indent-lists)
9827 (verilog-indent-level-behavioral, verilog-indent-level-directive)
9828 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
9829 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
9830 (verilog-tab-to-comment, verilog-indent-begin-after-if)
9831 (verilog-align-ifelse, verilog-minimum-comment-distance)
9832 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
9833 (verilog-auto-endcomments, verilog-auto-read-includes)
9834 (verilog-auto-star-expand, verilog-auto-star-save)
9835 (verilog-library-flags, verilog-library-directories)
9836 (verilog-library-files, verilog-library-extensions)
9837 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
9838 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
9839 (verilog-assignment-delay, verilog-auto-inst-vector)
9840 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
9841 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
9842 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
9843 Add safe-local-variable properties.
9844 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
9845 (verilog-re-search-backward, verilog-error-regexp-add)
9846 (verilog-end-block-re, verilog-emacs-features)
9847 (verilog-populate-syntax-table, verilog-setup-dual-comments)
9848 (verilog-type-font-keywords, verilog-inside-comment-p)
9849 (electric-verilog-backward-sexp, verilog-backward-sexp)
9850 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
9851 (electric-verilog-terminate-line, electric-verilog-semi)
9852 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
9853 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
9854 (verilog-beg-of-statement, verilog-in-case-region-p)
9855 (verilog-in-struct-region-p, verilog-in-generate-region-p)
9856 (verilog-in-fork-region-p, verilog-backward-case-item)
9857 (verilog-set-auto-endcomments, verilog-get-expr)
9858 (verilog-expand-vector-internal, verilog-surelint-off)
9859 (verilog-batch-execute-func, verilog-calculate-indent)
9860 (verilog-calc-1, verilog-calculate-indent-directive)
9861 (verilog-leap-to-head, verilog-continued-line)
9862 (verilog-backward-token, verilog-backward-syntactic-ws)
9863 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
9864 (verilog-forward-ws&directives, verilog-at-constraint-p)
9865 (verilog-skip-backward-comments, verilog-indent-line-relative)
9866 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
9867 (verilog-pretty-declarations, verilog-pretty-expr)
9868 (verilog-just-one-space, verilog-indent-declaration)
9869 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
9870 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
9871 (verilog-read-always-signals-recurse, verilog-read-instants)
9872 (verilog-read-auto-template, verilog-set-define)
9873 (verilog-read-defines, verilog-read-signals, verilog-getopt)
9874 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
9875 (verilog-modi-cache-results, verilog-insert-one-definition)
9876 (verilog-make-width-expression, verilog-delete-autos-lined)
9877 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
9878 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
9879 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
9880 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
9881 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
9882 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
9883 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
9884 (verilog-load-file-at-mouse, verilog-load-file-at-point)
9885 (verilog-library-files): Cleanup spacing of )'s they should not be
9886 on unique lines. Fix checkdoc warnings.
9887
9888 2008-01-22 Glenn Morris <rgm@gnu.org>
9889
9890 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
9891 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
9892 from defcustoms.
9893 (hide-ifdef-shadow): Remove autoload cookie from defface.
9894
9895 * vc.el (vc-diff-sentinel): Do not write a footer if there were
9896 differences.
9897
9898 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
9899
9900 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
9901 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
9902 manual entry.
9903
9904 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
9905
9906 * net/dbus.el (dbus-ignore-errors): New macro.
9907 (dbus-unregister-object): New defun. Moved from dbusbind.c.
9908 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
9909 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
9910 (dbus-get-signatures): Apply `dbus-ignore-errors'.
9911
9912 2008-01-21 Martin Rudalics <rudalics@gmx.at>
9913
9914 * outline.el (outline-up-heading): Fix check for top level to
9915 avoid infinite looping in hide-other.
9916
9917 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
9918
9919 * vc.el (vc-process-sentinel): After calling the previous
9920 sentinel, do nothing if the process' buffer is not live.
9921
9922 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9923
9924 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
9925 blank-mode in some buffers (like *info* buffers). Reported by Juanma
9926 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
9927 blank-mode faces. Doc fix. New version 8.1.
9928 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
9929 CONDITION BODY).
9930 (blank-space-face): Face/option name replaced by blank-space.
9931 (blank-hspace-face): Face/option name replaced by blank-hspace.
9932 (blank-tab-face): Face/option name replaced by blank-tab.
9933 (blank-newline-face): Face/option name replaced by blank-newline.
9934 (blank-trailing-face): Face/option name replaced by blank-trailing.
9935 (blank-line-face): Face/option name replaced by blank-line.
9936 (blank-space-before-tab-face): Face/option name replaced by
9937 blank-space-before-tab.
9938 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
9939
9940 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
9941
9942 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
9943 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
9944 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
9945 (global-blank-mode): Doc fixes.
9946 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
9947 (blank-newline-face, blank-trailing-face, blank-line-face)
9948 (blank-space-before-tab-face, blank-display-mappings)
9949 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
9950 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
9951 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
9952 Fix typos in docstrings.
9953
9954 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
9955
9956 * server.el (server-log-time-function): New variable.
9957 (server-log): Use it.
9958
9959 2008-01-21 Glenn Morris <rgm@gnu.org>
9960
9961 * progmodes/hideif.el: Move defcustoms and defface to start of file.
9962
9963 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
9964
9965 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
9966
9967 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
9968 (org-descriptive-links, org-link-file-path-type)
9969 (org-remember-use-refile-when-interactive)
9970 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
9971 (org-export-ascii-bullets, org-agenda-deadline-faces)
9972 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
9973 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
9974 (org-kill-note-or-show-branches): Fix typos in docstrings.
9975
9976 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
9977
9978 * vc.el (vc-process-sentinel): Set mode-line-process.
9979 (vc-exec-after): Likewise, for the `run' process status.
9980
9981 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9982
9983 * ibuffer.el (ibuffer-mode): Fix last change.
9984
9985 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
9986
9987 * vc-hg.el (vc-hg-registered):
9988 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
9989
9990 2008-01-20 Martin Rudalics <rudalics@gmx.at>
9991
9992 * repeat.el (repeat-undo-count): New variable.
9993 (repeat): For self-insertions make undo boundary only after 20
9994 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
9995
9996 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
9997
9998 * net/imap.el (imap-ping-server): New variable.
9999 (imap-opened): On add extra ping if imap-ping-server is non-nil.
10000 (imap-ping-server): Minor doc string fixes.
10001
10002 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
10003
10004 * net/imap.el (imap-ping-server): New function.
10005 (imap-opened): Call imap-ping-server.
10006
10007 2008-01-20 Glenn Morris <rgm@gnu.org>
10008
10009 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
10010 prevent infloops.
10011
10012 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
10013
10014 * progmodes/python.el (python-imports): Default to "None".
10015
10016 2008-01-19 Tom Tromey <tromey@redhat.com>
10017
10018 * vc-svn.el (vc-svn-after-dir-status): New function.
10019 (vc-svn-dir-status): Run svn asynchronously.
10020
10021 2008-01-19 Martin Rudalics <rudalics@gmx.at>
10022
10023 * progmodes/hideif.el (hide-ifdef-shadow): New option.
10024 (hide-ifdef-shadow): New face.
10025 (hide-ifdef-toggle-shadowing): New function to toggle between
10026 shadowing and making code invisible.
10027 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
10028 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
10029 (hide-ifdef-region-internal): Give new overlay hide-ifdef
10030 property. Shadow text when hide-ifdef-shadow is non-nil.
10031 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
10032 (hif-hide-line): Use when instead of if.
10033 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
10034 Remove unneeded * from doc-strings.
10035
10036 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
10037
10038 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
10039 the hscroll behavior was fixed.
10040 (doc-view-mode): Disable auto-hscroll-mode.
10041
10042 2008-01-18 Tom Tromey <tromey@redhat.com>
10043
10044 * vc-svn.el (vc-svn-dir-status): New function.
10045
10046 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
10047
10048 * vc.el: Make vc-status asynchronous.
10049 (vc-update-vc-status-buffer): New function broken out of ...
10050 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
10051 the dir-status backend function.
10052
10053 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
10054 Move the output processing to ...
10055 (vc-hg-after-dir-status): ... here. Call the function passed as
10056 an argument with the results.
10057
10058 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
10059
10060 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
10061 (doc-view-insert-image): Do something if the image is missing.
10062 (doc-view-mode): Don't use file-remote-p.
10063
10064 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
10065
10066 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
10067 (org-export-latex-special-chars): Convert "..." in \ldots
10068 and skip tables.
10069 (org-export-latex-fontify-headline): Change parameter name.
10070 (org-export-as-latex): Handle export of subtrees.
10071 (org-export-latex-make-header): New argument TITLE.
10072 (org-export-latex-content): New argument EXCLUDE-LIST.
10073 (org-list-parse-list): New name for org-export-latex-parse-list.
10074 (org-export-latex-make-header): New name for
10075 org-export-latex-make-preamble.
10076 (org-list-to-generic): New name of org-export-list-to-generic.
10077 (org-list-to-latex): New name of org-export-list-to-latex.
10078 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
10079 (org-list-send-list, org-list-to-texinfo)
10080 (org-list-to-html): New functions.
10081 (org-export-latex-tables-column-borders)
10082 (org-export-latex-default-class, org-export-latex-classes)
10083 (org-export-latex-classes-sectioning)
10084 (org-list-radio-list-templates): New options.
10085 (org-export-latex-header): New variable.
10086 (org-latex-entities): New constant.
10087 (org-export-latex-default-sectioning, org-export-latex-preamble)
10088 (org-export-latex-prepare-text-option)
10089 (org-export-latex-get-sectioning): Remove.
10090
10091 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
10092
10093 * textmodes/org-publish.el (org-publish-current-project):
10094 Fix bug with forcing publication.
10095
10096 * textmodes/org.el (org-export-with-special-strings): New option.
10097 (org-export-html-convert-special-strings): New function.
10098 (org-html-do-expand): `org-export-html-convert-special-strings'
10099 added to the list of conversion.
10100 (org-infile-export-plist, org-get-current-options): Add support
10101 for "-" in the #+OPTION line to let user switch on/off special
10102 strings conversion.
10103 (org-export-plist-vars): New :html-table-tag property.
10104 (org-export-as-html, org-format-org-table-html)
10105 (org-format-table-table-html) Use the :html-table-tag property
10106 instead of the `org-export-html-table-tag' global value.
10107 (org-additional-option-like-keywords): Add "TBLFM".
10108 (org-entry-properties): Include the CLOCKSUM special property.
10109 (org-columns-edit-value): Do not allow to edit the special
10110 CLOCKSUM property.
10111 (org-flag-drawer): Use the original value of `outline-regexp'.
10112 (org-remember-handler): Add invisible-ok flag to call to
10113 `org-end-of-subtree'.
10114 (org-agenda-highlight-todo): Respect
10115 `org-agenda-todo-keyword-format'.
10116 (org-agenda-todo-keyword-format): New option.
10117 (org-infile-export-plist): No restriction while searching for options.
10118 (org-remember-handler): Remove comments at the end of the buffer.
10119 (org-remember-use-refile-when-interactive): New option.
10120 (org-table-sort-lines): Make sure sorting works on link
10121 descritions only, and ignores the link.
10122 (org-sort-entries-or-items): Make sure the end of the subtree is
10123 included.
10124 (org-refile-use-outline-path): New allowed values `file' and
10125 `full-file-path'.
10126 (org-get-refile-targets): Respect new values for
10127 `org-refile-use-outline-path'.
10128 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
10129 (org-export-as-xoxo): Restore point when done.
10130 (org-open-file): Allow multiple %s in command.
10131 (org-clock-in-switch-to-state): New option.
10132 (org-first-list-item-p): New function.
10133 (org-last-remember-storage-locations): New variable.
10134 (org-get-refile-targets): Interpret the new maxlevel setting.
10135 (org-refile-targets): New option `:maxlevel'.
10136 (org-copy-subtree): Include empty lines before but not after subtree.
10137 (org-back-over-empty-lines, org-skip-whitespace): New functions.
10138 (org-move-item-down, org-move-item-up): Include empty lines before
10139 but not after item.
10140 (org-first-sibling-p): New function.
10141 (org-remember-apply-template): Defaults, completions and history
10142 for template prompts. Also, interpret new `%!' escape.
10143 (org-context-choices): New constant.
10144 (org-bound-and-true-p): New macro.
10145 (org-imenu-depth): New option.
10146 (org-imenu-markers): New variable.
10147 (org-imenu-new-marker, org-imenu-get-tree)
10148 (org-speedbar-set-agenda-restriction): New functions.
10149 (org-agenda-set-restriction-lock)
10150 (org-agenda-remove-restriction-lock)
10151 (org-agenda-maybe-redo): New functions.
10152 (org-agenda-restriction-lock): New face.
10153 (org-agenda-restriction-lock-overlay)
10154 (org-speedbar-restriction-lock-overlay): New variables.
10155 (org-open-at-point): Remove obsolete way to do redirection in
10156 shell links.
10157 (org-imenu-and-speedbar): New customization group.
10158 (org-entry-properties): Return keyword-less time strings.
10159 (org-clock-heading-function): New option.
10160 (org-clock-in): Use `org-clock-heading-function'.
10161 (org-calendar-holiday): Try to use `calendar-check-holidays'
10162 instead of the obsolete `check-calendar-holidays'.
10163 (org-export-html-special-string-regexps): New constant.
10164 (org-massive-special-regexp): New variable.
10165 (org-compute-latex-and-specials-regexp)
10166 (org-do-latex-and-special-faces): New functions.
10167 (org-latex-and-export-specials): New face.
10168 (org-highlight-latex-fragments-and-specials): New option.
10169 (org-link-escape-chars): Use characters instead of strings.
10170 (org-link-escape-chars-browser, org-link-escape)
10171 (org-link-unescape): Use characters instead of strings.
10172 (org-export-html-convert-sub-super, org-html-do-expand): Check for
10173 protected text.
10174 (org-emphasis-alist): Additional `verbatim' flag.
10175 (org-set-emph-re): Handle the verbatim flag and compute
10176 `org-verbatim-re'.
10177 (org-cleaned-string-for-export): Protect verbatim elements.
10178 (org-verbatim-re): New variable.
10179 (org-hide-emphasis-markers): New option.
10180 (org-additional-option-like-keywords): Add new keywords.
10181 (org-get-entry): Rename from `org-get-cleaned-entry'.
10182 (org-icalendar-cleanup-string): New function for quoting icalendar text.
10183 (org-agenda-skip-scheduled-if-done): New option.
10184 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
10185 `org-agenda-skip-scheduled-if-done'.
10186 (org-prepare-agenda-buffers): Allow buffers as arguments.
10187 (org-entry-properties): Add CATEGORY as a special property.
10188 (org-use-property-inheritance): Allow a list of properties as a value.
10189 (org-eval-in-calendar): No longer update the prompt.
10190 (org-read-date-popup-calendar): Rename from
10191 `org-popup-calendar-for-date-prompt'.
10192 (org-read-date-display-live): New variable.
10193 (org-read-date-display): New function.
10194 (org-read-date-analyze): New function.
10195 (org-remember-apply-template): Define `remember-finalize' if it is
10196 not yet defined.
10197 (org-remember-insinuate): New function.
10198 (org-read-date-prefer-future): New option.
10199 (org-read-date): Respect the setting of
10200 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
10201 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
10202 hardcoded string.
10203 (org-remember-apply-template): Use `remember-finalize' instead of
10204 `remember-buffer'.
10205 (org-columns-compute, org-column-number-to-string)
10206 (org-columns-uncompile-format, org-columns-compile-format)
10207 (org-columns-compile-format): Handle printf format specifier.
10208 (org-columns-new, org-column-number-to-string)
10209 (org-columns-uncompile-format, org-columns-compile-format):
10210 Support for new currency summary type.
10211 (org-tree-to-indirect-buffer): Do not kill old buffer when
10212 `org-indirect-buffer-display' is `new-frame'.
10213 (org-indirect-buffer-display): Document that `new-frame' leads to
10214 indiret buffer proliferation.
10215 (org-agenda-list): Use `org-extend-today-until'.
10216 (org-extend-today-until): New option.
10217 (org-format-org-table-html): Use lower-case for <col> tag.
10218 (org-agenda-execute): New command.
10219 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
10220 (org-select-remember-template): New function.
10221 (org-remember-apply-template): Use `org-select-remember-template'.
10222 (org-go-to-remember-target): New function.
10223
10224 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
10225
10226 * vc.el: Add a TODO note about vc-state.
10227 (vc-next-action): Register 'unregistered and 'ignored files.
10228 Use when and unless instead of if where appropriate.
10229 (vc-start-entry): Fix typo.
10230 (vc-status): Autoload it.
10231
10232 2008-01-18 Glenn Morris <rgm@gnu.org>
10233
10234 * ffap.el (ffap-alist): Remove space from RFC regexp.
10235
10236 2008-01-18 Richard Stallman <rms@gnu.org>
10237
10238 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
10239 than face-spec-recalc.
10240
10241 2008-01-18 Glenn Morris <rgm@gnu.org>
10242
10243 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
10244
10245 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10246 Miles Bader <miles@gnu.org>
10247
10248 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
10249 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
10250 for handling display table (via visws.el package), his code was
10251 modified, but the main idea was kept.
10252
10253 2008-01-17 Glenn Morris <rgm@gnu.org>
10254
10255 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
10256 (ibuffer-save-filters): Remove calls to deleted
10257 ibuffer-update-mode-name.
10258
10259 2008-01-16 Martin Rudalics <rudalics@gmx.at>
10260
10261 * longlines.el (longlines-mode, longlines-show-region)
10262 (longlines-unshow-hard-newlines): Bind buffer-file-name and
10263 buffer-file-truename to nil while modifying buffer.
10264
10265 * cus-edit.el (custom-reset-standard-variables-list)
10266 (custom-reset-standard-faces-list): New variables.
10267 (custom-reset-standard-save-and-update): New function.
10268 (Custom-save): Apply custom-mark-to-save before and
10269 custom-state-set-and-redraw after saving options.
10270 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
10271 options and call custom-reset-standard-save-and-update.
10272 (custom-variable, custom-face, custom-group): Provide new
10273 entries for custom-mark-to-save, custom-mark-to-reset-standard,
10274 and custom-state-set-and-redraw.
10275 (custom-variable-mark-to-save)
10276 (custom-variable-state-set-and-redraw)
10277 (custom-variable-mark-to-reset-standard)
10278 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
10279 (custom-face-mark-to-reset-standard)
10280 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
10281 (custom-group-mark-to-reset-standard): New functions.
10282 (custom-variable-save): Move save, state-set, and redraw
10283 functionality to custom-variable-mark-to-save.
10284 (custom-face-save): Move save, state-set, and redraw
10285 functionality to custom-face-mark-to-save.
10286 (custom-group-save): Move save, state-set, and redraw
10287 functionality to custom-group-mark-to-save.
10288 (custom-variable-reset-standard, custom-face-reset-standard)
10289 (custom-group-reset-standard): Move save, state-set, and redraw
10290 functionality to custom-reset-standard-save-and-update.
10291
10292 (custom-buffer-create-internal): Fix text in verbose help.
10293 (custom-face-value-create): Indent doc-strings of faces like
10294 those of variables.
10295
10296 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
10297
10298 * server.el (server-process-filter): Replace lineno and columnnno
10299 which defaulted to 1&0 with filepos which defaults to nil.
10300 (server-goto-line-column): Only receive the filepos.
10301 Only move if filepos is non-nil.
10302 (server-visit-files): Slight restructure to consolidate two calls to
10303 server-goto-line-column into just one.
10304
10305 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
10306 the use of degraded mode.
10307 (nxml-degrade): Don't change mode-name.
10308
10309 * nxml/rng-nxml.el (rng-nxml-mode-init):
10310 Don't overwrite mode-line-process.
10311
10312 * ibuffer.el (mode): Pass the buffer to format-mode-line.
10313 (ibuffer-update-mode-name): Remove.
10314 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
10315 (ibuffer-mode): Use mode-line-process instead.
10316
10317 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
10318 Use derived-mode-p.
10319 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
10320
10321 * help.el (describe-mode): Pass the right buffer to format-mode-line.
10322
10323 2008-01-16 Glenn Morris <rgm@gnu.org>
10324
10325 * comint.el (comint-regexp-arg): Fix no-input case.
10326
10327 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
10328
10329 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
10330 * pcvs.el (cvs-revert-if-needed):
10331 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
10332
10333 * vc-svn.el (vc-svn-find-file-hook):
10334 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
10335
10336 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
10337
10338 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
10339 (icalendar-export-file, icalendar-import-file):
10340 Restore significant trailing whitespace in `interactive' prompts.
10341
10342 2008-01-16 Tom Tromey <tromey@redhat.com>
10343
10344 * calendar/icalendar.el (icalendar--convert-tz-offset)
10345 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
10346 (icalendar--find-time-zone): New functions.
10347 (icalendar--decode-isodatetime): Add `zone' argument, passed to
10348 `decode-time'. Doc fix.
10349 (icalendar--convert-ical-to-diary): Compute zone-map.
10350 Pass timezone to icalendar--decode-isodatetime.
10351
10352 2008-01-16 Alan Mackenzie <acm@muc.de>
10353
10354 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
10355 an eval-and-compile, so as to permit byte-compiling (e.g. in
10356 bootstrap).
10357
10358 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
10359
10360 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
10361 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
10362 using the same key for different menu entries.
10363
10364 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
10365 (smerge-makeup-conflict): New command.
10366
10367 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
10368
10369 * log-edit.el (log-edit): Doc fix.
10370
10371 2008-01-15 Glenn Morris <rgm@gnu.org>
10372
10373 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
10374
10375 2008-01-14 Alan Mackenzie <acm@muc.de>
10376
10377 * progmodes/cc-vars.el (c-constant-symbol): New function which
10378 supersedes c-const-symbol. During a customize-.. call it enables
10379 an element of (e.g.) c-hanging-braces alist to have its name
10380 displayed, even when the default value of c-h-b etc. doesn't
10381 include the elemnt. Replace uses of the old function by the new.
10382
10383 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
10384 obscure non-working fragment ":value c-".
10385
10386 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10387
10388 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
10389
10390 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
10391
10392 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
10393 instead of `tramp-file-name-real-host'.
10394
10395 * net/trampver.el: Update release number.
10396
10397 2008-01-14 Alan Mackenzie <acm@muc.de>
10398
10399 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
10400 call inside a struct being recognised as a K&R argument.
10401
10402 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10403
10404 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10405 Accept "fatal error" from MSFT.
10406 Reported by Jared Finder <jfinder@crypticstudios.com>.
10407
10408 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
10409
10410 * smerge-mode.el (smerge-auto): New function.
10411 * vc-svn.el (vc-svn-find-file-hook):
10412 * vc-arch.el (vc-arch-find-file-hook):
10413 * pcvs.el (cvs-revert-if-needed):
10414 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
10415 (top-level): Add a Todo list.
10416
10417 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
10418
10419 * vc.el (vc-update): Resolve conflicts if necessary instead of
10420 just updating the buffer.
10421
10422 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
10423 update command so that we can parse the output.
10424
10425 2008-01-13 Martin Rudalics <rudalics@gmx.at>
10426
10427 * mail/rmail.el (rmail-convert-to-babyl-format):
10428 Remove save-excursion to avoid infinite looping.
10429 Reported by dnz <dnz@bk.ru>.
10430
10431 2008-01-12 Glenn Morris <rgm@gnu.org>
10432
10433 * woman.el (woman-parse-numeric-arg): Change handling of `==':
10434 can be interned without a function definition.
10435
10436 2008-01-12 Jason Rumney <jasonr@gnu.org>
10437
10438 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
10439 (rng-nxml-mode-init): Declare.
10440
10441 2008-01-11 Jason Rumney <jasonr@gnu.org>
10442
10443 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
10444 (rng-preferred-prefix-alist-default): Remove.
10445
10446 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
10447 Rename from nxml-enable-unicode-char-name-sets-flag.
10448 (nxml-enable-unicode-char-name-sets-1): Merge into
10449 nxml-enable-unicode-char-name-sets.
10450 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
10451 nxml-char-name-ignore-case here.
10452
10453 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
10454 Update doc string and commentary.
10455 (nxml-char-name-ignore-case): Change default value.
10456 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
10457
10458 2008-01-11 Martin Rudalics <rudalics@gmx.at>
10459
10460 * cus-start.el (all): Add missing version entries.
10461
10462 2008-01-11 Glenn Morris <rgm@gnu.org>
10463
10464 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
10465 (euc-to-flat-code, flat-code-to-euc):
10466 * textmodes/org.el (elmo-msgdb-overview-get-entity)
10467 (wl-summary-buffer-msgdb): Declare as funtions.
10468
10469 2008-01-10 Martin Rudalics <rudalics@gmx.at>
10470
10471 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
10472 Bind buffer-file-name and buffer-file-truename.
10473
10474 * fringe.el (fringe-mode-explicit): New variable.
10475 (set-fringe-mode): Don't alter default-frame-alist when just
10476 loading this file.
10477
10478 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
10479
10480 * doc-view.el (doc-view-buffer-file-name): New variable.
10481 (doc-view-convert-current-doc, doc-view-search)
10482 (doc-view-current-cache-dir, doc-view-initiate-display)
10483 (doc-view-mode): Use it.
10484 (doc-view-bookmark-make-cell): Use variable buffer-file-name
10485 instead of function.
10486
10487 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10488
10489 * vc-svn.el (vc-svn-registered): Return the correct value for
10490 ignored and unregistered files.
10491
10492 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
10493
10494 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
10495
10496 2008-01-10 Tom Tromey <tromey@redhat.com>
10497
10498 * vc.el (vc-status-unmark-all-files): New function.
10499 (vc-status-unmark-all-files): Likewise.
10500 (vc-status-mode-map): Add bindings.
10501
10502 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
10503
10504 * ediff*.el: Uncomment declare-function.
10505
10506 * emulation/viper*.el: Uncomment declare-function.
10507
10508 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
10509
10510 * doc-view.el (doc-view-mode): Support tramp, compressed files and
10511 files inside archives uniformly.
10512
10513 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
10514
10515 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
10516 constant with a computation on sgml-specials rather than a literal
10517 list. Without this change the syntax table is generated
10518 incorrectly, and the mode will think it's in a comment following
10519 any instance of the string "--".
10520
10521 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
10522
10523 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
10524 (doc-view-mode): Support document files inside archives.
10525
10526 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
10527
10528 * vc.el (vc-deduce-fileset): Return the currently selected file if
10529 no files are selected when using vc-status.
10530
10531 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
10532
10533 * ediff*.el: Comment out declare-function. "make bootstrap"
10534 stops with an error and Emacs does not compile with those things in.
10535 Besides, declare-function is not defined in XEmacs.
10536
10537 * ediff-util (eqiff-quit): Autoraise minibuffer.
10538
10539 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
10540
10541 * emulation/viper*.el: Comment out declare-function -- not defined
10542 in XEmacs.
10543
10544 * emulation/viper-ex.el (viper-info-on-file):
10545 Take care of indirect buffers.
10546
10547 * emulation/viper.el (viper-set-hooks, set-cursor-color):
10548 Set viper-vi-state-cursor-color.
10549
10550 2008-01-09 Tom Tromey <tromey@redhat.com>
10551
10552 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
10553 Just return header.
10554 (vc-status-move-to-goal-column): New function.
10555 (vc-status-mode-map): Define more keys.
10556 (vc-status-mode): Use vc-status-refresh. Now 'special.
10557 (vc-status-refresh): New function.
10558 (vc-status-next-line): Likewise.
10559 (vc-status-previous-line): Likewise.
10560 (vc-status-mark-file): Use vc-status-next-line.
10561 (vc-status-unmark-file): Use vc-status-previous-line.
10562 (vc-status-unmark-file-up): New function.
10563 (vc-status-register): Likewise.
10564 (vc-status-find-file): Likewise.
10565 (vc-status-find-file-other-window): Likewise.
10566 (vc-status-current-file): Likewise.
10567 (vc-ensure-vc-buffer): Understand vc-status mode.
10568
10569 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
10570
10571 2008-01-09 Glenn Morris <rgm@gnu.org>
10572
10573 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
10574 entry, for Windows.
10575
10576 2008-01-09 Tom Tromey <tromey@redhat.com>
10577
10578 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
10579
10580 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
10581
10582 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
10583 add a file-name handler.
10584
10585 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10586
10587 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
10588 Rename from function bibtex-files-expand. New optional arg select.
10589 (bibtex-flash-head): Allow blink-matching-delay being zero.
10590 (bibtex-clean-entry): Use atomic-change-group.
10591 (bibtex-format-entry): Check presence of required fields only
10592 after formatting of fields. Use member-ignore-case. Do not use
10593 bibtex-parse-entry. Do not use booktitle field to set a missing title.
10594 (bibtex-autofill-entry): Do not call undo-boundary.
10595 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
10596 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
10597 Parse keys if necessary.
10598
10599 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10600
10601 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
10602 quotes in case of spaces, e.g. STL containers (not pretty).
10603
10604 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10605
10606 * progmodes/gdb-ui.el (gud-gdb-command-name):
10607 Explain "--annotate=3" option is necessary for the Graphical Interface.
10608
10609 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10610
10611 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
10612 on menu bar.
10613
10614 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
10615
10616 * ffap.el (ffap-read-file-or-url): Let-bind
10617 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
10618
10619 2008-01-08 Sven Joachim <svenjoac@gmx.de>
10620
10621 * vc-bzr.el: Fix typo in header.
10622
10623 2008-01-08 Eli Zaretskii <eliz@gnu.org>
10624
10625 * Makefile.in (custom-deps, finder-data): Depend on autoloads
10626 instead of loaddefs.el.
10627
10628 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
10629
10630 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
10631 gets inserted out-of-order.
10632
10633 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
10634
10635 * vc-bzr.el: Copyright and version headers update.
10636 Remove some outdated comments through the whole file.
10637 (vc-bzr-program-args): Remove because unused.
10638 (vc-bzr-log-switches): New customization option.
10639 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
10640 use `vc-bzr-program-args'.
10641 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
10642 `vc-find-root' (patch by Andreas Hoenen).
10643 (vc-bzr-status): Update regex to match latest Bzr output.
10644 Remove redundant test.
10645 (vc-bzr-init-version): New function.
10646 (vc-bzr-unregister): Must not delete file.
10647 (vc-bzr-find-version): New function.
10648 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
10649 a non-empty string, otherwise take head revision.
10650 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
10651 (vc-bzr-diff): Simpler build of the revision spec string.
10652 (vc-annotate-convert-time, vc-bzr-annotate-difference):
10653 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
10654 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
10655 (vc-bzr-dired-state-info): Only provide custom strings for
10656 overloaded VC state 'edited; otherwise fallback to
10657 `vc-default-dired-state-info'.
10658
10659 2008-01-08 Richard Stallman <rms@gnu.org>
10660
10661 * delsel.el (delete-selection-mode): Doc fix.
10662
10663 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10664
10665 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
10666 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
10667
10668 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
10669 of watch expressions (only works fully with GDB 6.7 or later).
10670
10671 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
10672
10673 * time-stamp.el (time-stamp-time-zone):
10674 * whitespace.el (whitespace-check-buffer-leading)
10675 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
10676 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
10677 * progmodes/sh-script.el (sh-indentation):
10678 * textmodes/ispell.el (ispell-local-pdict):
10679 Add safe-local-variable properties.
10680
10681 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
10682
10683 * vc-git.el (vc-git--call): Apply `process-file' instead of
10684 `call-process'.
10685
10686 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
10687 Reported by Pete Forman <pete.forman@westerngeco.com>.
10688 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
10689 (tramp-handle-process-file): Handle the case where DESTINATION is
10690 a consp with t as car.
10691 (tramp-wait-for-output): We shall remove exactly what has been
10692 find by the search.
10693
10694 2008-01-08 Kevin Ryde <user42@zip.com.au>
10695
10696 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10697 For perl, allow "during global destruction" at end. Add entry for
10698 two-arg form of the Test module ok() func.
10699
10700 2008-01-08 Glenn Morris <rgm@gnu.org>
10701
10702 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
10703 unified format.
10704
10705 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
10706
10707 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
10708
10709 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
10710 Simplify selection of frame focusing function.
10711
10712 2008-01-08 Michael Olson <mwolson@gnu.org>
10713
10714 * textmodes/remember.el (remember-region): Fix typo in docstring.
10715
10716 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
10717
10718 * textmodes/remember.el (remember): If there is a visible region
10719 [that is, the mark is active and transient mark mode is enabled]
10720 then use this region for the initial contents of the *Remember*
10721 buffer. Use `region-beginning' and `region-end' instead of
10722 `point' and `mark'.
10723
10724 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
10725
10726 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
10727 argument to vc-hg-command.
10728 (vc-hg-log-view-mode): Handle the user field better.
10729
10730 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
10731
10732 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
10733
10734 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10735
10736 * vc.el (vc-status-fileinfo): New defstruct.
10737 (vc-status): New defvar.
10738 (vc-status-insert-headers, vc-status-printer, vc-status)
10739 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
10740 (vc-status-unmark-file, vc-status-marked-files): New functions.
10741
10742 * vc-hg.el (vc-hg-dir-status): New function.
10743
10744 2008-01-06 Martin Rudalics <rudalics@gmx.at>
10745
10746 * cus-edit.el (custom-tool-bar-map): Move initialization of this
10747 keymap from here ...
10748 (custom-mode): ... to here. Reported by Reiner Steib.
10749
10750 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10751
10752 * obsolete/x-apollo.el: Remove file for unsupported system.
10753
10754 * term/x-win.el (vendor-specific-keysyms): Remove reference to
10755 Apollo.
10756
10757 * progmodes/gud.el (gud-dgux-p): Remove.
10758 (dbx): Remove reference to dgux.
10759
10760 * progmodes/ps-mode.el (ps-mode-print-function):
10761 * ps-print.el (ps-lp-system):
10762 * paths.el (rmail-spool-directory):
10763 * ls-lisp.el (ls-lisp-emulation):
10764 * lpr.el (lpr-lp-system):
10765 * dired.el (dired-chown-program): Remove references to dgux.
10766
10767 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
10768
10769 * vc.el (vc-process-sentinel): Fix apparent typo.
10770 (vc-do-command): Forcefully kill any left over process.
10771 Use start-file-process.
10772 (vc-annotate-get-time-set-line-props): Check we don't move backward.
10773
10774 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
10775
10776 * net/dbus.el (dbus-list-hash-table)
10777 (dbus-name-owner-changed-handler): Replace "signal" by "member".
10778 (dbus-check-event): Add serial number to event.
10779 (dbus-handle-event): Apply return message if needed.
10780 (dbus-event-serial-number): New defun.
10781 (dbus-event-service-name, dbus-event-path-name)
10782 (dbus-event-interface-name, dbus-event-member-name):
10783 Adapt implementation to serial number.
10784
10785 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
10786
10787 * bs.el (bs--get-mode-name): Fix typo in previous change.
10788
10789 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
10790
10791 * mouse.el (mouse-popup-menubar): Fix typo.
10792
10793 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
10794 form inside with-current-buffer.
10795
10796 * progmodes/antlr-mode.el (provide): Move to the end of file.
10797 (require): Don't require font-lock and compile.
10798 (outline-level, imenu-use-markers, imenu-create-index-function):
10799 Move declarations to top level.
10800 (cond-emacs-xemacs-macfn): Declare for compiler.
10801
10802 * vc-bzr.el (vc-bzr-root):
10803 * vc-arch.el (vc-arch-root): Only set a property if the file is
10804 managed by this backend.
10805
10806 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
10807
10808 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
10809
10810 * doc-view.el (doc-view-scroll-up-or-next-page)
10811 (doc-view-scroll-down-or-previous-page): Don't scroll to the
10812 top/bottom again when on the first/last page.
10813
10814 * doc-view.el (doc-view-scroll-up-or-next-page)
10815 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
10816 image-scroll-down instead of the non-image equivalents.
10817 Don't rely on a signalled condition but switch pages when scrolling
10818 doesn't change the vertical position anymore.
10819 (doc-view-mode-map): Remap scroll-{up,down} to
10820 image-scroll-{up,down}.
10821
10822 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
10823
10824 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
10825 tpu-mapper command rather than load the tpu-mapper package.
10826
10827 * emulation/tpu-mapper.el (tpu-mapper): New command.
10828 Contains all the code previously at top-level.
10829
10830 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
10831
10832 * bs.el (bs--sort-by-mode, bs--get-mode-name):
10833 * imenu.el (imenu-add-to-menubar):
10834 * makesum.el (make-command-summary):
10835 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
10836 (mouse-buffer-menu):
10837 * msb.el (msb--mode-menu-cond):
10838 * calc/calc-embed.el (calc-do-embedded):
10839 * emacs-lisp/helper.el (Helper-describe-mode):
10840 * mail/emacsbug.el (report-emacs-bug):
10841 * progmodes/hideshow.el (hs-grok-mode-type):
10842 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10843 * textmodes/table.el (*table--cell-describe-mode):
10844 Pass mode-name through format-mode-line.
10845
10846 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
10847
10848 * progmodes/ada-xref.el (ada-prj-find-prj-file):
10849 * progmodes/ada-mode.el (comment-region):
10850 * calendar/todo-mode.el (todo-insert-item):
10851 * bookmark.el (bookmark-buffer-name):
10852 Test major-mode rather than mode-name.
10853
10854 2008-01-04 Richard Stallman <rms@gnu.org>
10855
10856 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
10857 Call byte-compile-warn-about-unresolved-functions outside
10858 the with-current-buffer.
10859 (byte-compile-insert-header): Use with-current-buffer.
10860
10861 2008-01-04 Glenn Morris <rgm@gnu.org>
10862
10863 * startup.el (fancy-about-screen): Remove reference to deleted
10864 `fancy-splash-help-echo' variable.
10865
10866 * version.el (emacs-copyright): Update to 2008.
10867
10868 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
10869 rather than mapcar.
10870
10871 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
10872 change (merge mistake).
10873
10874 * doc-view.el (doc-view-search-internal): Don't use `incf'.
10875
10876 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
10877 (bookmark-get-bookmark-record):
10878 * image-mode.el (bookmark-make-cell-function)
10879 (bookmark-get-filename, bookmark-get-bookmark-record)
10880 (bookmark-get-position):
10881 * log-view.el (vc-modify-change-comment):
10882 * progmodes/grep.el (find-name-arg): Declare for compiler.
10883
10884 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
10885
10886 * savehist.el (savehist-coding-system): Default to a variant coding
10887 system with explicit unix end-of-line conversion, which is safer.
10888
10889 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10890
10891 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
10892 * ibuffer.el (mode column): Use format-mode-line.
10893
10894 * server.el (server-create-window-system-frame): Remove workaround for
10895 a bug that has been fixed.
10896
10897 2008-01-03 Magnus Henoch <magnus@zemdatav>
10898
10899 * net/dbus.el (dbus-name-owner-changed-handler):
10900 Use dbus-unregister-object instead of dbus-unregister-signal.
10901
10902 2008-01-03 Drew Adams <drew.adams@oracle.com>
10903
10904 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
10905
10906 2008-01-03 Richard Stallman <rms@gnu.org>
10907
10908 * replace.el (occur-context-lines): New subroutine,
10909 broken out of occur-engine.
10910 (occur-engine): Call it.
10911
10912 2008-01-03 Alexandre Julliard <julliard@winehq.org>
10913
10914 * vc-git.el (vc-git--ls-files-state): New function.
10915 (vc-git-dir-state): Use it instead of processing the status
10916 results here.
10917
10918 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
10919
10920 * progmodes/grep.el (grep-find-ignored-directories):
10921 Initialize from the value of vc-directory-exclusion-list.
10922
10923 * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
10924 even though we don't have a back end for darcs yet.
10925
10926 2008-01-02 Karl Fogel <kfogel@red-bean.com>
10927
10928 Change a return type, for greater extensibility.
10929 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
10930 and its thread for discussion leading to this change.
10931
10932 * bookmark.el (bookmark-jump-noselect):
10933 Return an alist instead of a dotted pair.
10934 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
10935 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
10936 (bookmark-bmenu-switch-other-window): Adjust accordingly.
10937 (bookmark-make-cell-function): Adjust documentation accordingly.
10938
10939 * image-mode.el (image-bookmark-jump):
10940 Adjust return type accordingly; document.
10941
10942 * doc-view.el (doc-view-bookmark-jump):
10943 Adjust return type accordingly; document.
10944
10945 2008-01-02 Miles Bader <miles@gnu.org>
10946
10947 * net/rcirc.el (rcirc-log-filename-function): New variable.
10948 (rcirc-log): Use `rcirc-log-filename-function' to generate the
10949 log-file name. Don't log anything if it returns nil.
10950 (rcirc-log-write): Use `expand-file-name' when merging the
10951 log-file name from the alist with rcirc-log-directory; this does
10952 the right thing if the name in the alist already an absolute
10953 filename. Make the log-file directory if necessary.
10954
10955 2007-12-29 Richard Stallman <rms@gnu.org>
10956
10957 * font-lock.el (font-lock-prepend-text-property)
10958 (font-lock-append-text-property): Canonicalize the face and
10959 font-lock-face properties.
10960
10961 * faces.el (facep): Doc fix.
10962
10963 * startup.el (fancy-startup-tail, fancy-about-text)
10964 (fancy-startup-text): Regularize format of face property.
10965
10966 * facemenu.el (list-colors-print): Use :background and :foreground
10967 instead of background-color and foreground-color.
10968
10969 2007-12-29 Drew Adams <drew.adams@oracle.com>
10970
10971 * cus-edit.el (custom-add-parent-links):
10972 Fill the "Parent documentation" text.
10973
10974 2007-12-29 Eli Zaretskii <eliz@gnu.org>
10975
10976 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
10977 MS-Windows and MS-DOS.
10978 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
10979
10980 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
10981
10982 * vc-svn.el (vc-svn-modify-change comment): New function.
10983
10984 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
10985
10986 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
10987 Do not disable undo, with-temp-buffer does it by default.
10988
10989 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
10990
10991 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
10992 correctly.
10993
10994 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
10995 with vc-state.
10996 (vc-next-action): Fix vc-transfer-file call.
10997
10998 2007-12-31 Tom Tromey <tromey@redhat.com>
10999
11000 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
11001 Move point to the start of the buffer.
11002
11003 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
11004
11005 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
11006
11007 * vc.el: State that dir-state is required to set the vc-state and
11008 vc-backend properties.
11009
11010 2007-12-31 Martin Rudalics <rudalics@gmx.at>
11011
11012 * man.el (Man-default-man-entry): Make this a defun.
11013 Improve guessing mechanism and handling of section numbers.
11014
11015 2007-12-31 Richard Stallman <rms@gnu.org>
11016
11017 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
11018
11019 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
11020
11021 * calc/calc-units.el (calc-convert-temperature): Ensure that units
11022 are on the result even when the result is zero.
11023
11024 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
11025
11026 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
11027 resistent towards wrong parameters.
11028 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
11029
11030 2007-12-30 Richard Stallman <rms@gnu.org>
11031
11032 * faces.el (face-all-attributes): New function.
11033
11034 * faces.el (face-differs-from-default-p): Compute list of attr names
11035 from face-attribute-name-alist.
11036
11037 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
11038 (custom-face-save): Likewise.
11039 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
11040
11041 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
11042 (custom-theme-set-faces): Clear `face-override-spec' property.
11043 Call `face-spec-set' with FOR-DEFFACE.
11044
11045 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
11046
11047 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
11048 Use of frame as third arg is deprecated.
11049 Handle `face-override-spec' property.
11050 (face-spec-recalc): New function.
11051 (face-spec-set-2): New function.
11052 (frame-set-background-mode): Handle `face-override-spec' property.
11053 Use `face-spec-recalc'.
11054 (face-set-after-frame-default): Use `face-spec-recalc'.
11055
11056 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
11057
11058 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
11059
11060 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11061
11062 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
11063
11064 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
11065
11066 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
11067 'added, 'removed.
11068
11069 * vc.el (header coment): Better description of dir-state.
11070 (vc-compatible-state): New function. Checks whether two states
11071 can be in the same changeset; used with 'edited it can test whether
11072 the next action for a state should be commit.
11073 (vc-default-dired-state-info): Display 'removed state.
11074 (vc-dired-hook): Turn off undo, this is a speed tweak.
11075
11076 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
11077
11078 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
11079 Cope with the possibility that the 'C' status flag might change
11080 in 0.9,6.
11081
11082 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
11083
11084 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
11085
11086 * files.el (cd-absolute): Fix omission bug:
11087 Make `list-buffers-directory' buffer-local.
11088
11089 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11090
11091 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
11092
11093 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
11094
11095 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
11096
11097 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
11098 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
11099 (math-yacas-compose-deriv, math-yacas-compose-taylor)
11100 (math-maxima-parse-subst, math-maxima-parse-taylor)
11101 (math-maxima-compose-taylor, math-maxima-compose-subst)
11102 (math-maxima-compose-if, math-lang-switch-args)
11103 (math-lang-compose-switch-args, math-read-giac-subscr):
11104 New functions.
11105 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
11106 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
11107 Add languages.
11108 (math-vector-brackets, math-complex-format, math-variable-table)
11109 (math-parse-table, math-oper-table, math-function-table)
11110 (math-special-function-table, math-compose-subscr):
11111 Add values for new languages.
11112
11113 * calc/calccomp.el (math-compose-expr): Add new languages.
11114
11115 * calc/calc.el (calc-language): Add languages to docstring.
11116
11117 * calc/calc-ext.el (calc-init-extensions): Add keybindings
11118 for new languages. Autoload commands to change languages.
11119
11120 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
11121
11122 * calc/calc-menu.el (calc-modes-menu): Add new languages.
11123 (calc-arithmetic-menu, calc-scientific-function-menu)
11124 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
11125 (calc-units-menu, calc-variables-menu, calc-stack-menu):
11126 Add :active keywords.
11127
11128 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
11129
11130 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
11131 returns 'ignored or 'unregistered.
11132 (vc-hg-state): Pass "-A" to the status command and deal with the
11133 output.
11134 (vc-hg-dir-state): Pass "-A" to the status command.
11135
11136 2007-12-29 Richard Stallman <rms@gnu.org>
11137
11138 * progmodes/compile.el (compilation-start): Set initial visible
11139 point properly even when compilation buffer already current.
11140
11141 2007-12-29 Richard Stallman <rms@gnu.org>
11142
11143 * files.el (conf-mode-maybe): New function.
11144 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
11145
11146 2007-12-29 Martin Rudalics <rudalics@gmx.at>
11147
11148 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
11149
11150 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11151
11152 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
11153
11154 2007-12-29 Richard Stallman <rms@gnu.org>
11155
11156 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
11157 so they never do EOF.
11158
11159 2007-12-29 Richard Stallman <rms@gnu.org>
11160
11161 * faces.el (copy-face): Create the new face explicitly if it
11162 does not exist already.
11163
11164 2007-12-29 Eli Zaretskii <eliz@gnu.org>
11165
11166 * simple.el (minibuffer-history, shell-command-history)
11167 (set-variable-value-history):
11168 * replace.el (regexp-history):
11169 * international/mule-cmds.el (input-method-history):
11170 * files.el (file-name-history): Add reference to history-length in
11171 the doc string.
11172
11173 2007-12-29 Richard Stallman <rms@gnu.org>
11174
11175 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
11176
11177 2007-12-29 Jason Rumney <jasonr@gnu.org>
11178
11179 * find-dired.el (find-name-arg): New custom variable.
11180 (find-name-dired): Use it.
11181 (find-dired-find-program): Remove.
11182 (find-dired): Use find-program.
11183 (find-grep-dired): Use grep-program.
11184
11185 * progmodes/grep.el (rgrep): Use find-name-arg.
11186
11187 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
11188
11189 * progmodes/cc-vars.el (defcustom-c-stylevar):
11190 Revert to pre-2007-12-12 version.
11191
11192 2007-12-29 Richard Stallman <rms@gnu.org>
11193
11194 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
11195
11196 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
11197 Use changed.
11198
11199 * startup.el (fancy-splash-help-echo): Var deleted.
11200 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
11201 (fancy-about-screen): Don't display fancy-splash-help-echo.
11202
11203 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
11204
11205 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
11206
11207 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
11208 to vc-hooks.el so it will be available to other modes, such as
11209 speedbar.el. Also, teach it to recognize monotone state directories.
11210
11211 * speedbar.el: Remove this mode's fragile assumptions about
11212 version-control systems. Instead, make it use logic from
11213 vc-hooks.el so it will become smarter whenever VC mode does.
11214
11215 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
11216 Fix the documentation.
11217
11218 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
11219 Modify all instances of the dir-state back-end method to suppress
11220 keeping undo lists on the buffers holding status output, which
11221 can get extremely large.
11222
11223 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
11224 so they don't do work that the default one can do instead.
11225
11226 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
11227 states, and the new return-value convention. These are not
11228 actually used yet, just set.
11229
11230 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
11231 states when appropriate.
11232
11233 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
11234 'unregistered when appropriate.
11235
11236 * vc-git.el: Document that we don't set the new states yet.
11237
11238 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
11239 'ignored states.
11240
11241 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
11242 appropriate.
11243
11244 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
11245 when appropriate.
11246
11247 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
11248
11249 * thumbs.el (thumbs-call-convert): Use call-process directly
11250 with thumbs-conversion-program instead of through shell-file-name
11251 for better error reporting.
11252
11253 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
11254
11255 * calc/calc-aent.el (math-remove-percentsigns):
11256 * calc/calccomp.el (math-to-percentsigns): Change placeholder
11257 for percent signs.
11258
11259 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
11260
11261 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
11262 use completion-ignored-extensions to detect files that should be
11263 ignorted in VC-Dired listings, heading off lots of expensive calls
11264 to (vc-state).
11265
11266 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
11267 non-terse mode.
11268 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
11269 Makefile.in or Makefile.am.
11270
11271 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11272
11273 * ps-print.el (ps-mark-active-p): Fun returned back.
11274 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
11275 `region-active-p' for error checking.
11276
11277 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
11278
11279 * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
11280 Put new machinery in place to support editing of change comments
11281 with 'e' in a log-view buffer. Not documented yet as this
11282 only works for SCCS, RCS, and maybe CVS if you have admin
11283 privileges. When we have backend support for Subversion and
11284 more modern systems it will be time to write this up.
11285
11286 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
11287
11288 * international/mule-cmds.el (select-safe-coding-system):
11289 When a buffer is modified, cancel the writing.
11290
11291 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
11292
11293 * log-view.el: Add Subversion and Mercurial log format samples.
11294
11295 * vc.el (vc-dired-hook): Significantly speed up by arranging for
11296 it to call the backend dir-state hook (if it exists)
11297 exactly *once*, rather than once per each subdirectory (with
11298 dired-state-info calls on all toplevel files slowing it down even
11299 further). For this to work, backend dir-state methods have to
11300 recurse to subdirectories. Most of them already did anyway; a few
11301 needed *non*-recursion switches removed. This change mostly
11302 removed code that was perversely bad and should have been shot
11303 through the head years ago.
11304
11305 * vc-bzr.el (vc-bzr-dir-state):
11306 * vc-cvs.el (vc-cvs-dir-state):
11307 * vc-mcvs.el (vc-mcvs-dir-state):
11308 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
11309
11310 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
11311 multiple arguments, so generate logs sequentially when we get them.
11312 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
11313 headers so the various log bindings can do the right thing.
11314 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
11315
11316 2007-12-26 Andreas Schwab <schwab@suse.de>
11317
11318 * font-lock.el (save-buffer-state): Make sure the state of the
11319 buffer is always restored.
11320
11321 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
11322
11323 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
11324
11325 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
11326 a variable.
11327
11328 * calc/calccomp.el (math-to-percentsigns): New function.
11329 (math-compose-var): Handle variables with percent signs.
11330 (math-compose-expr): Handle function names with percent signs.
11331
11332 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
11333 (math-read-exprs): Handle percent signs in languages that
11334 allow them.
11335 (math-restore-underscores): Remove function.
11336 (math-remove-percentsigns, math-restore-placeholders):
11337 New functions.
11338
11339 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11340
11341 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
11342 of `mark' for error checking.
11343
11344 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
11345
11346 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
11347 New functions.
11348 (image-mode): Set bookmark-make-cell-function appropriately.
11349
11350 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
11351
11352 * bookmark.el (bookmark-make-cell-function): New variable.
11353 (bookmark-make): Call bookmark-make-cell-function's function
11354 instead of bookmark-make-cell.
11355 (bookmark-get-handler, bookmark-jump-internal): New functions.
11356 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
11357 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
11358 Use bookmark-jump-internal.
11359 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
11360
11361 * doc-view.el (doc-view-bookmark-make-cell)
11362 (doc-view-bookmark-jump): New functions.
11363 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
11364
11365 2007-12-25 Miles Bader <miles@gnu.org>
11366
11367 * indent.el (indent-for-tab-command): Rigidly indent the following
11368 sexp along with the current line when a prefix arg is given in the
11369 non-active-region case. Specify raw prefix in interactive spec.
11370 Simplify main indentation logic to get rid of the conditional call
11371 to `indent-according-to-mode' (it just ended up calling
11372 `indent-line-function' in all cases anyway, which can be done more
11373 simply here). Remove unnecessary test of ARG in active region case.
11374
11375 2007-12-25 Richard Stallman <rms@gnu.org>
11376
11377 * allout.el (allout-region-active-p): Rename from my-region-active-p.
11378 Use `use-region-p'.
11379 (allout-write-file-hook-handler): Simplify code.
11380
11381 * ps-print.el (ps-mark-active-p): Function deleted.
11382 (ps-print-preprint-region): Use (mark) for the error check.
11383
11384 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
11385
11386 * winner.el (winner-active-region): Use `mark-active' if it's defined.
11387
11388 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
11389
11390 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
11391
11392 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
11393
11394 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
11395
11396 * progmodes/cc-defs.el (c-region-is-active-p):
11397 Use `mark-active' if it's defined.
11398
11399 * progmodes/cc-cmds.el (c-indent-line-or-region):
11400 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
11401
11402 * simple.el (select-active-regions): New option.
11403 (set-mark): Obey it.
11404 (yank-pop-change-selection): New option.
11405 (current-kill): Obey it.
11406
11407 * simple.el (use-region-p): Rename from `region-active-p'.
11408 (region-active-p): New function.
11409
11410 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
11411
11412 * term/x-win.el (x-select-enable-primary): New option.
11413 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
11414
11415 * mouse.el (mouse-yank-primary): New function (almost same
11416 as mouse-yank-secondary).
11417
11418 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
11419
11420 * calculator.el:
11421 * dframe.el:
11422 * iswitchb.el:
11423 * whitespace.el:
11424 * winner.el:
11425 * emacs-lisp/checkdoc.el:
11426 * mail/feedmail.el:
11427 * net/quickurl.el:
11428 * obsolete/fast-lock.el:
11429 * play/5x5.el:
11430 * progmodes/delphi.el:
11431 * progmodes/idlw-shell.el:
11432 * progmodes/idlwave.el:
11433 * textmodes/artist.el:
11434 * textmodes/ispell.el:
11435 * textmodes/texinfmt.el:
11436 * textmodes/texinfo.el: Remove obsolete definitions of backward
11437 compatibility macros for defcustom, defgroup, defface, when,
11438 unless, with-current-buffer and with-temp-message.
11439
11440 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
11441
11442 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
11443
11444 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
11445
11446 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
11447 indeed a process.
11448
11449 2007-12-23 Richard Stallman <rms@gnu.org>
11450
11451 * simple.el (region-active-p): New function.
11452 (use-empty-active-region): New variable.
11453
11454 * dired-aux.el (dired): Load dired.el at run time too.
11455
11456 2007-12-23 Juri Linkov <juri@jurta.org>
11457
11458 * man.el (Man-follow-manual-reference): Fill the minibuffer's
11459 default list with a full list of references.
11460
11461 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
11462
11463 2007-12-23 Andreas Schwab <schwab@suse.de>
11464
11465 * files.el (switch-to-buffer-other-frame): Return the buffer
11466 switched to.
11467
11468 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
11469
11470 Sync with Tramp 2.1.12.
11471
11472 * net/tramp.el: New todo item.
11473
11474 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
11475 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
11476
11477 * net/trampver.el: Update release number.
11478
11479 2007-12-22 Richard Stallman <rms@gnu.org>
11480
11481 * newcomment.el (comment-region-default): Don't triple the
11482 comment starter if the first region line isn't indented enough.
11483
11484 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11485
11486 * net/imap.el (imap-authenticate): Use current-buffer instead of
11487 buffer, for the cases where imap-authenticate is called with a nil
11488 buffer parameter.
11489
11490 2007-12-21 Martin Rudalics <rudalics@gmx.at>
11491
11492 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
11493 specifier from format-string. Reported by Ye Wenbin.
11494
11495 2007-12-20 Jason Rumney <jasonr@gnu.org>
11496
11497 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
11498 Parent group is font-lock-faces.
11499 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
11500 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
11501 (nxml-version): Remove.
11502 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
11503 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
11504 (nxml-processing-instruction-delimiter)
11505 (nxml-processing-instruction-target)
11506 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
11507 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
11508 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
11509 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
11510 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
11511 (nxml-attribute-prefix, nxml-attribute-colon)
11512 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
11513 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
11514 (nxml-attribute-value, nxml-attribute-value-delimiter)
11515 (nxml-namespace-attibute-value)
11516 (nxml-namespace-attribure-value-delimiter)
11517 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
11518 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
11519 (nxml-glyph): Rename, removing -face suffix.
11520 Inherit from existing font-lock faces.
11521 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
11522 Use new face names.
11523
11524 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11525 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11526 Rename, removing -face suffix.
11527 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
11528 (nxml-highlighted-colon, nxml-highlighted-slash)
11529 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
11530 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
11531 (nxml-highlighted-qname, nxml-outline-display-heading):
11532 Use new face names.
11533
11534 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
11535
11536 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
11537
11538 2007-12-19 Martin Rudalics <rudalics@gmx.at>
11539
11540 * cus-start.el (all): Use correct group name for members of
11541 mode-line group.
11542
11543 * man.el (Man-default-man-entry): When looking for default man
11544 entry title search text preceding point. Use when instead of if.
11545
11546 * indent.el (indent-for-tab-command): Fix doc-string typo.
11547
11548 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
11549 vc-parent-buffer is the current buffer.
11550
11551 * info-look.el (info-lookup, info-lookup-setup-mode)
11552 (info-lookup-make-completions): Avoid clobbering Info-history and
11553 Info-history-list.
11554
11555 2007-12-19 Glenn Morris <rgm@gnu.org>
11556
11557 * progmodes/verilog-mode.el (top-level): Don't require compile.
11558 (compilation-error-regexp-alist, compilation-last-buffer):
11559 Define for compiler.
11560 (verilog-insert-1): New function.
11561 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
11562 Use verilog-insert-1.
11563 (verilog-surelint-off): Use next-error-last-buffer if bound.
11564 Check compile buffer is live.
11565
11566 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
11567
11568 * progmodes/compile.el (compilation-start): Don't pass a FRAME
11569 argument to display-buffer.
11570
11571 2007-12-19 Jason Rumney <jasonr@gnu.org>
11572
11573 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
11574 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
11575 (rng-byte-compile-load, rng-write-version): Remove.
11576
11577 * nxml/rng-loc.el (rng-schema-locating-files-default)
11578 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
11579 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
11580
11581 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
11582
11583 * files.el (cd-absolute): Set `list-buffers-directory' in order to
11584 show correct path in buffer list.
11585
11586 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
11587 (tramp-find-shell): Send only single prompt setting commands, in
11588 order to avoid double-prompt.
11589
11590 * net/tramp-compat.el (top): Require cl only when compiling.
11591 Reported by Glenn Morris <rgm@gnu.org>.
11592
11593 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
11594
11595 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
11596 (c-comment-continuation-stars): No longer declare with
11597 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
11598 (c-block-comment-prefix): Use symbol-value to
11599 access c-comment-continuation-stars.
11600 * progmodes/cc-mode.el (c-initialize-cc-mode):
11601 Use symbol-value to access c-comment-continuation-stars.
11602
11603 2007-12-18 Mark A. Hershberger <mah@everybody.org>
11604
11605 * xml.el (xml-escape-string): New function. Escape string using
11606 xml-entity-alist.
11607 (xml-debug-print-internal): Use xml-escape-string to escape
11608 characters in attributes and in text children of elements.
11609
11610 2007-12-18 Glenn Morris <rgm@gnu.org>
11611
11612 * progmodes/cc-subword.el (c-subword-mode): Drop support for
11613 systems without define-minor-mode.
11614
11615 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
11616
11617 * progmodes/verilog-mode.el: Replace all instances of
11618 string-to-int with string-to-number, insert-string with insert,
11619 and read-input with read-string.
11620 (top-level): No need to require imenu, reporter, dinotrace, vc,
11621 font-lock when compiling. Always require compile. Relegate remaining
11622 compatibility cruft to XEmacs. Don't require font-lock.
11623 (verilog-version): Remove superfluous concat.
11624 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
11625 No need to define.
11626 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
11627 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
11628 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
11629 (verilog-startup-message-displayed): These are variables, not constants.
11630 (verilog-batch-execute-func, verilog-auto-inst)
11631 (verilog-auto-inst-param): Use mapc rather than mapcar.
11632 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
11633 actually defining.
11634 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
11635 (verilog-modi-get-outputs, verilog-modi-get-inouts)
11636 (verilog-modi-get-inputs, verilog-modi-get-wires)
11637 (verilog-modi-get-regs, verilog-modi-get-assigns)
11638 (verilog-modi-get-consts, verilog-modi-get-gparams)
11639 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
11640 (verilog-modi-get-sub-inputs): Move inline functions earlier in
11641 the file.
11642 (sigs-in, sigs-out): Don't declare multiple times.
11643 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
11644 `defvar'.
11645 (verilog-auto): Call dinotrace-unannotate-all only if bound.
11646 (verilog-module-inside-filename-p): No need to wrap fboundp test
11647 in condition-case.
11648 (reporter-submit-bug-report): Autoload it.
11649 (verilog-mark-defun): Call zmacs-activate-region only if bound.
11650 (verilog-font-customize): Call customize-apropos only if bound.
11651 (verilog-getopt-flags, verilog-auto-reeval-locals):
11652 Use make-local-variable rather than make-variable-buffer-local.
11653 (verilog-company, verilog-project, verilog-modi-cache-list):
11654 Move make-variable-buffer-local calls to top-level.
11655 (font-lock-defaults-alist): Don't define it.
11656 (verilog-need-fld): Remove.
11657 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
11658 (verilog-mode): Only call make-local-hook on XEmacs.
11659 Set font-lock-defaults rather than using verilog-font-lock-init.
11660
11661 2007-12-17 Andreas Schwab <schwab@suse.de>
11662
11663 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
11664 Fix comment typo.
11665
11666 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
11667
11668 * net/dbus.el (dbus-name-owner-changed-handler):
11669 Use `dbus-unregister-signal' for removing old rules.
11670 Obey new structure of `dbus-registered-functions-table'.
11671
11672 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
11673
11674 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
11675
11676 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
11677
11678 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
11679 function.
11680 (add-submenu): Only define for XEmacs.
11681 (verilog-regexp-words): Revert previous change, keep the other
11682 definition.
11683
11684 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
11685
11686 * progmodes/perl-mode.el (perl-continued-statement-offset)
11687 (perl-continued-brace-offset, perl-brace-offset)
11688 (perl-brace-imaginary-offset, perl-label-offset):
11689 * progmodes/cperl-mode.el (cperl-brace-offset)
11690 (cperl-continued-brace-offset, cperl-label-offset)
11691 (cperl-continued-statement-offset)
11692 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
11693 Add safe-local-variable properties.
11694
11695 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11696
11697 * progmodes/verilog-mode.el (verilog-mode-map)
11698 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
11699 (verilog-colorize-include-files): Use only overlay functions so
11700 that it can work on both emacs and XEmacs.
11701 (set-extent-keymap): Remove unused defun.
11702 (verilog-kill-existing-comment, verilog-insert-date)
11703 (verilog-insert-year): Rename in order not to pollute the global
11704 namespace from kill-existing-comment, insert-date and
11705 insert-year, respectively.
11706 (verilog-set-auto-endcomments, verilog-header): Update callers.
11707
11708 * files.el (auto-mode-alist): Recognize verilog files.
11709
11710 * progmodes/verilog-mode.el (verilog-string-replace-matches)
11711 (verilog-string-remove-spaces, verilog-re-search-forward)
11712 (verilog-re-search-backward, verilog-re-search-forward-quick)
11713 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
11714 (verilog-get-end-of-line, verilog-within-string): Move definitions
11715 before first use. No code changes.
11716
11717 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11718
11719 * progmodes/verilog-mode.el (verilog-mode-version)
11720 (verilog-mode-release-date): Don't use expanding keywords.
11721 (provide): Move to the end of file.
11722 (fboundp): Don't check if eval-when-compile is bound, it is used
11723 later in the file without checking.
11724 (when, unless): Copy definitions from subr.el.
11725 (char-before, defcustom, defface, customize-group)
11726 (verilog-batch-error-wrapper): Don't use old style backquotes.
11727 (verilog-regexp-opt): Avoid using the cl function case.
11728 (verilog-regexp-words): Remove duplicated definition.
11729 (verilog-mode-abbrev-table): Remove, duplicate.
11730 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
11731 Declare and initialize in one step.
11732 (verilog-declaration-prefix-re, verilog-declaration-re)
11733 (verilog-end-of-statement, verilog-indent-declaration)
11734 (verilog-get-lineup-indent): Remove trailing whitespace.
11735 (verilog-mode): Fix autoload cookie.
11736 Set beginning-of-defun-function and end-of-defun-function. Use when
11737 instead of if.
11738 (verilog-emacs-features, verilog-auto-ascii-enum)
11739 (verilog-insert-indices): Escape braces in doc strings.
11740
11741 2007-12-08 Michael McNamara <mac@verilog.com>
11742 Wilson Snyder <wsnyder@wsnyder.org>
11743
11744 * progmodes/verilog-mode.el: New file.
11745
11746 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
11747
11748 * international/latexenc.el (latexenc-find-file-coding-system):
11749 If both coding-system-for-write and buffer-file-coding-system of
11750 latex-main-file are nil, use `undecided'.
11751
11752 2007-12-06 Jason Rumney <jasonr@gnu.org>
11753
11754 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
11755
11756 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
11757
11758 * files.el (revert-buffer): Docstring fix.
11759
11760 2007-12-11 Glenn Morris <rgm@gnu.org>
11761
11762 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
11763
11764 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
11765
11766 * calc/calc-aent.el (math-restore-underscores)
11767 (math-string-restore-underscores): New functions.
11768 (math-read-factor): Properly check variable names with underscores
11769 for entries in `math-expr-variable-mapping'.
11770
11771 * calc/calc-lang.el (math-lang-name): New property name.
11772
11773 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
11774 to set language name.
11775
11776 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
11777
11778 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11779
11780 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
11781
11782 * server.el (server-select-display): Fix important typo.
11783 (server-process-filter): Turn a "" display into nil.
11784
11785 2007-12-09 Juri Linkov <juri@jurta.org>
11786
11787 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
11788 Check search-upper-case before calling isearch-no-upper-case-p
11789 to set case-fold-search.
11790 (occur): Doc fix.
11791 (occur-1, perform-replace): Check search-upper-case before calling
11792 isearch-no-upper-case-p to set case-fold-search.
11793
11794 * isearch.el (search-upper-case): Doc fix.
11795 (isearch-mode-map): Bind `M-s o' to isearch-occur.
11796 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
11797 (isearch-query-replace-regexp): Doc fix.
11798 (isearch-occur): New function.
11799
11800 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
11801
11802 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
11803 backward compatibility.
11804
11805 * net/imap.el (imap-string-to-integer): New function.
11806
11807 2007-12-09 David Kastrup <dak@gnu.org>
11808
11809 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
11810 directories. Not sure anybody uses this anymore, though.
11811
11812 2007-12-09 Glenn Morris <rgm@gnu.org>
11813
11814 * emulation/viper-init.el (top-level): Use dolist rather than mapc
11815 in make-variable-frame-local call.
11816
11817 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11818
11819 * mail/hashcash.el (declare-function):
11820 * net/imap.el (declare-function): New no-op macro for backward
11821 compatibility.
11822
11823 2007-12-08 Eli Zaretskii <eliz@gnu.org>
11824
11825 Sync makefile.w32-in with Makefile.in.
11826
11827 * makefile.w32-in (check-declare): New target.
11828 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
11829 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
11830 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
11831 ($(lisp)/progmodes/cc-mode.elc): Use it.
11832 ($(lisp)/progmodes/cc-mode.elc): New rule.
11833
11834 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
11835
11836 * indent.el (tab-stop-list): Mark as safe-local-variable.
11837
11838 * generic-x.el (etc-sudoers-generic-mode): New mode.
11839 (generic-unix-modes): Add it.
11840
11841 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
11842
11843 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
11844 apply wildcards in a hash table key; there is no usable hash code then.
11845 (dbus-registered-functions-table): Use `equal' as test function.
11846 (dbus-name-owner-changed-handler): Rewrite due to new hash table
11847 structure.
11848
11849 2007-12-08 Martin Rudalics <rudalics@gmx.at>
11850
11851 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
11852 bound error in block comment branch.
11853
11854 2007-12-08 David Kastrup <dak@gnu.org>
11855
11856 * textmodes/reftex.el (reftex-select-with-char):
11857 * textmodes/reftex-toc.el (reftex-toc-do-promote)
11858 (reftex-toc-visit-location, reftex-toc-find-section):
11859 * textmodes/reftex-index.el (reftex-index-show-entry):
11860 * textmodes/org.el (org-cycle-hide-archived-subtrees)
11861 (org-table-rotate-recalc-marks, org-mark-ring-push)
11862 (org-follow-info-link, org-mhe-get-message-folder-from-index)
11863 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
11864 (org-evaluate-time-range, org-edit-agenda-file-list):
11865 * textmodes/artist.el (artist-select-next-op-in-list)
11866 (artist-select-prev-op-in-list):
11867 * term/mac-win.el (mac-service-insert-text):
11868 * startup.el (fancy-about-screen):
11869 * progmodes/vhdl-mode.el (vhdl-decision-query):
11870 * progmodes/idlwave.el (idlwave-template)
11871 (idlwave-scroll-completions, idlwave-display-completion-list):
11872 * progmodes/ebrowse.el (ebrowse-show-progress):
11873 * progmodes/cperl-mode.el (cperl-find-pods-heres):
11874 * progmodes/antlr-mode.el (antlr-insert-option-do):
11875 * play/mpuz.el (mpuz-close-game):
11876 * net/rcirc.el (rcirc-next-active-buffer):
11877 * mail/reporter.el (reporter-update-status):
11878 * kmacro.el (kmacro-display):
11879 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
11880 * emulation/viper-util.el (viper-save-setting):
11881 * emacs-lisp/lisp-mnt.el (lm-verify):
11882 * emacs-lisp/edebug.el (edebug-set-mode):
11883 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
11884 * calendar/calendar.el (calendar-print-day-of-year):
11885 * calc/calcalg3.el (calc-curve-fit):
11886 * calc/calcalg2.el (math-integral):
11887 * calc/calc.el (calc-read-key-sequence, calc-version):
11888 * calc/calc-mode.el (calc-set-simplify-mode):
11889 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
11890
11891 2007-12-07 D. Goel <deego3@gmail.com>
11892
11893 * progmodes/idlw-shell.el (idlwave-shell-display-line)
11894 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
11895 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
11896 * mail/uce.el (uce-reply-to-uce)
11897 * progmodes/vhdl-mode.el (vhdl-template-modify)
11898 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
11899 to `error' (as suggested by RMS.)
11900
11901 2007-12-07 Glenn Morris <rgm@gnu.org>
11902
11903 * allout.el (allout-write-file-hook-handler):
11904 * textmodes/reftex.el (reftex-TeX-master-file):
11905 * textmodes/reftex-parse.el (reftex-short-context):
11906 Revert previous change.
11907
11908 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
11909
11910 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
11911 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
11912 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
11913 (dbus-event-service-name, dbus-event-path-name)
11914 (dbus-event-interface-name, dbus-event-member-name): Fix for new
11915 event structure.
11916 (dbus-list-activatable-names, dbus-list-names)
11917 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
11918 Reorder `dbus-call-method' arguments.
11919
11920 2007-12-06 D. Goel <deego3@gmail.com>
11921
11922 * allout.el (allout-write-file-hook-handler):
11923 * textmodes/reftex.el (reftex-TeX-master-file):
11924 * textmodes/org.el (org-paste-subtree):
11925 * progmodes/vhdl-mode.el (vhdl-template-modify):
11926 * progmodes/idlw-shell.el (idlwave-shell-send-command)
11927 (idlwave-shell-display-line):
11928 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
11929 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
11930 * net/trampver.el (x):
11931 * mail/uce.el (uce-reply-to-uce):
11932 * mail/rmailout.el (rmail-output):
11933 * mail/feedmail.el (feedmail-dump-message-to-queue):
11934 * whitespace.el (whitespace-write-file-hook):
11935 * wdired.el (wdired-check-kill-buffer):
11936 * vc.el (vc-update):
11937 * vc-mcvs.el (vc-mcvs-checkin):
11938 * vc-cvs.el (vc-cvs-checkin):
11939 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
11940 * ibuffer.el (ibuffer-current-buffer):
11941 * dired.el (dired-move-to-end-of-filename):
11942 * bindings.el (complete-symbol):
11943 * textmodes/org-publish.el (org-publish-file):
11944 (org-publish-current-project):
11945 * textmodes/reftex-parse.el (reftex-short-context):
11946 * textmodes/texinfmt.el: Fix buggy calls to `error'.
11947
11948 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11949
11950 * doc-view.el (doc-view-dvi->pdf-sentinel)
11951 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
11952 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
11953 within a sentinel or timer.
11954 (doc-view-display): Don't try to display before the requested page
11955 is available, unless told to do so explicitly.
11956 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
11957 Force display even if the requested page is not available.
11958
11959 2007-12-06 Richard Stallman <rms@gnu.org>
11960
11961 * help-fns.el (describe-function-1): Call ad-get-advice-info
11962 only on symbols.
11963
11964 2007-12-06 Glenn Morris <rgm@gnu.org>
11965
11966 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
11967 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
11968 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
11969 faces in non-light-background case.
11970
11971 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
11972 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
11973 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
11974 * emulation/vi.el, emulation/viper-cmd.el:
11975 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
11976 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
11977 * textmodes/fill.el: Remove directory part from filenames in
11978 function declarations.
11979
11980 * dired-aux.el (mailcap-mime-info): Update declaration.
11981
11982 2007-12-05 Richard Stallman <rms@gnu.org>
11983
11984 * wid-edit.el (widget-type): Doc fix.
11985
11986 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
11987
11988 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11989 Don't match "sub { (...) ... }".
11990
11991 2007-12-05 Richard Stallman <rms@gnu.org>
11992
11993 * international/mule-cmds.el (toggle-input-method-active): New var.
11994 (toggle-input-method): Bind toggle-input-method-active to t.
11995 Error if it was already non-nil.
11996
11997 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
11998
11999 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12000
12001 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
12002
12003 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
12004 see if certs should be verified and what is to be done in the
12005 event of a verification failure.
12006
12007 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
12008
12009 * net/tls.el (tls-program): Provide more custom choices from
12010 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
12011 (tls-process-connection-type, tls-success): Remove "*" in doc string.
12012 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12013 version. Minor improvement to doc strings.
12014 (tls-program): Add comment.
12015
12016 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
12017
12018 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12019 (tls-checktrust): New variable. Check if GNU TLS complained about a
12020 mismatch between the hostname provided in the certificate and the name
12021 of the host connnecting to.
12022 (open-tls-stream): Use them. Check certificates against trusted root
12023 certificates.
12024
12025 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
12026
12027 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12028 (imap-parse-status): Upcase status-att for broken servers that sends
12029 them lower-case (e.g., MS Exchange 2007).
12030
12031 2007-12-05 D. Goel <deego3@gmail.com>
12032
12033 * simple.el (undo):
12034 * image-dired.el (image-dired-display-thumb-properties):
12035 (image-dired-modify-mark-on-thumb-original-file):
12036 (image-dired-dired-display-properties):
12037 * help.el (help-window-display-message):
12038 * files.el (hack-local-variables-confirm):
12039 * ediff.el (ediff-version):
12040 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
12041 `message' and `error': Ensure that first arg is a format string.
12042
12043 * emacs-lisp/find-func.el (find-library-name): Prefer files with
12044 ".el" suffix over "".
12045
12046 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
12047
12048 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
12049 interface and member fields.
12050
12051 2007-12-05 Glenn Morris <rgm@gnu.org>
12052
12053 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
12054 (pcomplete-here): Autoload it.
12055
12056 * eshell/em-basic.el (print-func): No need to define for compiler.
12057
12058 * eshell/esh-cmd.el (eshell-debug-command):
12059 * eshell/esh-io.el (eshell-print): Move definitions before use.
12060
12061 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
12062
12063 * eshell/esh-util.el (top-level): Don't require pp.
12064 Use condition-case rather than ignore-errors.
12065
12066 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
12067
12068 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
12069 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12070 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
12071 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
12072 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
12073 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
12074 * eshell/esh-util.el, eshell/eshell.el: Require individual files
12075 if needed when compiling, rather than esh-maint. Collect any
12076 require statements. Move provide statement to end. Move any
12077 commentary to start.
12078
12079 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
12080 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
12081 * eshell/esh-proc.el, eshell/esh-var.el:
12082 Require individual files if needed when compiling, rather than
12083 esh-maint. Collect any require statements. Leave provide at start.
12084 Move any commentary to start.
12085
12086 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12087 Remove declared function from byte-compile-noruntime-functions.
12088
12089 * ediff-util.el (ediff-version):
12090 * progmodes/python.el (compilation-shell-minor-mode):
12091 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
12092 (calendar-bahai-date-string, calendar-check-holidays)
12093 (calendar-chinese-date-string, calendar-coptic-date-string)
12094 (calendar-ethiopic-date-string, calendar-forward-day)
12095 (calendar-french-date-string, calendar-goto-date)
12096 (calendar-goto-today, calendar-hebrew-date-string)
12097 (calendar-islamic-date-string, calendar-iso-date-string)
12098 (calendar-julian-date-string, calendar-mayan-date-string)
12099 (calendar-persian-date-string, gnus-summary-last-subject)
12100 (parse-time-string, rmail-show-message): Declare as functions.
12101
12102 2007-12-05 Michael Olson <mwolson@gnu.org>
12103
12104 * textmodes/remember.el: Merge contents of remember-diary.el here,
12105 updating header. Add autoload cookie so that byte-compilation
12106 works without warning.
12107 (remember-diary-file): Default to nil, since diary might not yet
12108 be loaded at this point, which would deny us access to diary-file.
12109 (remember-diary-extract-entries): If remember-diary-file is nil,
12110 then use diary-file instead.
12111
12112 * textmodes/remember-diary.el: Remove, due to the issue of needing
12113 the first 8 characters of a filename to be unique.
12114
12115 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
12116
12117 * net/dbus.el (dbus-hash-table=): New defun.
12118 (dbus-hash-table-test): New hash table test function, used in
12119 `dbus-registered-functions-table'.
12120 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
12121 (dbus-event-service-name, dbus-event-path-name)
12122 (dbus-event-interface-name, dbus-event-member-name):
12123 Rewrite, due to new structure of `dbus-event'.
12124
12125 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
12126
12127 * ido.el (ido-save-history): Set the `coding' local
12128 variable in the first line of the file.
12129
12130 2007-12-04 Glenn Morris <rgm@gnu.org>
12131
12132 * password-cache.el: Move here from gnus/password.el.
12133 (top-level): Don't require cl when compiling.
12134 (password-read-and-add): Doc fix. Make obsolete.
12135
12136 * net/tramp.el: Require password-cache or password.
12137
12138 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
12139 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
12140 compiling.
12141 (cua-set-rectangle-mark): Add doc string to autoload.
12142 (cua--rectangle, cua--last-killed-rectangle)
12143 (cua--global-mark-active): Always define for compiler.
12144 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
12145 (cua--delete-rectangle, cua--insert-rectangle)
12146 (cua--rectangle-corner, cua--rectangle-assert)
12147 (cua--insert-at-global-mark, cua--global-mark-post-command):
12148 Declare as functions.
12149
12150 * emulation/cua-gmrk.el (top-level): Move provide to end.
12151
12152 * emulation/cua-rect.el (top-level): Move provide to end.
12153 Don't require cua-gmrk when compiling.
12154 (cua--cut-rectangle-to-global-mark)
12155 (cua--copy-rectangle-to-global-mark): Declare as functions.
12156
12157 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
12158 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
12159 (viper-vi-state-cursor-color):
12160 Consolidate make-variable-frame-local calls.
12161
12162 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
12163 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
12164 than bbdb-address-street1,2,3.
12165
12166 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
12167 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
12168
12169 2007-12-03 Karl Fogel <kfogel@red-bean.com>
12170
12171 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
12172 (save-place-alist-to-file, load-save-place-alist-from-file):
12173 Don't print non-error messages at all, there's really no need.
12174 Do print if there's a problem, and clarify message in that case.
12175
12176 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12177
12178 * ediff-diff.el (ediff-prepare-error-list):
12179 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
12180
12181 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
12182
12183 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
12184 (doc-view-current-overlay, doc-view-pending-cache-flush):
12185 Add doc string.
12186
12187 2007-12-03 Richard Stallman <rms@gnu.org>
12188
12189 * subr.el (declare-function): Move from byte-run.el.
12190
12191 * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
12192
12193 * window.el (recenter-top-bottom): Don't use `ecase'.
12194
12195 2007-12-02 Karl Fogel <kfogel@red-bean.com>
12196
12197 * saveplace.el (save-place-alist-to-file):
12198 Set coding-system-for-write once and refer to it throughout.
12199 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
12200
12201 2007-12-02 Karl Fogel <kfogel@red-bean.com>
12202
12203 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
12204 system when writing, and set it in the first-line file variables.
12205 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
12206 Juanma Barranquero.
12207
12208 2007-12-02 Glenn Morris <rgm@gnu.org>
12209
12210 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12211 Reverse branches of if statement.
12212
12213 * emulation/viper-cmd.el (top-level): Don't require advice.
12214 Don't load viper-util, viper-keym, viper-mous, viper-macs,
12215 viper-ex when compiling.
12216
12217 * emulation/viper-ex.el (top-level): Don't load viper-util,
12218 viper-keym when compiling.
12219
12220 * emulation/viper-init.el (top-level): Move provide statement to end.
12221
12222 * emulation/viper-keym.el (top-level): Don't load viper-util when
12223 compiling. Move provide statement to end.
12224
12225 * emulation/viper-macs.el (top-level): Don't load viper-util,
12226 viper-keym, viper-mous when compiling.
12227
12228 * emulation/viper-mous.el (top-level): Don't load viper-util when
12229 compiling.
12230
12231 * emulation/viper-util.el (top-level): Don't load viper-init when
12232 compiling.
12233
12234 * emulation/viper.el (top-level): Don't require ring.
12235 Don't load viper-init, viper-cmd when compiling.
12236
12237 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
12238 Move here from gnus/.
12239
12240 2007-12-02 Karl Fogel <kfogel@red-bean.com>
12241
12242 Offer option for saveplace to be quiet about loading and saving.
12243 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
12244
12245 * saveplace.el (save-place-quiet): New customizable boolean.
12246 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
12247 to determine whether to print loading/saving messages.
12248
12249 2007-12-02 Glenn Morris <rgm@gnu.org>
12250
12251 * mail/binhex.el: Move here from gnus/.
12252 (binhex): New custom group.
12253 (binhex-decoder-program, binhex-decoder-switches)
12254 (binhex-use-external): Move to the binhex custom group.
12255
12256 * mail/uudecode.el: Move here from gnus/.
12257 (uudecode): New custom group.
12258 (uudecode-decoder-program, uudecode-decoder-switches)
12259 (uudecode-use-external): Move to the uudecode custom group.
12260
12261 * net/netrc.el (top-level): Don't load `encrypt' features.
12262 (netrc-parse): Don't use encrypt.
12263 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
12264
12265 * progmodes/python.el (top-level): Don't require cl when compiling.
12266
12267 2007-12-02 Agustín Martín <agustin.martin@hispalinux.es>
12268
12269 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
12270 encoding for aspell process and for communication with it.
12271 Only add "-d" option if not already present.
12272 Use ispell-current-dictionary and ispell-current-personal-dictionary.
12273 General reorganization.
12274
12275 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
12276 encoding here.
12277 (ispell-start-process): Explicitly set encoding here if using aspell.
12278
12279 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
12280
12281 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
12282 function to log-edit.
12283
12284 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
12285
12286 * net/dbus.el: New file.
12287
12288 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
12289
12290 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
12291 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
12292 (calc-lang-parens-are-subscripts): New variables.
12293 (math-expr-special-function-mapping): Remove variable.
12294 (math-eqn-ignore-words, math-tex-ignore-words)
12295 (math-latex-ignore-words): Move to calc-lang.el.
12296
12297 * calc/calc-lang.el (math-compose-vector, math-compose-var)
12298 (math-tex-expr-is-flat): Declare as functions.
12299 (calc-lang-slash-idiv, calc-lang-allow-underscores)
12300 (math-comp-left-bracket, math-comp-right-bracket)
12301 (math-comp-comma, math-comp-vector-prec): Declare as variables.
12302 (math-var-formatter, math-matrix-formatter)
12303 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
12304 (math-punc-table, math-compose-subscr, math-dots)
12305 (math-func-formatter): New property names to store language
12306 specific information.
12307 (math-compose-tex-var, math-compose-tex-intv)
12308 (math-compose-maple-intv, math-compose-eqn-intv)
12309 (math-compose-tex-sum, math-compose-tex-func)
12310 (math-compose-tex-intv): New functions.
12311 (math-eqn-ignore-words, math-tex-ignore-words)
12312 (math-latex-ignore-words): Move from calc.el.
12313 (math-special-function-table): Add entries for tex.
12314 (calc-lang-slash-idiv, calc-lang-allows-underscores):
12315 New variables.
12316 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
12317 (math-compose-tex-matrix, math-compose-eqn-matrix)
12318 (math-eqn-special-functions): Move from calccomp.el.
12319
12320 * calc/calccomp.el (math-compose-var): New function.
12321 (math-compose-expr): Allow more special functions to be used.
12322 Change test for formatting fractions. Use variables and property
12323 names to help with language specific formatting.
12324 (math-compose-tex-matrix, math-compose-eqn-matrix)
12325 (math-eqn-special-functions): Move to calc-lang.el.
12326 (math-compose-rows): Use property names to help with language
12327 specific formatting.
12328
12329 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
12330 into nested subscripts.
12331 (math-read-token): Use variables and property names to help with
12332 language specific parsing.
12333 (math-read-expression-level): Use variables to help with language
12334 specific parsing.
12335
12336 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12337
12338 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
12339 (archive-rar-summarize): Allow the file name to be passed as argument.
12340 Remove unused vars `header' and `footer'.
12341 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
12342
12343 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
12344
12345 * log-edit.el (log-edit-show-diff): New function.
12346 (log-edit-mode-map, log-edit-menu): Bind it.
12347 (log-edit-diff-function): New variable.
12348 (log-edit): Change the 3rd param to be an alist and accept a
12349 function that computes a diff for the files involved.
12350
12351 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
12352
12353 2007-12-01 Martin Rudalics <rudalics@gmx.at>
12354
12355 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
12356 wrap next-/previous-line in with-no-warnings.
12357
12358 2007-12-01 Glenn Morris <rgm@gnu.org>
12359
12360 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
12361
12362 * net/dig.el: Move here from gnus/.
12363 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
12364
12365 * net/dns.el: Move here from gnus/.
12366 (top-level): Don't require mm-util, or cl when compiling.
12367 (dns-write-name, dns-read, dns-read-type, query-dns):
12368 Replace mm-with-unibyte-buffer with its expansion.
12369 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
12370
12371 * progmodes/gdb-ui.el (gud-remove, gud-break):
12372 * progmodes/gud.el (gdb-create-define-alist)
12373 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
12374 (hl-line-highlight, gdb-display-source-buffer)
12375 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
12376 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
12377
12378 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
12379
12380 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
12381 Move args on defun line.
12382
12383 * textmodes/org.el (org-calendar-holiday):
12384 Use calendar-check-holidays instead of the obsolete
12385 check-calendar-holidays.
12386 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
12387 (bbdb-company, bbdb-current-record, bbdb-name)
12388 (bbdb-record-getprop, bbdb-record-name)
12389 (bibtex-beginning-of-entry, bibtex-generate-autokey)
12390 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
12391 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
12392 (mh-find-path, mh-get-header-field, mh-get-msg-num)
12393 (mh-header-display, mh-index-previous-folder)
12394 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
12395 (mh-show-buffer-message-number, mh-show-header-display)
12396 (mh-show-msg, mh-show-show, mh-visit-folder)
12397 (org-export-latex-cleaned-string, remember)
12398 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
12399 (rmail-what-message, elmo-folder-exists-p)
12400 (elmo-message-entity-field, elmo-message-field)
12401 (vm-beginning-of-message, vm-follow-summary-cursor)
12402 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
12403 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
12404 (vm-summarize, wl-folder-get-elmo-folder)
12405 (wl-summary-goto-folder-subr)
12406 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
12407 (wl-summary-line-subject, wl-summary-message-number)
12408 (wl-summary-redisplay): Declare as functions.
12409
12410 2007-11-30 Martin Rudalics <rudalics@gmx.at>
12411
12412 * longlines.el (longlines-show-hard-newlines): Remove handling of
12413 buffer-undo-list and buffer-modified status.
12414 (longlines-show-region, longlines-unshow-hard-newlines):
12415 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
12416 inhibit-modification-hooks here to avoid that a buffer appears
12417 modified when toggling visibility of hard newlines.
12418
12419 2007-11-30 Glenn Morris <rgm@gnu.org>
12420
12421 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
12422
12423 * progmodes/idlw-complete-structtag.el
12424 (idlwave-sintern-structtag):
12425 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
12426 (idlwave-sintern-sysvartag):
12427 * progmodes/idlwave.el (idlwave-sintern-class-tag)
12428 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
12429 functions.
12430
12431 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
12432
12433 * textmodes/reftex-index.el (texmathp):
12434 * textmodes/reftex-auc.el (TeX-argument-insert)
12435 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
12436 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
12437 (LaTeX-label-list):
12438 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
12439 (rng-clear-conditional-region, rng-do-some-validation): Declare as
12440 functions.
12441 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
12442
12443 2007-11-30 Glenn Morris <rgm@gnu.org>
12444
12445 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
12446 argument and document it.
12447
12448 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12449 Third argument to declare-function must be a list to specify arglist.
12450
12451 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
12452 Handle declare-function third argument `t' and fourth argument.
12453 (check-declare-verify): Doc fix. Handle `fileonly' case.
12454 Use progn rather than prog1.
12455
12456 * desktop.el (uniquify-item-base):
12457 * term/mac-win.el (url-type): Declare as functions.
12458
12459 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
12460 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
12461 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
12462 fourth arg to declare-function.
12463
12464 * play/dunnet.el: Don't require cl when compiling.
12465 (byte-compile-warnings): Set via file local variables.
12466 (dun-parse): Let-bind `beg' and `line'.
12467
12468 2007-11-29 Alexandre Julliard <julliard@winehq.org>
12469
12470 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
12471
12472 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
12473
12474 * calendar/time-date.el (encode-time-value): Doc fix.
12475
12476 2007-11-29 Glenn Morris <rgm@gnu.org>
12477
12478 * calendar/time-date.el (with-decoded-time-value): Doc fix.
12479
12480 * textmodes/css-mode.el (prog-mode): Remove.
12481 (css-mode): Derive from fundamental-mode rather than prog-mode.
12482
12483 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12484
12485 * emacs-lisp/check-declare.el (check-declare-locate)
12486 (check-declare-verify): Handle `external' files.
12487 (check-declare-errmsg): New function.
12488 (check-declare-verify, check-declare-file, check-declare-directory):
12489 Use check-declare-errmsg to report the number of problems.
12490
12491 * ffap.el (w3-view-this-url)
12492 * mail/mspools.el (vm-visit-folder)
12493 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
12494 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
12495 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
12496 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
12497 (bbdb-records)
12498 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
12499 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
12500 (sasl-make-client, sasl-next-step, sasl-step-data)
12501 (sasl-step-set-data)
12502 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
12503 (htmlr-step): Declare as functions.
12504
12505 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
12506 Use bbdb-address-zip rather than bbdb-address-zip-string.
12507
12508 2007-11-28 Richard Stallman <rms@gnu.org>
12509
12510 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
12511 Move here from gnus/.
12512
12513 2007-11-28 Martin Rudalics <rudalics@gmx.at>
12514
12515 * newcomment.el (comment-region-internal): Fix newline insertion
12516 in `block' case.
12517
12518 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12519
12520 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
12521
12522 2007-11-28 Glenn Morris <rgm@gnu.org>
12523
12524 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
12525 delete .elc files.
12526
12527 * nxml/char-name/unicode: Move to etc/nxml/.
12528 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
12529
12530 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
12531 Declare as a function.
12532
12533 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
12534 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
12535 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
12536
12537 * nxml/nxml-outln.el (nxml-token-start-tag-p)
12538 (nxml-token-end-tag-p): Move definitions before use.
12539
12540 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
12541
12542 * nxml/nxml-uchnm.el (top-level)
12543 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
12544 (nxml-enabled-unicode-blocks): Add custom group.
12545
12546 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
12547 Use string-to-number rather than string-to-int.
12548
12549 * dired-x.el (dired-omit-old-add-entry): Declare as function.
12550 Move definition before use.
12551 (dired-old-find-buffer-nocreate): Declare as function.
12552
12553 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
12554 (check-declare-verify): Handle fset.
12555
12556 * emulation/edt.el (edt-user-emulation-setup):
12557 Test edt-setup-user-bindings is bound before calling.
12558
12559 * emulation/tpu-edt.el: Don't require cl when compiling.
12560 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
12561 (tpu-edt-off): Use condition-case rather than ignore-errors.
12562 Use with-no-warnings.
12563
12564 * eshell/esh-util.el (top-level): Use require rather than load for
12565 ange-ftp.
12566
12567 * mail/supercite.el (sc-version): Redefine as an alias for
12568 emacs-version.
12569 (sc-help-address): Remove.
12570 (sc-version): Use emacs-version rather than sc-version.
12571 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
12572
12573 * net/socks.el (socks-original-open-network-stream): Declare as
12574 function. Move definition before use.
12575
12576 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
12577
12578 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
12579 (math-make-frac): Declare as functions.
12580
12581 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
12582
12583 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
12584 Pacify byte compiler.
12585 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
12586
12587 * progmodes/idlwave.el (idlwave-shell-get-path-info)
12588 (idlwave-shell-temp-file, idlwave-shell-is-running)
12589 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
12590 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
12591 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
12592 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
12593 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
12594 (idlwave-completing-read, idlwave-current-routine)
12595 (idlwave-downcase-safe, idlwave-entry-find-keyword)
12596 (idlwave-expand-keyword, idlwave-find-class-definition)
12597 (idlwave-find-inherited-class, idlwave-find-struct-tag)
12598 (idlwave-get-buffer-visiting, idlwave-in-quote)
12599 (idlwave-make-full-name, idlwave-members-only)
12600 (idlwave-popup-select, idlwave-routine-source-file)
12601 (idlwave-routines, idlwave-sintern-class)
12602 (idlwave-sintern-keyword, idlwave-sintern-method)
12603 (idlwave-sintern-routine-or-method)
12604 (idlwave-substitute-link-target, idlwave-sys-dir)
12605 (idlwave-this-word, idlwave-what-module-find-class)
12606 (idlwave-where):
12607 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
12608 * mail/uce.el (rmail-msg-is-pruned)
12609 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
12610 (rmail-toggle-header):
12611 * mail/sendmail.el (dired-view-file, dired-get-filename):
12612 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
12613 (rmail-display-labels, rmail-msgbeg)
12614 (rmail-set-message-deleted-p, rmail-message-labels-p)
12615 (rmail-show-message, mail-comma-list-regexp)
12616 (mail-parse-comma-list):
12617 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
12618 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
12619 (rfc822-addresses, mail-abbrev-make-syntax-table)
12620 (mail-sendmail-delimit-header, mail-header-end):
12621 * mail/hashcash.el (message-narrow-to-headers-or-head)
12622 (message-fetch-field, message-goto-eoh)
12623 (message-narrow-to-headers):
12624 * vc.el (view-mode-exit): Declare as functions.
12625
12626 * mail/vms-pmail.el:
12627 * vmsproc.el:
12628 * vms-patch.el: Don't byte compile these files, they don't work.
12629
12630 2007-11-27 Glenn Morris <rgm@gnu.org>
12631
12632 * calc/calc-ext.el (math-read-big-rec):
12633 * calc/calc-nlfit.el (math-map-binop):
12634 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
12635
12636 * eshell/eshell.el (eshell-report-bug): Add version number of
12637 obsolescence.
12638
12639 * emulation/viper.el, emulation/viper-util.el,
12640 emulation/viper-macs.el, emulation/viper-keym.el,
12641 emulation/viper-ex.el, emulation/viper-cmd.el:
12642 Load viper-*.el files silently.
12643
12644 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
12645 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
12646 Load ediff-*.el files silently.
12647
12648 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
12649 compiling.
12650 (Info-goto-node): Declare as a function.
12651
12652 * ediff-init.el: Don't load ange-ftp when compiling.
12653 * ediff-util.el: Don't load reporter when compiling.
12654
12655 * ediff-wind.el (ediff-display-pixel-width)
12656 (ediff-display-pixel-height):
12657 * generic-x.el (ini-generic-mode):
12658 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
12659 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
12660 (ps-mule-initialize, ps-mule-begin-job):
12661 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
12662 (mark-calendar-days-named):
12663 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
12664 (add-to-diary-list, diary-name-pattern)
12665 (mark-calendar-days-named):
12666 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
12667 (mark-calendar-days-named):
12668 * calendar/cal-x.el (make-fancy-diary-buffer):
12669 * calendar/holidays.el (calendar-absolute-from-julian):
12670 * calendar/todo-mode.el (calendar-current-date):
12671 * calendar/cal-menu.el (calendar-increment-month)
12672 (calendar-month-name, extract-calendar-year)
12673 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
12674 (calendar-current-date, calendar-cursor-holidays)
12675 (calendar-date-string, insert-diary-entry, calendar-set-mark)
12676 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12677 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12678 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
12679 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
12680 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
12681 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
12682 (calendar-day-of-year-string, calendar-iso-date-string)
12683 (calendar-julian-date-string, calendar-astro-date-string)
12684 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
12685 (calendar-persian-date-string, calendar-bahai-date-string)
12686 (calendar-islamic-date-string, calendar-chinese-date-string)
12687 (calendar-coptic-date-string, calendar-ethiopic-date-string)
12688 (calendar-french-date-string, calendar-mayan-date-string)
12689 (calendar-print-chinese-date, calendar-goto-date):
12690 Declare as functions.
12691
12692 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
12693 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
12694
12695 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
12696 aliases for report-emacs-bug.
12697 (gnus-summary-select-article, gnus-configure-windows): Declare as
12698 functions.
12699
12700 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
12701 compiler.
12702
12703 * pgg.el (pgg-clear-string): Declare as a function.
12704 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
12705 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
12706
12707 * emacs-lisp/check-declare.el (check-declare-locate):
12708 Handle compressed files.
12709 (check-declare-verify): Handle define-generic-mode,
12710 define-global(ized)-minor-mode, define-obsolete-function-alias.
12711
12712 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
12713
12714 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
12715 algebraic modes.
12716
12717 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
12718 (math-is-true, calc-explain-why, calc-alg-edit)
12719 (math-composite-inequalities, math-flatten-lands)
12720 (math-multi-subst, calcFunc-vmatches, math-simplify)
12721 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
12722 (math-read-string, math-read-brackets, math-read-angle-brackets):
12723 Declare as functions.
12724
12725 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
12726 (calc-fit-bell-shaped-logistic-curve)
12727 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
12728 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
12729 (math-max-list): Declare as functions.
12730 (math-map-binop): New function.
12731 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
12732
12733 * calc/calc.el (calc-set-language, calc-edit-finish)
12734 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
12735 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
12736 (math-lessp, calc-embedded-finish-command)
12737 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
12738 (calc-push-list-in-macro, calc-replace-selections)
12739 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
12740 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
12741 (calc-embedded-stack-change, calc-refresh-evaltos)
12742 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
12743 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
12744 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
12745 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
12746 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
12747 (math-dimension-error, calc-incomplete-error, math-float-fancy)
12748 (math-neg-fancy, math-zerop, calc-add-fractions)
12749 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
12750 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
12751 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
12752 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
12753 (math-compose-expr, math-comp-width, math-composition-to-string)
12754 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
12755 (math-adjust-fraction, math-format-binary, math-format-radix)
12756 (math-group-float, math-mod, math-format-number-fancy)
12757 (math-format-bignum-fancy, math-read-number-fancy)
12758 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
12759 (calc-do-embedded-activate, math-do-defmath)
12760 (calc-load-everything): Declare as functions.
12761
12762 * calc/calc-ext.el (math-clip, math-round, math-simplify)
12763 (math-simplify-extended, math-simplify-units, calc-set-language)
12764 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
12765 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
12766 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
12767 (math-normalize-hms, math-normalize-mod, math-make-sdev)
12768 (math-make-intv, math-normalize-logical-op, math-possible-signs)
12769 (math-infinite-dir, math-calcFunc-to-var)
12770 (calc-embedded-evaluate-expr, math-known-nonzerop)
12771 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
12772 (math-format-date, math-vector-is-string, math-vector-to-string)
12773 (math-format-radix-float, math-compose-expr, math-abs)
12774 (math-format-bignum-binary, math-format-bignum-octal)
12775 (math-format-bignum-hex, math-format-bignum-radix)
12776 (math-compute-max-digits): Declare as functions.
12777 (math-provably-realp): Fix typo.
12778
12779 * calc/calc-forms.el (calendar-current-time-zone)
12780 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
12781 functions.
12782
12783 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
12784
12785 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
12786 Declare as functions.
12787
12788 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
12789 (math-posp, math-compare, math-bignum, math-compare-bignum):
12790 Declare as functions.
12791
12792 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
12793 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
12794 (calc-explain-why, calc-clear-command-flag)
12795 (calc-roll-down-with-selections, calc-roll-up-with-selections)
12796 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
12797 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
12798 (math-trunc-special, math-trunc-fancy, math-floor-special)
12799 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
12800 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
12801 (math-pow-zero, math-pow-fancy): Declare as functions.
12802
12803 * calc/calc-mode.el (calc-embedded-save-original-modes):
12804 Declare as a function.
12805
12806 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
12807 Declare as functions.
12808 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
12809 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
12810 Replace `mapcar*' by `math-map-binop'.
12811 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
12812
12813 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
12814 (math-read-expr-level): Declare as functions.
12815
12816 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
12817
12818 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12819
12820 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
12821 end-of-defun-function is called consistently, even for negative
12822 arguments.
12823 (end-of-defun-function): Default to forward-sexp.
12824
12825 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
12826
12827 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
12828
12829 2007-11-26 Glenn Morris <rgm@gnu.org>
12830
12831 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
12832 than :suffix.
12833
12834 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
12835
12836 2007-11-26 Simon Josefsson <simon@josefsson.org>
12837
12838 * net/imap.el: Move from ../gnus.
12839
12840 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
12841
12842 * doc-view.el (doc-view-mode-p): New function.
12843
12844 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
12845
12846 * mail/mspools.el (rmail-get-new-mail):
12847 * mail/reporter.el (mail-position-on-field, mail-text):
12848 * mail/rmail.el (mail-position-on-field, mail-text-start)
12849 (rmail-update-summary):
12850 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
12851 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
12852 * mail/rmailout.el (rmail-update-summary):
12853 * mail/rmailsort.el (rmail-update-summary):
12854 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
12855 (dired-view-file):
12856 * mail/uce.el (mail-strip-quoted-names):
12857 * mail/undigest.el (rmail-update-summary):
12858 * mail/unrmail.el (mail-strip-quoted-names):
12859 * ediff.el (diff-latest-backup-file): Declare as functions.
12860
12861 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
12862 (kill-to-end-of-line):
12863 * obsolete/rnews.el (news-set-minor-modes):
12864 Remove non working functions.
12865
12866 2007-11-25 Glenn Morris <rgm@gnu.org>
12867
12868 * eshell/esh-maint.el (top-level): Use require with NOERROR for
12869 pcomplete. Don't mess with load-path.
12870
12871 * eshell/eshell.el (eshell-report-bug-address): Remove.
12872 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
12873
12874 2007-11-24 Glenn Morris <rgm@gnu.org>
12875
12876 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
12877 (appt-disp-window): Don't require electric.
12878 Simplify minibuffer-avoidance code.
12879 (appt-select-lowest-window): Avoid minibuffer.
12880
12881 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
12882 (esh-mode): Require it.
12883 (esh-util): Use require rather than featurep and load.
12884 (eshell): No need to test if eshell-mode is bound; remove obsolete
12885 reference to eshell-auto.
12886 (eshell-command, eshell-command-result): Don't require esh-mode
12887 now that the file does.
12888 (top-level): Move provide statement to the end of the file.
12889 Re-order and update commentary.
12890
12891 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
12892
12893 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
12894 (vc-annotate-toggle-annotation-visibility): New command.
12895 (vc-annotate-mode-map): Bind "V" to it.
12896 (vc-annotate-mode-menu): Add entry for it.
12897 (vc-annotate-get-time-set-line-props): New func.
12898 (vc-annotate-display-autoscale)
12899 (vc-annotate-display-difference): Use it.
12900
12901 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
12902 Also, match one space at end of annotation text, after last paren.
12903
12904 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
12905
12906 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
12907 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
12908 `tramp-completion-mode'.
12909
12910 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
12911
12912 * vc-git.el (vc-git-show-log-entry): New func.
12913
12914 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
12915 (vc-git-state): Use vc-git--call.
12916 (vc-git-registered, vc-git-working-revision)
12917 (vc-git-previous-revision, vc-git-next-revision)
12918 (vc-git--run-command-string, vc-git-symbolic-commit):
12919 Use vc-git--out-ok.
12920
12921 2007-11-24 Glenn Morris <rgm@gnu.org>
12922
12923 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12924
12925 2007-11-24 Kenichi Handa <handa@m17n.org>
12926
12927 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
12928
12929 2007-11-23 David Kastrup <dak@gnu.org>
12930
12931 * server.el (server-process-filter): Use `command-line-args-left'.
12932
12933 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
12934
12935 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
12936
12937 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
12938
12939 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
12940 buffer if the parent buffer is in vc-dired-mode.
12941
12942 2007-11-23 Mark A. Hershberger <mah@everybody.org>
12943
12944 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
12945
12946 2007-11-23 Juri Linkov <juri@jurta.org>
12947
12948 * dired.el (dired-read-dir-and-switches): For C-x d, set the
12949 value for M-n to the visited file name of the current buffer.
12950 Use minibuffer-with-setup-hook to set minibuffer-default to
12951 buffer-file-name inside read-file-name.
12952
12953 * man.el (Man-getpage-in-background): Don't disregard user option
12954 `Man-width' on non-window systems. Remove test for `window-system'
12955 around setting envvar "COLUMNS" depending on the value of `Man-width'.
12956
12957 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
12958 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
12959 of "--color=always".
12960
12961 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12962
12963 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
12964 beginning-of-defun-function.
12965
12966 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
12967
12968 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
12969
12970 2007-11-22 Glenn Morris <rgm@gnu.org>
12971
12972 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
12973
12974 * emacs-lisp/check-declare.el (check-declare-locate): New function.
12975 (check-declare-scan): Use check-declare-locate.
12976 (check-declare-verify): No longer adjust fnfile, now
12977 check-declare-locate does it.
12978
12979 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12980
12981 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12982
12983 * subr.el (posn-col-row): Make the `default-value' use explicit.
12984
12985 * window.el (balance-windows): Remove unused var `counter'.
12986 (bw-balance-sub): Remove unused var `lastchild'.
12987 (split-window-vertically): Remove unused var `switch'.
12988 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
12989
12990 * emacs-lisp/bytecomp.el
12991 (byte-compile-file-form-custom-declare-variable): Simplify.
12992
12993 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
12994
12995 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
12996 Set `show-trailing-whitespace' to nil.
12997
12998 * dired.el (make-symbolic-link):
12999 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
13000 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
13001 * dired-x.el (make-symbolic-link):
13002 * frame.el (x-initialize-window-system):
13003 * menu-bar.el (x-menu-bar-open):
13004 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
13005 (x-store-cut-buffer-internal):
13006 * wdired.el (make-symbolic-link):
13007 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
13008 (x-send-client-message):
13009 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
13010
13011 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
13012
13013 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
13014
13015 2007-11-22 Glenn Morris <rgm@gnu.org>
13016
13017 * dos-fns.el (int86):
13018 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
13019
13020 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
13021
13022 * calendar/holidays.el (holiday-list): Add autoload cookie.
13023
13024 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
13025 files relative to src/ directory.
13026 (check-declare-verify): Handle .c files. Warn if could not find
13027 an arglist to check.
13028
13029 * emacs-lisp/byte-run.el (declare-function): Doc fix.
13030
13031 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
13032
13033 * replace.el (occur-mode-map): Add a major mode menu with entries
13034 for all occur operations.
13035
13036 * international/titdic-cnv.el (dos-8+3-filename):
13037 * obsolete/fast-lock.el (msdos-long-file-names):
13038 * frame.el (msdos-mouse-p):
13039 * files.el (msdos-long-file-names, w32-long-file-name):
13040 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13041 (mac-resume-apple-event, mac-font-panel-mode)
13042 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13043 (mac-clear-font-name-table):
13044 * term/pc-win.el (msdos-remember-default-colors)
13045 (w16-set-clipboard-data, w16-get-clipboard-data):
13046 * term/w32-win.el (w32-send-sys-command, w32-select-font)
13047 (set-message-beep):
13048 * net/browse-url.el (w32-shell-execute):
13049 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
13050 (w32-get-locale-info, w32-get-valid-locale-ids)
13051 (w32-set-clipboard-data):
13052 * dos-fns.el (int86, msdos-long-file-names):
13053 * dos-w32.el (default-printer-name): Declare as functions.
13054
13055 2007-11-21 Jason Rumney <jasonr@gnu.org>
13056
13057 * emacs-lisp/byte-run.el (declare-function): Return nil.
13058
13059 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13060
13061 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
13062
13063 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
13064
13065 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
13066
13067 2007-11-21 Glenn Morris <rgm@gnu.org>
13068
13069 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
13070 for now. Handle define-minor-mode, and defalias (with no argument
13071 checking).
13072
13073 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
13074
13075 * frame.el (msdos-mouse-p):
13076 * files.el (msdos-long-file-names, w32-long-file-name):
13077 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13078 (mac-resume-apple-event, mac-font-panel-mode)
13079 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13080 (mac-clear-font-name-table):
13081 * term/pc-win.el (msdos-remember-default-colors)
13082 (w16-set-clipboard-data, w16-get-clipboard-data):
13083 * term/w32-win.el (w32-send-sys-command, w32-select-font)
13084 (set-message-beep):
13085 * net/browse-url.el (w32-shell-execute):
13086 * dos-fns.el (int86, msdos-long-file-names):
13087 * dos-w32.el (default-printer-name): Undo previous change.
13088
13089 2007-11-21 Eli Zaretskii <eliz@gnu.org>
13090
13091 * international/mule-cmds.el (set-locale-environment):
13092 Set default-file-name-coding-system _after_ keyboard and terminal
13093 coding systems. This fixes last change.
13094
13095 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
13096 one space after "Subject:".
13097
13098 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13099
13100 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
13101 in order to determine if there's a conflict.
13102
13103 2007-11-21 Richard Stallman <rms@gnu.org>
13104
13105 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
13106
13107 * reposition.el (reposition-window):
13108 Binding C-M-l moved to bindings.el.
13109
13110 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
13111
13112 * add-log.el (add-change-log-entry-other-window):
13113 Key binding C-x 4 a moved to bindings.el.
13114
13115 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
13116 from filecache.el.
13117
13118 * filecache.el: Minibuffer map bindings moved to bindings.el.
13119
13120 2007-11-21 Jason Rumney <jasonr@gnu.org>
13121
13122 * international/mule-cmds.el (set-locale-environment):
13123 Set default-file-name-coding-system from system defaults on Windows.
13124
13125 2007-11-21 Jason Rumney <jasonr@gnu.org>
13126
13127 * term/w32console.el: New term init file for w32 console.
13128
13129 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
13130 (x-setup-function-keys): Likewise, replacing top-level key definitions.
13131 (w32-tty-standard-colors): Move to term/w32console.el.
13132
13133 * term/w32-win.el (x-setup-function-keys): Remove.
13134
13135 * term/tty-colors.el (tty-register-default-colors): Remove special
13136 case for w32.
13137
13138 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
13139
13140 * frame.el (msdos-mouse-p):
13141 * generic-x.el (w32-shell-name):
13142 * files.el (msdos-long-file-names, w32-long-file-name)
13143 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
13144 (dos-8+3-filename, vms-read-directory, view-mode-disable):
13145 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13146 (mac-resume-apple-event, mac-font-panel-mode)
13147 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13148 (mac-clear-font-name-table):
13149 * term/pc-win.el (msdos-remember-default-colors)
13150 (w16-set-clipboard-data, w16-get-clipboard-data):
13151 * term/w32-win.el (w32-send-sys-command, w32-select-font)
13152 (set-message-beep):
13153 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
13154 (w32-get-locale-info, w32-get-valid-locale-ids)
13155 (w32-set-clipboard-data):
13156 * help-fns.el (ad-get-advice-info):
13157 * font-lock.el (fast-lock-after-fontify-buffer)
13158 (fast-lock-after-unfontify-buffer, fast-lock-mode)
13159 (lazy-lock-after-fontify-buffer)
13160 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
13161 * net/browse-url.el (w32-shell-execute):
13162 * dos-fns.el (int86, msdos-long-file-names):
13163 * dos-w32.el (default-printer-name): Declare as functions.
13164
13165 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
13166
13167 * textmodes/paragraphs.el (forward-sentence): Doc fix.
13168 Reported by Drew Adams <drew.adams@oracle.com>.
13169
13170 2007-11-20 Jason Rumney <jasonr@gnu.org>
13171
13172 * term/w32-win.el (x-setup-function-keys): Protect against
13173 multiple calls on the same terminal.
13174
13175 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13176
13177 * term/mac-win.el (x-setup-function-keys): Only setup
13178 local-function-key-map if it has not been setup already for the
13179 current frame. Move the suspend-emacs processing here.
13180
13181 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
13182
13183 * progmodes/grep.el (xargs-program): New variable.
13184 (grep-compute-defaults): Use it.
13185 (grep-default-command): Doc fix.
13186 (grep, lgrep, rgrep): Reflow docstrings.
13187
13188 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13189
13190 * vc.el (vc-find-revision): Set the parent buffer.
13191 Use when instead of if.
13192
13193 * progmodes/python.el (info-lookup-maybe-add-help):
13194 * progmodes/ps-mode.el (doc-view-minor-mode):
13195 * mail/emacsbug.el (Info-menu, Info-goto-node):
13196 * emulation/viper-keym.el (viper-ex)
13197 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
13198 * emulation/viper-cmd.el (widget-type, widget-button-press)
13199 (viper-set-hooks):
13200 * emacs-lisp/tcover-unsafep.el (unsafep-function):
13201 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
13202 (ses-load, ses-vector-delete, ses-create-header-string)
13203 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
13204 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
13205
13206 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13207
13208 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
13209
13210 2007-11-20 Glenn Morris <rgm@gnu.org>
13211
13212 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
13213 for end of function-name. Handle define-derived-mode.
13214
13215 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13216
13217 * progmodes/idlw-help.el: Require browse-url unconditionally, it
13218 is available by default.
13219 (idlwave-help-browse-url-available): Change default to t.
13220
13221 * emulation/edt.el (defgroup, defcustom): Remove definition.
13222 (eval-when-compile): Remove.
13223 (c-mark-function):
13224 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
13225 * textmodes/fill.el (comment-search-forward)
13226 (comment-string-strip):
13227 * progmodes/prolog.el (comint-mode, comint-send-string)
13228 (comint-send-region, comint-send-eof):
13229 * progmodes/dcl-mode.el (imenu-default-create-index-function):
13230 * emulation/viper-util.el (viper-forward-Word):
13231 * emulation/vi.el (c-mark-function):
13232 * emulation/edt-vt100.el (vt100-wide-mode):
13233 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
13234
13235 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
13236
13237 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
13238 Still some tuning in case of an echoing shell.
13239 (tramp-send-command): Connection property "remote-echo" is not
13240 persistent; cache key is the process therefore.
13241
13242 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
13243
13244 * replace.el (map-query-replace-regexp): Doc fix (revert part of
13245 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
13246
13247 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
13248
13249 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
13250 * play/yow.el (doctor-ret-or-read):
13251 * vc-hooks.el (vc-dired-resynch-file):
13252 * vc-hg.el (log-view-get-marked):
13253 * smerge-mode.el (ediff-cleanup-mess):
13254 * pcvs.el (vc-editable-p, vc-checkout):
13255 * pcomplete.el (comint-bol):
13256 * informat.el (texinfo-format-refill):
13257 * ido.el (tramp-tramp-file-p):
13258 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
13259 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
13260 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
13261 functions.
13262
13263 * textmodes/ispell.el (ispell-int-char): Make it a defalias
13264 instead of fset.
13265 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
13266
13267 * ido.el (ido-file-internal): Move with-no-warnings to include the
13268 ffap-string-at-point call.
13269
13270 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
13271
13272 * vc-hg.el (vc-hg-revision-table): Fix last change.
13273
13274 2007-11-19 Martin Rudalics <rudalics@gmx.at>
13275
13276 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
13277 clipboard-yank when the buffer is read-only.
13278
13279 * cus-edit.el (custom-field-keymap): Move to other Custom mode
13280 keymaps such that it's before the definition of Custom-mode-menu.
13281 (Custom-mode-menu): Show it for custom-field-keymap too.
13282
13283 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
13284
13285 * progmodes/gdb-ui.el: Update commentary.
13286
13287 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
13288
13289 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
13290
13291 2007-11-19 Glenn Morris <rgm@gnu.org>
13292
13293 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
13294 does not exist, try adding `.el' extension. Also search for defsubsts.
13295
13296 * cus-edit.el (recentf-expand-file-name):
13297 * dired.el (dired-relist-entry):
13298 * subr.el (w32-shell-dos-semantics):
13299 * emacs-lisp/bytecomp.el (compilation-forget-errors):
13300 Declare as functions.
13301
13302 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
13303
13304 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
13305 (prepare-abbrev-list-buffer): Use dolist.
13306 (clear-abbrev-table): Preserve properties.
13307
13308 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
13309
13310 * textmodes/texinfmt.el (texinfo-format-printindex):
13311 Collect combined indexes using texinfo-short-index-format-cmds-alist.
13312 Reported on <bug-texinfo@gnu.org>.
13313
13314 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
13315
13316 * net/tramp.el (tramp-completion-reread-directory-timeout):
13317 New defcustom.
13318 (tramp-handle-file-name-all-completions): Flush directory contents
13319 from cache regularly.
13320 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
13321 (tramp-open-connection-setup-interactive-shell):
13322 Call `tramp-cleanup-connection' via funcall.
13323
13324 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
13325 created when copying.
13326
13327 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
13328
13329 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
13330 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
13331 * eshell/esh-ext.el (eshell-external-command):
13332 * eshell/esh-cmd.el (require):
13333 * eshell/em-unix.el (eshell-plain-locate-behavior):
13334 * eshell/em-cmpl.el (eshell-cmpl-initialize):
13335 Replace eshell-under-xemacs-p with (featurep 'xemacs).
13336 * eshell/esh-mode.el (characterp, char-int): Remove unused
13337 conditional defaliases.
13338
13339 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
13340 Rename from event-matches-key-specifier-p, define unconditionally.
13341 (event-basic-type): Remove unused defalias.
13342 (pcomplete-show-completions):
13343 Use pcomplete-event-matches-key-specifier-p.
13344
13345 2007-11-17 Eli Zaretskii <eliz@gnu.org>
13346
13347 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
13348 when saving esh-groups.el.
13349
13350 2007-11-17 Martin Rudalics <rudalics@gmx.at>
13351
13352 * wid-edit.el (widget-default-complete):
13353 * progmodes/flymake.el (flymake-goto-file-and-line):
13354 Fix typo in (doc-)string.
13355
13356 2007-11-17 Glenn Morris <rgm@gnu.org>
13357
13358 * emacs-lisp/byte-run.el (declare-function): New macro.
13359 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13360 New function, byte-hunk-handler for declare-function.
13361 (byte-compile-callargs-warn): Handle declared functions.
13362
13363 * emacs-lisp/check-declare.el: New file.
13364 * Makefile.in (check-declare): New target.
13365
13366 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
13367
13368 * subr.el (process-lines): Move here from ../admin/admin.el.
13369 * emacs-lisp/authors.el (authors-process-lines): Remove.
13370 (authors): Use process-lines rather than authors-process-lines.
13371
13372 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
13373 Remove these files.
13374
13375 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
13376
13377 * emacs-lisp/backquote.el (backquote):
13378 Improve argument/docstring consistency.
13379
13380 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
13381 (ring-length, ring-empty-p): Use c[ad]dr.
13382 (ring-plus1): Use `1+'.
13383 (ring-minus1): Use `zerop'.
13384 (ring-remove): Use c[ad]dr. Use `when'.
13385 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
13386 (ring-ref): Use `let', not `let*'.
13387 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
13388 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
13389 (ring-member): Simplify. Doc fix.
13390 (ring-convert-sequence-to-ring): Simplify.
13391
13392 2007-11-17 Juri Linkov <juri@jurta.org>
13393
13394 * dired-aux.el (dired-create-directory): Allow creating
13395 a directory of an arbitrary depth. Add a loop to find the topmost
13396 nonexistent parent dir `new', and call `dired-add-file' on it.
13397 Set the `PARENTS' arg of `make-directory' to t.
13398
13399 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13400
13401 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
13402 (math-build-parse-table): Get parse information from math-parse-table.
13403
13404 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13405
13406 * window.el (recenter-last-op): New var.
13407 (recenter-top-bottom): New command.
13408 (global-map): Bind it to C-l.
13409
13410 * abbrev.el (abbrev--write): Fix error in transcription from C.
13411
13412 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
13413 (pc-select-ensure-mark): Set mark-active to a special value instead.
13414 Rename from ensure-mark. Update call callers.
13415 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
13416 Rewrite. Update all callers.
13417 (pc-selection-mode): Remove redundant var declaration.
13418
13419 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
13420
13421 * doc-view.el (doc-view-search-backward, doc-view-search):
13422 Fix assignment to free variable bug.
13423
13424 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
13425
13426 * emulation/pc-select.el (pc-select-shifted-mark): New var.
13427 (ensure-mark): Set it.
13428 (maybe-deactivate-mark): New fun.
13429 Use it everywhere instead of (setq mark-active nil).
13430
13431 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13432
13433 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
13434 Add check for XEmacs.
13435
13436 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
13437
13438 * doc-view.el (doc-view-resolution): Add missing :group.
13439
13440 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
13441
13442 * subr.el (make-variable-frame-local):
13443 Fix typo in obsolescence declaration.
13444
13445 2007-11-16 Werner Lemberg <wl@gnu.org>
13446
13447 * files.el (set-auto-mode-1): Check second line for -*- if file
13448 starts with '\" (which is used by man pages to identify needed
13449 troff preprocessors).
13450
13451 2007-11-16 Glenn Morris <rgm@gnu.org>
13452
13453 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
13454
13455 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13456
13457 * calc/calc-lang.el (math-oper-table): Fix typo.
13458 Reduce precedence of "/" for TeX.
13459
13460 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
13461
13462 2007-11-16 Juri Linkov <juri@jurta.org>
13463
13464 * dired-aux.el (dired-read-shell-command-default): New function.
13465 (dired-read-shell-command): Use its return value for DEFAULT arg.
13466
13467 * replace.el (keep-lines-read-args, occur-read-primary-args):
13468 Use a list of default values for DEFAULT arg of read-from-minibuffer.
13469
13470 * man.el (Man-heading-regexp): Add 0-9.
13471 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
13472
13473 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13474
13475 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
13476 (doc-view-resolution): New custom var.
13477 (doc-view-pdf/ps->png): Use it.
13478 (doc-view-shrink-factor): New var.
13479 (doc-view-enlarge, doc-view-shrink): New commands.
13480 (doc-view-mode-map): Use them.
13481
13482 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
13483
13484 * ediff-wind.el (ediff-window-setup-function):
13485 * simple.el (normal-erase-is-backspace):
13486 * eshell/em-unix.el (eshell/info):
13487 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13488 Fix typos in docstrings.
13489
13490 * emulation/cua-base.el (cua--keymaps-initialized):
13491 Rename from `cua--keymaps-initalized'. Callers changed.
13492 (cua-highlight-region-shift-only): Doc fix.
13493 (cua-paste-pop): Fix typo in docstring.
13494
13495 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13496
13497 * emulation/cua-base.el (cua--pre-command-handler-1):
13498 Use input-decode-map instead of function-key-map.
13499 Use event-modifiers now that it works reliably.
13500
13501 * vc.el (vc-diff-internal): Pop-to-buffer later.
13502
13503 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
13504
13505 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
13506 did not touch them.
13507
13508 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
13509
13510 * calc/calc-menu.el: New file.
13511 * calc/calc.el (calc-mode): Require calc-menu.
13512
13513 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
13514
13515 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
13516
13517 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
13518
13519 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
13520 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
13521 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
13522 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
13523 locations.
13524 (gdb-info-breakpoints-custom, gdb-assembler-custom)
13525 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
13526 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
13527
13528 2007-11-13 Noah Friedman <friedman@splode.com>
13529
13530 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
13531 bindings to remap when `calc-scan-for-dels' is non-nil.
13532
13533 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13534
13535 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
13536 constant forms.
13537 (byte-compile-nilconstp): New function.
13538 (byte-optimize-cond): Kill subsequent branches when a branch is
13539 know to be taken or not taken.
13540 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
13541
13542 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
13543
13544 * vc.el (vc-register): Allow registering a file passed as a
13545 parameter instead of just the current buffer.
13546
13547 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
13548
13549 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
13550 Check whether the output of "uname -sr" has been changed.
13551
13552 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13553
13554 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
13555 patterns from compilation-perl.el and compilation-weblint.el files.
13556
13557 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
13558
13559 * progmodes/compilation-perl.el:
13560 * progmodes/compilation-weblint.el: Disable autoloads, they cause
13561 a bootstrap failure.
13562
13563 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
13564 instead of doing "cvs diff" in order to avoid accessing the repository.
13565
13566 2007-11-12 Kevin Ryde <user42@zip.com.au>
13567
13568 * progmodes/compilation-perl.el:
13569 * progmodes/compilation-weblint.el: New files.
13570
13571 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
13572
13573 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
13574 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
13575 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
13576 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
13577 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
13578 Rewrite in active voice.
13579
13580 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
13581
13582 * doc-view.el: Add comments about isearch support.
13583
13584 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
13585
13586 * vc.el (vc-start-entry): Fix setting the in the case the function
13587 is called from vc-dired. Use when instead of if where appropriate.
13588
13589 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13590
13591 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
13592 to be a list.
13593 (ps-begin-job): Error if ps-lpr-switches is not a list.
13594
13595 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13596
13597 * faces.el (face-normalize-spec): Remove function.
13598 (frame-set-background-mode): Undo last change.
13599
13600 2007-11-10 Jason Rumney <jasonr@gnu.org>
13601
13602 * w32-fns.el: Sync charset names with setup-default-fontset.
13603 Append "-1" where second part missing.
13604
13605 2007-11-10 Juri Linkov <juri@jurta.org>
13606
13607 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
13608 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
13609
13610 * custom.el (custom-note-var-changed): Remove the `interactive'
13611 spec from this new non-interactive function.
13612
13613 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
13614
13615 * doc-view.el (doc-view-mode-map, doc-view-menu)
13616 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
13617 (doc-view-search-backward): New function.
13618 (doc-view-search): Query new regexp if prefix arg is given, else
13619 jump to next/previous match.
13620 (doc-view-mode): Handle compressed files.
13621 (jka-compr): Required for compressed files.
13622
13623 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
13624
13625 * replace.el (query-replace-show-replacement): New defcustom.
13626 (perform-replace): Use `match-substitute-replacement' if
13627 `query-replace-show-replacement' is non-nil.
13628
13629 2007-11-10 David Kastrup <dak@gnu.org>
13630
13631 * subr.el (match-substitute-replacement): New function.
13632
13633 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
13634
13635 * files.el (auto-mode-alist): Select org-mode for files with the
13636 extension ".org".
13637
13638 2007-11-10 Martin Rudalics <rudalics@gmx.at>
13639
13640 * help.el (help-window, help-window-point-marker): New variables.
13641 (help-window-select): New option.
13642 (with-help-window): New macro for displaying help windows.
13643 (help-window-display-message, help-window-setup-finish)
13644 (help-window-setup): New functions used for setting up help windows.
13645 (print-help-return-message): Reset help-window to nil.
13646 (view-lossage): Use with-help-window instead of
13647 with-output-to-temp-buffer and move help-window-point-marker after
13648 inserted text.
13649 (describe-bindings, describe-key, describe-mode): Use
13650 with-help-window instead of with-output-to-temp-buffer.
13651
13652 * help-mode.el (help-mode): Set view-exit-action to bury the
13653 buffer instead of fiddling with windows. Simplify code.
13654 (help-mode-finish): When help-window eqs t set it to the selected
13655 window and have with-help-window set up view-return-to-alist.
13656 (help-buffer): Add autoload cookie.
13657
13658 * view.el (view-remove-frame-by-deleting): Change default value to t.
13659 Add autoload cookie.
13660 (view-exit-action, view-file, view-file-other-window)
13661 (view-file-other-frame, view-buffer, view-buffer-other-window)
13662 (view-buffer-other-frame): Rewrite doc strings.
13663 (view-return-to-alist-update): New function to remove stale entries
13664 from view-return-to-alist.
13665 (view-mode-enter): Rewrite doc string and simplify code.
13666 (view-mode-exit): Handle new case 'keep-frame. Don't reset
13667 view-exit-action to nil. Simplify code and rewrite doc string.
13668
13669 * apropos.el (apropos-describe-plist):
13670 * descr-text.el (describe-char):
13671 * disp-table.el (describe-display-table):
13672 * faces.el (list-faces-display, describe-face):
13673 * facemenu.el (list-colors-display):
13674 * help-fns.el (describe-function, describe-variable)
13675 (describe-syntax, describe-categories):
13676 Use with-help-window instead of with-output-to-temp-buffer.
13677
13678 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
13679
13680 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
13681 Optimize (featurep 'emacs) to t.
13682
13683 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
13684 New function.
13685 (byte-compile-maybe-guarded): Use it to also look for bound
13686 symbols inside `and' forms. Comment out non-working code that was
13687 trying to avoid warnings for XEmacs code.
13688
13689 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
13690
13691 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
13692 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
13693 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
13694 (vc-cvs-annotate-command):
13695 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
13696 is bound, it always is.
13697
13698 2007-11-10 Jason Rumney <jasonr@gnu.org>
13699
13700 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
13701 setup here from global scope.
13702
13703 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
13704
13705 * ido.el (ido-save-history): Save the history file in UTF-8, not
13706 the current filename coding system.
13707
13708 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13709
13710 * simple.el (interprogram-cut-function, interprogram-paste-function):
13711 Don't make them frame-local any more.
13712
13713 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
13714 Don't set interprogram-(cut|paste)-function on each frame.
13715
13716 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
13717 Make them work in tty frames.
13718 (interprogram-cut-function, interprogram-paste-function):
13719 Set them globally.
13720
13721 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13722
13723 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
13724 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
13725 (iso-iso2duden-trans-tab): Add docstring.
13726
13727 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13728
13729 * abbrev.el (define-abbrev-table): Record the variable definition.
13730
13731 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
13732 New function.
13733
13734 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13735
13736 * ps-print.el: Clean the code for checking suitable Emacs version.
13737 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
13738 (ps-print-version): New version 6.8.1.
13739
13740 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13741
13742 * files.el (enable-local-variables): Doc fix.
13743
13744 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
13745
13746 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
13747
13748 2007-11-09 Sven Joachim <svenjoac@gmx.de>
13749
13750 * dired-aux.el (dired-copy-file-recursive):
13751 Preserve directory permissions.
13752
13753 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13754
13755 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
13756 (whitespace-unload-function): New-style unload function. When run,
13757 unintern `whitespace-unload-hook' and call `unload-feature' recursively
13758 to stop the old hook from messing with the unloading.
13759
13760 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13761
13762 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
13763 (elp-unset-master, elp-results): Fix typos.
13764 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
13765 Doc fixes.
13766
13767 * msb.el (msb--many-menus): Remove variable.
13768 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
13769 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
13770 (msb--toggle-menu-type): Fix typos in docstrings.
13771
13772 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
13773 (shadow-insert-var): Doc fixes.
13774 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
13775 Reflow docstrings.
13776 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
13777
13778 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13779
13780 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
13781 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
13782 Fix typos in autoload docstrings.
13783
13784 2007-11-09 Richard Stallman <rms@gnu.org>
13785
13786 * savehist.el (savehist-save): Obey savehist-ignored-variables.
13787
13788 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
13789
13790 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
13791 (gdb-var-update-handler-1): Use it.
13792
13793 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13794
13795 * loadhist.el (unload-feature): Remove erroneous check for the
13796 FEATURE-unload-function variable; check the existence of the
13797 function (that's what the docstring says, and it makes more sense).
13798
13799 * follow.el (follow-unload-function): Add docstring.
13800 (follow-unload-function): Remove variable.
13801
13802 * server.el (server-unload-function): Remove variable.
13803 (server-unload-function): Unbind `server-edit' from `C-x #'.
13804
13805 * ses.el (ses-unload-function): New function.
13806
13807 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
13808
13809 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
13810 (unsafep-progn, unsafep-let): Fix typos in docstrings.
13811
13812 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
13813 before use to avoid a warning in packages that require uniquify.
13814 (uniquify-unload-function): New function and var.
13815
13816 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
13817
13818 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
13819 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
13820 (ediff-current-diff-A, ediff-current-diff-B)
13821 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
13822 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
13823 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
13824 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
13825 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
13826 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
13827 (ediff-setup-windows-plain-merge)
13828 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
13829 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
13830 * ediff-util.el (ediff-setup-keymap, )
13831 (ediff-toggle-wide-display, ediff-toggle-multiframe)
13832 (ediff-toggle-use-toolbar, ediff-really-quit)
13833 (ediff-good-frame-under-mouse)
13834 (ediff-highlight-diff-in-one-buffer)
13835 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
13836 (ediff-make-bullet-proof-overlay):
13837 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
13838 (ediff-set-meta-overlay):
13839 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
13840 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
13841 ediff-emacs-p with their former definitions.
13842
13843 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
13844 (viper-has-face-support-p, viper-inactivate-input-method)
13845 (viper-activate-input-method)
13846 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
13847 * emulation/viper-mous.el (viper-multiclick-timeout)
13848 (viper-surrounding-word, viper-mouse-click-insert-word)
13849 (viper-mouse-click-search-word, viper-parse-mouse-key):
13850 * emulation/viper-macs.el (viper-char-array-to-macro):
13851 * emulation/viper.el (viper-go-away, viper-set-hooks)
13852 (viper-non-hook-settings):
13853 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
13854 (viper-get-saved-cursor-color-in-insert-mode)
13855 (viper-get-saved-cursor-color-in-emacs-mode)
13856 (viper-check-version, viper-get-visible-buffer-window)
13857 (viper-file-checked-in-p, viper-set-replace-overlay)
13858 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
13859 (viper-check-minibuffer-overlay, viper-read-key-sequence)
13860 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
13861 with their former definitions.
13862 (viper-eventify-list-xemacs): Only do work for XEmacs.
13863 (viper-set-unread-command-events): Only do work for Emacs.
13864 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
13865 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
13866 (viper-overlay-get, viper-overlay-put, viper-read-event)
13867 (viper-characterp, viper-int-to-char, viper-get-face)
13868 (viper-color-defined-p, viper-iconify): New defaliases replacing
13869 the old fsets.
13870
13871 * progmodes/fortran.el (comment-region-function)
13872 (uncomment-region-function): Pacify byte compiler.
13873
13874 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
13875
13876 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
13877
13878 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
13879 `process-environment'.
13880
13881 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
13882
13883 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
13884 match dir like "a...b".
13885
13886 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13887
13888 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
13889
13890 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
13891
13892 * net/tramp.el (tramp-handle-substitute-in-file-name):
13893 Don't expand the remote connection identification.
13894 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13895 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
13896 before calling stty.
13897
13898 * net/tramp-cache.el (tramp-cache-print)
13899 (tramp-dump-connection-properties): Fix docstring.
13900 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
13901
13902 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
13903
13904 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
13905 remote connection identification when setting connection property.
13906
13907 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
13908 "//" substitutes only in the local filename part.
13909
13910 2007-11-07 David Hansen <david.hansen@gmx.net>
13911
13912 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
13913
13914 2007-11-07 Glenn Morris <rgm@gnu.org>
13915
13916 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
13917 Remove superfluous concats. Move final set-buffer to
13918 non-emacs-specific code.
13919
13920 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
13921
13922 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
13923
13924 2007-11-07 Johan Bockgård <bojohan@gnu.org>
13925
13926 * eshell/esh-mode.el (eshell-output-filter):
13927 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
13928 Use `with-current-buffer'.
13929
13930 2007-11-07 Andreas Schwab <schwab@suse.de>
13931
13932 * server.el (server-start): Only register cleanup after server was
13933 started.
13934
13935 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
13936
13937 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
13938
13939 * net/tramp-cache.el (tramp-cache-print): Move down.
13940 (tramp-cache-list-connections): New defun.
13941
13942 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
13943
13944 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
13945
13946 * ido.el (ido-save-history): Write the history file in the current
13947 filename coding system, and add `coding' file-local variable.
13948
13949 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
13950
13951 * textmodes/org.el (org-table-formula-substitute-names):
13952 Remove forgotten temporary debugging code.
13953
13954 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
13955
13956 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
13957 the prompt.
13958
13959 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
13960
13961 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
13962
13963 2007-11-05 Simon Josefsson <simon@josefsson.org>
13964
13965 * net/tls.el (tls-end-of-info): Doc fix.
13966
13967 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
13968
13969 * international/utf-7.el (utf-7-imap): New coding system.
13970 (utf-7-imap-post-read-conversion): New function.
13971 (utf-7-imap-pre-write-conversion): New function.
13972
13973 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
13974
13975 * abbrev.el (abbrev--write): Fix up typo.
13976
13977 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
13978
13979 * abbrev.el (define-abbrev-table): Doc fix.
13980
13981 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
13982
13983 * info.el (Info-revert-buffer-function): New func.
13984 (Info-mode): Arrange to use it for reverting.
13985 (Info-copy-current-node-name): Add space between filename and nodename.
13986
13987 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
13988
13989 * abbrev.el (expand-abbrev): Move point back to expansion's end.
13990
13991 2007-11-04 Glenn Morris <rgm@gnu.org>
13992
13993 * net/tls.el: Don't require rx when compiling.
13994 (tls-end-of-info): Rewrite without using rx.
13995 (open-tls-stream): Use with-current-buffer.
13996
13997 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
13998
13999 * net/tls.el: Require rx when compiling.
14000 (tls-end-of-info): New variable.
14001 (open-tls-stream): Keep reading input until `tls-end-of-info' is
14002 matched.
14003
14004 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
14005
14006 * register.el (append-to-register, prepend-to-register):
14007 Don't signal error on empty register; use the text, instead.
14008
14009 2007-11-03 Michael Olson <mwolson@gnu.org>
14010
14011 * textmodes/remember.el (remember-buffer):
14012 Use define-obsolete-function-alias rather than defalias.
14013
14014 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
14015
14016 * simple.el (bad-packages-alist): Anchor semantic regexp.
14017
14018 2007-11-03 Glenn Morris <rgm@gnu.org>
14019
14020 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
14021 if defined, for blank lines. Doc fix.
14022
14023 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
14024 (fortran-mode): Set values for comment-region-function,
14025 uncomment-region-function and comment-insert-comment-function.
14026 (fortran-uncomment-region): New function.
14027
14028 * textmodes/nroff-mode.el (nroff-mode):
14029 Set comment-insert-comment-function rather than indent-line-function.
14030 (nroff-indent-line-function): Remove.
14031 (nroff-insert-comment-function): New function.
14032
14033 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
14034
14035 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
14036
14037 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
14038
14039 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
14040
14041 * emulation/viper-cmd.el (viper-prev-destructive-command)
14042 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
14043 copy-sequence.
14044
14045 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
14046 Got rid of ediff-copy-list.
14047
14048 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
14049 use face-name.
14050 (ediff-test-utility, ediff-diff-mandatory-option)
14051 (ediff-reset-diff-options): Remove to simplify the mandatory option
14052 handling on Windows.
14053 (ediff-set-diff-options): Add.
14054 (ediff-diff-options): Set "--binary" option as default in some cases.
14055
14056 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
14057 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
14058 ediff-vc-working-revision. Require vc-hooks.
14059
14060 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
14061
14062 * files.el (hack-local-variables): Fix membership tests to avoid
14063 treating all variables as safe if `enable-local-variables' is
14064 set to :safe (CVE-2007-5795).
14065
14066 2007-11-02 Glenn Morris <rgm@gnu.org>
14067
14068 * newcomment.el (comment-indent): Let comment-insert-comment-function,
14069 if defined, do all the work of inserting a new comment.
14070
14071 * progmodes/etags.el (tags-table-mode): Disable undo.
14072
14073 * simple.el (bad-packages-alist): Revert previous change.
14074
14075 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
14076
14077 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
14078
14079 * obsolete/lselect.el: Do not warn about unknown functions.
14080
14081 2007-11-02 Michael Olson <mwolson@gnu.org>
14082
14083 * textmodes/remember.el (remember-buffer): Make this an alias of
14084 remember-finalize, because Org uses it.
14085
14086 2007-11-01 Michael Olson <mwolson@gnu.org>
14087
14088 * textmodes/remember.el: Improve documentation in heading.
14089 (remember-before-remember-hook): Turn into a customizable option.
14090 (remember): Document INITIAL argument.
14091 (remember-region): Remove autoload cookie. Improve docstring to
14092 mention that it is called from the *Remember* buffer, and does not
14093 have any functional overlap with the `remember' function.
14094 (remember-finalize): Remove autoload cookie. Rename from
14095 remember-buffer to emphasize that this does not have any
14096 functional overlap with the `remember' function.
14097 (remember-destroy): Remove autoload cookie.
14098 (remember-mode-map): Define and initialize in one step.
14099 (remember-mode): Improve docstring.
14100 (remember-annotation-functions): Default to just '(buffer-file-name),
14101 and don't try to take the default value from Planner.
14102
14103 2007-11-01 Glenn Morris <rgm@gnu.org>
14104
14105 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
14106
14107 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
14108
14109 * emacs-lisp/authors.el (authors-scan-change-log)
14110 (authors-scan-el): Don't enable local eval; enable only safe local
14111 variables, without querying.
14112
14113 * mail/footnote.el (footnote-numeric-regexp)
14114 (footnote-english-upper-regexp, footnote-english-lower-regexp)
14115 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
14116 Match multi-character footnotes.
14117
14118 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
14119 (nroff-indent-line-function): New function.
14120 (nroff-count-text-lines): Use nroff-forward-text-line rather than
14121 obsolete alias.
14122
14123 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
14124
14125 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
14126 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
14127 (rcirc-print): Only update the line count when not marking the
14128 line as omittable.
14129 (rcirc-log-write): Specify coding system when writing logfile.
14130 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
14131
14132 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
14133
14134 * printing.el (printing): Fix :version, printing.el was included
14135 for in emacs-22.1.
14136 (pr-path-style, pr-path-alist, pr-txt-name)
14137 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
14138 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
14139 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
14140 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
14141 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
14142 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
14143 (pr-setting-database, pr-visible-entry-list)
14144 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
14145 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
14146
14147 * ediff-util.el (ediff-nuke-selective-display): Move definition to
14148 top level, make it dependent on the emacs flavor.
14149
14150 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
14151 Test for XEmacs not for itimer.
14152
14153 * term/sun-mouse.el:
14154 * obsolete/sun-fns.el:
14155 * obsolete/sun-curs.el: Remove files.
14156
14157 * term/sun.el (select-previous-complex-command): Remove obsolete code.
14158
14159 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
14160
14161 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
14162 was given to concat.
14163
14164 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14165
14166 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
14167 used normally for goto-line. Change `g' to revert the buffer.
14168 Add redundant `r' binding for buffer-revert.
14169
14170 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
14171 (mail-abbrevs-setup): Use abbrev-expand-functions.
14172 (build-mail-abbrevs): Use with-temp-buffer.
14173 (define-mail-abbrev): Simplify.
14174 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
14175 Change it for use on abbrev-expand-functions.
14176 (mail-abbrev-complete-alias): Use with-syntax-table.
14177
14178 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
14179
14180 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
14181 directly. Fix bug in deleting temp file.
14182
14183 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14184
14185 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
14186 Merge defvar and define-abbrev-table.
14187 (def-python-skeleton): Use :case-fixed and :enable-function.
14188 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
14189 Remove.
14190 (python-mode): Don't modify pre-abbrev-expand-hook.
14191
14192 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
14193
14194 * ediff-util.el (ediff-file-checked-out-p)
14195 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
14196
14197 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14198
14199 * abbrev.el (abbrev-symbol): Correct let->let*.
14200 (abbrev--before-point): Only use abbrev-start-location if before point.
14201
14202 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
14203
14204 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
14205 (strokes-unload-hook): Remove function and variable.
14206 (strokes-unload-function): New-style unload function, adapted
14207 from `strokes-unload-hook'.
14208
14209 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
14210 (cl-unload-hook): Remove variable.
14211 (cl-unload-function): New-style unload function, adapted
14212 from `cl-cannot-unload'.
14213
14214 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
14215 (elp-unload-function): New-style unload function, adapted
14216 from `elp-unload-hook'.
14217
14218 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
14219
14220 * emacs-lisp/find-func.el (find-library): Use library at
14221 point as default interactive argument.
14222
14223 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
14224
14225 * shadowfile.el (shadow-join): Remove.
14226 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
14227 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
14228 (shadowfile-unload-hook): Remove function and variable.
14229 (shadowfile-unload-function): New-style unload function, adapted
14230 from `shadowfile-unload-hook'.
14231
14232 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
14233
14234 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
14235 only if it is bound.
14236
14237 * textmodes/reftex.el: Move autoloads for before all uses.
14238 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
14239 (reftex-delete-overlay): Move to the top level with the condition
14240 in the body.
14241
14242 * progmodes/simula.el: Use when instead of if.
14243
14244 * iimage.el (iimage-locate-file): Define unconditionally.
14245
14246 * mail/mailabbrev.el (mail-abbrev-next-line):
14247 * emulation/vip.el (vip-enlarge-region, vip-line)
14248 (vip-next-line-at-bol, vip-previous-line)
14249 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
14250 Wrap with-no-warnings around uses of next-line and previous-line.
14251
14252 * ediff.el (run-ediff-from-cvs-buffer):
14253 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
14254 Remove function not used by pcl-cvs anymore.
14255 (noninteractive, generic-sc-get-latest-rev)
14256 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
14257 Delete support for long obsolete generic-sc.el.
14258
14259 2007-10-31 Glenn Morris <rgm@gnu.org>
14260
14261 * cvs-status.el: No longer require pcvs when compiling.
14262
14263 * doc-view.el (doc-view-conversion-refresh-interval)
14264 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
14265 (doc-view-reset-slice): Doc fixes.
14266 (doc-view-menu): Remove deleted function doc-view-edit-doc.
14267
14268 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
14269
14270 * help-at-pt.el (help-at-pt-unload-hook): Remove.
14271 Timers are automatically canceled by `unload-feature'.
14272
14273 * delsel.el (delsel-unload-hook): Remove function and variable.
14274 (delsel-unload-function): New-style unload function, adapted
14275 from `delsel-unload-hook'.
14276
14277 * msb.el (msb-unload-hook): Remove function and variable.
14278 (msb-unload-function): New-style unload function, adapted from
14279 `msb-unload-hook'.
14280
14281 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
14282
14283 * desktop.el (uniquify-managed): Pacify byte compiler.
14284 (desktop-buffer-info): If the buffer name is managed by uniquify,
14285 save the base name, not the uniquified one.
14286 (desktop-create-buffer): Allow `rename-buffer' to generate a new
14287 name in case of conflict.
14288
14289 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14290
14291 * doc-view.el: Use expand-file-name rather than concat.
14292 (doc-view-cache-directory): Add the UID so multiple users won't clash.
14293 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
14294 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
14295 (doc-view-toggle-display): Use an overlay over the whole buffer so as
14296 not to have to touch the buffer's content.
14297 (doc-view-initiate-display): New function, extracted from doc-view-mode.
14298 (doc-view-mode): Use it. Don't mark as a special mode.
14299 Put the page numbers in the modeline.
14300 Set up the overlay. Hide the cursor. Run the mode hook.
14301 Use after-revert-hook rather than revert-buffer-function.
14302 (doc-view-search-internal): Fix typo.
14303 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
14304 image-cache flush.
14305 (doc-view-reconvert-doc): Don't reset the whole mode.
14306 (doc-view-make-safe-dir): New function.
14307 (doc-view-current-cache-dir): Use it.
14308
14309 2007-10-30 Jason Rumney <jasonr@gnu.org>
14310
14311 * time.el (display-time-world-list): Test for zoneinfo support.
14312
14313 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
14314
14315 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
14316
14317 * net/tramp-cache.el (tramp-flush-file-function): Check also
14318 `default-directory' if `buffer-file-name' does not return a
14319 string. Added to `eshell-pre-command-hook'.
14320
14321 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14322
14323 * doc-view.el (doc-view-current-doc): Remove.
14324 Replace all uses by buffer-file-name.
14325 (doc-view-menu): New menu.
14326 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
14327 unused var `doc'.
14328 (doc-view-sort): Simplify.
14329 (doc-view-buffer-message): Don't change buffer-modified-p.
14330 (doc-view-mode): Change it here instead.
14331 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
14332 Don't modify the global value of revert-buffer-function.
14333
14334 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
14335 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
14336 (image-toggle-display): Take overlays into account and don't assume
14337 point-min==1.
14338
14339 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
14340
14341 * vc.el (vc-annotate): Fix omission bug:
14342 Specify value for vc-sentinel-movepoint.
14343
14344 2007-10-30 Michael Olson <mwolson@gnu.org>
14345
14346 * textmodes/remember.el (remember-mode-hook)
14347 (remember-handler-functions, remember-annotation-functions):
14348 Add additional items as options, including some Org functions.
14349
14350 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
14351
14352 * doc-view.el: Remove cl-dependency.
14353 (doc-view-buffer-message): Mention new binding K.
14354 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
14355 instead of variable.
14356 (doc-view-current-cache-dir): Better cache dir naming.
14357 (doc-view-current-display): Remove variable.
14358 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
14359 (doc-view-kill-proc): Set converter process to nil.
14360 (doc-view-minor-mode): New minor mode.
14361 (doc-view-minor-mode-map): New keymap.
14362 (doc-view-mode): Remove text/image switching code. Use plain defun.
14363 (doc-view-mode-map): New binding K kills converter process.
14364 Remove C-c C-e binding.
14365 (doc-view-mode-text-map): Remove keymap.
14366 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
14367 d-v-display-maybe.
14368 (doc-view-previous-major-mode): New variable.
14369 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
14370 (doc-view-remove-if): New function.
14371 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
14372 (doc-view-toggle-display): Toggle modes instead of display styles.
14373 (doc-view-reconvert-doc): Adapt to new way of doing things.
14374
14375 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
14376
14377 2007-10-30 Glenn Morris <rgm@gnu.org>
14378
14379 * dirtrack.el (dirtrack-mode): Doc fix.
14380
14381 * shell.el (shell-dirtrack-verbose, shell-mode)
14382 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
14383
14384 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
14385 (byte-compile-enable-warning): Doc fix.
14386
14387 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
14388 suppress byte-opt warning.
14389
14390 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
14391
14392 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
14393 (edt-gnu-emacs19-p): Remove.
14394 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
14395 (edt-xserver, edt-page-backward, edt-beginning-of-line)
14396 (edt-end-of-line-forward, edt-end-of-line-backward)
14397 (edt-one-word-forward, edt-one-word-backward, edt-character)
14398 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
14399 (edt-find-forward, edt-find-backward, edt-find-next-forward)
14400 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
14401 (edt-define-key, edt-bottom-check, edt-sentence-forward)
14402 (edt-sentence-backward, edt-paragraph-forward)
14403 (edt-paragraph-backward, edt-restore-key, edt-window-top)
14404 (edt-window-bottom, edt-scroll-window-forward-line)
14405 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
14406 (edt-line-to-top-of-window, edt-paragraph-backward)
14407 (edt-restore-key, edt-window-top, edt-window-bottom)
14408 (edt-scroll-window-forward-line)
14409 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
14410 (edt-line-to-middle-of-window, edt-goto-percentage)
14411 (edt-display-the-time, edt-remember, edt-split-window)
14412 (edt-emulation-on, edt-emulation-off)
14413 (edt-default-emulation-setup, edt-user-emulation-setup)
14414 (edt-select-default-global-map, edt-select-user-global-map):
14415 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
14416 tests.
14417
14418 * textmodes/reftex-index.el (reftex-index-selection-or-word):
14419 Use feature test instead of boundp test so it can be resolved at
14420 compile time.
14421
14422 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
14423
14424 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14425
14426 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
14427 Update all users.
14428 (abbrev-get, abbrev-put): Simplify.
14429 (define-abbrev): Don't store the `force' value in the :system property.
14430 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
14431
14432 2007-10-30 Michael Olson <mwolson@gnu.org>
14433
14434 * desktop.el (desktop-minor-mode-table): Add line for ERC.
14435
14436 * textmodes/remember.el: New file that implements a mode for
14437 quickly jotting down things to remember.
14438
14439 * textmodes/remember-diary.el: A backend for remember.el that
14440 implements saving notes to a Diary file.
14441
14442 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
14443
14444 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
14445 Relocate in file.
14446 (allout-doublecheck-at-and-shallower): Increase to include
14447 slightly greater depths, since yank interaction is now ok.
14448 Also, elaborate the docstring to explain the situation.
14449 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
14450 instead of concat, so we accommodate key sequences expressed as
14451 vectors as well as strings and lists.
14452 (allout-flag-region, allout-hide-by-annotation): Make the
14453 hidden-text overlays 'front-advance.
14454 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
14455 (allout-aberrant-container-p, allout-on-current-heading-p)
14456 (allout-e-o-prefix-p, allout-next-heading)
14457 (allout-previous-heading, allout-goto-prefix)
14458 (allout-end-of-prefix, allout-next-sibling-leap)
14459 (allout-next-visible-heading, allout-auto-fill)
14460 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
14461 (allout-yank-processing, allout-resolve-xref)
14462 (allout-current-topic-collapsed-p, allout-hide-region-body)
14463 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
14464 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
14465 (count-trailing-whitespace-region): Preserve match data, so allout
14466 outline navigation doesn't disrupt other Emacs operations.
14467 (allout-beginning-of-line): Retreat to the beginning of the hidden
14468 text, so fields are respected (for submodes that care).
14469 (allout-end-of-line): Preserve mark activation status when jumping.
14470 (allout-open-topic): Account for opening after a child that
14471 contains a hidden trailing newline. Preserve match data.
14472 Run allout-structure-added-hook
14473 (allout-encrypt-decrypted): Preserve match data.
14474 (allout-toggle-current-subtree-exposure): Add new interactive
14475 function for toggle subtree exposure - suggested by tassilo.
14476 (move-beginning-of-line, move-end-of-line): Don't use
14477 line-move-invisible-p, it's obsolete - substitute the code, instead.
14478
14479 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
14480
14481 * textmodes/flyspell.el (message-signature-separator):
14482 * longlines.el (message-indent-citation-function): Pacify byte
14483 compiler.
14484
14485 * emacs-lisp/cl-loaddefs.el:
14486 * ldefs-boot.el: Regenerate.
14487
14488 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
14489 (.el.elc, compile, compile-always, compile-calc)
14490 ($(lisp)/progmodes/cc-mode.elc): Use it.
14491
14492 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
14493 Only do work for XEmacs.
14494 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
14495 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
14496 on XEmacs.
14497 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
14498 (ps-x-color-name, ps-x-color-specifier-p)
14499 (ps-x-copy-coding-system, ps-x-device-class)
14500 (ps-x-extent-end-position, ps-x-extent-face)
14501 (ps-x-extent-priority, ps-x-extent-start-position)
14502 (ps-x-face-font-instance, ps-x-find-coding-system)
14503 (ps-x-font-instance-properties, ps-x-make-color-instance)
14504 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
14505 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
14506 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
14507 (ps-generate-postscript-with-faces): Delete defaliases.
14508 (ps-face-foreground-name, ps-face-background-name)
14509 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
14510 Move definitions to top level, make the body conditional on the Emacs
14511 flavor. Replace uses of deleted aliases and renamed functions.
14512 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
14513 of deleted aliases and renamed functions.
14514
14515 * calc/calc.el (calc-emacs-type-lucid): Remove.
14516 (calc-digit-map, calcDigit-start, calc-read-key)
14517 (calc-clear-unread-commands):
14518 * calc/calc-ext.el (calc-user-key-map): Replace uses of
14519 calc-emacs-type-lucid with (featurep 'xemacs)
14520
14521 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
14522 (featurep 'xemacs).
14523 (tpu-lucid-emacs19-p): Remove.
14524 (tpu-map-key): Make it a function instead of using fset. Inline
14525 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
14526 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
14527
14528 * ielm.el: Use featurep 'xemacs.
14529
14530 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
14531 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
14532 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
14533 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
14534 cperl-xemacs-p with (featurep 'xemacs).
14535 (font-lock-cache-position): Pacify byte compiler.
14536
14537 2007-10-29 Drew Adams <drew.adams@oracle.com>
14538
14539 * faces.el (read-color): New function.
14540 (face-at-point, foreground-color-at-point)
14541 (background-color-at-point): New functions.
14542
14543 2007-10-28 Richard Stallman <rms@gnu.org>
14544
14545 * net/browse-url.el (browse-url-text-xterm): Rename from
14546 browse-url-lynx-xterm and made generic.
14547 (browse-url-text-emacs): Likewise.
14548 (browse-url-text-browser): New variable.
14549 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
14550 (browse-url-text-input-field, browse-url-text-input-attempts)
14551 (browse-url-kde-program): Likewise.
14552
14553 2007-10-29 Glenn Morris <rgm@gnu.org>
14554
14555 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
14556 Use mapc rather than mapcar (reinstall change deleted without log
14557 entry 2007-10-22).
14558
14559 2007-10-29 Martin Rudalics <rudalics@gmx.at>
14560
14561 * wdired.el (wdired-next-line, wdired-previous-line):
14562 Use next-line and previous-line wrapped in with-no-warnings.
14563
14564 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
14565
14566 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
14567 (rcirc-recent-quit-alist): New function.
14568 (rcirc): Print a better message when there is only one connected server.
14569 (rcirc-complete-nick): Do not update the nick table here.
14570 (rcirc-mode-map): Add M-o.
14571 (rcirc-current-line): Add variable.
14572 (rcirc-mode): Setup variables for line based omit.
14573 (rcirc-edit-multiline): Strip text properties.
14574 (rcirc-omit-responses): Add NICK.
14575 (rcirc-omit-threshold): Add variable.
14576 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
14577 Add functions.
14578 (rcirc-print): Keep track of current line. Do not fill text if
14579 `rcirc-fill-flag' is null. Only omit text if the last activity
14580 from the sender is more than `rcirc-omit-threshold' lines ago.
14581 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
14582 numbers instead of time.
14583 (rcirc-channel-nicks): Sort by line numbers instead of time.
14584 (rcirc-omit-mode): Add `...' when omitting text and recenter.
14585 (rcirc-handler-JOIN): Restore the joiners linestamp.
14586 (rcirc-maybe-remember-nick-quit): Add function.
14587 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
14588
14589 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
14590
14591 * loadhist.el (unload-feature-special-hooks):
14592 Add `delete-frame-functions' and `suspend-tty-functions'.
14593
14594 * server.el (server-unload-function): Rename from `server-unload-hook'
14595 and adapt to new `unload-feature' functionality. Remove hook from
14596 `kill-buffer-hook' buffer-locally.
14597 (server-unload-hook): Remove.
14598 (server-unload-function): New var; replaces `server-unload-hook'.
14599
14600 2007-10-29 Glenn Morris <rgm@gnu.org>
14601
14602 * dirtrack.el (dirtrack-debug): Doc fix.
14603 (dirtrack-mode, dirtrack-debug-mode): New names for
14604 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
14605 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
14606 Make obsolete.
14607 (dirtrack-debug-message): Only print message if
14608 dirtrack-debug-mode is non-nil. Use with-current-buffer.
14609 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
14610 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
14611
14612 2007-10-28 Glenn Morris <rgm@gnu.org>
14613
14614 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
14615 (byte-compile-warnings-safe-p): Handle `not'.
14616 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
14617 (byte-compile-enable-warning): New functions.
14618 (byte-compile-eval-before-compile)
14619 (byte-compile-file-form-require): Use byte-compile-disable-warning.
14620 (byte-compile-close-variables): Locally bind byte-compile-warnings,
14621 but do not modify it.
14622 (byte-compile-eval, byte-compile-obsolete)
14623 (byte-compile-warn-about-unresolved-functions)
14624 (byte-compile-file-form-defvar)
14625 (byte-compile-file-form-custom-declare-variable)
14626 (byte-compile-file-form-require)
14627 (byte-compile-file-form-defmumble, byte-compile-lambda)
14628 (byte-compile-form, byte-compile-normal-call)
14629 (byte-compile-variable-ref, byte-compile-defvar)
14630 (byte-compile-make-variable-buffer-local):
14631 Use byte-compile-warning-enabled-p.
14632 * emacs-lisp/advice.el (ad-compile-function):
14633 Use byte-compile-disable-warning.
14634 * emacs-lisp/cl.el: Move local variables to end of file, and set
14635 byte-compile-warnings to `(not cl-functions)'.
14636 * emacs-lisp/cl-compat.el: Add a local variables section, and set
14637 byte-compile-warnings to `(not cl-functions)'.
14638 * emacs-lisp/cl-macs.el: Unify local variable section, and set
14639 byte-compile-warnings to `(not cl-functions)'.
14640 (cl-do-proclaim): Use byte-compile-disable-warning and
14641 byte-compile-enable-warning.
14642 * emacs-lisp/cl-seq.el: Unify local variable section, and set
14643 byte-compile-warnings to `(not cl-functions)'.
14644 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
14645 Use byte-compile-disable-warning.
14646
14647 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
14648
14649 * cus-edit.el (custom-browse-insert-prefix):
14650 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
14651
14652 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
14653
14654 * server.el (server-process-filter): Fix typo in docstring.
14655 (server-log): Reflow docstrings.
14656 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
14657 (server-goto-line-column): Use `when'.
14658
14659 2007-10-28 Juri Linkov <juri@jurta.org>
14660
14661 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
14662 when mouse is clicked on the isearch message.
14663 (isearch-resume): Call `isearch-update' at the end.
14664 Rename argument `search' to `string' to conform to the
14665 isearch terminology.
14666
14667 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14668
14669 Rewrite abbrev.c in Elisp.
14670 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
14671 (abbrev-table-get, abbrev-table-put, abbrev-get)
14672 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
14673 (define-abbrev, abbrev--check-chars, define-global-abbrev)
14674 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
14675 (abbrev-expansion, abbrev--before-point, expand-abbrev)
14676 (unexpand-abbrev, abbrev--write, abbrev--describe)
14677 (insert-abbrev-table-description, define-abbrev-table):
14678 New funs, largely transcribed from abbrev.c.
14679 (abbrev-with-wrapper-hook): New macro.
14680 (abbrev-table-name-list, global-abbrev-table)
14681 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
14682 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
14683 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
14684 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
14685 New vars, largely transcribed from abbrev.c.
14686 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
14687 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
14688 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
14689
14690 2007-10-27 Glenn Morris <rgm@gnu.org>
14691
14692 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
14693 (shell-dirtrack-toggle): Mark as obsolete.
14694 (dirtrack-toggle, dirtrack-mode): No longer alias to
14695 shell-dirtrack-mode.
14696
14697 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
14698
14699 * calc/calc.el (math-standard-opers): Lower the precedence
14700 of negation.
14701 * calc/calc-lang.el (math-oper-table): Lower precedence of
14702 negation for C, TeX, and eqn.
14703
14704 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
14705
14706 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
14707
14708 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
14709
14710 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
14711 (desktop-not-loaded-hook): Fix :version tags.
14712
14713 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
14714
14715 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
14716 (tramp-get-remote-tmpdir): New defun.
14717 (tramp-make-tramp-temp-file): Use it.
14718 (tramp-local-call-process): New defun. Replace all calls of
14719 `call-process' by this when appropriate.
14720 (tramp-handle-write-region): Replace calls of `file-attributes' by
14721 `tramp-compat-file-attributes'.
14722 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14723 Make the first command a `tramp-send-command' call, with let-bind
14724 of `tramp-end-of-output'.
14725 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
14726 (tramp-load-report-modules, tramp-append-tramp-buffers):
14727 Move to tramp-cmds.el.
14728
14729 * net/tramp-fish.el (tramp-fish-handle-copy-file)
14730 (tramp-fish-do-copy-or-rename-file)
14731 (tramp-fish-do-copy-or-rename-file-directly):
14732 * net/tramp-smb.el (tramp-smb-handle-copy-file):
14733 Add parameter PRESERVE-UID-GID.
14734
14735 2007-10-27 Eli Zaretskii <eliz@gnu.org>
14736
14737 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
14738 New defcustoms.
14739 (display-time-world-list): Use them as appropriate for the current
14740 value of `system-type'.
14741
14742 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
14743
14744 * emulation/pc-select.el (next-line-mark, next-line-nomark)
14745 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
14746 around uses of previous-line and next-line.
14747
14748 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
14749 New defvars.
14750
14751 * textmodes/css-mode.el (comment-continue):
14752 * net/browse-url.el (url-handler-regexp):
14753 * progmodes/idlw-help.el (idlwave-system-routines):
14754 Pacify byte-compiler.
14755
14756 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
14757 line-move-invisible-p with its former definition: invisible-p.
14758 line-move-invisible-p was removed on 2007-08-29.
14759
14760 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
14761
14762 * files.el (kill-emacs-query-functions): Doc fix;
14763 `save-buffers-kill-emacs' is no longer bound to a key.
14764
14765 2007-10-26 Richard Stallman <rms@gnu.org>
14766
14767 * isearch-multi.el (isearch-buffers-multi): New option.
14768 (isearch-buffers-search-fun): Test it.
14769
14770 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
14771 Put ps-run-clear on C-c C-l.
14772
14773 * newcomment.el (comment-styles): New style indent-or-triple.
14774 (comment-style): Make that the default.
14775 (comment-add defvar): Doc fix.
14776 (comment-add): Delete arg EXTRA.
14777 (comment-region-default): Open code call to comment-add.
14778 Handle indent-or-triple style which uses `multi-char' for INDENT.
14779
14780 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
14781
14782 * eshell/em-unix.el (nil-blank-string): Doc fix.
14783
14784 2007-10-26 John Wiegley <johnw@newartisans.com>
14785
14786 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
14787 function, ensure that the third argument is turned into a nil if
14788 the string is otherwise completely empty (either no characters, or
14789 all tabs/spaces). This fixes a bug from a user who found himself
14790 unable to customize `diff-switches' and still use Eshell's diff
14791 command.
14792
14793 2007-10-26 Glenn Morris <rgm@gnu.org>
14794
14795 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
14796 safe-local-variable property.
14797
14798 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
14799
14800 * net/browse-url.el (browse-url-browser-function): Delete grail.
14801 (browse-url-grail): Function and variable deleted.
14802 (browse-url-browser-function): Delete IXI Mosaic.
14803 (browse-url-default-browser): Don't try IXI Mosaic.
14804 (browse-url-iximosaic): Function deleted.
14805 (browse-url-browser-function): Delete MMM.
14806 (browse-url-default-browser): Don't try MMM.
14807 (browse-url-mmm): Function deleted.
14808
14809 2007-10-26 Drew Adams <drew.adams@oracle.com>
14810
14811 * custom.el (custom-note-var-changed): New function.
14812
14813 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
14814
14815 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
14816 use with the definition. Remove.
14817
14818 * add-log.el (change-log-start-entry-re): New defconst.
14819 (change-log-sortable-date-at): Use it.
14820 (change-log-beginning-of-defun, change-log-end-of-defun):
14821 New functions.
14822 (change-log-mode): Use them for beginning-of-defun-function and
14823 end-of-defun-function.
14824
14825 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
14826
14827 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
14828 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
14829 (ses-recalculate-cell): Deal with point being just beyond end of
14830 data area (why does this happen?)
14831 (ses-set-curcell): Ditto.
14832 (ses-column-letter): Handle columns beyond 702. Code written by
14833 Gareth Rees.
14834
14835 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
14836
14837 * textmodes/org.el (org-agenda-get-restriction-and-command):
14838 Use `mapc' instead of `mapcar'.
14839 (org-agenda-list): Numeric prefix argument can specify the number
14840 of days.
14841 (remember-register, remember-buffer): Prevent byte compiler from
14842 complaining.
14843 (org-todo): Save and restore match data.
14844 (org-no-warnings): New macro.
14845 (org-columns-eval): Use `org-no-warnings'.
14846
14847 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
14848
14849 * comint.el (comint-password-prompt-regexp):
14850 Handle `[sudo] password'-style prompt.
14851
14852 2007-10-25 Glenn Morris <rgm@gnu.org>
14853
14854 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
14855 (defcustom): Doc fix.
14856
14857 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
14858 Add `non_intrinsic'.
14859 (f90-constants-re): Add ieee modules.
14860 (f90-typedef-matcher, f90-typedec-matcher)
14861 (f90-imenu-type-matcher): New functions.
14862 (f90-font-lock-keywords-1): Give module procedures function-name face.
14863 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
14864 Add `use, intrinsic'.
14865 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
14866 Move start of `enum' blocks to separate entry.
14867 (f90-start-block-re): Fix `type', `abstract interface'.
14868 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
14869 derived types.
14870 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
14871 `elemental', change `enumerator'.
14872 (f90-no-block-limit): Fix `abstract interface'.
14873
14874 * progmodes/f90.el (f90-indented-comment-re)
14875 (f90-directive-comment-re, f90-break-delimiters):
14876 * progmodes/fortran.el (fortran-comment-line-start-skip)
14877 (fortran-directive-re):
14878 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
14879 as safe if they are strings.
14880
14881 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14882
14883 * startup.el (window-system): Remove. Don't make it frame-local.
14884
14885 2007-10-24 Richard Stallman <rms@gnu.org>
14886
14887 * savehist.el (savehist-save): Omit unreadable elements.
14888
14889 * loadhist.el (unload-function-defs-list): Rename from
14890 unload-function-features-list.
14891 (unload-feature-special-hooks, unload-feature): Doc fixes.
14892
14893 * indent.el (indent-to-left-margin): If point's in the indentation,
14894 move to the end of the indentation.
14895
14896 * cus-edit.el (customize-changed-options): Make arg optional.
14897
14898 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
14899
14900 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
14901
14902 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
14903
14904 * textmodes/org-publish.el (org-publish-attachment): Re-install
14905 accidentally deleted change.
14906
14907 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14908
14909 * term/iris-ansi.el (iris-function-map): Move init into declaration.
14910
14911 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
14912
14913 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
14914 (Buffer-menu-mode-map): Initialize in the declaration.
14915 (Buffer-menu-mode): Define with `define-derived-mode'.
14916
14917 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
14918
14919 * textmodes/org.el (org-version): Change to 5.13e.
14920 (org-agenda-file-regexp): Fix typo in docstring.
14921 (org-add-planning-info): Fix bug in parenthesis settings.
14922 (org-scan-tags): Catch the case of indirect buffers with no filename.
14923 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
14924 Re-install switch to mapc, had been removed by accident.
14925 (org-columns-map): New binding `C-c C-o'.
14926 (org-columns-menu): Change menu text and added new entry.
14927 (org-columns-eval): Document the use of `next-line'.
14928 (org-columns-open-link): New function.
14929 (org-columns-follow-link): Remove function.
14930 (org-open-link-from-string): New function.
14931 (org-read-date-get-relative): Fix typo in docstring.
14932 (org-read-date-get-relative): Leading +/- is not optional.
14933 (org-agenda-get-restriction-and-command): Always resize window on
14934 first loop cycle.
14935 (org-agenda-open-link): Make sure the link abbreviations are
14936 present in the agenda buffer.
14937 (org-agenda-copy-local-variable): New function.
14938
14939 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14940
14941 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
14942
14943 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14944
14945 * simple.el (reindent-then-newline-and-indent): Use a `move after
14946 insert' kind of marker in the save-excursion.
14947
14948 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14949
14950 * textmodes/css-mode.el: Require CL.
14951 (comment-continue): Declare.
14952
14953 * subr.el (make-variable-frame-localizable): Remove.
14954 (make-variable-frame-local): Mark obsolete.
14955
14956 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14957
14958 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
14959 of the subdirs is unreadable.
14960
14961 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
14962
14963 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
14964 when we are local.
14965
14966 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14967
14968 * progmodes/python.el (python-current-defun): Remove left-over
14969 assignment to `start'.
14970
14971 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
14972
14973 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
14974 than `mapcar'; return value is not used.
14975
14976 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14977
14978 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
14979 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
14980
14981 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
14982
14983 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
14984 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
14985
14986 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14987
14988 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
14989
14990 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
14991
14992 * emacs-lisp/advice.el (ad-make-advised-docstring):
14993 Add ad-advice-info text property to doc string.
14994
14995 2007-10-23 Glenn Morris <rgm@gnu.org>
14996
14997 * progmodes/f90.el (f90-do-indent, f90-if-indent)
14998 (f90-type-indent, f90-program-indent, f90-associate-indent)
14999 (f90-continuation-indent, f90-comment-region)
15000 (f90-beginning-ampersand, f90-smart-end)
15001 (f90-break-before-delimiters, f90-auto-keyword-case)
15002 (f90-leave-line-no, f90-mode-hook):
15003 Give an appropriate safe-local-variable property.
15004
15005 * progmodes/fortran.el (fortran-tab-mode-default)
15006 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
15007 (fortran-structure-indent, fortran-continuation-indent)
15008 (fortran-comment-indent, fortran-comment-line-extra-indent)
15009 (fortran-comment-line-start)
15010 (fortran-minimum-statement-indent-fixed)
15011 (fortran-minimum-statement-indent-tab)
15012 (fortran-comment-indent-char, fortran-line-number-indent)
15013 (fortran-check-all-num-for-matching-do)
15014 (fortran-blink-matching-if, fortran-continuation-string)
15015 (fortran-comment-region, fortran-electric-line-number)
15016 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
15017 (fortran-analyze-depth, fortran-break-before-delimiters):
15018 Give an appropriate safe-local-variable property.
15019
15020 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15021
15022 * printing.el: Move variable definitions before use.
15023 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
15024
15025 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15026
15027 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
15028 (tpu-edt-off): Use it.
15029 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
15030 the global-map before adding it to global-map.
15031
15032 * menu-bar.el (global-buffers-menu-map): New var.
15033 (global-map, menu-bar-update-buffers): Use it.
15034 * msb.el (msb-menu-bar-update-buffers): Use it.
15035 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
15036 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
15037 Use with-current-buffer.
15038
15039 2007-10-22 Juri Linkov <juri@jurta.org>
15040
15041 * isearch-multi.el: New file.
15042
15043 * isearch.el (isearch-search-string): After finding the next
15044 occurrence switch to buffer isearch-buffers-current-buffer when
15045 isearch-buffers-next-buffer-function is non-nil and
15046 isearch-buffers-current-buffer is live.
15047
15048 * add-log.el (change-log-mode): Make and set buffer-local variable
15049 isearch-buffers-next-buffer-function to change-log-next-buffer.
15050 Call isearch-buffers-minor-mode.
15051 (change-log-next-buffer): New function.
15052
15053 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
15054
15055 * textmodes/org-export-latex.el (org-export-latex-protect-string):
15056 Renaming of `org-latex-protect'.
15057 (org-export-latex-emphasis-alist): By default, don't protect
15058 any emphasis formatter from further conversion.
15059 (org-export-latex-tables): Honor column grouping for tables.
15060 (org-export-latex-title-command): New option.
15061 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
15062 export backslash character.
15063
15064 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
15065
15066 * textmodes/org.el (org-read-date-get-relative): New function.
15067 (org-agenda-file-regexp): New variable.
15068 (org-agenda-files): Allow directories in the variable.
15069 (org-agenda-get-restriction-and-command): New function.
15070 (org-agenda): Use `org-agenda-get-restriction-and-command'.
15071 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
15072 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
15073 New functions.
15074 (org-entry-add-to-multivalued-property)
15075 (org-entry-remove-from-multivalued-property)
15076 (org-entry-member-in-multivalued-property): New functions.
15077 (org-remember-apply-template): Catch C-g and make sure window
15078 configuration is restored.
15079 (org-agenda-open-link): Make it work with several links in the line.
15080 (org-drawers, org-set-regexps-and-options)
15081 (org-get-current-options): Add support for a DRAWERS in-buffer option.
15082 (org-agenda-window-frame-fractions): New option.
15083 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
15084 (org-columns-cleanup-item, org-find-entry-with-id)
15085 (org-insert-columns-dblock, org-listtable-to-string)
15086 (org-dblock-write:columnview, org-columns-capture-view)
15087 (org-edit-headline): New functions.
15088 (org-agenda-to-appt): Require calendar.
15089 (org-entry-get-with-inheritance): Widen for search.
15090 (org-columns-display-here): Don't mark buffer as modified when
15091 adding space characters to accomodate column overlays.
15092 (org-export-as-html): Better formatting of tags in the toc.
15093 (org-columns-display-here): Make the ITEM column as compact as possible.
15094 (org-remember-templates): Customization interface improved.
15095 (org-export-with-property-drawer): Variable removed.
15096 (org-export-with-drawers): New option.
15097 (org-complex-heading-regexp): New variable.
15098 (org-sort-entries): Rewrite using `sort-subr'.
15099 (org-set-property): More appropriate completion during interactive use.
15100 (org-sort-entries): Allow sorting by property.
15101 (org-additional-option-like-keywords): Add more values.
15102 (org-sort-entries-or-items): Rename from `org-sort-entries'.
15103
15104 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
15105
15106 * textmodes/org.el (org-get-date-from-calendar): New function.
15107 (org-at-timestamp-p, org-timestamp-change)
15108 (org-remember-templates): First element of each entry is now a
15109 name for the template.
15110 (org-store-log-note): Check for `org-note-abort'.
15111 (org-kill-note-or-show-branches): New command.
15112 (org-fontify-priorities): New option.
15113 (org-fontify-priorities): New function.
15114 (org-cut-subtree, org-copy-subtree): New argument N to
15115 act on N sequential subtrees.
15116 (org-paste-subtree): Fix the level at which a tree is pasted.
15117 (org-fit-agenda-window): Limitations on window size removed.
15118 (org-agenda-find-same-or-today-or-agenda): Rename from
15119 `org-agenda-find-today-or-agenda'.
15120 (org-scheduled-past-days): New option.
15121 (org-agenda-scheduled-leaders)
15122 (org-agenda-deadline-leaders): New options.
15123 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
15124 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
15125 (org-export-with-tags, org-export-plist-vars)
15126 (org-infile-export-plist): New "tags" option.
15127 (org-use-property-inheritance): New option.
15128 (org-cached-entry-get): Use `org-use-property-inheritance'.
15129 (org-remember-apply-template): Fix typo.
15130
15131 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
15132
15133 * net/tramp.el (tramp-find-shell)
15134 (tramp-open-connection-setup-interactive-shell): Improve sending
15135 initial commands.
15136 (tramp-action-terminal): Send debug message.
15137 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
15138 (tramp-barf-if-no-shell-prompt): Insert code of
15139 `tramp-wait-for-shell-prompt'.
15140
15141 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15142
15143 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
15144
15145 * term/vt200.el (terminal-init-vt200):
15146 * term/vt201.el (terminal-init-vt201):
15147 * term/vt220.el (terminal-init-vt220):
15148 * term/vt240.el (terminal-init-vt240):
15149 * term/vt300.el (terminal-init-vt300):
15150 * term/vt320.el (terminal-init-vt320):
15151 * term/vt400.el (terminal-init-vt400):
15152 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
15153
15154 * term/wyse50.el (wyse50-terminal-map): New var.
15155 (terminal-init-wyse50): Use it and input-decode-map.
15156 (enable-arrow-keys): Emasculate.
15157
15158 * term/tvi970.el (tvi970-terminal-map): New var.
15159 (terminal-init-tvi970): Use it and input-decode-map.
15160 (tvi970-keypad-numeric): Remove.
15161 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
15162
15163 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
15164 (terminal-init-sun): Use it and input-decode-map.
15165
15166 * term/news.el (terminal-init-news):
15167 * term/lk201.el (terminal-init-lk201):
15168 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
15169
15170 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
15171
15172 * complete.el (PC-expand-many-files): Remove.
15173 (PC-do-completion): Call file-expand-wildcards instead of
15174 PC-expand-many-files.
15175
15176 * net/tramp.el (tramp-handle-expand-many-files): Remove.
15177 (PC-expand-many-files): Remove advice.
15178
15179 2007-10-22 Glenn Morris <rgm@gnu.org>
15180
15181 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
15182 Add some support for Fortran 2003 syntax:
15183 (f90-type-indent): Now also applies to `enum'.
15184 (f90-associate-indent): New user option.
15185 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
15186 Add some F2003 keywords.
15187 (f90-constants-re): New constant.
15188 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
15189 Interface'.
15190 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
15191 `class'. Arguments for `type'/`class' may have spaces. Add a new
15192 element for functions with specified types. Add `end enum' and
15193 `select type'. Add `implicit enumerator' and `procedure'.
15194 Add `class default' and `type is', `class is'. Fix `go to' regexp.
15195 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
15196 (f90-font-lock-keywords-4): Add `f90-constants-re'.
15197 (f90-blocks-re): Add `enum' and `associate'.
15198 (f90-else-like-re): Add `class is', `type is', and `class default'.
15199 (f90-end-type-re): Add `enum'.
15200 (f90-end-associate-re, f90-typeis-re): New constants.
15201 (f90-end-block-re): Add `enum' and `associate'. Change from
15202 optional whitespace to end-of-word, to avoid `enumerator'.
15203 (f90-start-block-re): Add `select type', `abstract interface', and
15204 `enum'. Avoid `type is', and `type (sometype)'.
15205 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
15206 (f90-mode): Doc fix.
15207 (f90-looking-at-select-case): Doc fix. Add `select type'.
15208 (f90-looking-at-associate): New function.
15209 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
15210 Add `enum' and `abstract interface'.
15211 (f90-no-block-limit): Add `select type' and `abstract interface'.
15212 (f90-get-correct-indent, f90-calculate-indent)
15213 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
15214 (f90-indent-region, f90-match-end): Handle `associate' blocks.
15215
15216 2007-10-22 Martin Rudalics <rudalics@gmx.at>
15217
15218 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
15219 Use window-full-width-p.
15220
15221 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
15222
15223 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
15224
15225 * tooltip.el: Use featurep 'xemacs.
15226
15227 * printing.el: Move variable definitions before use, no code change.
15228
15229 2007-10-22 Juri Linkov <juri@jurta.org>
15230
15231 * simple.el (goto-history-element): Allow minibuffer-default to be
15232 a list of default values accessible by typing M-n in the minibuffer.
15233
15234 * dired-x.el (dired-guess-shell-command): Put all guesses to the
15235 minibuffer default value list instead of pushing them temporarily
15236 to the history list.
15237
15238 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15239
15240 * hexl.el (hexl-menu): New major mode menu.
15241
15242 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15243
15244 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
15245
15246 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15247
15248 * w32-fns.el (w32-quote-process-args):
15249 * dos-w32.el (print-region-function, lpr-headers-switches)
15250 (ps-print-region-function): Pacify byte-compiler.
15251
15252 * emulation/edt-mapper.el (function-key-map):
15253 (edt-map-key): Make it a function instead of using fset.
15254 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
15255 (edt-gnu-map-key, edt-lucid-map-key): Remove.
15256 (edt-x-emacs-p): Remove.
15257 (edt-emacs-variant, edt-window-system, edt-xserver):
15258 Use featurep 'xemacs.
15259
15260 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
15261 Replace eudc-xemacs-p with its definition.
15262 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
15263 (eudc-emacs-mule-p): Remove.
15264 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
15265 eudc-xemacs-p with feature tests.
15266
15267 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
15268 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
15269 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
15270 (eudc-bob-toggle-inline-display):
15271 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
15272 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
15273
15274 * net/eudcb-ph.el (eudc-ph-open-session):
15275 Replace eudc-xemacs-mule-p with its former definition.
15276
15277 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
15278 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
15279
15280 * progmodes/vera-mode.el (vera-xemacs): Remove.
15281 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
15282
15283 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
15284 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
15285 (vhdl-speedbar-initialize, vhdl-ps-print-init)
15286 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
15287 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
15288 with (featurep 'xemacs).
15289
15290 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
15291 (save-buffer-state-x):
15292 * obsolete/fast-lock.el (fast-lock-verbose):
15293 * emulation/viper-init.el (viper-xemacs-p)
15294 (viper-cond-compile-for-xemacs-or-emacs):
15295 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
15296 * ps-print.el (case-fold-search):
15297 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
15298 * calculator.el (calculator-help): Use featurep 'xemacs.
15299
15300 * progmodes/prolog.el: Undo previous change.
15301 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
15302
15303 * progmodes/dcl-mode.el:
15304 * play/yow.el:
15305 * calendar/todo-mode.el:
15306 * calendar/cal-hebrew.el:
15307 * vc-hg.el: Undo previous change.
15308
15309 * vms-patch.el: Likewise.
15310 (print-region-function): Pacify byte-compiler.
15311
15312 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
15313
15314 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
15315 preserve-uid-gid.
15316
15317 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
15318 compatibility. It is not used, though.
15319
15320 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
15321 Require tramp-cmds.el.
15322 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
15323 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
15324 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
15325 (tramp-do-copy-or-rename-file-out-of-band)
15326 (tramp-maybe-open-connection): Use `make-temp-name'. This is
15327 possible, because we don't need to create the temporary file, but
15328 we need a prefix for ssh, which has its own temporary file handling.
15329 (tramp-handle-delete-directory): Add "-f" to rmdir.
15330 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
15331 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
15332 a signal, in order to give the callee a chance to suppress.
15333 (tramp-handle-write-region): Set owner also in case of short
15334 track. Don't use compatibility calls for `write-region' anymore.
15335 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
15336 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
15337
15338 * net/tramp-cmds.el: New file.
15339
15340 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
15341 `tramp-clear-passwd'.
15342
15343 * net/trampver.el: Update release number.
15344
15345 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15346
15347 * progmodes/gud.el (gud-target-name): Move definition before use.
15348
15349 * progmodes/dcl-mode.el: Require imenu at compile time.
15350
15351 * progmodes/cc-engine.el (c-maybe-stale-found-type):
15352 Pacify byte-compiler.
15353
15354 * obsolete/fast-lock.el: Use featurep test instead of string-match.
15355
15356 * eshell/esh-mode.el (eshell-handle-ansi-color):
15357 Require ansi-color at compile time too.
15358
15359 * eshell/em-unix.el (eshell/info): Require info at compile time too.
15360
15361 * w32-fns.el: Require w32-vars.
15362
15363 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
15364 time too.
15365
15366 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15367
15368 * double.el ([ignore]): Use `ignore'.
15369 (double-setup): Inline into double-mode.
15370 (double-mode): Use define-minor-mode.
15371
15372 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15373
15374 * textmodes/reftex.el: Move require easymenu before first use.
15375 (reftex-info): Require info at compile too.
15376
15377 * textmodes/org-publish.el (org-publish-org-to-html)
15378 (org-publish-org-to): Require org at compile time too.
15379 (org-publish-attachment): Require at compile time too.
15380
15381 * term/tty-colors.el (w32-tty-standard-colors):
15382 Pacify byte-compiler.
15383
15384 * term/pc-win.el (frame-creation-function-alist): Add to this
15385 instead of setting frame-creation-function.
15386
15387 * play/blackbox.el (bb-up, bb-down): Use forward-line.
15388
15389 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
15390
15391 * calendar/todo-mode.el: Require calendar at compile time.
15392
15393 * calendar/cal-hebrew.el: Require holidays at compile time.
15394
15395 * w32-vars.el: Provide w32-vars.
15396
15397 * term/w32-win.el: Require w32-vars.
15398 (w32-color-map): Pacify byte-compiler.
15399
15400 * loadup.el: Load w32-vars before term/w32-win.
15401
15402 2007-10-20 Juri Linkov <juri@jurta.org>
15403
15404 * textmodes/fill.el (fill-paragraph): When the region is active,
15405 don't try other `or' branches regardless of the value returned by
15406 fill-region; just return t.
15407
15408 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
15409
15410 * vc.el (vc-do-command): Condition out a misleading message when
15411 running asynchronously.
15412 (vc-deduce-fileset): New argument enables using an unregistered
15413 visited file as a singleton fileset if nothing else is available.
15414 (vc-next-action): Restore file-registering behavior.
15415
15416 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
15417
15418 * calc/README: Add recent news.
15419
15420 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
15421
15422 * term/x-win.el (x-gtk-stock-map, icon-map-list)
15423 (x-gtk-map-stock): Delete duplicated definitions from merge.
15424
15425 * progmodes/compile.el (compilation-skip-to-next-location)
15426 (compilation-skip-threshold, compilation-skip-visited):
15427 Move definitions earlier.
15428
15429 * play/decipher.el (decipher-keypress):
15430 * play/zone.el (zone-fall-through-ws):
15431 * play/landmark.el (lm-move-down, lm-move-up):
15432 * play/handwrite.el (handwrite):
15433 * mail/mspools.el (mspools-visit-spool):
15434 * wdired.el (wdired-next-line, wdired-previous-line):
15435 * tar-mode.el (tar-subfile-save-buffer):
15436 * scroll-lock.el (scroll-lock-next-line)
15437 (scroll-lock-previous-line):
15438 * image-dired.el (image-dired-next-line)
15439 (image-dired-previous-line):
15440 * ediff-help.el (ediff-help-message-line-length):
15441 Use forward-line.
15442
15443 * smerge-mode.el (smerge-auto-refine):
15444 * diff-mode.el (diff-auto-refine): Add :group.
15445
15446 * play/yow.el: Require doctor at compile time.
15447
15448 * vmsproc.el: Provide vmsproc.
15449 (command-send-input): Use forward-line.
15450
15451 * vms-patch.el: Require ps-print and vmsproc at compile time.
15452
15453 * vc-mtn.el (log-view-message-re, log-view-file-re)
15454 (log-view-font-lock-keywords): Pacify byte-compiler.
15455
15456 * vc-hg.el: Require log-view at compile time.
15457
15458 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
15459
15460 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
15461
15462 2007-10-20 Glenn Morris <rgm@gnu.org>
15463
15464 * progmodes/f90.el (f90-font-lock-keywords-2)
15465 (f90-looking-at-type-like): Fix regexp typos.
15466
15467 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
15468
15469 * bs.el (bs--track-window-changes): Don't refresh the whole list.
15470 (bs-mode): Set mode-class property to special.
15471
15472 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15473
15474 * diff-mode.el (diff-auto-refine): New var.
15475 (diff-hunk): Use it.
15476 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
15477 (diff-refine-change): Rename from diff-fine-change. Change it.
15478 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
15479 (diff-refine-hunk): Rename from diff-fine-highlight.
15480
15481 2007-10-20 John Paul Wallington <jpw@pobox.com>
15482
15483 * help-fns.el (describe-variable-custom-version-info): New function
15484 to return variable's version or package version note.
15485 (describe-variable): Use it, display result.
15486
15487 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15488
15489 * smerge-mode.el (smerge-auto-refine): New var.
15490 (smerge-next, smerge-prev): Use it.
15491 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
15492
15493 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15494 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
15495
15496 * vc-bzr.el (vc-bzr-diff-tree):
15497 * vc-git.el (vc-git-diff-tree):
15498 * vc-hg.el (vc-hg-diff-tree):
15499 * vc-mcvs.el (vc-mcvs-diff-tree):
15500 * vc-mtn.el (vc-mtn-diff-tree):
15501 * vc-svn.el (vc-svn-diff-tree): Remove.
15502
15503 * vc-mtn.el (vc-mtn-revision-completion-table):
15504 * vc-cvs.el (vc-cvs-revision-completion-table):
15505 * vc-arch.el (vc-arch-revision-completion-table):
15506 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
15507 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
15508 Make it work when the arg is a list of files.
15509
15510 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15511
15512 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
15513 Also `revision-completion-table' now takes a list of files.
15514 (vc-deduce-fileset): Remove unused var `regexp'.
15515 Only obey allow-directory-wildcard in dired buffers.
15516 (vc-default-diff-tree): Remove.
15517 (vc-diff-added-files): New var.
15518 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
15519 (vc-version-diff): Revert from `vc-history-diff' to the original name.
15520 Remove the `backend' arg.
15521 (vc-contains-version-controlled-file): Remove.
15522 (vc-diff): Bring it closer to the version in Emacs-22.
15523 (vc-revert): Fix typo in let-binding.
15524 (vc-default-unregister): Remove.
15525 (vc-dired-buffers-for-dir): Remove N^2 behavior.
15526
15527 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
15528
15529 * textmodes/two-column.el (2C-split, 2C-merge):
15530 * textmodes/bib-mode.el (bib-find-key, mark-bib):
15531 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
15532 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
15533 * progmodes/ada-xref.el (ada-get-all-references):
15534 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
15535 * emulation/vi.el (vi-previous-line-first-nonwhite)
15536 (vi-effective-range, vi-put-before):
15537 * emulation/edt.el (edt-next-line, edt-previous-line)
15538 (edt-paragraph-forward): Use forward-line.
15539
15540 * progmodes/etags.el (tags-apropos): Require apropos at compile
15541 time too.
15542
15543 * progmodes/prolog.el: Require comint when compiling.
15544 (inferior-prolog-flavor): Move defvar before use.
15545
15546 2007-10-19 Richard Stallman <rms@gnu.org>
15547
15548 * font-core.el (turn-on-font-lock-if-desired):
15549 Rename from `turn-on-font-lock-if-enabled'.
15550 Fully obey `font-lock-global-modes'.
15551
15552 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15553
15554 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
15555 which will not affect the behavior of things like forward-word.
15556 (diff-fine-highlight): Preserve point.
15557
15558 * doc-view.el (doc-view-mode-map): Use remapping.
15559 Don't rebind C-v, M-v to their default value.
15560 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
15561
15562 * smerge-mode.el: Add word-granularity refinement.
15563 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
15564 (smerge-refine-weight-hack): New vars.
15565 (smerge-refine-forward): New fun.
15566 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
15567 (smerge-refine-subst): Use them as well. Preserve point.
15568
15569 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
15570
15571 * follow.el (follow-unload-function): New function.
15572
15573 * loadhist.el (unload-function-features-list):
15574 Rename from `unload-hook-features-list'.
15575 (unload-hook-features-list): Add as obsolete alias.
15576 (unload-feature): Use `unload-function-features-list'
15577 and new FEATURE-unload-function.
15578
15579 2007-10-19 Glenn Morris <rgm@gnu.org>
15580
15581 * bindings.el (mouse-minor-mode-menu)
15582 (minor-mode-menu-from-indicator): Move to mouse.el.
15583 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
15584 Move here from bindings.el.
15585
15586 2007-10-19 Richard Stallman <rms@gnu.org>
15587
15588 * help-fns.el (describe-function-1): Don't use the advice origname
15589 if it has no function definition.
15590
15591 2007-10-18 Johan Bockgård <bojohan@gnu.org>
15592
15593 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
15594 Use `save-restriction' rather than `widen'.
15595
15596 2007-10-18 Richard Stallman <rms@gnu.org>
15597
15598 * time.el (display-time-world-time-format): Display day # not month #.
15599
15600 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
15601
15602 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
15603
15604 * doc-view.el: Remove version keyword.
15605 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
15606 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
15607 (doc-view-ghostscript-options): Improve custom type.
15608 (doc-view-cache-directory, doc-view-conversion-buffer)
15609 (doc-view-conversion-refresh-interval): Simplify custom type.
15610
15611 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
15612
15613 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
15614 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
15615 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
15616 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
15617 Remove superfluous messages.
15618 (doc-view-mode-map): Use the image-mode scrolling commands.
15619 Don't rebind C-x k.
15620
15621 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
15622
15623 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
15624 Add comment about "-dSAFER".
15625
15626 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15627
15628 * term/xterm.el: Don't require xt-mouse.
15629 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
15630 calling turn-on-xterm-mouse-tracking-on-terminal directly.
15631
15632 * xt-mouse.el: Don't change the global function-key-map anny more.
15633 (xterm-mouse-mode): Use terminal-init-xterm-hook.
15634 Don't use after-make-frame-functions now that term/xterm.el calls
15635 us directly.
15636 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
15637 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
15638 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
15639 Setup input-decode-map and remember that xterm-mouse-mode was
15640 enabled in this terminal.
15641 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
15642 terminals where it has been enabled.
15643
15644 * faces.el (tty-create-frame-with-faces): Make sure not only
15645 tty-run-terminal-initialization but also set-locale-environment
15646 are run only once per terminal.
15647 (tty-run-terminal-initialization): Don't check if the terminal was
15648 already initted.
15649
15650 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
15651 not to remove keymaps that just happen to inherit from one of ours.
15652 When setting up our keymap, make sure it won't be accidentally
15653 modified by someone else.
15654
15655 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
15656
15657 * textmodes/artist.el (artist-previous-line, artist-next-line):
15658 * dired.el (dired-next-line, dired-previous-line):
15659 * progmodes/delphi.el (delphi-newline):
15660 * textmodes/org.el (org-columns-eval):
15661 Use forward-line.
15662
15663 * emerge.el (emerge-setup): Use insert-buffer-substring.
15664 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
15665
15666 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
15667
15668 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
15669 (adaptive-fill-function): Doc fix. Remove * from docstring.
15670
15671 2007-10-18 Tom Horsley <tom.horsley@att.net>
15672
15673 * simple.el (interprogram-paste-function): Doc fix.
15674 (current-kill): Accept list of strings as well
15675 as single string from `interprogram-paste-function'.
15676
15677 2007-10-18 Glenn Morris <rgm@gnu.org>
15678
15679 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
15680
15681 2007-10-18 Drew Adams <drew.adams@oracle.com>
15682
15683 * bindings.el (mode-line-minor-mode-keymap):
15684 Add mouse-minor-mode-menu on mouse-1.
15685 (mode-line-modes): Add mouse-1 to help-echo text.
15686 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
15687 New functions.
15688 (mode-line-minor-mode-help): Doc fix.
15689
15690 2007-10-17 Juri Linkov <juri@jurta.org>
15691
15692 * textmodes/fill.el (fill-paragraph-or-region): Remove function
15693 at the request of RMS.
15694 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
15695 arg `region'. Fix docstring. At the first `or' branch add call to
15696 `fill-region' if it the region is active in transient-mark-mode.
15697
15698 * bindings.el (esc-map): Bind M-q to fill-paragraph
15699 instead of fill-paragraph-or-region.
15700
15701 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
15702 with fill-paragraph.
15703
15704 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
15705 Fix docstring.
15706
15707 * indent.el (indent-for-tab-command): Change interactive spec from
15708 "P" to "p". Add check for interactive arg before indenting the
15709 active region.
15710
15711 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
15712 Regroup.
15713
15714 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
15715
15716 * emacs-lisp/find-func.el: Don't require loadhist.
15717
15718 * loadhist.el (feature-symbols, file-provides, file-requires)
15719 (file-set-intersect, file-dependents): Simplify.
15720 (unload-feature-special-hooks): Update list of special hooks.
15721
15722 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
15723
15724 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
15725 extensions since they can be viewed with doc-view.
15726
15727 * files.el (auto-mode-alist): Make doc-view-mode the default mode
15728 for pdf, ps and dvi files.
15729
15730 * doc-view.el: Make doc-view-mode the standard mode for viewing
15731 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
15732 text and image display. Add binding C-c C-e to switch to an
15733 editing mode.
15734 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
15735 avoid security problems when rendering files from untrusted sources.
15736
15737 2007-10-17 Aaron Hawley <aaronh@garden.org>
15738
15739 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
15740 position is not saved.
15741
15742 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
15743
15744 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
15745 (doc-view-ghostscript-options): Fix typo in doc string.
15746
15747 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15748
15749 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
15750 handling, so compilation-fake-loc works again.
15751
15752 * server.el (server-select-display): Nop if we do not support m-f-o-d.
15753 (server-process-filter): Revert last change.
15754
15755 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
15756 behavior unrelated to filesets.
15757
15758 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
15759
15760 * longlines.el (longlines-wrap-follows-window-size): Integer value
15761 specifies wrapping margin.
15762 (longlines-mode, longlines-window-change-function):
15763 Set window-specific wrapping margin based on the above.
15764
15765 2007-10-17 John Wiegley <johnw@newartisans.com>
15766
15767 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
15768
15769 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
15770
15771 * server.el (server-process-filter): Only set display if X11 is
15772 supported.
15773
15774 2007-10-17 Glenn Morris <rgm@gnu.org>
15775
15776 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
15777 Tweak regexp to avoid stack overflow.
15778
15779 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15780
15781 * simple.el (reindent-then-newline-and-indent): Don't assume that
15782 indent-according-to-mode preserves point.
15783
15784 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
15785
15786 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
15787 (bs--nth-wrapper): Simplify.
15788 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
15789 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
15790 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
15791 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
15792 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
15793 (bs-configurations, bs-default-configuration)
15794 (bs-alternative-configuration, bs-cycle-configuration-name)
15795 (bs-string-show-always, bs-string-show-never, bs-string-current)
15796 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
15797 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
15798 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
15799 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
15800 (bs--window-config-coming-from): Revert 2006-11-09 change.
15801 (bs--restore-window-config): Keep the selected frame.
15802 (bs--track-window-changes, bs--remove-hooks): New functions.
15803 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
15804 (bs--create-header): Remove.
15805 (bs--create-header-line): New function, based on `bs--create-header'.
15806 (bs--show-header): Use `bs--create-header-line'.
15807 (bs--show-with-configuration): Revert 2006-11-09 change.
15808 Don't reuse window unless it is visible on the selected frame.
15809 Restore window configuration (possibly in a different frame)
15810 before creating any window.
15811
15812 2007-10-16 Glenn Morris <rgm@gnu.org>
15813
15814 * simple.el (blink-matching-open): Don't report false errors with
15815 the `$' syntax class.
15816
15817 2007-10-16 Richard Stallman <rms@gnu.org>
15818
15819 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
15820 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
15821 (ad-is-advised, ad-get-advice-info-field)
15822 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
15823
15824 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
15825
15826 * vc-hooks.el (vc-workfile-version): Compatibility alias.
15827 (vc-default-working-revision): Compatibility for backends.
15828
15829 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
15830
15831 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
15832 (filesets-ormap, filesets-sort-case-sensitive-flag)
15833 (filesets-remake-shortcut, filesets-ingroup-collect-files):
15834 Fix typos in docstrings.
15835 (filesets-conditional-sort, filesets-find-or-display-file)
15836 (filesets-data-get-name, filesets-data-get-data)
15837 (filesets-data-set, filesets-cmd-query-replace-getargs)
15838 (filesets-ingroup-collect): Doc fixes.
15839
15840 2007-10-15 Sam Steingold <sds@gnu.org>
15841
15842 * mail/sendmail.el (sendmail-error-reporting-interactive)
15843 (sendmail-error-reporting-non-interactive): New variables for
15844 sendmail error reporting options to simplify support for imperfect
15845 sendmail emulators.
15846 (sendmail-send-it): Use them instead of list literals.
15847
15848 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
15849
15850 * help-fns.el: Revert previous change; it creates a
15851 dependency loop between advice.el and help-fns.el.
15852
15853 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
15854
15855 * help-fns.el: Require advice when compiling.
15856
15857 2007-10-14 Drew Adams <drew.adams@oracle.com>
15858
15859 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
15860 (ring-insert+extend, ring-remove+insert+extend, ring-member)
15861 (ring-next, ring-previous): New functions.
15862
15863 2007-10-14 Richard Stallman <rms@gnu.org>
15864
15865 * emacs-lisp/advice.el (documentation): Advice deleted.
15866 Doc for advised functions is now handled at C level.
15867 (ad-stop-advice, ad-start-advice): Don't enable or disable
15868 advice for `documentation'.
15869 (ad-advised-definition-docstring-regexp): Var deleted.
15870 (ad-make-advised-definition-docstring): Store orig name
15871 as text property of string.
15872 (ad-advised-definition-p): Check for text property of docstring.
15873
15874 * help-fns.el (describe-function-1): Find source of advised functions.
15875
15876 2007-10-14 Juri Linkov <juri@jurta.org>
15877
15878 * faces.el (describe-face): Allow handling a string as the face name.
15879
15880 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
15881 active region in transient-mark-mode.
15882 (ispell-region): Change messages displayed at the start and end of
15883 the spell-checking to be the same.
15884
15885 * startup.el (fancy-startup-tail): Say exactly what does the button
15886 dismiss ("Dismiss this startup screen"). Use text "Never show
15887 it again" for the checkbox after this button.
15888 (fancy-startup-screen, fancy-about-screen): Put point before the
15889 first link, so the user can quickly select links with the keyboard.
15890 (normal-mouse-startup-screen): Add more useful text describing how
15891 to follow a link.
15892
15893 2007-10-14 Glenn Morris <rgm@gnu.org>
15894
15895 * progmodes/etags.el (select-tags-table): Disable undo in the
15896 `*Tags Table List*' buffer.
15897
15898 2007-10-13 Eli Zaretskii <eliz@gnu.org>
15899
15900 * dired.el (dired-warn-writable): New face.
15901 (dired-warn-writable-face): New variable.
15902 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
15903 of dired-warning-face, for group- and world-writable files.
15904
15905 2007-10-13 Richard Stallman <rms@gnu.org>
15906
15907 * files.el (directory-abbrev-alist): Doc fix.
15908
15909 2007-10-13 Jari Aalto <jari.aalto@cante.net>
15910
15911 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
15912
15913 2007-10-12 Martin Rudalics <rudalics@gmx.at>
15914
15915 * frame.el (set-frame-configuration): Assign name parameter only
15916 if it has been set explicitly before.
15917
15918 2007-10-11 Tom Tromey <tromey@redhat.com>
15919
15920 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
15921 frame is visible.
15922
15923 2007-10-10 Richard Stallman <rms@gnu.org>
15924
15925 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
15926 in *Backtrace*.
15927
15928 * faces.el (face-font-selection-order): Doc fix.
15929
15930 * loadhist.el (unload-feature): Doc fix.
15931
15932 2007-10-13 Glenn Morris <rgm@gnu.org>
15933
15934 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
15935 (octave-re-search-forward-kw, octave-re-search-backward-kw):
15936 Add doc string, and an explicit COUNT argument.
15937 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
15938 `inc' to search functions.
15939
15940 * faces.el (face-spec-set): When FRAME is nil, set the default for
15941 new frames (restores pre-2007-09-17 behavior). Doc fix.
15942
15943 2007-10-13 John W. Eaton <jwe@octave.org>
15944
15945 * progmodes/octave-mod.el (octave-looking-at-kw)
15946 (octave-re-search-forward-kw, octave-re-search-backward-kw):
15947 New functions.
15948 (octave-in-defun-p, calculate-octave-indent)
15949 (octave-blink-matching-block-open, octave-beginning-of-defun)
15950 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
15951 to search for regexps that contain case-sensitive keywords.
15952 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
15953 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
15954
15955 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
15956
15957 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
15958 Do not use a single clause cond.
15959
15960 * cus-start.el (all): Use test that does not match the X11 version
15961 for mac.
15962
15963 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
15964
15965 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
15966 BROWSE buffer.
15967
15968 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
15969
15970 * cus-start.el (all): Undo previous change.
15971
15972 2007-10-13 Glenn Morris <rgm@gnu.org>
15973
15974 * woman.el (woman0-rename): Fix paren typo.
15975
15976 * mail/feedmail.el (feedmail-run-the-queue)
15977 (feedmail-look-at-queue-directory):
15978 * mail/reporter.el (reporter-dump-state):
15979 * net/eudc-hotlist.el (eudc-edit-hotlist):
15980 * net/eudc.el (eudc-display-records)
15981 (eudc-filter-duplicate-attributes)
15982 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
15983 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
15984 (eudc-bbdb-query-internal):
15985 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
15986 * net/socks.el (socks-build-auth-list):
15987 * progmodes/cc-cmds.el (top level):
15988 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
15989 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
15990 (cperl-write-tags, cperl-tags-treeify):
15991 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
15992 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
15993 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
15994 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
15995 (idlwave-toolbar-remove-everywhere):
15996 * progmodes/idlwave.el (idlwave-indent-line)
15997 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
15998 (idlwave-write-paths, idlwave-all-method-classes)
15999 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
16000 (idlwave-fix-keywords, idlwave-display-calling-sequence)
16001 (idlwave-complete-in-buffer):
16002 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
16003 (org-fast-tag-selection):
16004 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
16005 than mapcar.
16006
16007 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
16008
16009 * diff-mode.el (diff-fine-change): Add :group.
16010
16011 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
16012
16013 * cus-start.el (all): Use the same test as the 22.2 branch.
16014
16015 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16016
16017 * diff-mode.el (diff-current-defun): Force recomputation of
16018 change-log-default-name.
16019
16020 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
16021
16022 * startup.el (fancy-startup-screen): Remove an unnecessary newline
16023 and some leftover logic regarding dedicated frames. If showing
16024 concise startup screen, fit window to buffer.
16025 (command-line-1): If we will be using the splash screen, use
16026 find-file instead of find-file-other-window to find additional files.
16027 Comment out unused code for coping with the old sit-for behavior.
16028
16029 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16030
16031 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
16032 `meta' modifier consistently, rather than using sometimes meta
16033 sometimes alt.
16034
16035 2007-10-12 Martin Rudalics <rudalics@gmx.at>
16036
16037 * window.el (handle-select-window): Revert part of 2007-10-08
16038 change setting the input focus.
16039
16040 2007-10-12 Glenn Morris <rgm@gnu.org>
16041
16042 * startup.el (command-line): Do not read abbrev file in batch mode.
16043
16044 * emacs-lisp/byte-opt.el (top level):
16045 * mail/rmail.el (rmail-list-to-menu):
16046 * obsolete/hilit19.el (hilit-mode):
16047 * progmodes/cc-mode.el (c-postprocess-file-styles)
16048 (c-submit-bug-report):
16049 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
16050 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
16051 (reftex-access-parse-file):
16052 * textmodes/reftex-cite.el (reftex-do-citation)
16053 (reftex-insert-bib-matches):
16054 * textmodes/reftex-ref.el (reftex-offer-label-menu):
16055 * textmodes/reftex-sel.el (reftex-select-unmark):
16056 * textmodes/reftex-toc.el (reftex-toc-do-promote):
16057 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
16058
16059 * cus-edit.el (custom-variable-menu, custom-face-menu)
16060 (custom-group-menu): Check init-file-user rather than
16061 user-init-file, in case cus-edit is loaded by site-run-file.
16062
16063 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
16064
16065 * vc.el (vc-deduce-fileset): Delete unused code.
16066 (vc-next-action): Fix typos.
16067
16068 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
16069
16070 * bs.el (bs--mark-unmark): New function.
16071 (bs-mark-current, bs-unmark-current): Use it.
16072
16073 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
16074
16075 * vc.el (vc-diff):
16076 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
16077 temporarily disable the check for his edge case of
16078 vc-diff (stopping it from grinding when called from $HOME), as
16079 it's calling some brittle code in vc-hooks.el.
16080 (with-vc-properties): Fix evaluation time of a macro argument.
16081 * ediff-vers.el (ediff-vc-internal):
16082 * vc-hooks.el:
16083 * loaddefs.el: Follow up on VC terminology change.
16084
16085 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
16086
16087 * follow.el (follow-stop-intercept-process-output):
16088 Use `follow-call-process-filter' rather than `process-filter'.
16089 Simplify.
16090
16091 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
16092
16093 * vc-hooks.el (vc-registered): Robustify this function a bit
16094 against filenames with no directory component.
16095
16096 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16097
16098 * international/characters.el: Undo unwanted and unexplained change.
16099
16100 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16101
16102 * ps-print.el: Fix the usage of :foreground and :background face
16103 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
16104 (ps-print-version): New version 6.7.6.
16105 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
16106 Fix code.
16107 (ps-face-foreground-color-p, ps-face-background-color-p)
16108 (ps-face-color-p): New inline funs.
16109
16110 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
16111
16112 * textmodes/org.el (org-additional-option-like-keywords): New constant.
16113 (org-complete): Use `org-additional-option-like-keywords'.
16114 (org-parse-local-options): New function.
16115
16116 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
16117
16118 * textmodes/org.el (org-in-clocktable-p): New function.
16119 (org-clock-report): Only update the table at point, or insert a new one.
16120 (org-clock-goto): New function.
16121 (org-open-file): Use `start-process-shell-command' instead of
16122 `shell-command' with an ampersand.
16123 (org-deadline, org-schedule): New argument REMOVE to remove the
16124 date from the entry.
16125 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
16126 argument to `org-schedule' and `org-deadline'.
16127 (org-trim): Use the correct expressions for beginning and end of
16128 the string.
16129 (org-get-cleaned-entry): Trim the string before returning it.
16130 (org-clock-find-position): New function.
16131 (org-clock-into-drawer): New option.
16132 (org-agenda-tags-column): Rename from
16133 `org-agenda-align-tags-to-column'.
16134 (org-agenda-align-tags): Allow negative values for
16135 `org-agenda-tags-column'.
16136 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
16137 (org-agenda-to-appt): New optional argument FILTER.
16138 (org-completion-fallback-command): New variable.
16139 (org-complete): Use `org-completion-fallback-command'.
16140 (org-find-base-buffer-visiting): Catch the case that there is no
16141 buffer visiting the file.
16142 (org-property-or-variable-value): New function.
16143 (org-todo): Use `org-property-or-variable-value'
16144 (org-agenda-compact-blocks): New option.
16145 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
16146 (org-agenda-schedule, org-agenda-deadline):
16147 Call `org-agenda-show-new-time'.
16148 (org-agenda-show-new-time): New argument PREFIX.
16149 (org-colgroup-info-to-vline-list): Fix but that cause a
16150 shift in the vertical lines.
16151 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
16152 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
16153 (org-indent-item): No arg in call to `org-fix-bullet-type'.
16154 (org-fix-bullet-type): Remove argument.
16155 (org-read-date): Check for am/pm twice, to catch the end time.
16156 (org-goto-map): Use `suppress-keymap'.
16157 (org-remember-apply-template): Respect the dynamically scoped
16158 selection character.
16159
16160 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16161
16162 * frame.el (frame-inherited-parameters): Remove unused `environment'
16163 parameter, and let server.el add `client' when needed.
16164
16165 * server.el (server-create-tty-frame)
16166 (server-create-window-system-frame): Set frame-inherited-parameters.
16167
16168 * frame.el (frame-inherited-parameters): New var.
16169 (make-frame): Use it.
16170
16171 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
16172
16173 * env.el (let-environment): Remove. Unused.
16174 (read-envvar-name): Simplify.
16175 (setenv): Remove unused arg `frame'.
16176
16177 * help-fns.el (describe-variable): Add missing " " for multiline
16178 obsolescence info and missing EOL after global value.
16179
16180 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
16181
16182 * add-log.el:
16183 * ediff-vers.el:
16184 * log-view.el:
16185 * pcvs.el:
16186 * vc-arch.el:
16187 * vc-bzr.el:
16188 * vc-cvs.el:
16189 * vc.el:
16190 * vc-git.el:
16191 * vc-hg.el:
16192 * vc-hooks.el:
16193 * vc-mcvs.el:
16194 * vc-mtn.el:
16195 * vc-rcs.el:
16196 * vc-sccs.el:
16197 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
16198 {find,init,next,previous,annotate-*,log}-version ->
16199 {find,init,next,previous,annotate-*,log}-revision,
16200 annotate-focus-version -> annotate-working-revision, The term
16201 'focus' is gone. The term 'revision' is now used consistently
16202 everywhere that reference to a revision ID is intended, replacing
16203 older use of 'version'.
16204
16205 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
16206
16207 * follow.el: Change all instances of "Follow Mode" to "Follow
16208 mode" in docstrings and messages.
16209 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
16210
16211 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
16212
16213 * vc.el (vc-next-action): Rewrite completely; this principal
16214 entry point now operates on a current fileset selected either
16215 explicitly via VC-Dired or implicitly by visiting a file buffer,
16216 rather than always operating on the file of the current buffer as
16217 in older versions. Rewrite the rest of the mode to match.
16218 (with-vc-properties): Rewrite to operate on a file list.
16219 (with-vc-file): vc-checkin takes a file list argument now.
16220 (vc-post-command-functions): This hook now receives a file list.
16221 (vc-do-command): Take a either a file or a file list as argument.
16222 (vc-deduce-fileset): New function for deducing a file list to
16223 operate on.
16224 (vc-next-action-on-file, vc-next-action-dired): Remove.
16225 Merge into vc-next-action.
16226 (vc-register): Adapt to the fact that vc-start-entry now takes a
16227 file list.
16228 (vc-register-with): New function.
16229 (vc-start-entry): Take a file list argument rather than a
16230 file argument.
16231 (vc-checkout): Cope with vc-start-entry taking a file list.
16232 (vc-steal-lock): Cope with with-vc-properties taking a
16233 file list.
16234 (vc-checkin): Take a file list argument rather than a file argument.
16235 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
16236 (vc-diff-internal): Rewrite for filesets.
16237 (vc-diff-sentinel): New function, tests whether changes were
16238 written into a diff buffer.
16239 (vc-diff): Rewrite for filesets.
16240 (vc-version-diff): Rewrite for filesets.
16241 (vc-print-log): Take a fileset argument.
16242 (vc-revert): Revert the entire selected fileset, not just the
16243 current buffer.
16244 (vc-rollback): Roll back the entire selected fileset, if
16245 possible. No longer accepts a prefix argument.
16246 (vc-update): Merge new changes for the entire selected
16247 fileset, not just the current buffer.
16248 (vc-revert-file): Cope with with-vc-properties taking a file list.
16249 (vc-default-dired-state-info): Add + status suffix if the file is
16250 modified.
16251 (vc-annotate-warp-version): Use the new diff machinery.
16252 (vc-log-edit): Take a file list argument rather than a file argument.
16253
16254 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
16255
16256 Sync with Tramp 2.1.11.
16257
16258 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
16259 Pacify byte compiler.
16260
16261 * net/trampver.el: Update release number.
16262
16263 2007-10-09 Richard Stallman <rms@gnu.org>
16264
16265 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
16266
16267 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
16268
16269 * follow.el: Require easymenu.
16270 (follow-mode-hook, follow-mode): Doc fixes.
16271 (follow-mode-off-hook): Mark as obsolete.
16272
16273 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16274
16275 * window.el (mouse-autoselect-window-cancel): Don't cancel for
16276 select-window or select-frame events.
16277 (handle-select-window): When autoselecting window set input
16278 focus. Restructure.
16279
16280 * frame.el (focus-follows-mouse): Move to frame.c.
16281 * cus-start.el (all): Add focus-follows-mouse.
16282
16283 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
16284
16285 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
16286 activate font-locking in the *buffer-selection* buffer.
16287 (bs-show-sorted): Doc fix.
16288
16289 * bs.el (bs--get-marked-string, bs--get-modified-string)
16290 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16291 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
16292 (bs--format-aux): Doc fix.
16293
16294 2007-10-08 Michaël Cadilhac <michael@cadilhac.name>
16295
16296 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
16297
16298 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16299
16300 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
16301 (gud-gdb): New function for old M-x gdb (text command mode).
16302 (gud-gdb-command-name, gdb): Move to...
16303
16304 * progmodes/gdb-ui.el: ...here and adapt doc string.
16305 (gud-gdba-command-name, gdba): Delete.
16306
16307 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
16308
16309 * bs.el: Don't defvar `font-lock-verbose'.
16310 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
16311 (bs--get-file-name): Fix typos in docstrings.
16312 (bs--show-header): Use `dolist' instead of `mapcar'.
16313 (bs-mode): Set `show-trailing-whitespace' to nil.
16314 (bs-buffer-sort-function, bs-mouse-select-other-frame)
16315 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
16316 Doc fixes.
16317
16318 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
16319
16320 * progmodes/gud.el (pdb): Specify file for gud-break.
16321
16322 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16323
16324 * progmodes/gud.el (gdb): Make graphical mode the default and
16325 switch to text command mode if appropriate, i.e., reverse previous
16326 arrangement.
16327 (gud-gdb-marker-filter): Adapt for above change.
16328
16329 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
16330 gud-minor-mode and gud-marker-filter.
16331 (gdb-fullname-regexp): New variable.
16332 (gud-gdba-marker-filter): Use it to switch to text command
16333 mode if appropriate.
16334
16335 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16336
16337 * progmodes/gud.el (gud-display-line): Find source buffer even when
16338 GUD buffer has its own frame.
16339
16340 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
16341
16342 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
16343
16344 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
16345
16346 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
16347
16348 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16349
16350 * allout.el (allout-before-change-handler): Replace got-char by
16351 goto-char.
16352
16353 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16354
16355 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
16356 Used to try and automatically enabled smerge-mode in the presence of
16357 conflicts and to call `svn resolved' when the conflicts are gone.
16358 (vc-svn-parse-status): Remember the svn-specific status.
16359
16360 2007-10-08 Eli Zaretskii <eliz@gnu.org>
16361
16362 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
16363 menu-bar-apropos-menu. All users changed.
16364 (menu-bar-help-menu): Change menu symbols to better match the text
16365 displayed by the menu.
16366
16367 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16368
16369 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
16370 #, @, : and ^.
16371
16372 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16373
16374 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
16375
16376 * log-view.el (log-view-mode-map): Likewise.
16377
16378 * diff-mode.el (diff-mode-shared-map): Likewise.
16379
16380 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16381
16382 * files.el (file-name-sans-versions): Also allow `A-Z'.
16383
16384 * vc.el: Mention all supported VC backends.
16385
16386 2007-10-08 Richard Stallman <rms@gnu.org>
16387
16388 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
16389 neighbouring buttons.
16390
16391 2007-10-08 Andreas Schwab <schwab@suse.de>
16392
16393 * files.el (file-name-sans-versions): Also allow `_'.
16394
16395 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16396
16397 * files.el (file-name-sans-versions): Allow - and a-z in version names.
16398
16399 * log-view.el (log-view-mode-map, log-view-mode-menu):
16400 Bind log-view-annotate-version.
16401 (log-view-beginning-of-defun, log-view-end-of-defun)
16402 (log-view-annotate-version): New functions.
16403 (log-view-mode): Use log-view-beginning-of-defun and
16404 log-view-end-of-defun.
16405
16406 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16407
16408 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
16409
16410 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16411
16412 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
16413 neighbouring buttons.
16414
16415 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16416 Recognize gcc's use of "note" for informational messages.
16417
16418 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16419
16420 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
16421 (css-mode): Update correspondingly.
16422
16423 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16424
16425 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
16426 Signed-off-by, Acked-by and Merge.
16427
16428 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16429
16430 * ediff-init.el (ediff-verbose-p): This var is not a constant.
16431
16432 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16433
16434 * vc-mtn.el: New file.
16435
16436 * vc-hooks.el (vc-handled-backends): Add Mtn.
16437
16438 2007-10-08 Eli Zaretskii <eliz@gnu.org>
16439
16440 * files.el (find-file, find-file-other-window)
16441 (find-file-other-frame, find-file-existing, find-file-read-only)
16442 (find-file-read-only-other-window)
16443 (find-file-read-only-other-frame)
16444 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
16445
16446 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16447
16448 * progmodes/gud.el (gdb-ready): New variable.
16449 (gdb): Set it to nil. Set gud-running to nil here...
16450 (gud-common-init): ...instead of here.
16451
16452 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
16453 Use gdb-ready. Discard input until GDB is ready to accept it.
16454
16455 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16456
16457 * dired.el (dired-warning): Inherit from font-lock-warning-face to
16458 make it show up with eight colors.
16459
16460 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16461
16462 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
16463 diffs are concatenated with no intervening line.
16464
16465 2007-10-08 Dave Love <fx@gnu.org>
16466
16467 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
16468 (python-font-lock-keywords): Update to the 2.5 version of the language.
16469 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
16470 (python-backspace): Only behave funny in code.
16471 (python-compilation-regexp-alist): Add PDB stack trace regexp.
16472 (inferior-python-mode): Add PDB prompt regexp.
16473 (python-fill-paragraph): Refine the fenced-string regexp.
16474 (python-find-imports): Handle imports spanning several lines.
16475 (python-mode): Add `class' to hideshow support.
16476
16477 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16478
16479 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16480 Use add-log-buffer-file-name-function rather than binding
16481 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
16482 when `fi' is the ChangeLog file itself.
16483
16484 * outline.el (outline-flag-region): Use front-advance.
16485
16486 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
16487
16488 * progmodes/cperl-mode.el: Merge upstream 5.23.
16489 (cperl-where-am-i): Remove function.
16490 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
16491 (cperl-sniff-for-indent): De-invert [string] and [comment].
16492 When looking for label, skip s:m:y:tr.
16493 (cperl-indent-line): Likewise.
16494 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
16495 (cperl-windowed-init): Wrong `ps-print' handling.
16496 Both thanks to Chong Yidong.
16497 (cperl-look-at-leading-count): Could fail with unfinished RExen.
16498 (cperl-find-pods-heres): If the second part of s()[] is missing,
16499 don't try to highlight delimiters...
16500
16501 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16502
16503 * progmodes/compile.el (compilation-get-file-structure): Complete last
16504 change by also using spec-directory in the puthash.
16505
16506 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
16507
16508 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
16509 (vc-bzr-status): Fix shadowing of variable 'status'.
16510 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
16511 Use `expand-file-name' instead of `concat'.
16512 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
16513 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
16514
16515 2007-10-08 Jason Rumney <jasonr@gnu.org>
16516
16517 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
16518
16519 2007-10-08 Richard Stallman <rms@gnu.org>
16520
16521 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
16522 Add `safe-local-variable' property.
16523 (lisp-body-indent): Likewise.
16524
16525 2007-10-08 Richard Stallman <rms@gnu.org>
16526
16527 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
16528 Add doc string.
16529
16530 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16531
16532 * files.el (backup-buffer-copy): Try to overwrite old backup first.
16533
16534 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16535
16536 * repeat.el (repeat): Use last-repeatable-command instead of
16537 real-last-command. Run pre- and post-command hooks for
16538 self-insertion. Update doc-string.
16539
16540 2007-10-08 Alexandre Julliard <julliard@winehq.org>
16541
16542 * vc-git.el (vc-git-state): Call git-add --refresh to update the
16543 state of the file.
16544 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
16545 (vc-git-create-repo): Fix invalid command.
16546
16547 2007-10-08 Richard Stallman <rms@gnu.org>
16548
16549 * textmodes/flyspell.el (flyspell-mode):
16550 Catch errors in flyspell-mode-on.
16551
16552 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
16553
16554 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
16555
16556 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
16557
16558 * international/encoded-kb.el (encoded-kbd-setup-display):
16559 Use input-decode-map rather than local-key-translation-map.
16560
16561 * term/rxvt.el (rxvt-alternatives-map): New map.
16562 (terminal-init-rxvt): Use it.
16563 Bind rxvt-function-map in input-decode-map.
16564
16565 * term/xterm.el (xterm-alternatives-map): New map.
16566 (terminal-init-xterm): Use it.
16567 Bind xterm-function-map in input-decode-map.
16568
16569 * term/x-win.el (x-alternatives-map): New var.
16570 (x-setup-function-keys): Use it.
16571
16572 * help-fns.el (describe-variable): Slightly change the layout of
16573 meta-info to separate it better from the docstring.
16574 Standardize insertion of extra empty lines in various circumstances.
16575
16576 * diff-mode.el (diff-hunk-style): New fun.
16577 (diff-end-of-hunk): Use it.
16578 (diff-context->unified): Use the new `apply' undo element,
16579 if applicable, so as to save undo-log space.
16580 (diff-fine-change): New face.
16581 (diff-fine-highlight-preproc): New function.
16582 (diff-fine-highlight): New command.
16583 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
16584
16585 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
16586 (smerge-refine-highlight-change): Add `props' argument.
16587 (smerge-refine-subst): New function holding most of smerge-refine.
16588 (smerge-refine): Use it.
16589
16590 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
16591
16592 * vc.el (vc-default-wash-log): Remove unused code, the
16593 log washers all live in the backends now.
16594 (vc-default-comment-history): Correct for the fact
16595 that wash-log is argumentless in the new API.
16596
16597 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
16598
16599 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
16600 (tramp-maybe-send-script): Apply `member' but `memq'.
16601 (tramp-advice-file-expand-wildcards): Simplify implementation.
16602
16603 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
16604
16605 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
16606
16607 * mb-depth.el (minibuf-depth-indicator-function): New variable.
16608 (minibuf-depth-setup-minibuffer): Use it.
16609
16610 2007-10-07 Glenn Morris <rgm@gnu.org>
16611
16612 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
16613 version numbers.
16614
16615 2007-10-06 Juri Linkov <juri@jurta.org>
16616
16617 * textmodes/fill.el (fill-paragraph-or-region): New function.
16618
16619 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
16620 instead of fill-paragraph.
16621
16622 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
16623 with fill-paragraph-or-region. Suspend command is now the same
16624 `suspend-frame' on window systems and on tty.
16625
16626 * image.el (image-type): Check if image-types is bound to not fail
16627 on tty.
16628
16629 * delsel.el (delete-selection-pre-hook):
16630 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
16631 is fbound to not fail on mouseless tty.
16632
16633 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
16634
16635 * net/tramp.el (top): Move loading of tramp-util.el and
16636 tramp-vc.el to tramp-compat.el.
16637 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
16638 temporary file if possible, in order to avoid a security hole.
16639 (tramp-do-copy-or-rename-file-out-of-band)
16640 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
16641 with DONT-CREATE, because the connection is not setup yet.
16642 (tramp-handle-process-file): Rewrite temporary file handling.
16643 (tramp-completion-mode): New defvar.
16644 (tramp-completion-mode-p): Use it.
16645
16646 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
16647
16648 * net/tramp-fish.el (tramp-fish-handle-process-file):
16649 Rewrite temporary file handling.
16650
16651 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
16652
16653 * vc.el: Workfile version -> focus version change. Port various
16654 comments from new VC to reduce the noise in the diff.
16655 Patch in the new vc-create-repo function to go with the
16656 header comment about it already present.
16657 There are no changes to existing logic in this patch.
16658 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
16659
16660 2007-10-06 Aaron Hawley <aaronh@garden.org>
16661
16662 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
16663
16664 2007-10-05 Chris Moore <dooglus@gmail.com>
16665
16666 * server.el (server-kill-new-buffers): Doc fix.
16667
16668 2007-10-05 John W. Eaton <jwe@octave.org>
16669
16670 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
16671 (octave-begin-keywords): Add "do".
16672 (octave-end-keywords): Remove "end".
16673 (octave-reserved-words): Add "end". Remove "all_va_args",
16674 "gplot", and 'gsplot".
16675 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
16676 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
16677 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
16678 "default_return_value", "define_all_return_values",
16679 "do_fortran_indexing", "empty_list_elements_ok",
16680 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
16681 "ok_to_lose_imaginary_part", "prefer_column_vectors",
16682 "prefer_zero_one_indexing", "propagate_empty_matrices",
16683 "resize_on_range_error", "treat_neg_dim_as_zero",
16684 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
16685 "warn_divide_by_zero", "warn_function_name_clash",
16686 "warn_missing_semicolon", "whitespace_in_literal_matrix".
16687 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
16688 "crash_dumps_octave_core", "sighup_dumps_octave_core",
16689 "sigterm_dumps_octave_core".
16690 (octave-block-match-alist): Remove "end" from block-end keywords.
16691 (octave-mode): Update ftp site address.
16692
16693 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
16694
16695 * vc.el: Reorder functions, no code changes.
16696
16697 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
16698
16699 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
16700 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
16701 the cond clauses where needed.
16702 (tramp-handle-write-region): Rearrange code for proper handling of
16703 tmpfile.
16704
16705 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
16706
16707 * net/tramp.el:
16708 * net/tramp-fish.el:
16709 * net/tramp-ftp.el:
16710 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
16711 `tramp-compat-make-temp-file'.
16712
16713 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
16714
16715 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
16716
16717 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16718
16719 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
16720 already uses a more recent copyright version than the "current" one.
16721
16722 2007-10-03 Michaël Cadilhac <michael@cadilhac.name>
16723
16724 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
16725 (doc-view-insert-image): Minor aesthetical docstring changes.
16726
16727 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
16728
16729 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
16730 completing filename.
16731 (doc-view-search-internal): Docstring change.
16732
16733 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
16734
16735 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
16736 (tramp-file-name-handler-alist):
16737 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
16738 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
16739 used before, creates the file already, which is not desired.
16740 (tramp-do-copy-or-rename-file-directly): Simplify handling of
16741 temporary file.
16742 (tramp-handle-insert-file-contents): Assign the result in the
16743 short track case.
16744 (tramp-handle-insert-file-contents-literally): New defun.
16745 (tramp-completion-mode-p): Revert change from 2007-09-24.
16746 Checking for `return' etc as last character is not sufficient, for
16747 example in dired-mode when entering <g> (revert-buffer) or
16748 <s> (dired-sort).
16749
16750 * net/tramp-compat.el (top): Add also compatibility code for loading
16751 appropriate timer package.
16752 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
16753 order to avoid autoloading problems.
16754
16755 * net/tramp-fish.el:
16756 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
16757
16758 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
16759 where the second parameter of `copy-file' or `rename-file' is a
16760 remote file but not via ftp.
16761
16762 2007-10-02 Richard Stallman <rms@gnu.org>
16763
16764 * frame.el (cursor-in-non-selected-windows): Doc fix.
16765
16766 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
16767
16768 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
16769 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
16770
16771 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
16772
16773 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
16774 when `expt' doesn't give range errors.
16775
16776 2007-10-01 Markus Triska <markus.triska@gmx.at>
16777
16778 * calc/calc-math.el (math-smallest-emacs-expt):
16779 Make the computation more robust.
16780
16781 2007-09-30 David Kastrup <dak@gnu.org>
16782
16783 * startup.el (argv): Alias for `command-line-args-left' to use as
16784 `(pop argv)' inside of --eval command sequences. Allows for
16785 passing shell commands into Emacs verbatim without need for Lisp
16786 quoting.
16787
16788 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
16789 check only for changed size.
16790 (auto-revert-tail-handler): Get size from caller. If the file has
16791 shrunk, tail the whole file again (the file presumably has been
16792 rewritten).
16793
16794 * woman.el (woman-topic-all-completions, woman-mini-help):
16795 Fix fallout from 2007-09-07 introduction of `dolist' when the list
16796 actually was being manipulated in the loop.
16797 (woman-Cyg-to-Win, woman-pre-process-region)
16798 (woman-horizontal-escapes, woman-if-body, woman-unescape)
16799 (woman-strings, woman-special-characters, woman1-hc)
16800 (woman-change-fonts, woman-find-next-control-line):
16801 Use `match-beginning' rather than `match-string' when the result is
16802 just used as a flag.
16803
16804 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
16805
16806 * net/tramp-compat.el: New file.
16807
16808 * net/tramp.el:
16809 * net/tramp-fish.el:
16810 * net/tramp-smb.el:
16811 * net/tramp-uu.el:
16812 * net/trampver.el: Move compatibility code to tramp-compat.el.
16813 Apply `mapc' instead of `mapcar' when the code needs side effects
16814 only. Move utf-8 coding cookie to the second line.
16815
16816 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
16817
16818 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
16819 Improve custom type.
16820 (icon-map-list): Make it customizable. Document how to disable
16821 stock icons.
16822
16823 2007-09-30 Richard Stallman <rms@gnu.org>
16824
16825 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
16826
16827 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
16828
16829 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
16830 (t-mouse-mode): New compatibility alias.
16831
16832 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
16833
16834 * server.el (server-delete-client): Only delete the terminal if it
16835 is non-nil.
16836
16837 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
16838
16839 * net/tramp.el (with-file-property, with-connection-property):
16840 Highlight as keyword.
16841 (tramp-rfn-eshadow-setup-minibuffer)
16842 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
16843 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
16844 (tramp-do-copy-or-rename-file-directly)
16845 (tramp-do-copy-or-rename-file-out-of-band)
16846 (tramp-handle-shell-command, tramp-get-debug-buffer)
16847 (tramp-send-command-and-read, tramp-equal-remote)
16848 (tramp-get-local-gid): Pacify byte-compiler.
16849 (tramp-handle-file-name-directory): Result shall not be expanded.
16850 (tramp-find-foreign-file-name-handler): Rewrite.
16851 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
16852
16853 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
16854
16855 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
16856 Apply `tramp-completion-mode-p'.
16857 (tramp-fish-handle-set-file-times)
16858 (tramp-fish-handle-executable-find)
16859 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
16860 (tramp-fish-retrieve-data): Pacify byte-compiler.
16861
16862 * net/tramp-gw.el (tramp-gw-basic-authentication):
16863 Call `tramp-read-passwd' with first parameter `nil'.
16864
16865 2007-09-28 Glenn Morris <rgm@gnu.org>
16866
16867 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
16868 than mapcar.
16869
16870 * textmodes/tex-mode.el (tex-suscript-height-ratio)
16871 (tex-suscript-height-minimum): New customizable variables.
16872 (tex-suscript-height): New function.
16873 (superscript, subscript): Set height using tex-suscript-height
16874 rather than fixing at 0.8.
16875 (tex-fontify-script, tex-font-script-display): Add :version tag.
16876
16877 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
16878
16879 * progmodes/python.el (python-eldoc-function): Doc fix.
16880
16881 2007-09-27 Glenn Morris <rgm@gnu.org>
16882
16883 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
16884 image if it is not in image-type-auto-detectable, or is there with
16885 a nil value.
16886
16887 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
16888
16889 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
16890 connection more robust.
16891
16892 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
16893
16894 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
16895 Deal with the case that special &keywords are at the beginning or
16896 end of the argument list. Also add some (incomplete) support for
16897 non-standard arglists.
16898
16899 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
16900
16901 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
16902 (eldoc-message-commands, eldoc-current-idle-delay)
16903 (eldoc-function-argstring-format): Fix typos in docstrings.
16904
16905 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
16906
16907 * calc/calc-units.el (calc-convert-units)
16908 (calc-convert-temperature): Remove unnecessary colons.
16909
16910 2007-09-26 Bastien Guerry <bzg@altern.org>
16911
16912 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
16913 New function.
16914 (org-export-latex-remove-from-headlines): Name changed because of typo.
16915 (org-export-latex-quotation-marks-convention): Option removed.
16916 (org-export-latex-make-preamble): Handle the DATE option.
16917 (org-export-latex-cleaned-string): Now the only cleaning function,
16918 synched up with org.el.
16919 (org-export-latex-lists, org-export-latex-parse-list)
16920 (org-export-list-to-latex): New functions.
16921
16922 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
16923
16924 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
16925 (org-outline-regexp): New constant.
16926 (org-remember-handler): Throw error when the target file is not in
16927 org-mode.
16928 (org-cleaned-string-for-export): No longer call
16929 `org-export-latex-cleaned-string' with an argument.
16930 (org-get-tags): Returns now a list, not a string.
16931 (org-get-tags-string): New function.
16932 (org-archive-subtree): No need to split return of `org-get-tags'.
16933 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
16934 instead of `org-get-tags'.
16935 (org-agenda-format-date): Rename from `org-agenda-date-format'.
16936 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
16937 (org-compatible-face): New argument INHERITS. Inherit from this
16938 face if possible.
16939 (org-level-1, org-level-2, org-level-3, org-level-4)
16940 (org-level-5, org-level-6, org-level-7, org-level-8)
16941 (org-special-keyword, org-drawer, org-column, org-warning)
16942 (org-archived, org-todo, org-done, org-headline-done, org-table)
16943 (org-formula, org-code, org-agenda-structure)
16944 (org-scheduled-today, org-scheduled-previously)
16945 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
16946 in the new way.
16947 (org-get-heading): New argument NO-TAGS.
16948 (org-fast-tag-selection-include-todo): Made defvar instead of
16949 defcustom, feature is not deprecated.
16950 (org-remember-store-without-prompt): New default value t.
16951 (org-todo-log-states): New variable.
16952 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
16953 Compute the log states.
16954 (org-goto-map): More commands copied from global map. Also bind
16955 `org-occur'.
16956 (org-goto): Made into a general lookup command.
16957 (org-get-location): Complete rewrite.
16958 (org-goto-exit-command): New variable.
16959 (org-goto-selected-point): New variable.
16960 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
16961 Set the new variables.
16962 (org-paste-subtree): Whitespace insertion strategy revised.
16963 (org-remember-apply-template): Protect v-A from the possibility
16964 that v-a might be nil.
16965 (org-remember-handler): Insertion rules revised.
16966 (org-todo): Respect org-todo-log-states.
16967 (org-up-heading-safe): New function.
16968 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
16969
16970 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
16971
16972 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
16973 region if in transient-mark-mode.
16974
16975 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
16976
16977 * calc/calc-ext.el (calc-init-extensions, calc-reset):
16978 * calc/calc-help.el (calc-full-help):
16979 * calc/calc-misc.el (another-calc):
16980 * calc/calc-store.el (calc-var-name-map):
16981 * calc/calc-stuff.el (calc-flush-caches):
16982 * calc/calc-units.el (math-build-units-table):
16983 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
16984 (calc-quit):
16985 * calendar/icalendar.el (icalendar--format-ical-event)
16986 (icalendar--convert-ical-to-diary):
16987 * emacs-lisp/authors.el (authors):
16988 * emacs-lisp/cust-print.el (custom-print-install)
16989 (custom-print-uninstall):
16990 * emacs-lisp/disass.el (disassemble-1):
16991 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
16992 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
16993 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
16994 (elint-check-let-form, elint-check-condition-case-form)
16995 (elint-initialize):
16996 * emacs-lisp/elp.el (elp-results):
16997 * emacs-lisp/generic.el (generic-mode-internal):
16998 * emacs-lisp/re-builder.el (reb-delete-overlays):
16999 * emacs-lisp/regi.el (regi-interpret):
17000 * emacs-lisp/sregex.el (sregex--char-aux):
17001 * emulation/cua-rect.el (cua--deactivate-rectangle)
17002 (cua--highlight-rectangle, cua--rectangle-post-command):
17003 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
17004 * emulation/viper-macs.el (viper-describe-kbd-macros)
17005 (viper-describe-one-macro):
17006 * emulation/viper-util.el (viper-setup-master-buffer):
17007 * emulation/viper.el (set-viper-state-in-major-mode):
17008 * international/mule-diag.el (describe-current-coding-system):
17009 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
17010 * mail/emacsbug.el (report-emacs-bug):
17011 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
17012 * obsolete/hilit19.el (hilit-unhighlight-region)
17013 (hilit-set-mode-patterns):
17014 * play/solitaire.el (solitaire-check, solitaire-solve):
17015 * play/zone.el (zone-pgm-rotate):
17016 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
17017 * progmodes/ada-prj.el (ada-prj-display-page):
17018 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
17019 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
17020 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
17021 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
17022 * progmodes/sh-script.el (sh-make-vars-local)
17023 (sh-reset-indent-vars-to-global-values):
17024 * progmodes/sql.el (top):
17025 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
17026 * progmodes/xscheme.el (top):
17027 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
17028 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
17029 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
17030 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
17031 (artist-submit-bug-report):
17032 * textmodes/flyspell.el (flyspell-delay-commands)
17033 (flyspell-deplacement-commands):
17034 * textmodes/table.el (table--generate-source-epilogue, table-insert)
17035 (table--generate-source-cells-in-a-row, table--make-cell-map)
17036 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
17037
17038 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
17039
17040 * allout.el (produce-allout-mode-map, allout-process-exposed):
17041 * ansi-color.el (ansi-color-make-color-map):
17042 * autoinsert.el (auto-insert):
17043 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
17044 * dired-aux.el (dired-create-files):
17045 * dired.el (dired-restore-desktop-buffer):
17046 * ediff-diff.el (ediff-setup-fine-diff-regions):
17047 * ediff-mult.el (ediff-intersect-directories)
17048 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
17049 (ediff-redraw-registry-buffer):
17050 * ediff-ptch.el (ediff-fixup-patch-map):
17051 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
17052 (ediff-really-quit, ediff-clear-diff-vector):
17053 * emerge.el (emerge-really-quit):
17054 * ffap.el (ffap-replace-file-component):
17055 * filecache.el (file-cache-add-directory)
17056 (file-cache-add-directory-recursively)
17057 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
17058 (file-cache-delete-directory, file-cache-files-matching-internal)
17059 (file-cache-display):
17060 * files.el (cd):
17061 * find-lisp.el (find-lisp-insert-directory):
17062 * finder.el (finder-compile-keywords):
17063 * help.el (view-emacs-news):
17064 * hi-lock.el (hi-lock-write-interactive-patterns):
17065 * ido.el (ido-to-end, ido-set-matches-1):
17066 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
17067 (image-dired-mark-tagged-files):
17068 * jka-cmpr-hook.el (jka-compr-get-compression-info):
17069 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
17070 * ps-print.el (ps-background, ps-begin-file)
17071 (ps-build-reference-face-lists):
17072 * simple.el (clone-buffer):
17073 * startup.el (command-line):
17074 * tempo.el (tempo-insert-template, tempo-is-user-element)
17075 (tempo-forward-mark, tempo-backward-mark):
17076 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
17077
17078 2007-09-25 Glenn Morris <rgm@gnu.org>
17079
17080 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
17081
17082 * view.el (view-search-no-match-lines): Add a doc string.
17083 Rewrite to simplify and work better.
17084
17085 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
17086
17087 * progmodes/cc-mode.el (c-mode-base-map):
17088 Use c-indent-line-or-region instead of c-indent-line.
17089
17090 * indent.el (indent-for-tab-command): First check if the region is
17091 active.
17092
17093 2007-09-24 Michaël Cadilhac <michael@cadilhac.name>
17094
17095 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
17096 whitespace-rescan-timer-time is 0.
17097
17098 2007-09-24 Karl Berry <karl@gnu.org>
17099
17100 * international/mule.el (coding-system-base): Fix doc string grammar.
17101
17102 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
17103
17104 * net/tramp.el (tramp-completion-mode-p): Rename from
17105 `tramp-completion-mode'. Revert logic, check `return', `newline'
17106 and such alike. Packages like Icicles tend to use other completion
17107 characters but `tab' and `space' only.
17108
17109 2007-09-24 Adam Hupp <adam@hupp.org>
17110
17111 * progmodes/python.el (run-python): Import emacs module without
17112 waiting; prevents lockup on error.
17113
17114 2007-09-23 Richard Stallman <rms@gnu.org>
17115
17116 * mail/sendmail.el (mail-bury): Delete the frame
17117 if this frame looks like it was made for this message.
17118
17119 * completion.el (completion-separator-self-insert-command)
17120 (completion-separator-self-insert-autofilling):
17121 If `self-insert-command' has been remapped, use the substitute.
17122
17123 * simple.el (copy-region-as-kill): Doc fix.
17124
17125 * textmodes/org.el (org-confirm-shell-link-function)
17126 (org-confirm-elisp-link-function): Doc fixes.
17127
17128 2007-09-23 Glenn Morris <rgm@gnu.org>
17129
17130 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
17131
17132 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
17133
17134 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
17135
17136 * term/tvi970.el (terminal-init-tvi970): Likewise.
17137
17138 * term/sun-mouse.el (print-mouse-format): Likewise.
17139
17140 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
17141 Use forward-line instead of previous-line and next-line.
17142
17143 2007-09-22 Juri Linkov <juri@jurta.org>
17144
17145 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
17146
17147 * tutorial.el (tutorial--default-keys): Update standard bindings:
17148 rename `iconify-or-deiconify-frame' to `suspend-frame',
17149 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
17150
17151 2007-09-22 Juri Linkov <juri@jurta.org>
17152
17153 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
17154 Add help-echo to external links and to links without description.
17155 (fancy-splash-insert): Use help-echo from the 3rd element of the
17156 link specification list, or "Follow this link" if it's nil. Doc fix.
17157
17158 2007-09-22 Juri Linkov <juri@jurta.org>
17159
17160 * startup.el (command-line): Rename `inhibit-startup-message' to
17161 `inhibit-startup-screen'.
17162 (fancy-about-text): Use shorter label for "Ordering Manuals".
17163 (fancy-startup-tail): Add optional arg `concise'. When `concise'
17164 is nil, display a line with "To start..." and 3 links to useful
17165 tasks. Display the "Dismiss" button and "Don't show this message
17166 again" only when concise is non-nil.
17167 (fancy-startup-screen): Call `fancy-startup-tail' with optional
17168 arg `concise'. If CONCISE is non-nil, display a concise version
17169 of the splash screen in another window. Otherwise, switch to the
17170 startup buffer in the same window.
17171 (startup-echo-area-message): Change displayed binding from
17172 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
17173 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
17174 the GNU system".
17175 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
17176 to "*GNU Emacs*".
17177 (display-about-screen): Don't check the existence of the buffer
17178 "*About GNU Emacs*".
17179 (display-splash-screen): Make alias to `display-startup-screen'.
17180 (command-line-1): Rename `inhibit-startup-message' to
17181 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
17182 started with command line options "-f", "-funcall", "-e", "-eval",
17183 "-execute", "-insert", "-find-file", "-file", "-visit".
17184 Inhibit startup screen when Emacs is started with a file name only
17185 on tty (i.e. don't inhibit it when started with a file name like
17186 "emacs FILE..." on a window system).
17187 (command-line-1): Simplify logic of displaying the startup screen:
17188 if file-count > 0, then display the concise version in another
17189 window, otherwise display full version in the same window.
17190
17191 * help.el (help-map): Bind C-h C-a to about-emacs.
17192 (help-for-help-internal): Add C-a description to C-h help text.
17193
17194 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
17195
17196 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
17197 (checkdoc-permit-comma-termination-flag): Autoload the
17198 safe-local-variable setting.
17199
17200 * bookmark.el (bookmark-xemacsp): Remove.
17201 (bookmark-make): Don't use bookmark-xemacsp,
17202 use (featurep 'xemacs) instead.
17203
17204 * speedbar.el (speedbar-frame-mode)
17205 (speedbar-frame-reposition-smartly)
17206 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
17207 (speedbar-check-vc): Remove use of non-existent variable
17208 dframe-xemacsp, use (featurep 'xemacs) instead.
17209
17210 * indent.el (indent-for-tab-command): Indent the region if
17211 transient-mark-mode and the region is active.
17212
17213 2007-09-21 Francesco Potortì <pot@gnu.org>
17214
17215 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
17216 add inferior-octave-directory-tracker to the buffer-local value
17217 of comint-input-filter-functions.
17218
17219 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
17220
17221 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
17222
17223 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
17224
17225 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
17226 on w32 frames.
17227
17228 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17229
17230 * startup.el (normal-top-level): Remove DISPLAY from
17231 process-environment to let it be computed dynamically in callproc.c.
17232
17233 * frame.el (frame-initialize, make-frame):
17234 * faces.el (tty-set-up-initial-frame-faces):
17235 * env.el (setenv): Don't set display-environment-variable.
17236
17237 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
17238 (server-create-tty-frame): Don't set unused `tty' property.
17239 Set `display' instead of display-environment-variable.
17240 (server-create-window-system-frame): No display-environment-variable.
17241
17242 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
17243
17244 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
17245 (rfn-eshadow-update-overlay-hook): New defvars.
17246 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
17247 Run the hooks.
17248
17249 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
17250 (tramp-rfn-eshadow-setup-minibuffer)
17251 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
17252 rfn-eshadow.el.
17253
17254 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
17255 timeout.
17256
17257 2007-09-21 Glenn Morris <rgm@gnu.org>
17258
17259 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
17260 * term/sun-mouse.el (suspend-emacstool): Remove.
17261 * term/sun.el: Remove emacstool-related code.
17262
17263 * emacs-lisp/bytecomp.el (byte-compile-warnings)
17264 (byte-compile-warnings-safe-p): Add `mapcar'.
17265 (byte-compile-warning-types): Add mapcar and make-local.
17266 (byte-compile-normal-call): Add option to suppress mapcar warning.
17267 (top-level): Use mapc rather than mapcar in eval-when-compile.
17268
17269 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
17270 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
17271 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
17272 Handle escaped parens.
17273 (latex-forward-sexp): Doc fix.
17274
17275 * eshell/esh-mode.el (eshell-output-filter-functions):
17276 Add eshell-postoutput-scroll-to-bottom.
17277
17278 * loadup.el: Remove termdev.
17279
17280 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
17281 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
17282
17283 2007-09-21 Markus Triska <markus.triska@gmx.at>
17284
17285 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
17286 `mapcar' is called for effect.
17287
17288 2007-09-21 Kevin Ryde <user42@zip.com.au>
17289
17290 * international/mule.el (sgml-html-meta-auto-coding-function):
17291 Bind `case-fold-search' to t.
17292
17293 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17294
17295 * termdev.el: Remove.
17296
17297 * frame.el (get-device-terminal): New function. Moved from termdev.el.
17298 (frames-on-display-list): Use it.
17299
17300 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
17301
17302 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
17303
17304 2007-09-20 Richard Stallman <rms@gnu.org>
17305
17306 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
17307
17308 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17309
17310 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
17311
17312 2007-09-20 Glenn Morris <rgm@gnu.org>
17313
17314 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
17315 motion functions, rather than hard-coding "\n\n".
17316 (tex-validate-region): Check for eobp, to speed up.
17317 (tex-next-unmatched-end): Doc fix.
17318
17319 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17320
17321 * files.el (auto-mode-alist): Use archive-mode for .rar files.
17322
17323 * international/mule.el (auto-coding-alist): Rar archives are binary.
17324
17325 * arc-mode.el: Add basic support for Rar.
17326 (archive-find-type): Recognize Rar's signature.
17327 (archive-desummarize): New fun.
17328 (archive-summarize): Use it to restore the buffer's data in case
17329 someone wants to switch to some other major mode.
17330 (archive-resummarize): Use it as well.
17331 (archive-rar-summarize, archive-rar-extract): New functions.
17332
17333 * filesets.el: Remove spurious * in docstrings.
17334 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
17335 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
17336 (filesets-ingroup-collect): Remove unused arg `depth'.
17337 (filesets-update): Remove unused arg `version'.
17338
17339 * finder.el (finder-compile-keywords): Fix up comment style.
17340 (finder-mouse-face-on-line): previous-line -> forward-line.
17341
17342 * recentf.el: Remove spurious * in docstrings.
17343 (recentf-save-list): Fix up comment style.
17344
17345 * progmodes/octave-mod.el: Remove spurious * in docstrings.
17346 (octave-mode-map): Move init into declaration and remove \t binding.
17347 (octave-mode-startup-message): Remove unused var.
17348 (octave-scan-blocks): Remove unused arg `from'.
17349 (octave-forward-block, octave-down-block, octave-up-block):
17350 Update callers.
17351
17352 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
17353 (meta-mode-map): Likewise and remove \t binding.
17354
17355 * net/snmp-mode.el: Remove spurious * in docstrings.
17356 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
17357 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
17358 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
17359 that completion accepts lists of strings.
17360 (snmp-mode-syntax-table): Move initialization into declaration.
17361 (snmp-mode-map): Likewise and remove \t binding.
17362 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
17363 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
17364 (snmp-indent-command): Remove.
17365
17366 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
17367 binding, so tab-always-indent works right.
17368
17369 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
17370
17371 * net/browse-url.el (browse-url-elinks-new-window): New function.
17372 (browse-url-elinks): Use browse-url-elinks-new-window.
17373 Accept optional second argument `new-window'. Fix typo in doc-string.
17374 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
17375 Improve error message.
17376
17377 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
17378
17379 * net/browse-url.el (browse-url-url-encode-chars): Use the right
17380 parameter name in the function body.
17381 Reported by Johannes Weiner.
17382
17383 2007-09-19 Glenn Morris <rgm@gnu.org>
17384
17385 * net/socks.el (socks-open-network-stream): Signal an explicit
17386 error if the port associated with a service string can't be found.
17387
17388 * textmodes/tex-mode.el (tex-terminate-paragraph):
17389 Use backward-paragraph.
17390
17391 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17392
17393 * server.el (server-running-p): New function.
17394
17395 2007-09-18 Jason Rumney <jasonr@gnu.org>
17396
17397 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
17398 x-focus-frame.
17399
17400 * frame.el (select-frame-set-input-focus, select-frame-by-name):
17401 Use x-focus-frame for w32.
17402
17403 2007-09-17 David Kastrup <dak@gnu.org>
17404
17405 * textmodes/tex-mode.el (tex-verbatim-environments):
17406 Eliminate CL dependency.
17407
17408 2007-09-17 Richard Stallman <rms@gnu.org>
17409
17410 * newcomment.el (comment-add): New arg EXTRA.
17411 (comment-region-default): Pass EXTRA if not indenting lines.
17412
17413 2007-09-17 Michaël Cadilhac <michael@cadilhac.name>
17414
17415 * net/browse-url.el (browse-url-url-encode-chars): New function.
17416 URL-encode some chars in a string.
17417 (browse-url-encode-url): Rewrite using the previous function.
17418 (browse-url-file-url): Use `browse-url-url-encode-chars'.
17419 (browse-url-elinks-sentinel): Fix typo.
17420 (browse-url-new-window-flag): Doc change.
17421
17422 2007-09-17 Glenn Morris <rgm@gnu.org>
17423
17424 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
17425 filename from `--file-line-error', if it is available.
17426
17427 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
17428
17429 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
17430 TeX `--file-line-error' format.
17431
17432 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
17433
17434 * xt-mouse.el: Delete add-hook calls that were moved to
17435 xterm-mouse-mode.
17436 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
17437 does not work.
17438
17439 2007-09-17 Richard Stallman <rms@gnu.org>
17440
17441 * cus-face.el (custom-theme-set-faces): Undo previous change.
17442
17443 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
17444
17445 2007-09-17 Glenn Morris <rgm@gnu.org>
17446
17447 * textmodes/tex-mode.el (tex-region): Simplify previous change,
17448 handling the case where the region is not in `tex-main-file'.
17449 (tex-region-1): Delete.
17450 (tex-region-header): New function, doing the header part of the
17451 old tex-region-1.
17452
17453 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17454
17455 * simple.el (newline): Simplify use of prefix-numeric-value.
17456 (line-move-partial): Remove unused var `ppos'.
17457 (line-move-1): Replace 9999 with most-positive-fixnum.
17458 (move-end-of-line): Use more efficient single-property search.
17459 (move-beginning-of-line): Remove unused var `start'.
17460 (blink-matching-open): Restructure in a more functional style.
17461
17462 2007-09-16 Michaël Cadilhac <michael@cadilhac.name>
17463
17464 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
17465
17466 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17467
17468 * server.el (server-clients): Only keep procs, no properties any more.
17469 (server-client): Remove.
17470 (server-client-get, server-client-set): Remove, replace all callers by
17471 process-get and process-put resp.
17472 (server-clients-with, server-add-client, server-delete-client)
17473 (server-create-tty-frame, server-create-window-system-frame)
17474 (server-process-filter, server-execute, server-visit-files)
17475 (server-buffer-done, server-kill-buffer-query-function)
17476 (server-kill-emacs-query-function, server-switch-buffer)
17477 (server-save-buffers-kill-terminal): Update accordingly.
17478
17479 * server.el (server-with-environment): Simplify.
17480 (server-select-display, server-unselect-display): Re-add functions that
17481 seem to have been lost in the multi-tty merge.
17482 (server-eval-and-print, server-create-tty-frame)
17483 (server-create-window-system-frame, server-goto-toplevel)
17484 (server-execute, server-return-error): New functions extracted from
17485 server-process-filter.
17486 (server-execute-continuation): New functions.
17487 (server-process-filter): Restructure so that all arguments are analysed
17488 first and then acted upon in a subsequent stage. This way
17489 server-goto-toplevel can be executed later, when we know if
17490 it's necessary.
17491 Remove the "-version" and "-version-good" support.
17492
17493 2007-09-16 Drew Adams <drew.adams@oracle.com>
17494
17495 * cus-edit.el (custom-face-edit-activate): Doc fix.
17496
17497 2007-09-16 Glenn Morris <rgm@gnu.org>
17498
17499 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
17500 Following cal-bahai renaming, update all instances of
17501 list-bahai-diary-entries to diary-bahai-list-entries,
17502 mark-bahai-diary-entries to diary-bahai-mark-entries,
17503 calendar-goto-bahai-date to calendar-bahai-goto-date,
17504 insert-bahai-diary-entry to diary-bahai-insert-entry,
17505 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
17506 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
17507 calendar-print-bahai-date to calendar-bahai-print-date.
17508
17509 * textmodes/tex-mode.el (tex-region): Handle the case where the
17510 region is not in `tex-main-file'. Move the old code that applies
17511 to both cases...
17512 (tex-region-1): ...to this new function.
17513
17514 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17515
17516 * vc.el (vc-process-sentinel): New function.
17517 (vc-exec-after): Use it instead of using ugly hackish analysis and
17518 construction of Elisp code.
17519 (vc-sentinel-movepoint): New dynamically scoped var.
17520 (vc-print-log, vc-annotate): Set it to move the user's point.
17521
17522 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
17523 inhibit-modification-hooks.
17524
17525 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
17526 (calendar-bahai-print-date, calendar-bahai-goto-date)
17527 (diary-bahai-list-entries, diary-bahai-insert-entry):
17528 New names to clean up the namespace a bit more.
17529 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
17530
17531 2007-09-15 Glenn Morris <rgm@gnu.org>
17532
17533 * calendar/holidays.el (holiday-list): Rename it back to
17534 `list-holidays', but leave `holiday-list' as an alias.
17535
17536 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
17537 custom group.
17538
17539 * textmodes/css-mode.el (css): New custom group.
17540 (css-electrick-keys, css-selector, css-property)
17541 (css-indent-offset): Specify custom group.
17542
17543 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17544
17545 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
17546 (cvs-execute-single-file): Use process-file.
17547 (cvs-run-process): Use start-file-process.
17548
17549 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
17550
17551 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
17552 level. Remove the hooks when turning off the mode.
17553
17554 * term/xterm.el: Require xt-mouse at compile time.
17555 (terminal-init-xterm): Turn on xterm mouse tracking for this
17556 terminal if xterm-mouse-mode is enabled.
17557
17558 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
17559
17560 * term/xterm.el (xterm-function-map): Replace bindings that were
17561 deleted by the merge.
17562
17563 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
17564
17565 * play/bubbles.el (bubbles-version): Bump value to "0.5".
17566 (bubbles-mode-map): Move define-key statements here.
17567 (bubbles-game-theme-menu): Ditto.
17568 (bubbles-graphics-theme-menu): Ditto.
17569 (bubbles-menu): Ditto.
17570 (bubbles-mode): Initialize buffer-undo-list, redisplay.
17571 (bubbles--initialize): Reset buffer-undo-list, redisplay.
17572 (bubbles-plop): Set buffer-undo-list, redisplay.
17573 (bubbles-undo): Reset buffer-undo-list, redisplay.
17574 (bubbles--show-images): Take care of missing text properties.
17575
17576 2007-09-14 Glenn Morris <rgm@gnu.org>
17577
17578 * startup.el (fancy-startup-text, fancy-about-text): Fix face
17579 quoting.
17580
17581 * calendar/cal-hebrew.el, calendar/cal-menu.el
17582 * calendar/calendar.el, calendar/diary-lib.el
17583 * calendar/holidays.el: Rename all instances of
17584 list-calendar-holidays callers to calendar-list-holidays,
17585 list-holidays to holiday-list, check-calendar-holidays to
17586 calendar-check-holidays, mark-calendar-holidays to
17587 calendar-mark-holidays, and filter-visible-calendar-holidays to
17588 holiday-filter-visible-calendar.
17589
17590 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
17591
17592 * term/xterm.el (xterm-function-map): Add C-M- bindings.
17593
17594 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
17595
17596 * play/bubbles.el (bubbles--initialize-images): Fix bug:
17597 Use transparent background for empty cells in graphics mode.
17598
17599 2007-09-13 Jari Aalto <jari.aalto@cante.net>
17600
17601 * man.el (Man-default-man-entry): At end of line, continue looking
17602 to the next line for possible end of hyphenated command.
17603
17604 2007-09-13 Chris Moore <dooglus@gmail.com>
17605
17606 * shell.el (shell-resync-dirs): Don't move the cursor relative to
17607 the command being edited.
17608
17609 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
17610
17611 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
17612
17613 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
17614
17615 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
17616 C-M-S- keys.
17617
17618 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
17619
17620 2007-09-12 Michaël Cadilhac <michael@cadilhac.name>
17621
17622 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
17623 New argument `filename-p' to use one set of confusing chars or another.
17624 (browse-url-file-url): Use the argument.
17625 Suggested by Johannes Weiner.
17626
17627 2007-09-12 Romain Francoise <romain@orebokech.com>
17628
17629 * cus-start.el (all): Revert 2007-09-08 change.
17630
17631 2007-09-12 Aaron Hawley <aaronh@garden.org>
17632
17633 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
17634 extract .Z files, since it is more common than uncompress.
17635
17636 2007-09-12 Glenn Morris <rgm@gnu.org>
17637
17638 * textmodes/org-publish.el (org-publish-org-to-html): Remove
17639 duplicate function definition.
17640
17641 2007-09-10 Chris Moore <dooglus@gmail.com>
17642
17643 * diff-mode.el (diff-sanity-check-hunk):
17644 Also accept single-line hunks.
17645
17646 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
17647
17648 * startup.el (startup-screen-inhibit-startup-screen)
17649 (pure-space-overflow-message): New vars.
17650 (fancy-splash-insert): Allow functions for face and link specs.
17651 (fancy-splash-head): Remove unused arg. Move splash text...
17652 (fancy-startup-text, fancy-about-text): ...here.
17653 (fancy-startup-tail): Rename from fancy-splash-tail.
17654 (fancy-startup-screen, fancy-about-screen): Split off from
17655 fancy-splash-screens.
17656 (display-startup-screen): New function.
17657 (display-about-screen): Rename from display-splash-screen.
17658 (command-line-1): Use concise startup screen if necessary.
17659
17660 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
17661
17662 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
17663 Reported by Jan Djärv <jan.h.d@swipnet.se>.
17664
17665 2007-09-10 Dave Love <fx@gnu.org>
17666
17667 * outline.el (outline-4, outline-5, outline-7):
17668 Move font-lock-builtin-face down from 4 to 7 to better keep the
17669 progression of color brightness, and to better match Org-mode's faces.
17670
17671 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
17672
17673 * progmodes/meta-mode.el (meta-font-lock-keywords)
17674 (font-lock-match-meta-declaration-item-and-skip-to-next)
17675 (meta-comment-indent, meta-indent-previous-line)
17676 (meta-indent-unfinished-line, meta-beginning-of-defun)
17677 (meta-end-of-defun, meta-common-initialization): Handle \f.
17678 (meta-indent-unfinished-line): Do not handle a `%' in a string as
17679 a comment-start.
17680
17681 * files.el (file-modes-char-to-who, file-modes-char-to-right)
17682 (file-modes-rights-to-number): Auxiliary functions for symbolic to
17683 numeric notation of file modes.
17684 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
17685 numeric value.
17686 (read-file-modes): New. Read either an octal value of a file mode or a
17687 symbolic value, and return its numeric value.
17688
17689 * dired-aux.el (dired-do-chmod): Change to use the built-in
17690 `set-file-modes' and the previous symbolic mode parsing functions.
17691
17692 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
17693
17694 * textmodes/texinfo.el: Remove spurious * in docstrings.
17695 (texinfo-mode-syntax-table, texinfo-mode-map):
17696 Initialize in the declaration.
17697
17698 * tmm.el: Remove spurious * in docstrings.
17699 (tmm-prompt): Use with-current-buffer.
17700
17701 * vcursor.el: Remove spurious * in docstrings.
17702 (vcursor-map): Initialize in the declaration.
17703 (vcursor-use-vcursor-map): Use define-minor-mode.
17704 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
17705
17706 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
17707 Initialize in the declaration.
17708 (widget-minor-mode): Use define-minor-mode.
17709
17710 * woman.el (woman-mode-map, woman-syntax-table):
17711 Initialize in the declaration.
17712
17713 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
17714
17715 * doc-view.el: New file.
17716
17717 2007-09-09 Juri Linkov <juri@jurta.org>
17718
17719 * Makefile.in (update-authors): Add etc/ to AUTHORS.
17720
17721 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
17722
17723 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
17724 to "Startup screen". Fix docstring.
17725 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
17726 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
17727 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
17728 (initial-scratch-message): Fix docstring.
17729 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
17730 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
17731 Add link to "Customize Startup" and set interval between links to
17732 5 spaces.
17733 (fancy-about-text): Add links "Authors" and "Contributing".
17734 (fancy-splash-head): Add text "Welcome to " on the startup screen,
17735 and "This is " on the about screen. Add link to
17736 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
17737 For the about screen move emacs version to the header from
17738 `fancy-splash-tail' (as it's done already for normal about screen).
17739 (fancy-splash-tail): Insert emacs version only for startup screen.
17740 (normal-splash-screen): Remove duplicate empty lines.
17741 (normal-about-screen): Add links "Authors" and "Contributing".
17742
17743 * menu-bar.el (menu-bar-help-menu):
17744 Move "About Emacs" and "About GNU" to the end of the Help menu.
17745 Move "Emacs Psychotherapist" after "Send Bug Report...".
17746 Move "External Packages" after "Find Emacs Packages".
17747
17748 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
17749
17750 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
17751 they are useless with the byte compiler.
17752 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
17753 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
17754 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
17755 (tramp-file-name-real-host, tramp-file-name-port)
17756 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
17757 defuns.
17758
17759 * net/tramp-cache.el (top): Improve error message when
17760 `tramp-persistency-file-name' is corrupted.
17761
17762 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
17763
17764 * textmodes/org.el (org-re): Also replace the :alpha: class.
17765 (org-todo-tag-alist): Variable removed.
17766 (org-todo-key-alist, org-todo-key-trigger): New variables.
17767 (org-use-fast-todo-selection): New option.
17768 (org-log-done): Docstring fixed.
17769 (org-deadline-warning-days): New default value 14.
17770 (org-edit-timestamp-down-means-later): New option.
17771 (org-tag-alist): Docstring fixed.
17772 (org-fast-tag-selection-include-todo): New option.
17773 (org-export-language-setup): New languages added.
17774 (org-set-regexps-and-options): Compute the new variables.
17775 (org-paste-subtree): Cleaning up.
17776 (org-remember-apply-template): New escape %A.
17777 (org-todo): Call fast TODO selection.
17778 (org-fast-todo-selection): New function.
17779 (org-add-log-note): Allow prefix for abort exit.
17780 (org-at-property-p, org-entry-properties)
17781 (org-columns-get-autowidth-alist): Use :alpha: class.
17782 (org-get-wdays): New function.
17783 (org-agenda-remove-date): New variable.
17784 (org-agenda-get-deadlines): Use `org-get-wdays'.
17785 (org-agenda-get-deadlines): Reverse ee before returning.
17786 (org-format-agenda-item): New argument REMOVE-RE.
17787 (org-agenda-convert-date): Baha'i calendar added.
17788 (org-infile-export-plist): Also find DATE line.
17789 (org-get-min-level): New function.
17790 (org-export-as-html, org-export-as-ascii): Use the date format.
17791 (org-shiftup, org-shiftdown): Use.
17792 `org-edit-timestamp-down-means-later'.
17793 (org-assign-fast-keys): New function.
17794
17795 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
17796
17797 * cus-start.el (all): Add prefer-window-split-horizontally from
17798 window.c.
17799
17800 2007-09-08 Eli Zaretskii <eliz@gnu.org>
17801
17802 * net/browse-url.el (browse-url-galeon): Fix last change.
17803 (top-level): Require cl when compiling.
17804
17805 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
17806
17807 * textmodes/org-export-latex.el: arch-tag restored.
17808
17809 * textmodes/org-publish.el: arch-tag restored.
17810
17811 2007-09-08 Masatake YAMATO <jet@gyve.org>
17812
17813 * progmodes/which-func.el (which-func-modes): Add diff-mode.
17814
17815 * progmodes/cc-langs.el: Support new keywords added to
17816 objective-c frontend of gcc.
17817 (c-simple-stmt-kwds): Add @throw.
17818 (c-block-stmt-2-kwds): Add @synchronized.
17819 (c-block-stmt-1-kwds): Add @finally and @try.
17820
17821 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
17822
17823 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
17824 (org-agenda-after-show-hook): New variable.
17825 (org-columns-compile-format)
17826 (org-columns-get-autowidth-alist, org-buffer-property-keys)
17827 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
17828 property names.
17829 (org-get-wdays): New function.
17830
17831 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17832
17833 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
17834
17835 * term/xterm.el (xterm-function-map): Initialize in the declaration.
17836
17837 * vc-arch.el (vc-arch-checkin): Fix typo.
17838
17839 2007-09-07 Johan Bockgård <bojohan@gnu.org>
17840
17841 * cus-face.el (custom-theme-set-faces): Set face attributes
17842 locally for each frame.
17843
17844 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17845
17846 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
17847 via font-lock-defaults.
17848
17849 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
17850 derived-mode-p.
17851
17852 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
17853
17854 * progmodes/autoconf.el (autoconf-definition-regexp):
17855 Handle optional square brackets around definition name.
17856
17857 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
17858
17859 * net/browse-url.el (browse-url-browser-function): Add elinks.
17860 (browse-url-elinks-wrapper): New option.
17861 (browse-url-encode-url, browse-url-elinks)
17862 (browse-url-elinks-sentinel): New functions.
17863 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
17864 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
17865 Use new function browse-url-encode-url.
17866
17867 2007-09-07 Glenn Morris <rgm@gnu.org>
17868
17869 * version.el (emacs-version): Revert 2007-08-29 change: no need to
17870 say if multi-tty is present.
17871
17872 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17873
17874 * cus-start.el (split-window-preferred-function): Add custom info.
17875
17876 * calendar/holidays.el (holiday-list, calendar-check-holidays)
17877 (calendar-mark-holidays, calendar-list-holidays)
17878 (holiday-filter-visible-calendar): New names to clean up namespace.
17879 (filter-visible-calendar-holidays, list-calendar-holidays)
17880 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
17881 Add compatibility aliases.
17882 (calendar-check-holidays, calendar-mark-holidays)
17883 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
17884 (holiday-sexp): Replace append with list.
17885 (holiday-filter-visible-calendar): Replace append with push.
17886
17887 * woman.el: Remove spurious * in docstrings.
17888 (woman-mini-help, woman-non-underline-faces, woman0-rename)
17889 (woman-topic-all-completions-merge, woman-file-name-all-completions)
17890 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
17891 (woman-write-directory-cache, woman-display-extended-fonts)
17892 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
17893 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
17894 (woman-mode): Use inhibit-read-only.
17895 (woman-negative-vertical-space): Use dotimes.
17896 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
17897
17898 2007-09-06 Romain Francoise <romain@orebokech.com>
17899
17900 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
17901 (vc-bzr-workfile-version): Use it.
17902
17903 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
17904
17905 * complete.el (PC-do-completion): Don't try to treat
17906 empty string as an abbreviation.
17907
17908 2007-09-06 Johan Bockgård <bojohan@dd.chalmers.se>
17909
17910 * help-fns.el (describe-variable): Keep doc's text properties.
17911
17912 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
17913
17914 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
17915 instead of a file.
17916
17917 2007-09-06 Glenn Morris <rgm@gnu.org>
17918
17919 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
17920 (checkdoc-minor-mode): Allow user to specify lighter via
17921 checkdoc-minor-mode-string.
17922
17923 2007-09-05 Richard Stallman <rms@gnu.org>
17924
17925 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
17926 Several items removed, simplified, or put on one line.
17927 (fancy-about-text): Add substantial contents, part of startup text.
17928 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
17929 (normal-splash-screen): Call normal-mouse-startup-screen,
17930 normal-no-mouse-startup-screen, or normal-about-screen.
17931 (normal-mouse-startup-screen): New fn, broken out, shortened.
17932 (normal-no-mouse-startup-screen): New fn, broken out.
17933 (normal-about-screen): New function, contents all new.
17934
17935 2007-09-05 Michaël Cadilhac <michael@cadilhac.name>
17936
17937 * emacs-lisp/rx.el (rx): Fix typo in docstring.
17938
17939 2007-09-05 Glenn Morris <rgm@gnu.org>
17940
17941 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
17942 is bound.
17943
17944 2007-09-05 Johan Bockgård <bojohan@dd.chalmers.se>
17945
17946 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
17947 in doc string.
17948
17949 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
17950
17951 * server.el (server-start, server-unload-hook): Undo previous change.
17952
17953 * xt-mouse.el: Undo previous change.
17954
17955 2007-09-04 Juri Linkov <juri@jurta.org>
17956
17957 * startup.el (fancy-about-text): New variable.
17958 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
17959 (fancy-current-text, fancy-splash-stop-time)
17960 (fancy-splash-outer-buffer): Remove variables.
17961 (fancy-splash-head, fancy-splash-tail): Add new optional argument
17962 `startup' and use it to conditionally display different texts for
17963 Startup and About screens. Don't display Help commands on the About
17964 screen.
17965 (fancy-splash-screens-1): Remove function and move its content to
17966 `fancy-splash-screens' to the part that dislpays the About screen.
17967 (exit-splash-screen): Don't treat specially exiting from
17968 alternating screens.
17969 (fancy-splash-screens): Rename argument `static' to `startup'.
17970 Fix docstring. Remove code for displaying alternating screens.
17971 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
17972 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
17973 for `inhibit-read-only'.
17974 (normal-splash-screen): Rename argument `static' to `startup'.
17975 Fix docstring. Use argument `startup' to conditionally display
17976 different texts for Startup and About screens. Don't display Help
17977 commands on the About screen. Remove `unwind-protect' `sit-for'
17978 delay and `kill-buffer' after it.
17979 (display-startup-echo-area-message): Remove call to
17980 `use-fancy-splash-screens-p' because image.el is preloaded and
17981 doesn't display "Loading image... done".
17982 (display-splash-screen): Rename argument `static' to `startup'.
17983 Fix docstring.
17984
17985 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
17986
17987 * server.el (server-start, server-unload-hook):
17988 suspend-tty-functions has been renamed to suspend-tty-hook.
17989
17990 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
17991 resume-tty-hook.
17992
17993 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
17994
17995 * loadup.el: Fix merge problem, only load "button" once.
17996
17997 2007-09-03 Glenn Morris <rgm@gnu.org>
17998
17999 * vc-svn.el (vc-svn-print-log): If there is only one file, use
18000 "Working file:" as the prefix, for the sake of
18001 log-view-current-file.
18002
18003 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
18004
18005 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
18006 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
18007 if the selected frames is in
18008 xterm-modify-other-keys-terminal-list.
18009 (xterm-turn-off-modify-other-keys): Add an optional frame
18010 parameter. Only turn off modify-other-keys if FRAME is in
18011 xterm-modify-other-keys-terminal-list.
18012 (xterm-remove-modify-other-keys): New function.
18013 (terminal-init-xterm): Use it. Deal with delete-frame hook.
18014 Add the selected frame to xterm-modify-other-keys-terminal-list.
18015
18016 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
18017
18018 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
18019 (icon-map-list): New variable.
18020 (x-gtk-map-stock): Use icon-map-list.
18021
18022 2007-09-02 Romain Francoise <romain@orebokech.com>
18023
18024 * log-view.el (log-view-current-file): Balance parens.
18025
18026 2007-09-02 Glenn Morris <rgm@gnu.org>
18027
18028 * comint.el (comint-mode): Don't set scroll-conservatively.
18029
18030 * eshell/em-unix.el (eshell/time): Stringify and flatten the
18031 non-command arguments.
18032
18033 * log-view.el (log-view-current-file): Give a more explicit error
18034 if log-view-file-re fails to find a match.
18035
18036 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
18037
18038 * emacs-lisp/bytecomp.el (byte-recompile-directory):
18039 Fix bug: Don't expand top-level file name more than once.
18040 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
18041
18042 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
18043
18044 * server.el (server-process-filter): Don't display the splash screen.
18045 It's annoying enough on the initial screen and becomes positively
18046 obnoxious here.
18047
18048 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
18049
18050 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
18051 Change naming to use "avl-tree--" for internal functions.
18052
18053 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
18054
18055 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
18056 the merge.
18057 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
18058 (provide): Move to the end of file.
18059
18060 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
18061
18062 2007-08-31 Michaël Cadilhac <michael@cadilhac.name>
18063
18064 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
18065 New variable. List of exceptions for the duplicated word rule.
18066 (flyspell-mark-duplications-flag): Mention it.
18067 (flyspell-word): Treat it.
18068
18069 * files.el (create-file-buffer): If the filename sans directory starts
18070 with spaces, remove them.
18071
18072 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
18073
18074 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
18075 (x-gtk-map-stock): Use two directory elements when matching
18076 file name.
18077
18078 2007-08-31 James Wright <james@chumsley.org>
18079
18080 * eshell/em-unix.el (eshell/info): New function.
18081
18082 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
18083
18084 * frame.el (frame-initialize, make-frame):
18085 * server.el (server-process-filter):
18086 * faces.el (tty-set-up-initial-frame-faces): Don't set
18087 term-environment-variable since it's not used any more.
18088
18089 * env.el (setenv): Don't treat $TERM specially.
18090
18091 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
18092 stated otherwise, subprocesses do not send back escape sequences
18093 corresponding to the terminal from which Emacs was started.
18094
18095 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
18096
18097 * calculator.el: Require cl for compilation.
18098
18099 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
18100
18101 * outline.el (outline-font-lock-levels): Comment out unused var.
18102 (outline-font-lock-face): Wrap around face list to handle any
18103 nesting depth gracefully.
18104
18105 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
18106
18107 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
18108 `set-file-times'.
18109
18110 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
18111
18112 * textmodes/org.el (org-export-visible): Fix drawers before export.
18113 (org-do-sort): Allow sorting by priority.
18114 (org-agenda-files): Ignore non-existing files.
18115 (org-agenda-skip-unavailable-files): New variable.
18116 (org-ellipsis): All a face as value.
18117 (org-mode): Interprete the face value of `org-ellipsis'.
18118 (org-archive-save-context-info): New option.
18119 (org-archive-subtree): Store context info in archived entry.
18120 (org-fast-tag-selection-can-set-todo-state): New variable.
18121 (org-fast-tag-selection): Allow setting TODO states through this
18122 interface.
18123 (org-cycle): Docstring updated.
18124 (org-todo-keyword-faces): New option.
18125 (org-get-todo-face): New function.
18126 (org-set-font-lock-defaults, org-agenda-highlight-todo):
18127 Use `org-get-todo-face'.
18128 (org-switch-to-buffer-other-window): New function.
18129 (org-table-edit-field, org-table-show-reference)
18130 (org-table-edit-formulas, org-add-log-note)
18131 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
18132 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
18133 `switch-to-buffer-other-window' to make sure that the temporary
18134 windows show up on the current frame.
18135 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
18136 (org-get-entries-from-diary, org-replace-region-by-html):
18137 Don't allow pop-up frames.
18138 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18139 Fix problems with time-of-day.
18140 (org-export-get-title-from-subtree): New function.
18141 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
18142 with listing items that are DONE.
18143 (org-change-tag-in-region): New command.
18144 (org-agenda-skip-scheduled-if-done)
18145 (org-agenda-skip-deadline-if-done): Docstring clarified.
18146 (org-mode): Hide drawers on startup.
18147 (org-get-todo-face): New function.
18148 (org-todo-keyword-faces): New option.
18149 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
18150 (org-remove-keyword-keys): New function.
18151
18152 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
18153
18154 * progmodes/grep.el (grep-find-ignored-directories):
18155 Add monotone _MTN bookkeeping directory in workspaces.
18156 Add RCS control directory. List items in alphabetical order.
18157
18158 * progmodes/grep.el (grep-files-aliases): Add cc alias.
18159 Sort items in alphabetical order. Fix parens.
18160
18161 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
18162
18163 * vc-hg.el (vc-hg-extra-menu-map): New variable.
18164 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
18165 (vc-hg-pull): New functions.
18166 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
18167
18168 * term/mac-win.el: Don't require url, only autoloaded url
18169 functions are used in this file.
18170
18171 2007-08-29 Andreas Schwab <schwab@suse.de>
18172
18173 * shell.el (shell): Return correct value from interactive spec.
18174
18175 2007-08-29 Glenn Morris <rgm@gnu.org>
18176
18177 * version.el (emacs-version): Increase to 23.0.50.
18178
18179 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
18180
18181 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
18182
18183 2007-08-29 Juri Linkov <juri@jurta.org>
18184
18185 * loadup.el: Add "button" loading after "faces" and move "startup"
18186 to load after "button".
18187
18188 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
18189
18190 * loadup.el: Load term/mac-win on a Mac using Carbon.
18191
18192 * term/mac-win.el: Provide mac-win.
18193 (mac-initialized): New variable.
18194 (mac-initialize-window-system): New function. Move global setup here.
18195 (handle-args-function-alist, frame-creation-function-alist):
18196 (window-system-initialization-alist): Add mac entries.
18197 (x-setup-function-keys): New function containing all the
18198 top level function key definitions.
18199
18200 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
18201
18202 * env.el (read-envvar-name): Don't consider the environment frame param.
18203
18204 * env.el (setenv):
18205 * frame.el (frame-initialize, make-frame):
18206 * faces.el (tty-set-up-initial-frame-faces):
18207 * server.el (server-process-filter): Set
18208 display-environment-variable and term-environment-variable.
18209
18210 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
18211
18212 2007-08-29 Jason Rumney <jasonr@gnu.org>
18213
18214 * loadup.el: Only load term/x-win when X is compiled in.
18215 Load term/w32-win and dependencies on windows-nt.
18216
18217 * term/w32-win.el: Reorder to match x-win.el more closely.
18218 Provide w32-win. Don't throw error when global window-system not w32.
18219 (internal-face-interactive): Remove obsolete function.
18220 (x-setup-function-keys): Use local-function-key-map.
18221 (w32-initialized): New variable.
18222 (w32-initialize-window-system): Set it.
18223 Move more global setup here.
18224 (x-setup-function-keys): New function.
18225 (w32-initialize-window-system): Move non function key global setup here.
18226 (x-cut-buffer-max): Remove.
18227 (w32-initialize-window-system): New function.
18228 (handle-args-function-alist, frame-creation-function-alist):
18229 (window-system-initialization-alist): Add w32 entries.
18230
18231 2007-08-29 David Kastrup <dak@gnu.org>
18232
18233 * env.el (getenv): Pass frame to getenv-internal.
18234
18235 2007-08-29 Károly Lőrentey <lorentey@elte.hu>
18236
18237 * version.el (emacs-version): Show if multi-tty is present.
18238
18239 * loadup.el: Delay loading env; mule-conf gets confused by cl
18240 during bootstrap. Also load termdev and term/x-win.
18241
18242 * bindings.el (mode-line-client): New variable.
18243 (help-echo): Add it to the default mode-line format.
18244
18245 * cus-start.el: Remove bogus window-system reference from GTK test.
18246
18247 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
18248 (ebrowse-electric-position-mode-map):
18249 * ebuff-menu.el (electric-buffer-menu-mode-map):
18250 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
18251 not `suspend-emacs'.
18252
18253 * ediff-wind.el (ediff-setup-windows-automatic): New function.
18254 (ediff-window-setup-function): Use it as default.
18255
18256 * files.el (save-buffers-kill-terminal): New function.
18257 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
18258
18259 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
18260 and `with-selected-frame'.
18261
18262 * help-fns.el (describe-variable): Describe frame-local variables
18263 correctly.
18264
18265 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
18266 display support.
18267 (normal-erase-is-backspace-setup-frame): New function.
18268
18269 * subr.el (with-selected-frame): New function.
18270 (read-quoted-char): Use terminal-local binding of
18271 local-function-key-map instead of function-key-map.
18272
18273 * talk.el (talk): New function.
18274 (talk-handle-delete-frame): New function.
18275 (talk-add-display): Open a new frame only if FRAME was not a frame.
18276
18277 * termdev.el: New file.
18278
18279 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
18280 * term/x-win.el: Don't bind f10.
18281 * tmm.el: Remove autoload binding for f10.
18282
18283 * international/encoded-kb.el (encoded-kbd-setup-display): Use
18284 `set-input-meta-mode'. Fix broken condition before set-input-mode.
18285 Store the saved input method as a terminal parameter. Add keymap
18286 parameter. Use it instead of changing key-translation-map directly.
18287 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
18288 Remove.
18289 (encoded-kbd-setup-display): New function.
18290
18291 * international/mule-cmds.el (set-locale-environment): Fix getenv
18292 call. Use save-buffers-kill-terminal. Ignore window-system; always
18293 set the keyboard coding system. Add DISPLAY parameter.
18294 (set-display-table-and-terminal-coding-system): Add DISPLAY
18295 parameter. Pass it to set-terminal-coding-system.
18296
18297 * international/mule.el (keyboard-coding-system): Test for
18298 encoded-kbd-setup-display, not encoded-kbd-mode.
18299 (set-terminal-coding-system, set-keyboard-coding-system): Add
18300 DISPLAY parameter.
18301 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
18302
18303 * term/README: Update.
18304
18305 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
18306
18307 * term/x-win.el (x-setup-function-keys): New function. Move
18308 function-key-map tweaks here. Protect against multiple calls on
18309 the same terminal. Use terminal-local binding of
18310 local-function-key-map instead of function-key-map.
18311 (x-initialize-window-system): Make a copy of pure list. Pass a
18312 frame getenv.
18313
18314 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
18315 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
18316 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
18317 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
18318 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
18319 local-function-key-map instead of function-key-map.
18320
18321 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
18322 `substitute-key-definition' and `define-key' calls against
18323 multiple execution. Use terminal-local binding of
18324 local-function-key-map instead of function-key-map. Pass a frame
18325 to getenv.
18326
18327 * edmacro.el (edmacro-format-keys):
18328 * emulation/cua-base.el (cua--pre-command-handler):
18329 * isearch.el (isearch-other-meta-char):
18330 * xt-mouse.el: Use terminal-local binding of
18331 local-function-key-map instead of function-key-map.
18332
18333 * fringe.el (set-fringe-mode): Simplify and fix using
18334 `modify-all-frames-parameters'.
18335 * scroll-bar.el (set-scroll-bar-mode): Ditto.
18336 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
18337 check before calling `tool-bar-setup'.
18338 (tool-bar-setup): New variable.
18339 (tool-bar-setup): Use it to guard against multiple calls. Add
18340 optional frame parameter, and select that frame before adding items.
18341 (toggle-tool-bar-mode-from-frame): New function.
18342
18343 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
18344 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
18345 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
18346 "Tool-bar" toggles to reflect the state of the current frame.
18347 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
18348
18349 * env.el: Require cl for byte compilation (for `block' and `return').
18350 (environment, setenv-internal): New functions.
18351 (let-environment): New macro.
18352 (setenv, getenv): Add optional terminal parameter. Update docs.
18353 (setenv): Use setenv-internal. Always set process-environment.
18354 Handle `local-environment-variables'.
18355 (read-envvar-name, setenv, getenv): Use frame parameters
18356 to store the local environment, not terminal parameters. Include
18357 `process-environment' as well.
18358
18359 * faces.el (tty-run-terminal-initialization): New function.
18360 (tty-create-frame-with-faces): Use it. Set up faces and
18361 background mode only after the terminal has been initialized.
18362 Call terminal-init-*. Don't load the initialization file more
18363 than once. Call set-locale-environment.
18364 (frame-set-background-mode): Handle the 'background-mode terminal
18365 parameter.
18366 (tty-find-type): New function.
18367 (x-create-frame-with-faces): Remove bogus check for
18368 first frame. Call `tool-bar-setup'. Don't make frame visible
18369 until we are done setting up all its parameters. Call
18370 x-setup-function-keys.
18371
18372 * frame.el (make-frame): Always inherit 'environment and 'client
18373 parameters. Set up the 'environment frame parameter, when needed.
18374 Also inherit 'client parameter. Don't override explicitly
18375 specified values with inherited ones. Add 'terminal frame
18376 parameter. Append window-system-default-frame-alist to parameters
18377 before calling frame-creation-function.
18378 (frame-initialize): Copy the environment from the initial frame.
18379 (window-system-default-frame-alist): Enhance doc string.
18380 (frame-notice-user-settings): Don't put 'tool-bar-lines in
18381 `default-frame-alist' when initial frame is on a tty.
18382 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
18383 Remove specified parameters from `window-system-default-frame-alist'.
18384 (make-frame-on-tty, framep-on-display, suspend-frame):
18385 Extend doc string, update parameter names.
18386 (frames-on-display-list): Use terminal-id to get the display id.
18387 (frame-notice-user-settings): Extend to apply
18388 settings in `window-system-default-frame-alist' as well.
18389 (terminal-id, terminal-parameters, terminal-parameter)
18390 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
18391 (delete-frame-functions): Add to `delete-frame-functions' hook.
18392 (blink-cursor-mode): Adapt blink-cursor-mode default
18393 value from startup.el.
18394 (make-frame-on-display): Protect condition on x-initialized when
18395 x-win.el is not loaded. Update doc.
18396 (suspend-frame): Use display-controlling-tty-p to decide between
18397 suspend-emacs and suspend-tty.
18398 (frames-on-display-list): Update for display ids.
18399 (framep-on-display): Ditto.
18400 (suspend-frame): Use display-name, not frame-tty-name.
18401 (selected-terminal): New function.
18402
18403 * server.el: Use `device' instead of `display' or `display-id' in
18404 variable and client parameter names.
18405 (server-select-display): Remove (unused).
18406 (server-tty-live-p, server-handle-delete-tty): Remove.
18407 (server-unquote-arg, server-quote-arg, server-buffer-clients):
18408 Update docs.
18409 (server-getenv-from, server-with-environment, server-send-string)
18410 (server-save-buffers-kill-terminal): New functions.
18411 (server-delete-client): Handle quits in kill-buffer. Don't kill
18412 modified buffers. Add extra logging. Delete frames after
18413 deleting the tty. Clear 'client parameter before deleting a frame.
18414 Use delete-display, not delete-tty.
18415 (server-visit-files): Don't set `server-existing-buffer' if the
18416 buffer already has other clients. Return list of buffers
18417 created. Update doc. Don't set client-record when nowait.
18418 (server-handle-delete-frame): Delete the client if this was its
18419 last frame. Check that the frame is alive. Remove bogus comment.
18420 Add note on possible race condition. Delete tty clients, if needed.
18421 (server-handle-suspend-tty): Use server-send-string. Kill the
18422 client in case of errors from process-send-string. Use the display
18423 parameter.
18424 (server-unload-hook): Remove obsolete delete-tty hook.
18425 (server-start): Ask before restarting if the old server still has
18426 clients. Add feedback messages. Remove obsolete delete-tty hook.
18427 (server-process-filter): Use server-send-string. Accept `-dir'
18428 command. Switch to *scratch* immediately after creating the frame,
18429 before evaluating any -evals. Protect `display-splash-screen'
18430 call in a condition-case. Explain why. Call
18431 `display-startup-echo-area-message' before
18432 `display-splash-screen'. Don't display the splash screen when no
18433 frame was created. Show the Emacs splash screen and startup echo
18434 area message. Display the *scratch* buffer by default. Store the
18435 local environment in a frame (not terminal) parameter. Do not try
18436 to decode environment strings. Fix reference to the 'display
18437 frame parameter. Change syntax of environment variables. Put
18438 environment into terminal parameters, not client parameters. Use
18439 a dummy client with --no-wait's X frames. In `-position LINE'
18440 handler, don't ruin the request string until the line number is
18441 extracted. Log opened files. Handle -current-frame command.
18442 Don't create frames when it is given. Don't bind X frames to the
18443 client when we are in -no-wait mode. Set locale environment
18444 variables from client while creating tty frames. Disable call to
18445 configure-display-for-locale. When processing -position command,
18446 don't change the request string until the parameters are
18447 extracted. Don't try to create an X frame when Emacs does not
18448 support it. Improve logging. Temporarily set ncurses-related
18449 environment variables to those of the client while creating a new
18450 tty frame. Select buffers opened by nowait clients, don't leave
18451 them buried under others. Set the display parameter, and use it
18452 when appropriate.
18453
18454 * startup.el (display-startup-echo-area-message): Handle
18455 `inhibit-startup-echo-area-message' here.
18456 (command-line-1): Moved from here.
18457 (fancy-splash-screens): Use `overriding-local-map' instead of
18458 `overriding-terminal-local-map' for now; the latter doesn't work
18459 right, it looses keypresses to another terminal. Use
18460 `overriding-terminal-local-map' to set up keymap. Install a
18461 `delete-frame-functions' hook to catch `delete-frame' events.
18462 Ignore `select-window' events to cope better with
18463 `focus-follows-mouse'. Don't switch back to the original buffer
18464 if the splash frame has been killed. Restore previous buffer, even
18465 if it's *scratch*.
18466 (normal-splash-screen): Don't let-bind `mode-line-format'; it
18467 changes the global binding - setq it instead. Use
18468 `save-buffers-kill-terminal'.
18469 (display-splash-screen): Don't do anything if the splash screen is
18470 already displayed elsewhere.
18471 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
18472 (command-line): Replace duplicated code with a call to
18473 tty-run-terminal-initialization. Don't load the terminal
18474 initialization file more than once. Remove call to nonexistent
18475 function `set-locale-translation-file-name'.
18476
18477 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
18478 parameters.
18479 (xterm-mouse-position-function, xterm-mouse-event): Update.
18480 (xterm-mouse-mode): Don't depend on current value of window-system.
18481 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
18482 Update for multi-tty.
18483 (turn-on-xterm-mouse-tracking-on-terminal)
18484 (turn-off-xterm-mouse-tracking-on-terminal)
18485 (xterm-mouse-handle-delete-frame): New functions.
18486 (delete-frame-functions, after-make-frame-functions)
18487 (suspend-tty-functions, resume-tty-functions): Install extra hooks
18488 for multi-tty.
18489
18490 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18491
18492 * simple.el (invisible-p): Remove: implemented in C now.
18493 (line-move-invisible-p): Remove obsolete alias.
18494
18495 2007-08-28 Juri Linkov <juri@jurta.org>
18496
18497 * image-mode.el (image-type): New variable.
18498 (image-mode): Set default major mode name to "Image[text]".
18499 (image-minor-mode): Change LIGHTER to display image-type in the
18500 mode line.
18501 (image-minor-mode): Set default image-type to "text".
18502 (image-toggle-display): After switching to text mode, set
18503 image-type to "text" and major mode name to "Image[text]".
18504 After switching to image mode, set image-type to actual image
18505 type, and add image type to major mode name. Let-bind the same
18506 variable names as arguments of `image-type' and `create-image'.
18507 Bind `type' to the result of `image-type' and use it as arg
18508 of `create-image' to not determine the image type twice.
18509
18510 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
18511
18512 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
18513 (tramp-set-file-uid-gid, tramp-get-local-uid)
18514 (tramp-get-local-gid): New defuns.
18515 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
18516 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
18517 Improve fast track.
18518 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
18519 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
18520 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
18521 (tramp-handle-write-region): Improve fast track.
18522 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
18523 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
18524 be nil.
18525
18526 2007-08-28 Ivan Kanis <apple@kanis.eu>
18527
18528 * time.el: New feature to display several time zones in a buffer.
18529 (display-time-world-mode, display-time-world-display)
18530 (display-time-world, display-time-world-timer): New functions.
18531 (display-time-world-list, display-time-world-time-format)
18532 (display-time-world-buffer-name, display-time-world-timer-enable)
18533 (display-time-world-timer-second, display-time-world-mode-map):
18534 New variables.
18535
18536 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
18537
18538 * term/x-win.el (x-gtk-stock-map): New variable.
18539 (x-gtk-map-stock): New function.
18540
18541 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
18542 prev/next-node.
18543
18544 2007-08-28 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
18545
18546 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
18547
18548 2007-08-28 Glenn Morris <rgm@gnu.org>
18549
18550 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
18551
18552 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
18553
18554 * progmodes/modula2.el (m2-definition, m2-module):
18555 Don't use previous-line. Reported by T. V. Raman.
18556
18557 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18558
18559 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
18560 argument to tool-bar-mode call.
18561
18562 2007-08-27 Glenn Morris <rgm@gnu.org>
18563
18564 * diff-mode.el (diff-find-file-name): Only accept regular files,
18565 to rule out /dev/null, directories, etc.
18566
18567 * vc-svn.el (vc-svn-diff): If the repository version of all the
18568 files is the same as the specified OLDVERS, do a local diff.
18569
18570 2007-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18571
18572 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
18573 of buffers in uniquify-managed.
18574
18575 * simple.el (invisible-p): Rename from text-invisible-p.
18576 Update callers.
18577
18578 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
18579 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
18580 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
18581 (cperl-etags-goto-tag-location): Use new style backquotes.
18582
18583 * net/browse-url.el: Remove spurious * in custom docstrings.
18584 (browse-url-filename-alist): Use new-style backquote.
18585
18586 * emacs-lisp/backquote.el (backquote-unquote-symbol)
18587 (backquote-splice-symbol): Clarify they're not new-style unquotes.
18588
18589 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
18590 (\,@): Backslash the , and ,@ which are not new-style unquotes.
18591
18592 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
18593
18594 * net/socks.el (socks-username/password-auth-filter):
18595 Remove unused vars `state' and `desired-len'.
18596 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
18597 (socks-wait-for-state-change): Use new-style backquotes.
18598
18599 * pcvs.el (cvs-mode-status): Fix long-standing typo.
18600
18601 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
18602 backquotes after each `read' rather than once per buffer.
18603
18604 * dframe.el: Remove spurious * in custom docstrings.
18605 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
18606 (dframe-xemacs20p): Remove, inline at the sole use point.
18607 (defface): Don't defvar the face, don't use old-style backquote.
18608 (defcustom): Don't use old-style backquote.
18609 (dframe-frame-parameter, dframe-mouse-event-p):
18610 Make it obvious that it's always defined.
18611 (dframe-popup-kludge): New function to replace
18612 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
18613 (dframe-frame-mode, dframe-set-timer-internal)
18614 (dframe-mouse-set-point): Remove use of with-no-warnings from
18615 XEmacs-specific code.
18616 (dframe-set-timer-internal): Fix very old bug with
18617 post-command-idle-hook.
18618
18619 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
18620
18621 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
18622 warning if the file uses old style backquotes.
18623
18624 * emacs-lisp/bytecomp.el (byte-compile-log-file)
18625 (byte-recompile-directory, byte-compile-file)
18626 (byte-compile-from-buffer): Use with-current-buffer.
18627
18628 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
18629 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
18630 (line-move-1, line-move-finish, line-move-to-column)
18631 (move-end-of-line, move-beginning-of-line): Use new name.
18632
18633 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
18634
18635 * progmodes/ada-mode.el: Fix up comment style in header.
18636 (ada-check-emacs-version): Remove.
18637 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
18638 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
18639 to try and quieten the byte-compiler.
18640 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
18641
18642 * vc.el (vc-annotate-warp-version): Don't use previous-line.
18643
18644 2007-08-27 Johan Bockgård <bojohan@dd.chalmers.se>
18645
18646 * net/browse-url.el (browse-url-emacs): New function.
18647
18648 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
18649
18650 * emacs-lisp/avl-tree.el: New file.
18651
18652 2007-08-26 Michaël Cadilhac <michael@cadilhac.name>
18653
18654 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
18655 was used.
18656
18657 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
18658
18659 * complete.el (PC-do-completion): Make RET accept a non-unique but
18660 complete expansion again.
18661
18662 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
18663
18664 * eshell/esh-opt.el (eshell-eval-using-options):
18665 Add debug declaration.
18666
18667 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
18668
18669 * log-view.el (log-view-toggle-mark-entry): Add docstring.
18670 (log-view-get-marked): Likewise.
18671
18672 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
18673 (vc-delete-automatic-version-backups): Likewise.
18674
18675 * vc.el (vc-dired-buffers-for-dir): Likewise.
18676
18677 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
18678
18679 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
18680 safe-local-variable setting.
18681 * progmodes/perl-mode.el (perl-indent-level): Likewise.
18682
18683 * log-view.el (log-view-marked-list): Delete variable.
18684 (log-view-mode): Don't use it.
18685 (log-view-toggle-mark-entry): Likewise, simplify.
18686 (log-view-current-tag): Don't return properties.
18687 (log-view-get-marked): New function.
18688
18689 2007-08-25 Alexandre Julliard <julliard@winehq.org>
18690
18691 * vc-git.el (vc-git-mode-line-string): New function.
18692
18693 2007-08-25 Alan Mackenzie <acm@muc.de>
18694
18695 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
18696 new language variable.
18697
18698 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
18699 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
18700 "extern" etc., rather than BOI. Fix addition of spurious
18701 syntactic-symbol 'defun-block-intro, replacing it with
18702 'innamespace, etc.
18703
18704 2007-08-25 Juri Linkov <juri@jurta.org>
18705
18706 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
18707
18708 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
18709 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
18710 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
18711
18712 * image.el (image-type-header-regexps): Use more complex regexp for svg.
18713 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
18714 (image-type-auto-detectable): Add (svg . maybe).
18715
18716 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
18717 to treat it like .tgz.
18718
18719 * calendar/cal-bahai.el: Add file coding cookie.
18720
18721 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
18722
18723 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
18724 Don't behave differently when executed via M-x. Add doc string.
18725
18726 * sort.el (sort-fold-case, sort-numeric-base): Mark as
18727 safe-local-variable.
18728
18729 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
18730
18731 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
18732 the default value.
18733 (math-calendar-tzinfo): New variable.
18734 (math-get-calendar-tzinfo): New function.
18735 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
18736 to get information when zone is nil.
18737
18738 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
18739
18740 * log-view.el (log-view-toggle-mark-entry): New function.
18741 (log-view-mode-map): Bind it.
18742 (log-view-marked-list): New variable.
18743 (log-view-mode): Make it local.
18744
18745 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
18746
18747 * play/zone.el (zone-pgm-rat-race): New func.
18748 (zone-programs): Add `zone-pgm-rat-race'.
18749
18750 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18751
18752 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
18753 a list.
18754
18755 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
18756
18757 * progmodes/hideshow.el (hs-match-data): Delete alias.
18758 (hs-hide-block-at-point, hs-find-block-beginning)
18759 (hs-show-block): Use `match-data' directly.
18760
18761 2007-08-24 Martin Rudalics <rudalics@gmx.at>
18762
18763 * format.el (format-alist): Fix typo in doc-string.
18764
18765 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
18766
18767 * net/tramp.el (tramp-local-host-p): New defun.
18768 (tramp-handle-file-local-copy, tramp-handle-write-region):
18769 Implement fast track when being on the local host.
18770 (tramp-file-name-handler): Don't set "started" property. It shall
18771 be reserved for the "ftp" method.
18772 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
18773
18774 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
18775 (tramp-ftp-file-name-handler): Set "started" property.
18776
18777 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
18778
18779 * files.el (backup-buffer-copy): Don't wrap delete in
18780 condition-case, only try to delete if file exists.
18781
18782 2007-08-24 Glenn Morris <rgm@gnu.org>
18783
18784 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
18785
18786 * startup.el (tutorial-directory): Set with eval-at-startup so it
18787 gets the right value in an installed Emacs.
18788
18789 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
18790
18791 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
18792 (eldoc-highlight-function-argument): Use it.
18793
18794 2007-08-23 Masatake YAMATO <jet@gyve.org>
18795
18796 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
18797 name of parameters in document body.
18798
18799 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18800
18801 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
18802 (byte-compile-output-as-comment): Use with-current-buffer rather than
18803 a weird set-buffer&prog1 combination.
18804
18805 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
18806 test so as to optimise cases where the `progn's result is constant.
18807
18808 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
18809
18810 * locate.el (locate-get-file-positions):
18811 Use line-beginning-position and line-end-position.
18812
18813 2007-08-23 John Wiegley <johnw@newartisans.com>
18814
18815 * calendar/cal-bahai.el: Added in the diacriticals that were
18816 missing for many of the month names.
18817
18818 2007-08-22 Jason Rumney <jasonr@gnu.org>
18819
18820 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
18821
18822 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
18823
18824 * image-mode.el (image-minor-mode): Use image-mode-text-map.
18825
18826 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
18827
18828 * dabbrev.el (dabbrev--progress-reporter): New variable.
18829 (dabbrev--scanning-message): Delete func.
18830 (dabbrev--find-expansion): Use a progress reporter
18831 instead of dabbrev--scanning-message.
18832
18833 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
18834
18835 * comint.el (comint-exec-1): Raise an error if
18836 `start-file-process' does not return a process object.
18837
18838 * shell.el (shell): Prompt for `default-directory' if it is a
18839 remote file name, and if called with a prefix arg.
18840
18841 2007-08-22 Sam Steingold <sds@gnu.org>
18842
18843 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
18844
18845 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
18846
18847 * textmodes/org-export-latex.el: New file.
18848
18849 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
18850
18851 * textmodes/org.el (org-agenda-skip): Allow a form for
18852 `org-agenda-skip-function'.
18853 (org-agenda-redo): Re-use local settings.
18854 (org-agenda): Store local settings.
18855 (org-agenda-deadline-faces): New option.
18856 (org-agenda-deadline-face): New function.
18857 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
18858 entries on their due date.
18859 (org-agenda-get-timestamps): No longer handle the due dates of
18860 schedules and deadline items.
18861 (org-insert-link-global, org-open-at-point-global): New commands.
18862 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
18863 :for-ascii parameter.
18864 (org-skip-comments): Function removed.
18865 (org-cleaned-string-for-export): Handle special table lines.
18866 (org-global-properties): New option.
18867 (org-entry-get-with-inheritance): Check global properties.
18868 (org-local-properties): New variable.
18869 (org-set-regexps-and-options): Find the #+PROPERTY line.
18870 (org-link-types): Change type into variable (was constant).
18871 (org-make-link-regexps): New function.
18872 (org-link-re-with-space, org-link-re-with-space2)
18873 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
18874 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
18875 these regular expressions happens now in the function
18876 `org-make-link-regexps'.
18877 (org-store-link): Call the functions in
18878 `org-store-link-functions'.
18879 (org-add-link-type): New function.
18880 (org-store-link-functions): New variable.
18881 (org-activate-tags): Force matches to be in headlines.
18882 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
18883 (org-columns-display-here): Make sure this works in a narrowed
18884 buffer by checking for point-min.
18885 (org-columns-display-here): Make the rest of the line intangible,
18886 so that point never can be there.
18887 (org-cleaned-string-for-export): Use `with-current-buffer'.
18888 (org-replace-region-by-html): Use `with-current-buffer'.
18889 (org-unfontify-region, org-do-occur, org-columns-display-here)
18890 (org-columns-remove-overlays, org-columns-quit)
18891 (org-columns-edit-value, org-columns-next-allowed-value)
18892 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
18893 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
18894 (org-agenda-todo, org-agenda-change-all-lines)
18895 (org-agenda-align-tags, org-agenda-priority)
18896 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
18897 (org-agenda-show-new-time, org-cleaned-string-for-export)
18898 (org-export-grab-title-from-buffer)
18899 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
18900 instead of `buffer-read-only'.
18901 (org-export-as-html): Set `coding-system-for-write'.
18902 (org-remember-store-without-prompt): New option.
18903 (org-archive-subtree): Fixed bug with modifying TODO keyword.
18904 (org-beginning-of-line): Also treat C-a special in items.
18905 (org-table-convert-refs-to-rc): Fixed problem with column
18906 reference after "..".
18907 (org-columns-compute): Don't mark buffer modified because of text
18908 properties.
18909 (org-batch-store-agenda-views): Use the variable
18910 `default-directory', not the function.
18911 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
18912 (org-clock-out-when-done): New option.
18913 (org-html-entities): Added HTML entities for smileys.
18914
18915 2007-08-22 Glenn Morris <rgm@gnu.org>
18916
18917 * image.el (create-image): Doc fix.
18918
18919 * startup.el (tutorial-directory): New constant.
18920 (fancy-splash-text): Tutorials now in tutorial-directory.
18921 * tutorial.el (help-with-tutorial): Tutorials now in
18922 tutorial-directory.
18923
18924 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
18925
18926 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
18927 otherwise.
18928 (tramp-get-remote-path): New defun. Replace occurrences of
18929 `tramp-default-remote-path' by this function.
18930 (tramp-set-remote-path): Move most of the code to
18931 `tramp-get-remote-path'.
18932 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
18933 existing directories, this is done already in
18934 `tramp-get-remote-path'.
18935
18936 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
18937
18938 * image-file.el (image-file-name-extensions): Add "svg".
18939 * image.el (image-type-header-regexps): Add svg entry.
18940
18941 2007-08-22 Glenn Morris <rgm@gnu.org>
18942
18943 * files.el (backup-buffer-copy): Check backup directory is
18944 writable, to avoid infloop deleting old backup.
18945
18946 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
18947 movemail related variables.
18948 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
18949 will now be set before this is called.
18950
18951 2007-08-21 Juri Linkov <juri@jurta.org>
18952
18953 * delsel.el (delete-selection-pre-hook):
18954 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
18955 instead of checking last-command.
18956
18957 2007-08-21 Juri Linkov <juri@jurta.org>
18958
18959 * loadup.el: Preload "button".
18960
18961 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
18962
18963 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18964 Add previous-line and next-line.
18965
18966 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
18967 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
18968
18969 * vc-hooks.el (vc-menu-entry): New var.
18970 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
18971 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
18972 (vc-menu-map): Declare and initialize in one step.
18973 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
18974
18975 * menu-bar.el (vc-menu-map): Don't setup any more.
18976 Instead, just create the proper spot in the menu.
18977
18978 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
18979
18980 * smerge-mode.el (smerge-resolve): New arg `safe'.
18981 (smerge-resolve-all, smerge-batch-resolve): New function.
18982 (smerge-refine): Make sure `diff' returns the expected result.
18983 (smerge-parsep-re): New const.
18984 (smerge-mode): Use it to adjust paragraph-separate.
18985
18986 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
18987 Correctly match / regexp matchers as first char on a line when
18988 fontifying only that line.
18989
18990 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
18991
18992 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
18993
18994 * vc-bzr.el: Don't fiddle with vc-handled-backend.
18995 (vc-bzr-registered): Don't redundantly protect against
18996 file-error. Actually use the format-specific code.
18997 (vc-bzr-buffer-nonblank-p): Remove.
18998 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
18999
19000 2007-08-20 Juri Linkov <juri@jurta.org>
19001
19002 * startup.el (fancy-splash-text): Change multiple tabs into one
19003 tab. Remove "Useful File menu items" section (with "Exit Emacs"
19004 and "Recover Crashed Session").
19005 (fancy-splash-screens): Set tab-width to 22.
19006 (normal-splash-screen): Replace literal tabs with \t and
19007 fix whitespace. Remove "Useful File menu items" section (with
19008 "Exit Emacs" and "Recover Crashed Session").
19009
19010 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
19011
19012 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
19013 extracted from `eval-last-sexp-1'.
19014 (eval-last-sexp-1): Call `preceding-sexp'.
19015
19016 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
19017
19018 * vc-rcs.el (vc-rcs-annotate-command):
19019 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
19020 Add back :vc-annotate-prefix propertization.
19021
19022 2007-08-20 Andreas Schwab <schwab@suse.de>
19023
19024 * mail/rmail.el (rmail-autodetect): Doc fix.
19025
19026 2007-08-19 Juri Linkov <juri@jurta.org>
19027
19028 * startup.el (normal-splash-screen): Add more links.
19029
19030 2007-08-19 Juri Linkov <juri@jurta.org>
19031
19032 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
19033 because it's common to both types of splash screen: fancy and normal.
19034 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
19035 (exit-splash-screen): Rename from `fancy-splash-quit'.
19036 Use `quit-window' instead of `kill-buffer'.
19037 (fancy-splash-head): Use make-button to insert GNU image link.
19038 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
19039 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
19040 (normal-splash-screen): Put "Browse manuals" on the same line with
19041 "Emacs manual". Remove descriptions from "Useful tasks" and put
19042 all links in two columns on two lines.
19043
19044 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
19045
19046 * emulation/viper.el (viper-remove-hooks): Remove some additional
19047 viper hooks when the user calls viper-go-away.
19048 (viper-go-away): Restore the default of default-major-mode.
19049 Save the value of default-major-mode before vaperization.
19050
19051 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
19052
19053 * emulation/viper-ex.el: Replace error "" with "Viper bell".
19054
19055 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
19056 buffer for which file is created.
19057
19058 2007-08-19 Glenn Morris <rgm@gnu.org>
19059
19060 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
19061 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
19062 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
19063 shadow files messing up the compilation.
19064
19065 2007-08-18 Glenn Morris <rgm@gnu.org>
19066
19067 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
19068 string. Also apply eldoc-argument-case in the help-split-fundoc
19069 case. Adapt for changed behavior of eldoc-function-argstring,
19070 eldoc-function-argstring-format, and
19071 eldoc-highlight-function-argument.
19072 (eldoc-highlight-function-argument): Handle nil INDEX argument,
19073 just call eldoc-docstring-format-sym-doc in that case.
19074 (eldoc-function-argstring): Change the behavior. Now it converts
19075 an argument list to a string.
19076 (eldoc-function-argstring-format): Change the behavior. Now it
19077 applies `eldoc-argument-case' to a string.
19078
19079 * progmodes/scheme.el (scheme-mode-variables): Set
19080 font-lock-comment-start-skip.
19081
19082 2007-08-18 Martin Rudalics <rudalics@gmx.at>
19083
19084 * progmodes/ada-mode.el (ada-create-syntax-table): Move
19085 set-syntax-table from here to ...
19086 (ada-mode): ... here. Do not change global value of
19087 comment-multi-line. Call new function
19088 ada-initialize-syntax-table-properties and add new function
19089 ada-handle-syntax-table-properties to font-lock-mode-hook.
19090 (ada-deactivate-properties, ada-initialize-properties): Replace
19091 by new functions ...
19092 (ada-handle-syntax-table-properties)
19093 (ada-initialize-syntax-table-properties)
19094 (ada-set-syntax-table-properties): ... to set up syntax-table
19095 properties uniformly, independently from whether font-lock-mode
19096 is enabled or not. Handle read-only buffers and do not change
19097 undo-list when setting syntax-table properties.
19098 (ada-after-change-function): Use ada-set-syntax-table-properties.
19099
19100 2007-08-18 Michaël Cadilhac <michael@cadilhac.name>
19101
19102 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
19103 (meta-indent-current-nesting): Use a computation of the nesting
19104 instead.
19105 (meta-indent-current-indentation): Indentation is given according
19106 to nesting and if the previous line was finished or not.
19107 (meta-indent-unfinished-line): Tell if the current line ends with
19108 a finished expression.
19109 (meta-indent-looking-at-code): Like `looking-at', but checks if
19110 the point is in a string before.
19111 (meta-indent-level-count): Use it. Don't count parenthesis as it's
19112 done in the nesting function.
19113 (meta-indent-in-string-p): Tell if the current point is in a
19114 string.
19115 (meta-indent-calculate): Treat b-o-b as a special case. Use the
19116 previous functions.
19117
19118 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
19119
19120 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
19121 (copyright-update-year, copyright-update)
19122 (copyright-fix-years): Use it.
19123
19124 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
19125
19126 * emacs-lisp/copyright.el (copyright-update-year):
19127 Fix bug: Handle nil copyright-limit.
19128
19129 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
19130
19131 * calc/calc-units.el (math-standard-units): Give exact
19132 conversion for tsp.
19133
19134 * calc/calc.el (math-bignum-digit-length): Compute the
19135 appropriate value.
19136
19137 * calc/calc-bin.el (math-bignum-logb-digit-size)
19138 (math-bignum-digit-power-of-two):
19139 * calc/calc-comb.el (math-small-factorial-table):
19140 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
19141 (math-approx-gamma-const):
19142 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
19143 (math-besY1, math-bernoulli-b-cache):
19144 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
19145 Remove `eval-when-compile's.
19146
19147 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
19148
19149 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
19150 (cperl-find-pods-heres): Fix an error when typing expressions like
19151 `s{a}{b}'.
19152
19153 2007-08-17 Michaël Cadilhac <michael@cadilhac.name>
19154
19155 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
19156 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
19157 a special case (there's no build number).
19158
19159 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
19160
19161 * completion.el (symbol-under-point, symbol-before-point)
19162 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
19163
19164 2007-08-17 Glenn Morris <rgm@gnu.org>
19165
19166 * progmodes/compile.el (compilation-get-file-structure): Make use
19167 of the directory part when checking for an existing entry, to
19168 handle files with same basename in different directories.
19169
19170 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
19171
19172 * calc/calc.el (calc-language-alist): Add texinfo-mode.
19173
19174 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19175
19176 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
19177 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
19178 (ps-paragraph-spacing): Docstring fix.
19179
19180 2007-08-16 Glenn Morris <rgm@gnu.org>
19181
19182 * ps-print.el (ps-font-size): Doc fix.
19183
19184 2007-08-16 Richard Stallman <rms@gnu.org>
19185
19186 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
19187
19188 2007-08-15 Juri Linkov <juri@jurta.org>
19189
19190 * startup.el (initialization): Change parent group from `internal'
19191 to `environment'.
19192 (initial-buffer-choice): New variable.
19193 (command-line): Revert 2007-07-02 change that sets
19194 buffer-offer-save in *scratch* and enables auto-save in it.
19195 (fancy-splash-text): Add links to existing items. Add new items
19196 with links for useful tasks. Move information about Control-g to
19197 fancy-splash-head. Move "Emacs Guided Tour" to the end.
19198 (fancy-splash-keymap): New variable.
19199 (fancy-splash-last-input-event): Remove variable.
19200 (fancy-splash-insert): Add processing of `:link' element.
19201 (fancy-splash-head): Replace "Type Control-l to begin editing"
19202 with "Type `q' to exit".
19203 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
19204 (fancy-splash-default-action, fancy-splash-special-event-action):
19205 Remove functions.
19206 (fancy-splash-quit): New function.
19207 (fancy-splash-screens): Rename input arg from `hide-on-input' to
19208 `static' and reverse the condition of its usage. Don't preserve
19209 original values of `minor-mode-map-alist',
19210 `emulation-mode-map-alists', `special-event-map'.
19211 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
19212 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
19213 Remove processing of special events. Use local key map
19214 `fancy-splash-keymap'. Set buffer to read-only.
19215 (normal-splash-screen): Rename input arg from `hide-on-input' to
19216 `static' and reverse the condition of its usage.
19217 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
19218 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
19219 Add links to existing items. Add new items with links for useful
19220 tasks. Use local key map `fancy-splash-keymap'.
19221 (display-splash-screen): Rename input arg from `hide-on-input' to
19222 `static'.
19223 (about-emacs): Add alias to display-splash-screen.
19224 (command-line-1): Use `initial-buffer-choice'.
19225
19226 * menu-bar.el (menu-bar-help-menu):
19227 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
19228 item to about-emacs instead of display-splash-screen.
19229
19230 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
19231
19232 * calc/calc-units.el (math-standard-units): Update values.
19233 Put in exact, rational values when possible.
19234 (math-unit-prefixes): Replace floats with powers of ten.
19235 (math-standard-units-systems): Replace floats with integers.
19236 (math-make-unit-string): Remove extra spaces in output.
19237
19238 2007-08-15 Glenn Morris <rgm@gnu.org>
19239
19240 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
19241 sloppier, for the sake of GNU Mailman.
19242 (rmail-digest-rfc1153): Initialize `result' correctly.
19243
19244 2007-08-15 Michaël Cadilhac <michael@cadilhac.name>
19245
19246 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
19247 in the mail title. Suggested by Reiner Steib.
19248
19249 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
19250
19251 * calc/calc-aent.el (calc-do-quick-calc): Add binary
19252 representation of integers to the list of outputs.
19253
19254 2007-08-14 Glenn Morris <rgm@gnu.org>
19255
19256 * simple.el (bad-packages-alist): New constant.
19257 (bad-package-check): New function. Together, these two add elements
19258 to `after-load-alist' to check for problematic external packages.
19259 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
19260
19261 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
19262
19263 * calc/calc-units.el (math-get-standard-units)
19264 (math-get-units, math-make-unit-string)
19265 (math-get-default-units, math-put-default-units): New functions.
19266 (math-default-units-table): New variable.
19267 (calc-convert-units, calc-convert-temperature): Add machinery
19268 to supply default values.
19269
19270 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
19271
19272 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
19273 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
19274 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
19275 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
19276
19277 * emulation/tpu-extras.el: Remove spurious * in docstrings.
19278 Put its autoloads into tpu-edt.el rather than loaddefs.el.
19279 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
19280 Make into a proper minor-mode.
19281 (tpu-backward-char, tpu-next-line, tpu-previous-line)
19282 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
19283 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
19284 (tpu-set-cursor-free, tpu-set-cursor-bound):
19285 Delegate to tpu-cursor-free-mode.
19286 (tpu-next-line, tpu-previous-line, tpu-forward-line)
19287 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
19288 Use line-move or forward-line instead of next-line-internal.
19289
19290 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
19291
19292 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
19293
19294 2007-08-12 Richard Stallman <rms@gnu.org>
19295
19296 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
19297 (cvs-execute-single-file): Use new name split-string-and-unquote.
19298 (cvs-header-msg): Use new name combine-and-quote-strings.
19299
19300 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
19301
19302 * progmodes/gud.el (gud-common-init): Use new name
19303 split-string-and-unquote.
19304
19305 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
19306 in javac regexp.
19307
19308 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
19309 combine-and-quote-strings and split-string-and-unquote.
19310
19311 * subr.el (combine-and-quote-strings): Rename from strings->string.
19312 (split-string-and-unquote): Rename from string->strings.
19313
19314 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
19315
19316 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
19317 to buffer-local settings.
19318
19319 * emacs-lisp/backquote.el (backquote-delay-process): New function.
19320 (backquote-process): Add internal arg `level'. Use the two to
19321 correctly handle nested backquotes.
19322
19323 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
19324
19325 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
19326 (vc-bzr-state-words): Add "kind changed" state word.
19327 (vc-bzr-status): New function. Return Bzr idea of file status,
19328 which is different from VC's.
19329 (vc-bzr-state): Use vc-bzr-status.
19330 (vc-workfile-unchanged-p): Use vc-bzr-status.
19331 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
19332 (vc-dired-state): Process "kind changed" state word.
19333
19334 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
19335
19336 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
19337
19338 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
19339 Move from vc-default-find-file-not-found-hook.
19340
19341 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
19342
19343 * man.el: Remove spurious * in docstrings.
19344 Merge defvars and toplevel setq-defaults.
19345 (Man-highlight-references0): Limit=nil rather than point-max.
19346 (Man-mode-map): Move initialization into the declaration.
19347 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
19348 (Man-view-header-file): Use expand-file-name rather than concat.
19349 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
19350
19351 * man.el (Man-next-section): Make sure we do not move backward.
19352
19353 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
19354
19355 * files.el (auto-mode-alist): Use the purecopied text (duh!).
19356
19357 2007-08-08 Glenn Morris <rgm@gnu.org>
19358
19359 * Replace `iff' in doc-strings and comments.
19360
19361 2007-08-08 Martin Rudalics <rudalics@gmx.at>
19362
19363 * dired.el (dired-pop-to-buffer):
19364 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
19365 * calendar/calendar.el (generate-calendar-window):
19366 * progmodes/compile.el (compilation-set-window-height):
19367 * textmodes/two-column.el (2C-two-columns, 2C-merge):
19368 Use window-full-width-p instead of comparing frame-width and
19369 window-width.
19370
19371 * progmodes/compile.el (compilation-find-buffer): Remove extra
19372 argument in call to compilation-buffer-internal-p.
19373
19374 2007-08-07 Tom Tromey <tromey@redhat.com>
19375
19376 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
19377 Add safe-local-variable property.
19378
19379 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
19380
19381 * image-mode.el (image-toggle-display): Use image-refresh.
19382
19383 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
19384
19385 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
19386 unofficial version.
19387 (vc-bzr-command): Remove redundant setting of process-connection-type.
19388 (vc-bzr-admin-checkout-format-file): Add autoload.
19389 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
19390 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
19391 (vc-bzr-registered): Compare dirstate format tag with known good
19392 value, abort parsing if match fails. Warn user in docstring.
19393 (vc-bzr-workfile-version): Case for different Bzr branch formats.
19394 See bzrlib/branch.py in Bzr sources.
19395 (vc-bzr-diff): First argument FILES may be a string rather than a list.
19396 (vc-bzr-shell-command): Remove in favor of
19397 vc-bzr-command-discarding-stderr.
19398 (vc-bzr-command-discarding-stderr): New function.
19399
19400 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
19401
19402 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
19403 program, and return nil.
19404 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
19405 (vc-bzr-state): Look for path names relative to the repository
19406 root after status keyword.
19407 (vc-bzr-file-name-relative): New function.
19408 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
19409 depend on it.
19410 (vc-bzr-admin-dirname, ...-checkout-format-file)
19411 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
19412 files that we now parse directly for speed.
19413 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
19414 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
19415 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
19416 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
19417 Bzr warnings, so we must discard it.
19418 (vc-bzr-workfile-version): Speedup counting lines from
19419 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
19420 if that file doesn't exist.
19421 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
19422 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
19423 to `vc-directory-exclusion-list'.
19424 (vc-bzr-shell-command): New function.
19425
19426 2007-08-06 Tom Tromey <tromey@redhat.com>
19427
19428 * diff-mode.el (diff-unified->context, diff-reverse-direction)
19429 (diff-fixup-modifs): Typo in docstring.
19430
19431 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
19432
19433 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
19434 count-screen-lines.
19435 (tpu-edt-off): Disable relevant pieces of advice.
19436
19437 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
19438 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
19439 (newline, newline-and-indent, do-auto-fill): Use advice instead of
19440 redefining the function.
19441 (tpu-set-scroll-margins): Activate the pieces of advice.
19442
19443 2007-08-06 Martin Rudalics <rudalics@gmx.at>
19444
19445 * help.el (resize-temp-buffer-window): Use window-full-width-p
19446 instead of comparing frame-width and window-width.
19447
19448 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
19449
19450 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
19451 optional quotes around files in NEED-UPDATE . REMOVED case.
19452
19453 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
19454 (ada-treat-cmd-string): Improve error message.
19455 (ada-do-file-completion): Call `ada-require-project-file', so
19456 project variables are set properly.
19457 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
19458 (ada-gnatfind-buffer-name): New constant.
19459 (ada-find-any-references): Use new constant. Set buffer name
19460 properly in compilation-start. Toggle read-only properly.
19461 (ada-find-in-src-path): Fix spelling error in docstring.
19462
19463 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
19464 by zero error.
19465
19466 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
19467
19468 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
19469
19470 2007-08-12 Richard Stallman <rms@gnu.org>
19471
19472 * progmodes/sh-script.el (sh): Delete group `unix'.
19473
19474 * progmodes/gud.el (gud): Change to group `processes'.
19475
19476 2007-08-11 Glenn Morris <rgm@gnu.org>
19477
19478 * progmodes/compile.el (compilation-buffer-name): Don't check
19479 compilation-arguments. It is superfluous, and the variable isn't
19480 even set when this function is called.
19481
19482 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19483
19484 * term/mac-win.el (mac-ae-reopen-application): New function.
19485 (mac-apple-event-map): Bind "reopen application" Apple event to it.
19486
19487 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
19488
19489 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
19490 take tex-font-script-display into account.
19491 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
19492 cell to a list of 2 elements to simplify the unfontify code.
19493
19494 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19495
19496 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
19497 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
19498 ps-print-color-p is neither nil nor black-white. Reported by Christian
19499 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
19500
19501 2007-08-08 Andreas Schwab <schwab@suse.de>
19502
19503 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
19504 self-insert-command, not self-insert.
19505
19506 2007-08-08 Glenn Morris <rgm@gnu.org>
19507
19508 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
19509 argument optional, for backwards compatibility, and only highlight
19510 args when present. Fix symbol name typo (doc/args).
19511
19512 * help-mode.el (help-make-xrefs): Search for symbol constituents,
19513 rather than just `-'.
19514
19515 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
19516
19517 * calc/calc-units.el (calc-convert-temperature):
19518 Use `/' to create fractions.
19519
19520 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
19521
19522 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
19523 global matching.
19524 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
19525 ERROR-BUFFER more robust. Display output.
19526 (tramp-file-name-handler): Add a connection property when we found
19527 a foreign file name handler. This allows backends like ftp to
19528 profit also from usr/host name completion based on connection
19529 cache.
19530 (tramp-send-command-and-read): Search for trash after the regexp
19531 until eol only. In XEmacs, there is a problem with \n.
19532
19533 * net/tramp-cache.el (top): Read persistent connection history
19534 when cache is empty.
19535
19536 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
19537
19538 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
19539 resulting output.
19540
19541 2007-08-07 Sam Steingold <sds@gnu.org>
19542
19543 * progmodes/compile.el (compilation-start): Pass nil as startfile
19544 to comint-exec.
19545
19546 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
19547
19548 * longlines.el (longlines-decoded): New variable.
19549 (longlines-mode): Avoid encoding or decoding the buffer twice.
19550
19551 2007-08-07 Martin Rudalics <rudalics@gmx.at>
19552
19553 * format.el (format-insert-file): Make sure that at most one undo
19554 entry is recorded for the insertion. Inhibit point-motion and
19555 modification hooks around call to insert-file-contents.
19556
19557 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
19558
19559 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
19560 Select the buffer's window before moving point.
19561
19562 2007-08-07 Richard Stallman <rms@gnu.org>
19563
19564 * term.el (term): Remove parent group `unix'.
19565
19566 * simple.el (default-indent-new-line): New function.
19567 It calls comment-line-break-function if there are comments.
19568 (do-auto-fill): Use that.
19569
19570 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
19571
19572 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
19573 (PC-do-completion): Add "acronym completion" for symbols and
19574 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
19575
19576 2007-08-06 Sam Steingold <sds@gnu.org>
19577
19578 * mouse.el (mouse-buffer-menu): Pass mode-name through
19579 format-mode-line because it may be a list,
19580 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
19581
19582 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
19583
19584 * printing.el (pr-update-menus): Docstring fix.
19585
19586 2007-08-06 Jason Rumney <jasonr@gnu.org>
19587
19588 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
19589
19590 * vc-hooks.el (vc-call): Add doc string.
19591
19592 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
19593
19594 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
19595 process-filter.
19596
19597 2007-08-06 Kenichi Handa <handa@m17n.org>
19598
19599 * international/quail.el: Wrap (require 'help-mode) by
19600 eval-when-compile.
19601 (quail-help-init): New function.
19602 (quail-help): Call quail-help-init.
19603 (quail-store-decode-map-key): Change it to a function.
19604
19605 2007-08-05 Jason Rumney <jasonr@gnu.org>
19606
19607 * vc.el (vc-rollback): Add norevert argument back.
19608 (vc-revert-buffer): Add back as obsolete alias.
19609
19610 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
19611
19612 * term.el: Honor term-default-fg-color and term-default-bg-color
19613 settings when modifying term-current-face.
19614 (term-default-fg-color, term-default-bg-color): Initialize from
19615 default term-current-face.
19616 (term-mode, term-reset-terminal): Set term-current-face with
19617 term-default-fg-color and term-default-bg-color.
19618 (term-handle-colors-array): term-current-face has term-default-fg-color
19619 and term-default-bg-color after reset escape sequence.
19620 (term-handle-colors-array): Set term-current-color with
19621 term-default-fg/bg-color instead of ansi-term-color-vector when the
19622 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
19623
19624 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
19625
19626 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
19627 (math-nlfit-givens): Let bind free variables.
19628
19629 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
19630
19631 * printing.el: Require lpr and ps-print when loading printing package.
19632 Reported by Glenn Morris <rgm@gnu.org>.
19633
19634 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
19635
19636 * files.el (set-auto-mode): Handle also remote files wrt
19637 `auto-mode-alist'.
19638
19639 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
19640
19641 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
19642 curves and plotting.
19643
19644 * calc/calc-nlfit.el: New file.
19645
19646 2007-08-04 Glenn Morris <rgm@gnu.org>
19647
19648 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
19649 zero, not nil, when the library is first loaded. Check for a file
19650 that has been modified on disk.
19651
19652 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
19653 Remove duplicate defvar preventing initialization.
19654 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
19655
19656 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19657
19658 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
19659 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
19660 may match up to 4 lines.
19661 (diff-beginning-of-file-and-junk): Rewrite.
19662
19663 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19664
19665 * printing.el: Evaluate require only during compilation.
19666 (pr-version): New version 6.9.1.
19667 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
19668 (pr-global-menubar): Fix code.
19669
19670 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
19671
19672 * term.el (term-erase-in-display): Fix case when point is not at
19673 the beginning of the line.
19674
19675 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
19676
19677 * calc/calc-ext.el (math-get-value, math-get-sdev)
19678 (math-contains-sdev): New functions.
19679
19680 * calc/calc-graph.el (calc-graph-format-data)
19681 (calc-graph-add-curve): Check for error forms.
19682 (calc-graph-set-styles): Add option for error forms.
19683
19684 2007-08-03 Miles Bader <miles@gnu.org>
19685
19686 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
19687 backend names for new backends to `Git', `Hg', and `Bzr'.
19688 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
19689 not `HG'.
19690 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
19691 name, not `GIT'.
19692 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
19693 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
19694
19695 2007-08-03 Richard Stallman <rms@gnu.org>
19696
19697 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
19698 to update deleted flag.
19699
19700 * cus-edit.el (customize-apropos, customize-apropos-options)
19701 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
19702
19703 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
19704
19705 * startup.el (fancy-splash-head, startup-echo-area-message):
19706 Change message text.
19707
19708 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
19709 All callers use line-move.
19710
19711 * progmodes/compile.el (compilation-find-buffer): Return current
19712 buffer immediately if suitable.
19713 (compile, compilation-buffer-name, compilation-start): Doc fixes.
19714
19715 2007-08-03 Daiki Ueno <ueno@unixuser.org>
19716
19717 * faces.el (face-normalize-spec): New function.
19718 (frame-set-background-mode): Normalize face-spec before calling
19719 face-spec-match-p.
19720
19721 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19722
19723 * server.el (server-window): Add switch-to-buffer-other-frame option.
19724
19725 2007-08-03 Glenn Morris <rgm@gnu.org>
19726
19727 * cus-edit.el (customize-apropos): Make the error message indicate
19728 what kind of thing the user was trying to customize.
19729
19730 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
19731
19732 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
19733 Fix off-by-one error in previous change.
19734
19735 2007-08-03 Drew Adams <drew.adams@oracle.com>
19736
19737 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
19738 Make buffer writable.
19739
19740 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
19741
19742 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
19743 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
19744 Use native Emacs functions, when appropriate.
19745
19746 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
19747 Stefan Monnier <monnier@iro.umontreal.ca>
19748
19749 * vc.el: Document new VC operation `extra-menu'.
19750
19751 * vc-hooks.el (vc-default-extra-menu): New function.
19752
19753 * menu-bar.el (menu-bar-vc-filter): New function.
19754 (menu-bar-tools-menu): Use it as a filter.
19755
19756 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
19757
19758 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
19759
19760 2007-08-01 Glenn Morris <rgm@gnu.org>
19761
19762 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
19763 strings.
19764 (fortran-tab-mode-default): Remove needless autoload.
19765 (fortran-tab-mode-string): Add help-echo and mouse properties, and
19766 mark as risky.
19767 (fortran-line-length): New buffer-local variable, safe if integer.
19768 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
19769 Change from variables to constants.
19770 (fortran-font-lock-syntactic-keywords): Delete as a variable,
19771 replace with a new function definition.
19772 (fortran-mode): Use fortran-line-length, and
19773 fortran-font-lock-syntactic-keywords as a function. Add a
19774 hack-local-variables-hook function.
19775 (fortran-line-length, fortran-hack-local-variables): New functions.
19776 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
19777 Use fortran-line-length rather than 72.
19778 (fortran-window-create-momentarily): Doc fix.
19779
19780 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
19781
19782 * cus-edit.el (custom-group-value-create, custom-goto-parent):
19783 Fix parent groups link.
19784
19785 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
19786
19787 * progmodes/python.el (python-current-defun): Adjust to never fall
19788 into infinite loop.
19789
19790 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
19791
19792 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
19793
19794 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
19795
19796 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
19797 (copyright-fix-years, copyright): Correctly handle the case where
19798 copyright-limit is nil.
19799
19800 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
19801
19802 * progmodes/python.el (run-python): Fix path separator under w32.
19803
19804 2007-07-30 Richard Stallman <rms@gnu.org>
19805
19806 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19807 Treat non-break space as whitespace in Lisp.
19808
19809 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
19810
19811 * vc.el (vc-dired-hook): Use inhibit-read-only.
19812
19813 * progmodes/compile.el (compilation-forget-errors):
19814 Reset compilation-auto-jump-to-next.
19815
19816 2007-07-30 Michael Olson <mwolson@gnu.org>
19817
19818 * cus-edit.el (custom-group-save): Fix void function definition
19819 error. Thanks to Zhang Wei for the report.
19820
19821 * ps-print.el: Check in trivial changes to the autoloads section
19822 caused by the build process. These autoloads really ought to be
19823 placed in a separate file, methinks.
19824
19825 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
19826
19827 * calendar/calendar.el (calendar-mode): Make sure
19828 displayed-(month|year) are set.
19829 (calendar-basic-setup): Display buffer before adjusting window sizes.
19830 (generate-calendar-window): Use inhibit-read-only. Simplify.
19831 Generate buffer and set displayed-month and displayed-year before
19832 calling update-calendar-mode-line.
19833
19834 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
19835
19836 * net/tramp.el:
19837 * net/tramp-uu.el:
19838 * net/trampver.el: Use utf-8 encoding with coding cookie.
19839
19840 * net/tramp-cache.el:
19841 * net/tramp-fish.el:
19842 * net/tramp-ftp.el:
19843 * net/tramp-gw.el:
19844 * net/tramp-smb.el: Remove coding cookie.
19845
19846 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
19847 Flush buffer file-name's file property.
19848 (tramp-handle-file-remote-p): The first parameter is FILENAME.
19849
19850 * net/trampver.el: Update release number.
19851
19852 2007-07-29 Juri Linkov <juri@jurta.org>
19853
19854 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
19855 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
19856 when major-mode is not dired-mode.
19857 (dired-toggle-read-only): New function.
19858 (dired-recursive-deletes): Remove obsolete comments about old
19859 default value.
19860 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
19861
19862 * wdired.el (wdired-exit): New function.
19863 (wdired-mode-map): Bind C-x C-q to wdired-exit.
19864
19865 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
19866
19867 * cus-edit.el (customize-read-group): New fun.
19868 (customize-group-other-window, customize-face-other-window):
19869 Prompt before delegating to customize-(group|face).
19870 Bind pop-up-windows rather than use the other-window argument.
19871 (customize-group, customize-face): Prompt from the interactive spec.
19872 Remove args `prompt-for-group' and `other-window'.
19873
19874 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
19875 (ad-body-forms, ad-advised-interactive-form): Revert this part of
19876 last change.
19877
19878 2007-07-28 Masatake YAMATO <jet@gyve.org>
19879
19880 * vc.el (vc-dired-mode): Add a menu for VC related operation.
19881 Use backend name as the menu label. Suggested by David Kastrup.
19882
19883 2007-07-28 Alan Mackenzie <acm@muc.de>
19884
19885 Fix problem with modes derived from CC Mode:
19886 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
19887 macro to cc-langs.
19888 (c-init-language-vars-for): Remove call to above macro.
19889 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
19890 been moved to here.
19891 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
19892
19893 2007-07-28 Eli Zaretskii <eliz@gnu.org>
19894
19895 * net/trampver.el: Fix the `coding' cookie.
19896
19897 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
19898
19899 * vc-git.el (vc-git-print-log): Support both the old single file
19900 interface and the new one.
19901
19902 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
19903
19904 * bindings.el (mode-line-remote): Use updated %@ construct.
19905
19906 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
19907
19908 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
19909 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
19910 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
19911 (diary-list-bahai-entries, diary-bahai-mark-entries)
19912 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
19913 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
19914 New names to clean up namespace.
19915 (list-bahai-diary-entries, mark-bahai-diary-entries)
19916 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
19917 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
19918 Add compatibility aliases.
19919
19920 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
19921
19922 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
19923 (calendar-scroll-left-three-months)
19924 (calendar-scroll-right-three-months): Clean up namespace.
19925 (scroll-calendar-left, scroll-calendar-right)
19926 (scroll-calendar-left-three-months)
19927 (scroll-calendar-right-three-months): Add compatibility aliases.
19928
19929 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
19930 Behave like mouse-scroll-calendar-* when used from the mouse.
19931
19932 * calendar/cal-menu.el (cal-menu-scroll-menu)
19933 (cal-menu-global-mouse-menu):
19934 * calendar/calendar.el (calendar-mode-map):
19935 Use new calendar-scroll-* names.
19936 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
19937 Remove. Use calendar-scroll-* directly instead.
19938
19939 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
19940
19941 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
19942 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
19943 (ad-make-advised-definition, ad-cache-id-verification-code):
19944 Use commandp and interactive-form instead.
19945
19946 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
19947
19948 * vc-git.el: Relicense to GPLv3 or later.
19949 (vc-directory-exclusion-list, vc-handled-backends): Remove.
19950
19951 * vc-hooks.el (vc-handled-backends): Add GIT.
19952
19953 * vc.el (vc-directory-exclusion-list): Add .git.
19954
19955 2007-07-26 Alexandre Julliard <julliard@winehq.org>
19956
19957 * vc-git.el (vc-git-revision-table)
19958 (vc-git-revision-completion-table): New functions.
19959
19960 2007-07-25 Glenn Morris <rgm@gnu.org>
19961
19962 * Relicense all FSF files to GPLv3 or later.
19963
19964 * COPYING: Switch to GPLv3.
19965
19966 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
19967
19968 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
19969 Replace it with another one which disables undo before calling
19970 erase-buffer and then turns it back on if needed.
19971
19972 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
19973
19974 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
19975
19976 2007-07-24 Glenn Morris <rgm@gnu.org>
19977
19978 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
19979 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
19980 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
19981 (cal-tex-cursor-week, cal-tex-cursor-week2)
19982 (cal-tex-cursor-week-iso, cal-tex-week-hours)
19983 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
19984 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19985 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
19986
19987 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
19988
19989 * calendar/calendar.el (calendar-mode-map): Move initialization
19990 into declaration. Add menu bindings (used to be done in cal-menu).
19991 (calendar-mode): Don't add an activate-menubar-hook.
19992
19993 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
19994 modify calendar-mode-map), use easy-menu, and make sure that C-h k
19995 can be used on the menu entries.
19996 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
19997 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
19998 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
19999 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
20000 (calendar-flatten, cal-menu-update): Remove.
20001 (calendar-mouse-insert-hebrew-diary-entry)
20002 (calendar-mouse-insert-islamic-diary-entry)
20003 (calendar-mouse-insert-bahai-diary-entry):
20004 Remove (fold into cal-menu-diary-menu).
20005 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
20006 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
20007 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
20008 (calendar-mouse-view-diary-entries): Minor simplifications.
20009 (calendar-event-to-date): Use with-current-buffer.
20010
20011 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
20012
20013 * add-log.el (change-log-redate): Remove (not needed anymore and
20014 doesn't appear to work).
20015
20016 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
20017
20018 * frame.el: Use mapc and dolist instead of mapcar where possible.
20019 (close-display-connection): New command.
20020
20021 2007-07-25 Alexandre Julliard <julliard@winehq.org>
20022
20023 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
20024 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
20025
20026 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20027
20028 * ps-print.el (ps-multibyte-buffer): Docstring fix.
20029
20030 * ps-mule.el: Doc fix.
20031 (ps-multibyte-buffer, ps-mule-font-info-database-default)
20032 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
20033
20034 2007-07-25 Glenn Morris <rgm@gnu.org>
20035
20036 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
20037 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
20038 (cal-tex-daily-end, cal-tex-hook)
20039 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
20040 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
20041 (cal-tex-cursor-week-iso, cal-tex-week-hours)
20042 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20043 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
20044 (cal-tex-day-prefix, cal-tex-day-name-format)
20045 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
20046 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
20047 (cal-tex-LaTeX-subst-list): Change from variables to constants.
20048 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
20049 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
20050 etc, rather than \bf.
20051 (cal-tex-mini-calendar): Fix typos in previous change.
20052 (cal-tex-latexify-list): Remove inner let binding.
20053 (cal-tex-end-document, cal-tex-banner): Use multi-line
20054 cal-tex-comment.
20055 (cal-tex-comment): Handle embedded newlines.
20056 (cal-tex-LaTeXify-string): Use substring-no-properties.
20057
20058 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
20059
20060 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20061 Add support for the Maden build tool.
20062
20063 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
20064
20065 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
20066
20067 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
20068
20069 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
20070
20071 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
20072
20073 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
20074 C-x C-q.
20075
20076 * vc-git.el (vc-git-print-log): Fix previous change.
20077
20078 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
20079
20080 * window.el (save-selected-window): Minor optimization.
20081 (bw-adjust-window): If operation failed, try with a smaller delta.
20082 (window-fixed-size-p): New function.
20083 (window-area-factor): New var.
20084 (balance-windows-area): New command.
20085
20086 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
20087 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
20088 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
20089 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
20090 (ps-mule-begin-job): Use dolist.
20091
20092 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
20093
20094 * subr.el (start-file-process-shell-command)
20095 (process-file-shell-command): New defuns.
20096
20097 * progmodes/compile.el (compilation-start):
20098 Apply `start-file-process-shell-command'.
20099
20100 2007-07-24 Alexandre Julliard <julliard@winehq.org>
20101
20102 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
20103
20104 2007-07-24 Alan Mackenzie <acm@muc.de>
20105
20106 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
20107 Initialise byte-compile-unresolved-functions before rather than
20108 after a compilation.
20109 (byte-compile-unresolved-functions): Amplify doc string.
20110
20111 2007-07-24 Glenn Morris <rgm@gnu.org>
20112
20113 * startup.el (normal-splash-screen): Use `emacs-copyright'.
20114
20115 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
20116 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
20117 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
20118 (cal-tex-cursor-week, cal-tex-cursor-week2)
20119 (cal-tex-cursor-week-iso, cal-tex-week-hours)
20120 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20121 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20122 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
20123
20124 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
20125 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
20126 (cal-tex-day-name-format, cal-tex-cal-one-month)
20127 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
20128 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
20129 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
20130 (cal-tex-list-holidays, cal-tex-cursor-year)
20131 (cal-tex-cursor-year-landscape, cal-tex-year)
20132 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
20133 (cal-tex-cursor-month, cal-tex-insert-days)
20134 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
20135 (cal-tex-first-blank-p, cal-tex-cursor-week)
20136 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20137 (cal-tex-week-hours, cal-tex-cursor-week-monday)
20138 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
20139 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
20140 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
20141 (cal-tex-latexify-list, cal-tex-previous-month)
20142 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
20143 modernization, including using dotimes rather than
20144 calendar-for-loop.
20145 (cal-tex-LaTeX-subst-list): Remove `@'.
20146 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
20147 Use \textit and \textbf rather than \em and \it.
20148
20149 * calendar/cal-bahai.el (list-bahai-diary-entries)
20150 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
20151 * calendar/cal-islam.el (list-islamic-diary-entries)
20152 * calendar/calendar.el (generate-calendar, generate-calendar-month)
20153 * calendar/diary-lib.el (diary-list-entries)
20154 (mark-calendar-date-pattern): Use `dotimes' rather than
20155 `calendar-for-loop'.
20156
20157 * calendar/calendar.el (calendar-for-loop): Doc fix.
20158
20159 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
20160
20161 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
20162 underlying file is uptodate.
20163
20164 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
20165
20166 * replace.el (perform-replace): Use isearch-no-upper-case-p.
20167
20168 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
20169
20170 * vc-hooks.el (vc-mode-line-map): New const.
20171 (vc-mode-line): Use it.
20172
20173 2007-07-23 Alexandre Julliard <julliard@winehq.org>
20174
20175 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
20176 (vc-git-unregister): New functions.
20177 (vc-git-find-version): Use the result of ls-files as a parameter
20178 for cat-file.
20179
20180 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
20181
20182 * net/tramp.el (tramp-perl-file-attributes)
20183 (tramp-perl-directory-files-and-attributes)
20184 (tramp-handle-file-attributes-with-stat)
20185 (tramp-handle-directory-files-and-attributes-with-stat)
20186 (tramp-convert-file-attributes): Handle huge file sizes.
20187
20188 2007-07-23 Juri Linkov <juri@jurta.org>
20189
20190 * isearch.el (isearch-message-function): New variable.
20191 (isearch-update, isearch-search): Use it.
20192
20193 * simple.el (goto-history-element): New function created from
20194 next-history-element.
20195 (next-history-element): Most code moved to goto-history-element.
20196 Call goto-history-element with (- minibuffer-history-position n).
20197 (previous-history-element): Call goto-history-element with (+
20198 minibuffer-history-position n).
20199 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
20200 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
20201 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
20202 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
20203 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
20204 (minibuffer-history-isearch-pop-state): New functions.
20205
20206 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
20207
20208 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
20209 Also, if FILE is a list, return non-nil if any of its elements
20210 should stay local. Update docstring.
20211
20212 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
20213
20214 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
20215 change by reverting a small part.
20216
20217 2007-07-23 Richard Stallman <rms@gnu.org>
20218
20219 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
20220
20221 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
20222
20223 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
20224 handling it. Use vc-git-command.
20225 (vc-git-find-version, vc-git-diff-tree): New functions.
20226 (vc-git-revert): Use vc-git-command.
20227 (vc-git--run-command): Delete.
20228
20229 2007-07-23 Alexandre Julliard <julliard@winehq.org>
20230
20231 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
20232
20233 2007-07-20 Kenichi Handa <handa@m17n.org>
20234
20235 * international/utf-8.el (utf-8-post-read-conversion):
20236 Temporarily bind utf-8-compose-scripts to nil while running
20237 *-compose-region functions.
20238
20239 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
20240
20241 * vc-git.el: Update status.
20242 (vc-directory-exclusion-list): Use eval-after-load.
20243
20244 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
20245
20246 * bindings.el (mode-line-remote): New variable.
20247 (help-echo): Add to default values of mode-line-format.
20248
20249 * files.el: Mark mode-line-remote as risky.
20250
20251 2007-07-22 Juri Linkov <juri@jurta.org>
20252
20253 * isearch.el (isearch-edit-string): Save old point and
20254 isearch-other-end to old-point and old-other-end before reading
20255 the search string from minibuffer. After exiting minibuffer set
20256 point to old-other-end if point and the search direction is the
20257 same as before reading the search string.
20258 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
20259 to isearch-other-end. Instead of isearch-search-and-update call
20260 three functions isearch-search, isearch-push-state and isearch-update.
20261
20262 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20263
20264 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
20265 deal with multiple file arguments.
20266 (vc-git-print-log): Deal with multiple file arguments.
20267
20268 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
20269
20270 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
20271 diff-refine-hunk. Adjust users.
20272 (diff-unified-hunk-p, diff-splittable-p): New functions.
20273 (diff-mode-menu): Use it to disable Split when it doesn't work.
20274
20275 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20276
20277 * diff-mode.el (diff-mode-menu): New entries.
20278
20279 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
20280
20281 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
20282 if applicable, so as to save undo-log space.
20283
20284 * diff-mode.el (diff-find-file-name): Add arg `batch'.
20285
20286 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
20287 (diff-file-kill): Use it.
20288 (diff-beginning-of-hunk): Add arg `try-harder' using it.
20289 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
20290 Use it so they find the hunk even when we're in the file header.
20291
20292 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20293
20294 * vc-git.el (vc-git-revision-granularity, vc-git-root)
20295 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
20296 (vc-git-create-repo): New functions.
20297 (vc-git-registered): New autoloaded function definition.
20298 (vc-git-registered): Use vc-git-root.
20299 (vc-git-responsible-p): New defalias.
20300 (vc-git-annotate-extract-revision-at-line): Uncomment.
20301 (vc-git-print-log): Add the file name to the log.
20302 (vc-git-log-view-mode): New derived mode.
20303 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
20304
20305 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
20306
20307 * progmodes/grep.el (grep-compute-defaults): Keep default values.
20308
20309 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
20310
20311 * textmodes/reftex.el (reftex-access-parse-file): Create parse
20312 file in a way that does not interfere with recentf mode.
20313 (reftex-access-parse-file): Do not risk destroying an existing
20314 buffer.
20315
20316 2007-07-22 Alexandre Julliard <julliard@winehq.org>
20317
20318 * vc-git.el: New file.
20319
20320 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
20321
20322 * textmodes/tex-mode.el (tex-font-script-display): Change default.
20323
20324 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20325
20326 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
20327 for branches and new files.
20328
20329 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
20330 local-map handling ...
20331 (vc-mode-line): ... here. Improve handling of help-echo.
20332
20333 * vc.el (mode-line-string): Document help-echo usage.
20334
20335 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
20336
20337 Sync with Tramp 2.1.10.
20338
20339 * net/tramp.el (tramp-get-ls-command): Fix typo.
20340
20341 * net/trampver.el: Update release number.
20342
20343 2007-07-22 Jan Djärv <jan.h.d@swipnet.se>
20344
20345 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
20346
20347 * term/x-win.el (x-handle-no-bitmap-icon): New function.
20348
20349 2007-07-22 Martin Rudalics <rudalics@gmx.at>
20350
20351 * add-log.el (change-log-fill-parenthesized-list): New function.
20352 (change-log-indent): Call change-log-fill-parenthesized-list.
20353 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
20354 Have lines with leading asterisk start a paragraph.
20355
20356 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
20357
20358 * calc/calc-math.el (math-emacs-precision)
20359 (math-largest-emacs-expt, math-smallest-emacs-expt):
20360 New variables.
20361 (math-use-emacs-fn): New function.
20362 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
20363 appropriate.
20364
20365 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
20366
20367 * image-dired.el (image-dired-sane-db-file): New func.
20368 (image-dired-write-tags, image-dired-remove-tag)
20369 (image-dired-list-tags, image-dired-write-comments)
20370 (image-dired-get-comment, image-dired-mark-tagged-files)
20371 (image-dired-create-gallery-lists): Call new func.
20372 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
20373
20374 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
20375
20376 * vc-hg.el (vc-hg-dir-state): Fix loop.
20377 (vc-hg-print-log): Fix expected return value for vc-hg-command.
20378 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
20379 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
20380 (vc-hg-revert): Likewise.
20381 (vc-hg-revision-table, vc-hg-revision-completion-table): New
20382 functions.
20383
20384 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
20385
20386 * add-log.el (change-log-resolve-conflict): Don't lose data if the
20387 merge fails.
20388
20389 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20390
20391 * progmodes/compile.el (compilation-auto-jump-to-first-error):
20392 Add group and version.
20393
20394 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
20395
20396 * add-log.el (add-log-file-name): Use file-relative-name.
20397 (add-change-log-entry): Delay reading
20398 add-log-(full-name|mailing-address) to after we've switched to the
20399 ChangeLog buffer so we get the right value.
20400 (add-change-log-entry, add-log-current-defun, change-log-merge):
20401 Use derived-mode-p rather than checking major-mode directly.
20402
20403 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
20404 name for buffer-file-name if it refers to a directory.
20405
20406 * vc-arch.el (vc-arch-diff): Fix last change.
20407
20408 * progmodes/compile.el (compilation-start): Remember the original
20409 directory in a buffer-local compilation-directory.
20410 (compile): Set the global value of compilation-directory.
20411 (recompile): Use compilation-directory even in the compilation buffer.
20412
20413 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20414
20415 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
20416
20417 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20418
20419 * ps-print.el: Problem with foreground and background color when
20420 printing a buffer with and without faces. Reported by Christian
20421 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
20422 (ps-print-version): New version 6.7.5.
20423 (ps-default-fg): Change default value to nil, so black color is used
20424 when a face does not specify a foreground color.
20425 (ps-default-bg): Change default value to nil, so white color is used
20426 for background color.
20427 (ps-begin-job): Fix code.
20428
20429 2007-07-20 Eli Zaretskii <eliz@gnu.org>
20430
20431 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
20432 in $(INSTALL_DIR)/lisp/ if they already exist.
20433
20434 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
20435
20436 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
20437 in $(INSTALL_DIR)/lisp/ if they already exist.
20438
20439 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
20440
20441 * progmodes/vera-mode.el (vera-re-search-forward)
20442 (vera-re-search-backward): Remove use of store-match-data.
20443 (vera-mode-map): Move initialization into declaration.
20444
20445 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
20446 (flymake-find-buildfile): Use locate-dominating-file.
20447
20448 * vc.el (vc-delistify): Use mapconcat.
20449 (vc-do-command): Minor simplification.
20450 (vc-expand-dirs): Use push.
20451
20452 * vc-mcvs.el (vc-mcvs-create-repo):
20453 * vc-cvs.el (vc-cvs-create-repo): Remove.
20454
20455 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
20456 directory and the root as well.
20457
20458 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20459
20460 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
20461 instead of a file.
20462
20463 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
20464 (vc-hg-registered): Replace if with when.
20465 (vc-hg-state): Deal with nonexistent files and handle removed files.
20466 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
20467 (vc-hg-checkout): Re-enable.
20468 (vc-hg-create-repo): Fix typos.
20469 (vc-hg-print-log): Fix for multiple files.
20470 (vc-hg-workfile-unchanged-p): New function.
20471
20472 * vc.el: Fix typo.
20473 (vc-print-log): Fix call to print-log.
20474 (vc-default-comment-history): Likewise.
20475 (vc-directory-exclusion-list): Add .hg and .bzr.
20476 (vc-diff-internal): Pass a list instead of a file.
20477
20478 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
20479
20480 * vc-bzr.el (vc-bzr-create-repo): New function.
20481
20482 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
20483
20484 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
20485 `file' from which to start the search.
20486
20487 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
20488
20489 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
20490 having a single file argument to having a list of files as the
20491 first argument.
20492
20493 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
20494
20495 * files.el (locate-dominating-file): New function.
20496
20497 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
20498
20499 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
20500 (grep-compute-defaults): Use it.
20501
20502 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
20503
20504 * uniquify.el: Docstring fixes.
20505
20506 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
20507
20508 * vc.el (revision-granularity, create-repo): Document new vc
20509 backend properties.
20510 (vc-rollback): Renamed from vc-cancel-version. Update references.
20511 Pass a list instead of a file.
20512 (vc-revert): Renamed from vc-revert-buffer. Update references.
20513 (vc-delistify, vc-expand-dirs): New functions.
20514 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
20515 of files instead of a single file.
20516 (vc-position-context, vc-resync-window, vc-diff-internal)
20517 (vc-print-log): Pass a list instead of a file.
20518
20519 * vc-hooks.el (vc-stay-local-p, vc-backend)
20520 (vc-backend-subdirectory-name): Work on a file list, not a single
20521 file.
20522 (vc-workfile-version): Update docstring.
20523 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
20524 vc-revert instead of vc-revert-buffer.
20525 (vc-prefix-map): Likewise. Bind vc-update.
20526
20527 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
20528 (vc-svn-wash-log): New functions.
20529 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
20530 (vc-svn-command): Deal with a list of files, not a single file.
20531
20532 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
20533 (vc-rcs-wash-log): New functions.
20534 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
20535 Deal with a list of files, not a single file.
20536 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
20537
20538 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
20539 functions.
20540 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
20541 list of files, not a single file.
20542
20543 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
20544 New functions.
20545 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
20546 (vc-mcvs-diff): Deal with a list of files, not a single file.
20547
20548 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
20549 functions.
20550 (vc-hg-print-log): Deal with a list of files, not a single file.
20551 (vc-hg-diff-tree): New function, replace defalias with the same
20552 name.
20553 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
20554 FILES to denote that it is a file list, not a single file.
20555
20556 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
20557 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
20558 a single file.
20559 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
20560 that it is a file list, not a single file.
20561 (vc-cvs-diff): Likewise. Simplify.
20562
20563 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
20564 Deal with a list of files, not a single file.
20565
20566 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
20567 (vc-bzr-print-log): Update FILE parameter name to denote that it
20568 is a file list, not a single file.
20569 (vc-bzr-diff): Likewise. Use the car of files.
20570
20571 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
20572
20573 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
20574 (follow-delete-other-windows-and-split, follow-recenter)
20575 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
20576 (follow-redisplay, follow-estimate-first-window-start)
20577 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
20578 Fix typos in docstrings.
20579
20580 2007-07-18 Martin Rudalics <rudalics@gmx.at>
20581
20582 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
20583 avoid that filling introduces lines with a single asterisk.
20584
20585 * kmacro.el (kmacro-end-macro): When ignoring empty macro
20586 avoid incorrect kmacro-ring-empty-p messages.
20587 Reported by Michael Schierl <schierlm@gmx.de>.
20588
20589 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
20590
20591 * vc.el: Add more info about the vc-registered function.
20592
20593 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
20594
20595 * files.el (file-remote-p): Introduce optional parameter
20596 IDENTIFICATION.
20597
20598 * recentf.el (recentf-keep-default-predicate): Adapt call of
20599 `file-remote-p'.
20600
20601 * progmodes/grep.el (grep-probe): Use `process-file'.
20602 (grep-compute-defaults): Handle variables host specific.
20603
20604 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
20605 parameter IDENTIFICATION.
20606
20607 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
20608 parameter IDENTIFICATION.
20609 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
20610 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
20611 Add entry for `set-file-times'.
20612 (tramp-do-copy-or-rename-file-via-buffer)
20613 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
20614 (tramp-handle-unhandled-file-name-directory): Rewrite.
20615 (tramp-convert-file-attributes): Add error handling when inode is
20616 extraordinary big.
20617 (tramp-get-inode): Change parameter from FILE to VEC.
20618 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
20619 is nil. This is according to the specification. Goto (point-max)
20620 when ready.
20621 (tramp-handle-shell-command): Rewrite completely, using
20622 `process-file' and `start-file-process'.
20623 (tramp-methods, tramp-find-shell)
20624 (tramp-open-connection-setup-interactive-shell)
20625 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
20626 var. Reported by Steve Youngs <steve@sxemacs.org>.
20627
20628 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
20629 entry for `set-file-times'. Rename `start-process' into
20630 `start-file-process'. Remove `call-process' entry.
20631 (tramp-fish-handle-set-file-times): New defun.
20632 (tramp-fish-handle-executable-find): Use `process-file'.
20633 (tramp-fish-handle-process-file): New defun. Replaces
20634 `tramp-fish-handle-call-process'.
20635 (tramp-fish-do-copy-or-rename-file-directly): Use
20636 `set-file-times'.
20637 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
20638
20639 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
20640 `tramp-get-inode' parameter.
20641
20642 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
20643
20644 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
20645 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
20646 nowadays, and by the time Emacs-23 comes out, nobody will even remember
20647 it has ever existed.
20648
20649 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
20650
20651 * vc.el: Undo previous change.
20652
20653 2007-07-16 Eli Zaretskii <eliz@gnu.org>
20654
20655 * makefile.w32-in (clean): Don't delete *~.
20656
20657 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
20658
20659 * textmodes/tex-mode.el (tex-verbatim-environments):
20660 Add safe-local-variable property.
20661 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
20662 when starting font-lock rather than when loading tex-mode.el.
20663
20664 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
20665 whole $( rather than just the $. Rename from sh-quoted-subshell.
20666 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
20667
20668 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
20669
20670 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
20671 bookmark-alist. Instead, if not sorting, simply return it.
20672 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
20673 for its return value, not for its side effect.
20674
20675 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
20676 case of alignment under a constant symbol, find and consider
20677 the sexp actually at indentation to be the "last sexp".
20678
20679 2007-07-16 Drew Adams <drew.adams@oracle.com>
20680
20681 * mouse.el (mouse-yank-secondary): Better error message if no
20682 secondary selection.
20683
20684 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
20685
20686 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
20687
20688 * term/xterm.el (xterm-turn-on-modify-other-keys)
20689 (xterm-turn-off-modify-other-keys): New functions.
20690 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
20691 terminal supports it.
20692
20693 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
20694
20695 * bookmark.el (bookmark-show-all-annotations):
20696 Make sure each inserted annotation ends with newline.
20697
20698 2007-07-15 Richard Stallman <rms@gnu.org>
20699
20700 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
20701
20702 * tutorial.el (tutorial--find-changed-keys):
20703 Handle C-x specially like ESC.
20704
20705 2007-07-15 Aaron Hawley <aaronh@garden.org>
20706
20707 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
20708
20709 2007-07-15 Juri Linkov <juri@jurta.org>
20710
20711 * delsel.el (delete-selection-pre-hook):
20712 * emulation/cua-base.el (cua-paste): Before a yank command,
20713 check also whether last-command is one of mouse-save-then-kill,
20714 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
20715
20716 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
20717
20718 * recentf.el (recentf-keep-default-predicate): New defun.
20719 (recentf-keep): Use it as initial value.
20720
20721 2007-07-15 Karl Fogel <kfogel@red-bean.com>
20722
20723 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
20724 thus restoring bookmark bindings to three slots under C-x r. See
20725 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
20726
20727 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
20728
20729 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
20730
20731 2007-07-15 Jason Rumney <jasonr@gnu.org>
20732
20733 * w32-fns.el (set-default-process-coding-system): Use dos line ends
20734 for input to cmdproxy on all versions of Windows.
20735 Use dos line ends for input to plink.
20736
20737 * comint.el (comint-simple-send): Concat newline before sending.
20738 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
20739
20740 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
20741
20742 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
20743 safe-local-variable setting.
20744
20745 2007-07-14 David Kastrup <dak@gnu.org>
20746
20747 * emacs-lisp/advice.el (defadvice): Doc fix.
20748
20749 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
20750
20751 * subr.el (when, unless): Doc fix.
20752
20753 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20754
20755 * replace.el (match): Use yellow1 instead of yellow.
20756
20757 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
20758 red.
20759
20760 * pcvs-info.el (cvs-unknown): Likewise.
20761
20762 2007-07-13 Eli Zaretskii <eliz@gnu.org>
20763
20764 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
20765 (install): Use them to copy all *.el files before *.elc.
20766
20767 2007-07-13 Drew Adams <drew.adams@oracle.com>
20768
20769 * bookmark.el (bookmark-jump-other-window): New function.
20770 (bookmark-map): Bind it to "o".
20771
20772 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
20773 and its thread contains discussion about this change.
20774 The original patch was slightly tweaked by Karl Fogel
20775 <kfogel@red-bean.com> before committing.
20776
20777 2007-07-13 Karl Fogel <kfogel@red-bean.com>
20778
20779 * bookmark.el: Shorten some comments to fit within 80 lines.
20780
20781 2007-07-13 Karl Fogel <kfogel@red-bean.com>
20782
20783 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
20784 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
20785 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
20786 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
20787
20788 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
20789
20790 * textmodes/org.el: Bug fixes.
20791 (org-end-of-line): Move to end of line if in headline without tags.
20792
20793 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
20794
20795 * vc-hooks.el: Remove spurious * in docstrings.
20796 (vc-handled-backends): Add BZR.
20797
20798 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
20799
20800 2007-07-12 Davis Herring <herring@lanl.gov>
20801
20802 * desktop.el (desktop-buffer-info, desktop-save):
20803 Use `desktop-dirname' instead of `dirname'.
20804
20805 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
20806
20807 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
20808
20809 * progmodes/python.el (python-which-func-length-limit): New var.
20810 (python-which-func): New function.
20811 (python-current-defun): Add optional `length-limit' and try to fit
20812 computed function name to that length.
20813 (python-mode): Hook `python-which-func' up.
20814
20815 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
20816
20817 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
20818
20819 * comint.el (comint-dynamic-complete-as-filename):
20820 Use read-file-name-completion-ignore-case.
20821
20822 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
20823
20824 * comint.el (comint-dynamic-list-filename-completions):
20825 Use read-file-name-completion-ignore-case.
20826
20827 * vc-cvs.el: Require CL.
20828 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
20829 New functions to provide completion of revision names.
20830
20831 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
20832 (vc-cvs-annotate-first-line-re): New const.
20833 (vc-cvs-annotate-process-filter): New fun.
20834 (vc-cvs-annotate-command): Use them and run the command asynchronously.
20835
20836 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
20837
20838 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
20839 (eldoc-print-current-symbol-info): Adjust for changed helper
20840 function signatures.
20841 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
20842 `eldoc-highlight-function-argument'.
20843 (eldoc-highlight-function-argument): New function.
20844 (eldoc-get-var-docstring): Format documentation with
20845 `font-lock-variable-name-face'.
20846 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
20847 where suited.
20848 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
20849 (eldoc-beginning-of-sexp): Return number of skipped sexps.
20850
20851 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
20852
20853 * progmodes/compile.el (compilation-start): `start-process' must
20854 still be redefined when calling `start-process-shell-command'.
20855
20856 * progmodes/gud.el (gud-file-name): When `default-directory' is a
20857 remote file name, prepend its remote part to the filename.
20858 (gud-common-init): When `default-directory' is a remote file name,
20859 make the filename relative to it.
20860 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
20861
20862 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
20863
20864 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
20865 mouse binding and a tooltip.
20866
20867 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
20868
20869 * menu-bar.el (vc-menu-map): New defalias.
20870
20871 2007-07-10 Richard Stallman <rms@gnu.org>
20872
20873 * emacs-lisp/lisp-mode.el (eval-defun):
20874 Explain special handling of `defface'.
20875
20876 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
20877
20878 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
20879
20880 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
20881
20882 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
20883
20884 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
20885
20886 * vc-arch.el (vc-arch-complete): Remove.
20887 (vc-arch-revision-completion-table): Use complete-with-action.
20888
20889 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
20890 (complete-with-action): New function.
20891 (dynamic-completion-table): Use it.
20892
20893 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
20894
20895 * comint.el (make-comint, make-comint-in-buffer)
20896 (comint-exec-1): Replace `start-process' by `start-file-process'.
20897
20898 * progmodes/compile.el (compilation-start): Revert redefining
20899 `start-process'.
20900
20901 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
20902
20903 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
20904 with EOLs when generating MD5 checksums.
20905
20906 * follow.el: Don't change the global map from the follow-mode-map
20907 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
20908 XEmacs code.
20909 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
20910 since `follow-mode' should be used instead for that.
20911
20912 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
20913 (easy-menu-do-define): Use it.
20914 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
20915
20916 * progmodes/compile.el (compilation-auto-jump-to-first-error)
20917 (compilation-auto-jump-to-next): New vars.
20918 (compilation-auto-jump): New function.
20919 (compilation-error-properties): Use them to jump to first error.
20920 (compilation-start): Set the var if requested.
20921
20922 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
20923 duplicates without also removing entries from other directories.
20924
20925 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
20926
20927 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
20928 Remember span as default.
20929 (org-columns-edit-value): Rename from `org-column-edit'.
20930 (org-columns-display-here-title): Rename from
20931 `org-overlay-columns-title'.
20932 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
20933 (org-columns-get-autowidth-alist): Rename from
20934 `org-get-columns-autowidth-alist'.
20935 (org-columns-display-here): Rename from `org-overlay-columns'.
20936 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
20937 (org-columns-quit): Rename from `org-column-quit'.
20938 (org-columns-show-value): Rename from `org-column-show-value'.
20939 (org-columns-content, org-columns-widen)
20940 (org-columns-next-allowed-value)
20941 (org-columns-edit-allowed, org-columns-store-format)
20942 (org-columns-uncompile-format, org-columns-redo)
20943 (org-columns-edit-attributes, org-delete-property)
20944 (org-set-property, org-columns-update)
20945 (org-columns-compute, org-columns-eval)
20946 (org-columns-not-in-agenda, org-columns-compute-all)
20947 (org-property-next-allowed-value)
20948 (org-columns-compile-format)
20949 (org-fill-paragraph-experimental)
20950 (org-string-to-number, org-property-action)
20951 (org-columns-move-left, org-columns-new)
20952 (org-column-number-to-string)
20953 (org-property-previous-allowed-value)
20954 (org-at-property-p, org-columns-delete)
20955 (org-columns-previous-allowed-value)
20956 (org-columns-move-right, org-columns-narrow)
20957 (org-property-get-allowed-values)
20958 (org-verify-version, org-column-string-to-number)
20959 (org-delete-property-globally): New functions.
20960 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
20961 (org-columns-overlays): Rename from `org-column-overlays'.
20962 (org-columns-map): Rename from `org-column-map'.
20963 (org-columns-current-maxwidths): Rename from
20964 `org-current-columns-maxwidths'.
20965 (org-columns-begin-marker, org-columns-current-fmt-compiled)
20966 (org-previous-header-line-format)
20967 (org-columns-inhibit-recalculation)
20968 (org-columns-top-level-marker): New variables.
20969 (org-columns-default-format): Rename from `org-default-columns-format'.
20970 (org-property-re): New constant.
20971
20972 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
20973
20974 * subr.el (looking-at-p, string-match-p): New functions.
20975
20976 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
20977
20978 * textmodes/tex-mode.el (tex-fontify-script)
20979 (tex-font-script-display): New variables to make display of
20980 superscripts and subscripts customizable.
20981 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
20982
20983 2007-07-09 Richard Stallman <rms@gnu.org>
20984
20985 * isearch.el (isearch-edit-string): Call to isearch-push-state
20986 after the search.
20987
20988 2007-07-09 Jan Djärv <jan.h.d@swipnet.se>
20989
20990 * window.el (fit-window-to-buffer): Remove setting of window-min-height
20991 to 1 as enlarge-window uses the value to resize/shrink windows other
20992 than WINDOW if needed.
20993
20994 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
20995
20996 * cus-start.el (file-coding-system-alist): Fix custom type.
20997
20998 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
20999
21000 * longlines.el (longlines-wrap-region): Avoid marking buffer as
21001 modified.
21002 (longlines-auto-wrap, longlines-window-change-function):
21003 Remove unnecessary calls to set-buffer-modified-p.
21004
21005 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21006
21007 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
21008 (vc-cvs-checkout): Remove last arg now unused; simplify.
21009
21010 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
21011
21012 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
21013
21014 * net/tramp.el:
21015 * net/tramp-ftp.el:
21016 * net/tramp-smb.el:
21017 * net/tramp-uu.el:
21018 * net/trampver.el: Migrate to Tramp 2.1.
21019
21020 * net/tramp-cache.el:
21021 * net/tramp-fish.el:
21022 * net/tramp-gw.el: New Tramp packages.
21023
21024 * net/tramp-util.el:
21025 * net/tramp-vc.el: Removed.
21026
21027 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
21028 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
21029
21030 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
21031
21032 * progmodes/compile.el (compilation-start): Redefine
21033 `start-process' temporarily when `default-directory' is remote.
21034 Remove case of synchronous compilation, this won't happen ever.
21035 (compilation-setup): Make local variable `comint-file-name-prefix'
21036 for remote compilation.
21037
21038 2007-07-08 Martin Rudalics <rudalics@gmx.at>
21039
21040 * novice.el (disabled-command-function): Fit window to buffer to
21041 make last line visible.
21042 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
21043
21044 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
21045 when handling the terminating event.
21046
21047 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
21048
21049 * calc/calc.el (math-read-number-simple): Remove leading 0s.
21050 (math-bignum-digit-length): Change to optimal value.
21051
21052 * calc/calc-bin.el (math-bignum-logb-digit-size)
21053 (math-bignum-digit-power-of-two): Evaluate when compiled.
21054
21055 * calc/calc-comb.el (math-small-factorial-table)
21056 (math-init-random-base, math-prime-test): Remove unnecessary calls
21057 to `math-read-number-simple'.
21058
21059 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
21060 (math-approx-gamma-const): Add docstrings.
21061
21062 * calc/calc-forms.el (math-julian-date-beginning)
21063 (math-julian-date-beginning-int): New constants.
21064 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
21065 Use the new constants.
21066
21067 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
21068
21069 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
21070 Add docstrings.
21071
21072 2007-07-07 Tom Tromey <tromey@redhat.com>
21073
21074 * vc.el (vc-annotate): Jump to line and output message only after the
21075 process is really all done.
21076
21077 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
21078
21079 * vc.el (vc-exec-after): Don't move point from the sentinel.
21080 Forcefully read all the remaining text in the pipe upon process exit.
21081 (vc-annotate-display-autoscale, vc-annotate-lines):
21082 Don't stop at the first unrecognized line.
21083 (vc-annotate-display-select): Run autoscale after the process is done
21084 since it depends on the whole result.
21085
21086 2007-07-07 Eli Zaretskii <eliz@gnu.org>
21087
21088 * term/w32-win.el (menu-bar-open): New function.
21089 Bind <f10> to it.
21090
21091 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
21092
21093 * simple.el (start-file-process): New defun.
21094
21095 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
21096
21097 * files.el (find-file-confirm-nonexistent-file): Rename from
21098 find-file-confirm-inexistent-file. Update users.
21099
21100 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
21101 format of autoload block where the file's time-stamp is replaced by its
21102 MD5 checksum.
21103 (autoload-generate-file-autoloads): Use MD5 checksum instead of
21104 time-stamp for secondary autoloads files.
21105 (update-directory-autoloads): Remove duplicate entries.
21106 Use time-less-p for time-stamps, as done in autoload-find-destination.
21107
21108 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
21109
21110 * calc/calc.el (math-read-number): Replace number by variable.
21111 (math-read-number-simple): Properly parse small integers.
21112
21113 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
21114
21115 * vc.el: Fix doc for the checkout function.
21116
21117 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
21118
21119 * vc-hg.el (vc-hg-root): New function.
21120 (vc-hg-registered): Use it.
21121 (vc-hg-diff-tree): New defalias.
21122 (vc-hg-responsible-p): Likewise.
21123 (vc-hg-checkout): Comment out, not needed.
21124 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
21125 (vc-hg-find-version, vc-hg-next-version): New functions.
21126
21127 2007-07-06 Andreas Schwab <schwab@suse.de>
21128
21129 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
21130 dynamic bindings around the evaluation of the expression.
21131 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
21132
21133 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
21134
21135 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
21136 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
21137 Use run-hooks rather than run-mode-hooks.
21138
21139 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
21140
21141 * calc/calc-comb.el (math-random-digit): Rename to
21142 `math-random-three-digit-number'.
21143 (math-random-digits): Don't depend on representation of integer.
21144
21145 * calc/calc-bin.el (math-bignum-logb-digit-size)
21146 (math-bignum-digit-power-of-two): New constants.
21147 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
21148 (math-not-bignum, math-clip-bignum): Use the constants
21149 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
21150 instead of their values.
21151 (math-clip): Use math-small-integer-size instead of its value.
21152
21153 * calc/calc.el (math-add-bignum): Replace number by constant.
21154
21155 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
21156
21157 * wid-edit.el (widget-documentation-string-value-create):
21158 Insert indentation spaces.
21159
21160 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
21161
21162 * emacs-lisp/byte-opt.el: Revert last change.
21163
21164 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
21165
21166 * vc-hooks.el (vc-handled-backends): Add HG.
21167
21168 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
21169
21170 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21171
21172 * complete.el (PC-do-complete-and-exit): Add support for the new
21173 `confirm-only' confirmation mode.
21174
21175 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
21176
21177 * cus-edit.el (custom-commands): New variable.
21178 (custom-tool-bar-map): New variable. Initialize using
21179 `custom-commands'.
21180 (custom-mode): Use `custom-tool-bar-map'.
21181 (custom-buffer-create-internal): Insert action buttons only if
21182 tool bar is not used. Use `custom-commands'.
21183 (Custom-help, custom-command-apply): New function.
21184 (custom-command-apply, Custom-set, Custom-save)
21185 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
21186 Use `custom-command-apply' instead of duplicating code.
21187 (customize-group-other-window): Call `customize-group' instead of
21188 duplicating code.
21189 (customize-face-other-window): Call `customize-face' instead of
21190 duplicating code.
21191 (customize-group, customize-face): Add optional args for opening
21192 in another window.
21193 (custom-variable-tag): Don't inherit `variable-pitch' face.
21194 (custom-group-tag): Inherit `variable-pitch' face.
21195 (custom-variable-value-create): Set documentation indentation.
21196 (custom-group-value-create): Make group name a link, instead of
21197 using an extra "go to group" button.
21198 (custom-prompt-variable, custom-group-set, custom-group-save)
21199 (custom-group-reset-current, custom-group-reset-saved)
21200 (custom-group-reset-standard): Minor cleanup.
21201
21202 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
21203
21204 * Makefile.in (bootstrap-prepare): When copying from
21205 ldefs-boot.el, make sure loaddefs.el is writeable.
21206
21207 (bootstrap-prepare): Make $(lisp)/ps-print.el
21208 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
21209
21210 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
21211
21212 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
21213 only caller, and delete.
21214 (vc-hg-state): Deal with exceptions and only parse the output on
21215 successful return.
21216 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
21217 caller, and delete.
21218 (vc-hg-workfile-version): Deal with exceptions and only parse the
21219 output on successful return.
21220 (vc-hg-revert): New function.
21221
21222 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
21223
21224 * calculator.el (calculator-expt): Use more cases to determine
21225 the value.
21226
21227 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
21228
21229 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
21230 file names.
21231
21232 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
21233
21234 * calculator.el (calculator-expt, calculator-integer-p):
21235 New functions.
21236 (calculator-fact): Check to see if the factorial will be too
21237 large before computing it.
21238 (calculator-initial-operators): Use `calculator-expt' to
21239 compute "^".
21240 (calculator-mode): Mention that results which are too large
21241 will return inf.
21242 * calc/calc-comb.el (math-small-factorial-table): Replace list
21243 by vector.
21244
21245 2007-07-03 David Kastrup <dak@gnu.org>
21246
21247 * shell.el: On request of the authors, remove their addresses for
21248 the sake of bug reports, and add the developer list address as
21249 maintainer information.
21250
21251 2007-07-03 Richard Stallman <rms@gnu.org>
21252
21253 * files.el (make-directory): Doc fix.
21254 (find-file-confirm-inexistent-file): Make it a defcustom.
21255 Make nil the default.
21256
21257 2007-07-02 Richard Stallman <rms@gnu.org>
21258
21259 * startup.el (command-line): Set buffer-offer-save in *scratch*
21260 and enable auto-save in it.
21261
21262 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
21263
21264 * textmodes/org.el (orgstruct-mode-map): New variable.
21265 (orgstruct-mode): New minor mode.
21266 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
21267 (orgstruct-make-binding, org-context-p, org-get-local-variables)
21268 (org-run-like-in-org-mode): New functions.
21269 (org-cycle-list-bullet): New command.
21270 (org-special-properties, org-property-start-re)
21271 (org-property-end-re): New constants.
21272 (org-with-point-at): New macro.
21273 (org-get-property-block, org-entry-properties, org-entry-get)
21274 (org-entry-delete, org-entry-get-with-inheritance)
21275 (org-entry-put, org-buffer-property-keys): New functions.
21276 (org-insert-property-drawer): New command.
21277 (org-entry-property-inherited-from): New variable.
21278 (org-column): New face.
21279 (org-column-overlays, org-current-columns-fmt)
21280 (org-current-columns-maxwidths, org-column-map): New variables.
21281 (org-column-menu): New menu.
21282 (org-new-column-overlay, org-overlay-columns)
21283 (org-overlay-columns-title, org-remove-column-overlays)
21284 (org-column-show-value, org-column-quit, org-column-edit):
21285 New functions.
21286 (org-columns, org-agenda-columns): New commands.
21287 (org-get-columns-autowidth-alist): New functions.
21288 (org-properties): New customize group.
21289 (org-default-columns-format): New option.
21290 (org-priority): Realign tags after changing priority.
21291 (org-preserve-lc): New macro.
21292 (org-update-checkbox-count): Catch case when there is no headline.
21293 (org-agenda-quit): Remove any column overlays.
21294 (org-beginning-of-item-list): Fixed bug when non-item line is
21295 indented too deep.
21296 (org-cached-props): New variable.
21297 (org-cached-entry-get): New function.
21298 (org-make-tags-matcher): Handle property matches.
21299 (org-table-recalculate): Swap evaluation order: Field formula
21300 first, then column formulas, but don't allow them to overwrite the
21301 field formulas.
21302 (org-table-eval-formula): New argument untouchable.
21303 (org-table-put-field-property): New function.
21304
21305 2007-07-02 Martin Rudalics <rudalics@gmx.at>
21306
21307 * help-mode.el (help-make-xrefs): Skip spaces too when
21308 skipping tabs.
21309
21310 * ffap.el (dired-at-point-prompter): Improve prompt in
21311 list-directory case.
21312
21313 2007-07-01 Richard Stallman <rms@gnu.org>
21314
21315 * files.el (find-file-visit-truename): Fix safe-local-variable value.
21316
21317 2007-07-01 Richard Stallman <rms@gnu.org>
21318
21319 * cus-start.el (max-mini-window-height): Added.
21320
21321 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
21322
21323 * complete.el (partial-completion-mode): Remove advice of
21324 read-file-name-internal.
21325 (PC-do-completion): Rebind minibuffer-completion-table.
21326 (PC-read-file-name-internal): New function doing what
21327 read-file-name-internal advice did.
21328
21329 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
21330
21331 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
21332 property on a few symbols.
21333 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
21334 (byte-optimize-lapcode): Remove bindings that are not referenced
21335 and certainly will not effect through dynamic scoping.
21336
21337 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21338
21339 * files.el (find-file-confirm-inexistent-file): New var.
21340 (find-file, find-file-other-window, find-file-other-frame)
21341 (find-file-read-only, find-file-read-only-other-window)
21342 (find-file-read-only-other-frame): Use it.
21343
21344 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
21345
21346 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
21347
21348 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
21349
21350 * generic-x.el (generic-define-mswindows-modes)
21351 (generic-define-unix-modes, apache-log-generic-mode)
21352 (bat-generic-mode-keymap, java-manifest-generic-mode)
21353 (show-tabs-generic-mode): Fix typos in docstrings.
21354
21355 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
21356
21357 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
21358 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
21359 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
21360 (rcirc-print): Never ignore messages from ourself.
21361
21362 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
21363
21364 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
21365 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
21366
21367 2007-06-28 Jan Djärv <jan.h.d@swipnet.se>
21368
21369 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
21370 replace-regexp-in-string.
21371
21372 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21373
21374 * emacs-lisp/cl.el: Set edebug and indentation before loading
21375 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
21376
21377 2007-06-28 Andreas Schwab <schwab@suse.de>
21378
21379 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
21380 $(lisp)/subdirs.el.
21381
21382 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
21383
21384 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
21385 the speedbar frame if nil; that deletes the current frame or
21386 causes an error if it is the only frame.
21387 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
21388
21389 2007-06-28 Kevin Ryde <user42@zip.com.au>
21390
21391 * textmodes/nroff-mode.el: Groff \# comments.
21392 (nroff-mode-syntax-table): \# comment intro,
21393 plain # as punct per global table.
21394 (nroff-font-lock-keywords): Add # as a single char escape.
21395 (nroff-mode): In comment-start-skip, match \#.
21396
21397 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21398
21399 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
21400 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
21401 point-min == 1.
21402
21403 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
21404
21405 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
21406 Rename and move to...
21407
21408 * subr.el (strings->string, string->strings): ...here.
21409
21410 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
21411 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
21412
21413 * progmodes/gud.el (gud-common-init): Call string->strings instead
21414 of split-string.
21415
21416 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
21417
21418 * dired-aux.el: Remove `dired-call-process'.
21419 (dired-check-process): Call `process-file'.
21420
21421 * wdired.el (wdired-do-perm-changes): Call `process-file'.
21422
21423 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
21424 `ange-ftp-process-file'.
21425
21426 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21427
21428 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
21429
21430 * emacs-lisp/cl-extra.el:
21431 * emacs-lisp/cl-seq.el:
21432 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
21433 Add autoload cookies on all defs autoloaded manually in cl.el.
21434
21435 * emacs-lisp/cl-loaddefs.el: New file.
21436
21437 * textmodes/texinfmt.el (texinfo-raisesections-alist)
21438 (texinfo-lowersections-alist): Merge definition and declaration.
21439 (texinfo-start-of-header, texinfo-end-of-header): Remove.
21440 (texinfo-format-syntax-table): Merge init into declaration.
21441 (texinfo-format-parse-line-args, texinfo-format-parse-args)
21442 (texinfo-format-parse-defun-args, texinfo-format-node)
21443 (texinfo-push-stack, texinfo-multitable-widths)
21444 (texinfo-define-info-enclosure, texinfo-alias)
21445 (texinfo-format-defindex, batch-texinfo-format): Use push.
21446 (texinfo-footnote-number): Remove duplicate declaration.
21447
21448 * ps-print.el: Update with auto-generated autoloads.
21449
21450 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
21451
21452 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
21453
21454 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
21455 relative to current dir for file-local settings.
21456 (autoload-generate-file-autoloads): Add `outfile' arg.
21457 (update-directory-autoloads): Use it to directly call
21458 autoload-generate-file-autoloads instead of going through
21459 update-file-autoloads so we avoid redundant searches and so we can know
21460 the set of buffers changed so we can save them all.
21461
21462 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
21463 rather than throwing `up-to-date'.
21464 (autoload-generate-file-autoloads): Adjust correspondingly.
21465 (update-file-autoloads): Be careful to let-bind
21466 autoload-modified-buffers and adjust to new calling conventions.
21467 (autoload-modified-buffers): Make it a dynamically scoped var.
21468 (update-directory-autoloads): Use file-relative-name instead of
21469 autoload-trim-file-name.
21470 (autoload-insert-section-header): Don't use autoload-trim-file-name
21471 since the file is already relative now.
21472 (autoload-trim-file-name): Remove.
21473
21474 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
21475 (vc-arch-complete, vc-arch--version-completion-table)
21476 (vc-arch-revision-completion-table): New functions to provide
21477 completion of revision names.
21478 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
21479 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
21480 to let the user trim the revlib.
21481
21482 * vc.el: Add new VC operation `revision-completion-table'.
21483 (vc-default-revision-completion-table): New function.
21484 (vc-version-diff, vc-version-other-window): Use it to provide
21485 completion of revision names if the backend provides it.
21486
21487 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
21488
21489 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
21490 of newer .svn/entries.
21491
21492 2007-06-25 David Kastrup <dak@gnu.org>
21493
21494 * calc/calc-poly.el (math-padded-polynomial)
21495 (math-partial-fractions): Add some function comments.
21496
21497 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21498
21499 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
21500 Make `outbuf' optional.
21501 (update-file-autoloads): Use it.
21502
21503 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21504
21505 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
21506 (autoload-find-destination): Keep it uptodate.
21507 (autoload-save-buffers): New fun.
21508 (update-file-autoloads): Use it. Re-add the "up to date" message.
21509
21510 * emacs-lisp/autoload.el: Refactor for upcoming changes.
21511 (autoload-find-destination): New function extracted from
21512 update-file-autoloads.
21513 (update-file-autoloads): Use it.
21514 (autoload-generate-file-autoloads): New function extracted from
21515 generate-file-autoloads. Use file-relative-name. Delay computation of
21516 output-start to the first cookie. Remove done-any, replaced by
21517 output-start.
21518 (generate-file-autoloads): Use it.
21519
21520 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
21521
21522 * calc/calc-comb.el (math-init-random-base, math-prime-test):
21523 Use math-read-number-simple to insert constants.
21524 (math-prime-test): Redo calculation of sum.
21525
21526 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
21527
21528 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
21529 math-scale-bignum-3.
21530 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
21531 math-bignum-digit-size.
21532 (math-isqrt-small): Add another possible initial guess.
21533
21534 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21535
21536 * textmodes/bibtex.el (bibtex-entry-format): New options
21537 `whitespace', `braces', and `string'.
21538 (bibtex-field-braces-alist, bibtex-field-strings-alist)
21539 (bibtex-field-braces-opt, bibtex-field-strings-opt)
21540 (bibtex-cite-matcher-alist): New variables.
21541 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
21542 (bibtex-flash-head): Use blink-matching-delay.
21543 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
21544 (bibtex-format-entry, bibtex-reformat): Handle new options of
21545 bibtex-entry-format.
21546 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
21547 New functions.
21548 (bibtex-complete-internal): Do not display messages while
21549 minibuffer is used. Do not leave around a completions buffer
21550 that is out of date.
21551 (bibtex-copy-summary-as-kill): New optional arg.
21552 (bibtex-font-lock-url): New optional arg no-button.
21553 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
21554 (bibtex-url): Allow multiple URLs per entry.
21555
21556 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
21557
21558 * emacs-lisp/autoload.el (autoload-generated-file): New function.
21559 (update-file-autoloads, update-directory-autoloads): Use it.
21560 (autoload-file-load-name): New function.
21561 (generate-file-autoloads, update-file-autoloads): Use it.
21562 (autoload-find-file): Accept non-absolute argument. Set default-dir.
21563 (generate-file-autoloads): If the autoloaded form is malformed,
21564 indicate the problem with a warning instead of aborting.
21565
21566 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
21567
21568 * simple.el (next-error-recenter): Accept `(4)' as well;
21569 also, specify `integer' instead of `number'.
21570
21571 2007-06-23 Eli Zaretskii <eliz@gnu.org>
21572
21573 * ls-lisp.el (insert-directory): If an invalid regexp error is
21574 thrown, try using FILE as a literal file name, not a wildcard.
21575
21576 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
21577
21578 * ruler-mode.el (ruler-mode): Prevent clobbering the original
21579 `header-line-format' when reentering ruler mode.
21580
21581 2007-06-23 Eli Zaretskii <eliz@gnu.org>
21582
21583 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
21584 FILE exists as a file.
21585
21586 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
21587
21588 * calc/calc.el (math-bignum-digit-length)
21589 (math-bignum-digit-size, math-small-integer-size):
21590 New constants.
21591 (math-normalize, math-bignum-big, math-make-float)
21592 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
21593 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
21594 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
21595 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
21596 (math-quotient, math-div-bignum, math-div-bignum-digit)
21597 (math-div-bignum-part, math-format-bignum-decimal)
21598 (math-read-bignum): Use math-bignum-digit-length,
21599 math-bignum-digit-size and math-small-integer-size.
21600
21601 * calc/calc-ext.el (math-fixnum-big): Use the variable
21602 math-bignum-digit-size.
21603
21604 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
21605
21606 * log-view.el (log-view-mode-menu): New menu.
21607
21608 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
21609
21610 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
21611 differently.
21612
21613 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
21614 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
21615
21616 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
21617
21618 * vc-hg.el (vc-hg-print-log): Insert the file name.
21619 (vc-hg-log-view-mode): Fontify the file name.
21620
21621 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
21622
21623 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
21624 (calcFunc-julian): Fix incorrect number used in calculations.
21625
21626 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
21627
21628 * simple.el (next-error-recenter): New defcustom.
21629 (next-error, next-error-internal): Recenter if specified,
21630 immediately prior to running `next-error-hook'.
21631
21632 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
21633 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
21634
21635 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
21636
21637 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
21638
21639 * calc/calc-comb.el (math-small-factorial-table): New variable.
21640 (calcFunc-fact): Use `math-small-factorial-table'.
21641
21642 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
21643 initial values.
21644 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
21645 New variables to use in caches.
21646
21647 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
21648 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
21649
21650 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
21651 (math-bernoulli-b-cache): Use math-read-number-simple to insert
21652 bignums.
21653
21654 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
21655 New variables to use in caches.
21656
21657 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
21658
21659 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
21660
21661 * vc-hg.el (vc-hg-log-view-mode): New mode.
21662
21663 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
21664
21665 * calc/calc.el (math-read-number-simple): New function.
21666
21667 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21668
21669 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
21670 (vera-font-lock-match-item): Fix doc string.
21671 (vera-in-comment-p): Remove unused function.
21672 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
21673 use `syntax-ppss'.
21674 (vera-forward-syntactic-ws): Fix argument order.
21675 (vera-prepare-search): Use `with-syntax-table'.
21676 (vera-indent-line): Fix doc string.
21677 (vera-electric-tab): Fix doc string.
21678 (vera-expand-abbrev): Define alias instead of using `fset'.
21679 (vera-comment-uncomment-region): Use `comment-start-skip'.
21680
21681 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
21682
21683 * textmodes/org.el (org-export-with-footnotes): New option.
21684 (org-export-as-html): Fix replacement bug for XEmacs.
21685 (org-agenda-default-appointment-duration): New option.
21686
21687 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
21688
21689 * vc-hg.el: Add to do items.
21690 (vc-hg-diff): Add support for comparing different revisions.
21691 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
21692 (vc-hg-annotate-extract-revision-at-line)
21693 (vc-hg-previous-version, vc-hg-checkin): New functions.
21694 (vc-hg-annotate-re): New constant.
21695
21696 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
21697
21698 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
21699
21700 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
21701
21702 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
21703 buffer-local value of log-view-*-re if applicable.
21704
21705 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
21706 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
21707 (vc-bzr-command*): Remove both (incompatible) versions.
21708 (vc-bzr-do-command*): Remove.
21709 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
21710 Remove by folding into its only caller vc-bzr-command.
21711 (vc-bzr-command): Always set the environment, even when ineffective.
21712 (vc-bzr-version): Minor fix up.
21713 (vc-bzr-admin-dirname): New var.
21714 (vc-bzr-bzr-dir): Remove.
21715 (vc-bzr-root-dir): New fun.
21716 (vc-bzr-registered): Use it. Add an autoloaded version.
21717 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
21718 (vc-bzr-view-log-function): Remove.
21719 (vc-bzr-log-view-mode): New major mode to replace it.
21720 (vc-bzr-print-log): Only activate the old hack if needed.
21721
21722 * vc.el (vc-default-log-view-mode): New function.
21723 (vc-print-log): Add new `log-view-mode' VC operation.
21724
21725 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
21726
21727 * ido.el (ido-find-file-in-dir): Don't signal an error for
21728 empty directories.
21729
21730 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
21731
21732 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
21733 directory where the desktop file was found, as the docstring says.
21734 (desktop-kill): Use `read-directory-name'.
21735
21736 2007-06-20 Alan Mackenzie <acm@muc.de>
21737
21738 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
21739 When removing lines, also remove the \n. Correction of patch of
21740 2007-04-21.
21741
21742 2007-06-20 Martin Rudalics <rudalics@gmx.at>
21743
21744 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
21745 event is not a cons cell. Do not unread drag-mouse-1 events.
21746 Select right window in check whether space was stolen from
21747 window above.
21748
21749 * help-mode.el (help-make-xrefs): Adjust position of new forward
21750 button.
21751
21752 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
21753
21754 * vc-bzr.el (vc-bzr-with-process-environment)
21755 (vc-bzr-std-process-invocation): New macros.
21756 (vc-bzr-command, vc-bzr-command*): Use them.
21757 (vc-bzr-with-c-locale): Remove.
21758 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
21759 (vc-bzr-buffer-nonblank-p): New function.
21760 (vc-bzr-state-words): New const.
21761 (vc-bzr-state): Look for `bzr status' keywords in output.
21762 Display everything else as a warning message to the user.
21763 Fix status report with bzr >= 0.15.
21764
21765 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
21766
21767 * vc-hg.el (vc-hg-global-switches): Simplify.
21768 (vc-hg-state): Handle more states.
21769 (vc-hg-diff): Fix doc-string.
21770 (vc-hg-register): New function.
21771 (vc-hg-checkout): Likewise.
21772
21773 2007-06-20 Reto Zimmermann <reto@gnu.org>
21774
21775 * progmodes/vera-mode.el: New file.
21776
21777 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
21778
21779 * calc/calc.el (calc-multiplication-has-precendence):
21780 New variable.
21781 (math-standard-ops, math-standard-ops-p, math-expr-ops):
21782 New functions.
21783 (math-expr-opers): Define using math-standard-ops rather than
21784 math-standard-opers.
21785 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
21786 equal the function math-standard-ops rather than the variable
21787 math-standard-opers.
21788 (calc-algebraic-entry): Let math-expr-opers equal
21789 math-standard-ops or math-expr-ops, as appropriate.
21790 (math-expr-read-level, math-read-factor): Let math-expr-opers
21791 equal math-expr-ops.
21792 * calc/calc-embed.el (calc-embedded-finish-edit):
21793 Let math-expr-opers equal the function math-standard-ops
21794 rather than the variable math-standard-opers.
21795 * calc/calc-ext.el (math-read-plain-expr)
21796 (math-format-flat-expr-fancy): Let math-expr-opers equal the
21797 function math-standard-ops rather than the variable
21798 math-standard-opers.
21799 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
21800 Let math-expr-opers equal the function math-standard-ops rather
21801 than the variable math-standard-opers.
21802 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
21803 equal the function math-standard-ops rather than the variable
21804 math-standard-opers.
21805 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
21806 equal the function math-standard-ops rather than the variable
21807 math-standard-opers.
21808 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
21809 math-expr-ops.
21810
21811 2007-06-19 Ivan Kanis <apple@kanis.eu>
21812
21813 * vc-hg.el: New file.
21814
21815 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
21816
21817 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
21818 with font-lock-multiline.
21819
21820 2007-06-17 Glenn Morris <rgm@gnu.org>
21821
21822 * lpr.el (lpr-page-header-switches): Move %s to separate element
21823 for correct quoting. Doc fix.
21824
21825 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
21826
21827 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
21828 than setting sgml-xml-mode.
21829 (sgml-mode, html-mode): Set sgml-xml-mode.
21830 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
21831 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
21832 (sgml-electric-tag-pair-before-change-function)
21833 (sgml-electric-tag-pair-flush-overlays): New functions.
21834 (sgml-electric-tag-pair-mode): New minor mode.
21835 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
21836 (sgml-calculate-indent): Use assoc-string.
21837
21838 2007-06-16 Karl Fogel <kfogel@red-bean.com>
21839
21840 * thingatpt.el (thing-at-point-email-regexp): Don't require two
21841 chars before the "@" in an email address. Andreas Roehler noticed
21842 this problem.
21843
21844 2007-06-15 Karl Fogel <kfogel@red-bean.com>
21845
21846 * thingatpt.el: Add support for email addresses (`email').
21847 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
21848 (thing-at-point-email-regexp): New variable.
21849 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
21850 properties on this symbol, with lambda forms for values.
21851
21852 2007-06-15 Masatake YAMATO <jet@gyve.org>
21853
21854 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
21855
21856 * vc.el (vc-dired-hook): Check the backend returned from
21857 `vc-responsible-backend' can really handle `subdir'.
21858
21859 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
21860
21861 * wid-edit.el (widget-add-documentation-string-button):
21862 Fix handling of documentation indent.
21863
21864 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
21865
21866 * mb-depth.el: New file.
21867
21868 2007-06-15 Masatake YAMATO <jet@gyve.org>
21869
21870 * vc.el (vc-dired-mode): Show backend name as part of mode name.
21871
21872 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
21873
21874 * wid-edit.el (widget-default-create): Move ?h handling here...
21875 (widget-default-format-handler): ...from here.
21876 (widget-docstring, widget-add-documentation-string-button): New funs.
21877 (documentation-string): Add :visibility-widget property.
21878 (widget-documentation-string-value-create): Use it.
21879
21880 * cus-edit.el (custom-split-regexp-maybe): Simplify.
21881 (custom-buffer-create-internal): Simplify message.
21882 (custom-variable-tag): Reduce height to normal.
21883 (custom-variable-value-create, custom-face-value-create)
21884 (custom-visibility): New widget.
21885 (custom-visibility): New face.
21886 (custom-group-value-create):
21887 Call widget-add-documentation-string-button, using `custom-visibility'.
21888
21889 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
21890
21891 * emacs-lisp/bytecomp.el (byte-compile-current-group)
21892 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
21893 change. Apparently the "warning even if the group is implicit" is
21894 a feature rather than a bug.
21895
21896 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
21897
21898 * emulation/viper.el (viper-describe-key-ad)
21899 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
21900 Compile them conditionally.
21901 (viper-version): Belated version change.
21902
21903 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
21904
21905 * follow.el (follow-all-followers, follow-generic-filter):
21906 * pcomplete.el (pcomplete-restore-windows):
21907 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
21908 (x-dnd-drop-data):
21909 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
21910 * progmodes/python.el (python-complete-symbol):
21911 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
21912
21913 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
21914
21915 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
21916 around bright and dim regexps. Make sure bright and dim matches
21917 use word anchors. Send text through rcirc-markup functions.
21918 (rcirc-url-regexp): Add single quote character.
21919 (rcirc-connect): Write logs to disk on auto-save-hook.
21920 Make server a non-optional argument.
21921 (rcirc-log-alist): New variable.
21922 (rcirc-log-directory): Make customizable.
21923 (rcirc-log-flag): New customizable variable.
21924 (rcirc-log): New function.
21925 (rcirc-print): Use above function.
21926 (rcirc-log-write): New function.
21927 (rcirc-generate-new-buffer-name): Strip text properties.
21928 (rcirc-switch-to-buffer-function): Remove variable.
21929 (rcirc-last-non-irc-buffer): Remove variable.
21930 (rcirc-non-irc-buffer): Add function.
21931 (rcirc-next-active-buffer): Use above function.
21932 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
21933 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
21934 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
21935 (rcirc-omit-mode): Add minor-mode.
21936 (rcirc-mode-map): Change C-c C-o binding.
21937 (rcirc-mode): Clear mode-line-process. Use a custom
21938 fill-paragraph-function. Set up buffer-invisibility-spec.
21939 (rcirc-response-formats): Remove timestamp code.
21940 (rcirc-omit-responses): Add variable.
21941 (rcirc-print): Don't put the overlay arrow on potentially omitted
21942 lines. Log line to disk. Record activity for private messages
21943 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
21944 (rcirc-jump-to-first-unread-line): Print message if there is no
21945 unread text.
21946 (rcirc-clear-unread): New function.
21947 (rcirc-markup-text-functions): Add variable.
21948 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
21949 (rcirc-debug): Don't mess with window configuration.
21950 (rcirc-send-message): Send message before printing locally.
21951 Add SILENT argument, do not print message if non-nil.
21952 (rcirc-visible-buffers): New function and variable.
21953 (rcirc-window-configuration-change-1): Add function.
21954 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
21955 server buffer.
21956 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
21957 (rcirc-fill-paragraph): Add function.
21958 (rcirc-record-activity, rcirc-window-configuration-change-1):
21959 Only update the activity string if it has actually changed.
21960 (rcirc-update-activity-string): Remove padding characters from the
21961 mode-line string.
21962 (rcirc-disconnect-buffer): New function to be called when a
21963 channel is parted or the user quits.
21964 (rcirc-server-name): Warn when the server-name hasn't been set.
21965 (rcirc-window-configuration-change): Postpone work until
21966 post-command-hook.
21967 (rcirc-window-configuration-change-1): Update mode-line and
21968 overlay arrows here.
21969 (rcirc-authenticate): Fixc hanserv identification.
21970 (rcirc-default-server): Remove variable.
21971 (rcirc): Connect according to rcirc-connections.
21972 (rcirc-connections): Add variable.
21973 (rcirc-startup-channels-alist): Remove variable.
21974 (rcirc-startup-channels): Remove function.
21975
21976 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
21977
21978 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
21979
21980 2007-06-13 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
21981
21982 * term/xterm.el (terminal-init-xterm): Escape parens in character
21983 constants.
21984
21985 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
21986
21987 * progmodes/sh-script.el: Remove unneeded * from docstrings.
21988 Use [:alpha:] and [:alnum:] where applicable.
21989 (sh-quoted-subshell): Rewrite to correctly
21990 handle nested mixes of `...' and $(...).
21991 (sh-apply-quoted-subshell): Remove.
21992 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
21993
21994 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
21995
21996 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
21997
21998 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
21999 previous change.
22000
22001 2007-06-12 Tom Tromey <tromey@redhat.com>
22002
22003 * subr.el (user-emacs-directory): New defconst.
22004 * cmuscheme.el (scheme-start-file):
22005 * shell.el (shell):
22006 * completion.el (save-completions-file-name):
22007 * custom.el (custom-theme-directory):
22008 * term/x-win.el (emacs-session-filename):
22009 * filesets.el (filesets-menu-cache-file):
22010 * thumbs.el (thumbs-thumbsdir):
22011 * server.el (server-auth-dir):
22012 * image-dired.el (image-dired-dir):
22013 (image-dired-db-file):
22014 (image-dired-temp-image-file):
22015 (image-dired-gallery-dir):
22016 (image-dired-temp-rotate-image-file):
22017 * play/gamegrid.el (gamegrid-user-score-file-directory):
22018 * savehist.el (savehist-file):
22019 * tutorial.el (tutorial--saved-dir):
22020 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
22021
22022 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
22023
22024 * scroll-lock.el (scroll-lock-mode): Doc fix.
22025
22026 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
22027
22028 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
22029
22030 * ediff-init.el: Doc strings.
22031
22032 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22033
22034 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
22035 (byte-compile-file): Bind it.
22036 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
22037 group argument is provided implicitly.
22038 (byte-compile-format-warn, byte-compile-from-buffer)
22039 (byte-compile-insert-header): Don't hardcode point-min==1.
22040 (byte-compile-file-form-require): Remove unused var old-load-list.
22041 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
22042
22043 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
22044
22045 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
22046 Display error messages.
22047 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
22048 Get rid of cl.el dependencies.
22049
22050 * emulation/viper-init.el (viper-suppress-input-method-change-message):
22051 New variable.
22052 (viper-activate-input-method-action)
22053 (viper-inactivate-input-method-action):
22054 Use viper-suppress-input-method-change-message.
22055
22056 * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
22057 for C-s, C-r.
22058
22059 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
22060 Use viper-replace-overlay-cursor-color instead of
22061 viper-replace-overlay-cursor-color.
22062 (viper-sit-for-short): Use sit-for with 3 arguments.
22063
22064 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
22065 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
22066 to gud-mode.
22067
22068 * ediff-mult.el (ediff-meta-buffer-brief-message)
22069 (ediff-meta-buffer-verbose-message): New variables.
22070 (ediff-meta-buffer-message): Variable deleted.
22071 (ediff-verbose-help-enabled): New variable.
22072 (ediff-toggle-verbose-help-meta-buffer): New function.
22073 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
22074 message options.
22075
22076 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
22077 (ediff-fixup-patch-map): Improve heuristic.
22078
22079 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22080
22081 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
22082 (log-view-font-lock-keywords): Simplify.
22083 (log-view-current-file, log-view-current-tag): Simplify.
22084
22085 2007-06-12 Sam Steingold <sds@gnu.org>
22086
22087 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
22088
22089 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
22090
22091 * desktop.el (desktop-load-locked-desktop): New option.
22092 (desktop-read): Use it.
22093 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
22094 Use `when'.
22095
22096 2007-06-12 Davis Herring <herring@lanl.gov>
22097
22098 * desktop.el (desktop-save-mode-off): New function.
22099 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
22100 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
22101 (desktop-claim-lock, desktop-release-lock): New functions.
22102 (desktop-kill): Tell `desktop-save' that this is the last save.
22103 Release the lock afterwards.
22104 (desktop-buffer-info): New function.
22105 (desktop-save): Use it. Run `desktop-save-hook' where the doc
22106 says to. Detect conflicts, and manage the lock.
22107 (desktop-read): Detect conflicts. Manage the lock.
22108
22109 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22110
22111 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
22112
22113 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
22114 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
22115 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
22116 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
22117 keysyms rather than byte sequences.
22118 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
22119
22120 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22121
22122 * font-lock.el (font-lock-add-keywords): In case font-lock was only
22123 half-activated, forcefully activate it completely.
22124
22125 2007-06-11 Richard Stallman <rms@gnu.org>
22126
22127 * cus-edit.el (custom-variable-type): Doc fix.
22128
22129 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22130
22131 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
22132 (sh-font-lock-flush-syntax-ppss-cache): New functions.
22133 (sh-font-lock-syntactic-keywords): Use them to distinguish the
22134 different possible cases for \'.
22135
22136 * complete.el (PC-bindings): Don't bind things already bound in the
22137 parent keymap.
22138
22139 * textmodes/bibtex-style.el: New file.
22140
22141 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
22142
22143 * vc-bzr.el: New file.
22144
22145 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22146
22147 * vc-svn.el (vc-svn-program): New var.
22148 (vc-svn-command): Use it.
22149
22150 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
22151
22152 * server.el (server-switch-buffer): Remove redundant check.
22153
22154 2007-06-10 Martin Rudalics <rudalics@gmx.at>
22155
22156 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
22157 Match against file-name-nondirectory.
22158 Fix text on user customization variables.
22159 Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
22160
22161 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
22162
22163 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
22164
22165 2007-06-09 Davis Herring <herring@lanl.gov>
22166
22167 * desktop.el (desktop-minor-mode-table): Doc fix.
22168
22169 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
22170
22171 * textmodes/css-mode.el (css-navigation-syntax-table):
22172 Use set-char-table-range so it also works in the unicode branch.
22173
22174 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
22175
22176 * help-mode.el (help-xref-forward-stack)
22177 (help-xref-stack-forward-item, help-forward-label): New variables.
22178 (help-forward): New button type.
22179 (help-setup-xref): Initialise help-xref-forward-stack.
22180 (help-make-xrefs): Add forward button, if appropriate.
22181 (help-xref-go-back): Push item on forward stack.
22182 (help-xref-go-forward, help-go-forward): New functions.
22183
22184 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
22185
22186 * dired.el (dired-mode-map): Remove spurious separator.
22187
22188 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
22189
22190 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
22191
22192 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22193 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
22194
22195 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
22196
22197 * textmodes/org.el: Version number fixed.
22198
22199 2007-06-07 Glenn Morris <rgm@gnu.org>
22200
22201 * version.el (emacs-copyright): New constant.
22202 * startup.el (fancy-splash-tail): Use emacs-copyright.
22203 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
22204
22205 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
22206 `make-local'.
22207 (byte-compile-warnings-safe-p): Add `make-local'.
22208 (byte-compile-make-variable-buffer-local):
22209 Allow byte-compile-warnings to suppress this warning.
22210
22211 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
22212 format of "menu" description.
22213 (tutorial--find-changed-keys): Describe the specific menu a
22214 command is in.
22215
22216 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
22217 Rewrite compatibility functions to silence byte-compiler.
22218
22219 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
22220
22221 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
22222 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
22223
22224 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
22225
22226 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
22227
22228 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
22229
22230 * progmodes/ebrowse.el (ebrowse-member-table):
22231 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
22232 (org-batch-agenda-csv): Fix typos in docstrings.
22233
22234 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
22235
22236 * pgg.el (pgg-sign-region, pgg-sign):
22237 * ses.el (ses-call-printer):
22238 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
22239 * textmodes/org.el (org-cycle): Fix typos in docstrings.
22240
22241 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
22242
22243 * textmodes/org.el (org-export-region-as-html)
22244 (org-replace-region-by-html, org-number-to-letters)
22245 (org-table-fedit-finish, org-normalize-color)
22246 (org-table-fedit-ref-right, org-date-to-gregorian)
22247 (org-table-fedit-move, org-table-convert-refs-to-rc)
22248 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
22249 (org-write-agenda, org-colgroup-info-to-vline-list)
22250 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
22251 (org-indent-line-function, org-export-as-html-to-buffer)
22252 (org-store-agenda-views, org-update-mode-line)
22253 (org-find-if, org-delete-all)
22254 (org-table-fedit-convert-buffer, org-emphasize)
22255 (org-uniquify, org-table-fedit-lisp-indent)
22256 (org-table-fedit-scroll, org-get-todo-sequence-head)
22257 (org-table-fedit-scroll-down, org-table-fedit-line-down)
22258 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
22259 (org-table-fedit-toggle-coordinates, org-dvipng-color)
22260 (org-table-fedit-line-up, org-table-fedit-ref-down)
22261 (org-table-formula-from-user, org-mode-flyspell-verify)
22262 (org-cycle-show-empty-lines, org-ctrl-c-ret)
22263 (org-table-formula-to-user, org-diary-to-ical-string)
22264 (orgtbl-export, org-table-fedit-post-command)
22265 (org-closed-in-range, org-shiftcontrolright)
22266 (org-table-convert-refs-to-an, org-table-hline-and-move)
22267 (org-table-formula-less-p, org-format-table-ascii)
22268 (org-agenda-get-sexps, org-shift-refpart)
22269 (org-diary-sexp-entry, org-time-string-to-absolute)
22270 (org-table-show-reference, org-letters-to-number)
22271 (org-fix-agenda-info, org-table-fedit-ref-up)
22272 (org-table-fedit-shift-reference, org-table-fedit-abort)
22273 (org-closest-date, org-shiftcontrolleft)
22274 (org-at-heading-or-item-p, org-rematch-and-replace)
22275 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
22276 New functions.
22277 (org-table-edit-scroll-down, org-finish-edit-formulas)
22278 (org-table-edit-next-field, org-abort-edit-formulas)
22279 (org-font-lock-level, org-export-find-first-heading-line)
22280 (org-table-edit-line-down, org-table-edit-backward-field)
22281 (org-edit-formula-lisp-indent, org-table-edit-move)
22282 (org-check-log-option, org-this-word)
22283 (org-table-edit-line-up, org-table-edit-formulas-post-command)
22284 (org-agenda-file-to-end, org-expand-file-name)
22285 (org-fake-empty-table-line, org-table-edit-scroll)
22286 (org-toggle-log-option, org-show-reference): Function removed.
22287 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
22288 New defsubsts.
22289 (org-unmodified, org-batch-store-agenda-views)
22290 (org-batch-agenda-csv): New macro.
22291 (org-agenda-export): New customization group.
22292 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
22293 (org-highest-priority, org-agenda-exporter-settings)
22294 (org-log-done-with-time, org-replace-disputed-keys)
22295 (org-format-latex-header, org-export-table-header-tags)
22296 (org-cycle-separator-lines, org-export-table-data-tags)
22297 (org-icalendar-include-sexps)
22298 (org-empty-line-terminates-plain-lists)
22299 (org-log-repeat, org-special-ctrl-a)
22300 (org-table-use-standard-references, org-disputed-keys)
22301 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
22302 (org-agenda-export-html-style): New option.
22303 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
22304 (org-CUA-compatible): Option removed.
22305 (org-agenda-structure, org-sexp-date): New face.
22306 (org-todo-keywords-for-agenda, org-not-done-keywords)
22307 (org-planning-or-clock-line-re, org-agenda-name)
22308 (org-table-colgroup-info, org-todo-sets)
22309 (constants-unit-system, org-clock-mode-line-entry)
22310 (org-mode-line-timer, org-table-current-begin-pos)
22311 (org-todo-keywords-1, org-mode-line-string)
22312 (org-table-clean-did-remove-column, org-table-fedit-map)
22313 (org-clock-heading, org-table-buffer-is-an)
22314 (org-agenda-info, org-done-keywords)
22315 (org-done-keywords-for-agenda, org-todo-heads)
22316 (org-todo-kwd-alist, org-clock-start-time): New variable.
22317 (org-todo-kwd-priority-p, org-edit-formulas-map)
22318 (org-repeat-re, org-todo-kwd-max-priority)
22319 (org-version, org-done-string)
22320 (org-table-clean-did-remove-column-1, org-disputed-keys):
22321 Remove variables.
22322 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
22323 (org-ts-lengths): Constant removed.
22324 (org-follow-gnus-link): Don't ask how many articles to read.
22325 (org-export-find-first-export-line): Rename from
22326 `org-export-find-first-heading'.
22327 Use `org-export-skip-text-before-1st-heading'.
22328 (org-table-fedit-post-command): Rename from
22329 `org-table-edit-formulas-post-command'.
22330 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
22331 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
22332 (org-table-fedit-lisp-indent): Rename from
22333 `org-edit-formula-lisp-indent'.
22334 (org-table-show-reference): Rename from `org-show-reference'.
22335 (org-table-store-formulas): Use `org-table-formula-less-p'.
22336 (org-table-edit-formulas): Position cursor to current field equation.
22337 (org-update-checkbox-count, org-hide-archived-subtrees)
22338 (org-timestamp-up-day, org-timestamp-down-day)
22339 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
22340 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
22341 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
22342 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
22343 Let `org-on-heading-p' also check for invisible heading.
22344 (org-read-date): Match am/pm times.
22345 (org-eval-in-calendar): Fix default date in prompt.
22346
22347 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
22348
22349 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
22350 "ChangeLog.a" entries, giving the latter lower priority.
22351
22352 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
22353
22354 * faces.el (face-id): If the argument is a face alias,
22355 return the ID of the target face.
22356
22357 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
22358
22359 * net/socks.el (top): Remove unnecessary copyright line.
22360
22361 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
22362
22363 * longlines.el (longlines-auto-wrap): Handle argument correctly.
22364
22365 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
22366
22367 * net/socks.el: New file, taken from w3 repository.
22368 (top): Update Copyright. Don't load cl.el.
22369 (all): Replace `case' by `cond', `string-to-int' by
22370 `string-to-number', and `process-kill-without-query' by
22371 `set-process-query-on-exit-flag'.
22372 (socks-char-int): Remove defalias and all occurrences.
22373
22374 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
22375
22376 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
22377 Fix typos in docstrings.
22378 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
22379 (compilation-finish-function): Fix typo in obsolescence declaration.
22380
22381 2007-06-03 Sam Steingold <sds@gnu.org>
22382
22383 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
22384 handle unending automatic recompilation of changed files (`omake -P').
22385 (compilation-loop): VISITED is now 5th CDR.
22386 (compilation-next-error-function): Set TIMESTAMP.
22387
22388 2007-06-03 Sam Steingold <sds@gnu.org>
22389
22390 * files.el (kill-buffer-ask): New function.
22391 (kill-some-buffers): Use it.
22392 (kill-matching-buffers): New user command.
22393
22394 2007-06-01 David Kastrup <dak@gnu.org>
22395
22396 * dired.el (dired-recursive-deletes, dired-recursive-copies):
22397 Change default to `top'.
22398
22399 2007-05-31 Richard Stallman <rms@gnu.org>
22400
22401 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
22402
22403 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22404
22405 * textmodes/css-mode.el: New file.
22406
22407 2007-05-30 Michael Olson <mwolson@gnu.org>
22408
22409 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
22410 died and we are trying to send a signal to it. The program using
22411 tq.el should periodically check to see whether the process has
22412 died and react appropriately -- this is not the responsibility of
22413 tq.el, and is consistent with the rest of the tq.el source code.
22414
22415 2007-05-29 Martin Rudalics <rudalics@gmx.at>
22416
22417 * textmodes/table.el (table--point-entered-cell-function)
22418 (table--point-left-cell-function):
22419 Bind `inhibit-point-motion-hooks' to t.
22420
22421 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
22422
22423 * emacs-lisp/rx.el (rx): Doc fix.
22424
22425 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
22426
22427 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
22428
22429 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
22430
22431 Sync with Tramp 2.0.56.
22432
22433 * net/tramp.el:
22434 * net/tramp-ftp.el:
22435 * net/tramp-smb.el:
22436 * net/tramp-util.el:
22437 * net/tramp-vc.el:
22438 Don't load cl.el, because that pollutes the namespace. Replace cl
22439 macros by their implementations where necessary. Requested by
22440 Richard Stallman <rms@gnu.org>.
22441
22442 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
22443 doesn't exist.
22444 (with-parsed-tramp-file-name): Protect debug spec during compilation.
22445 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
22446 (tramp-file-name-p, tramp-file-name-multi-method)
22447 (tramp-file-name-method, tramp-file-name-user)
22448 (tramp-file-name-host, tramp-file-name-localname): New defuns,
22449 replacing defstruct `tramp-file-name'.
22450 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
22451 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
22452 Apply `vector' instead of `make-tramp-file-name'.
22453 (tramp-handle-make-auto-save-file-name):
22454 Apply `tramp-temporary-file-directory' for compatibility reasons.
22455 (tramp-completion-mode): Use `natnump' instead of `wholenump'
22456 because of XEmacs.
22457 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
22458 started.
22459
22460 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
22461
22462 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
22463
22464 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
22465
22466 * log-edit.el (log-edit-changelog-paragraph): Return point-max
22467 as the end of the ChangeLog paragraph when it ends without a line
22468 termination.
22469
22470 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
22471
22472 * net/webjump.el (webjump-sample-sites):
22473 Add simple Wikipedia query.
22474
22475 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
22476
22477 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
22478 compatibility code.
22479
22480 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
22481 (copyright-update-year): Use it.
22482
22483 * edmacro.el (edmacro-format-keys): Use current-active-maps.
22484
22485 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
22486 Add indentation and debugging info. Fix up comment convention.
22487
22488 * cus-dep.el (custom-make-dependencies): Simplify.
22489
22490 * composite.el (compose-region, decompose-region):
22491 Use inhibit-read-only and restore-buffer-modified-p.
22492
22493 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
22494 (xterm-mouse-event): Use it.
22495
22496 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
22497
22498 * bs.el (bs-cycle-previous): Don't modify the cycle list until
22499 `switch-to-buffer' has returned succesfully.
22500 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
22501 window is dedicated (it could iconify the frame).
22502
22503 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
22504
22505 * vc-hooks.el (vc-find-root): Fix file attribute test.
22506
22507 2007-05-24 Richard Stallman <rms@gnu.org>
22508
22509 * textmodes/flyspell.el (flyspell-correct-word-before-point):
22510 Don't let opoint be nil.
22511 (flyspell-emacs-popup): Explicit error if no dialogs.
22512
22513 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
22514
22515 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
22516 (image-next-line, image-previous-line, image-scroll-up)
22517 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
22518 New functions.
22519 (image-mode-map): Remap motion commands.
22520 (image-mode-text-map): New keymap for viewing images as text.
22521 (image-mode): Use image-mode-map.
22522 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
22523
22524 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
22525
22526 * textmodes/fill.el (canonically-space-region): Make the second arg
22527 a marker if it's not already the case.
22528
22529 2007-05-23 Eli Zaretskii <eliz@gnu.org>
22530
22531 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
22532 (tar-get-descriptor): Handle type 55, an extended pax header.
22533
22534 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
22535
22536 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
22537 to confuse outline-minor-mode.
22538
22539 2007-05-23 Eli Zaretskii <eliz@gnu.org>
22540
22541 * tar-mode.el (tar-file-name-handler): New function.
22542 (tar-extract): Bind file-name-handler-alist to it to force
22543 find-buffer-file-type-coding-system behave as if the file being
22544 extracted existed. Use last-coding-system-used to force
22545 buffer-file-coding-system to what decode-coding-region actually
22546 used to decode the file.
22547
22548 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
22549
22550 * progmodes/compile.el (compilation-handle-exit):
22551 `compilation-finish-function' may change the current buffer.
22552
22553 2007-05-22 Richard Stallman <rms@gnu.org>
22554
22555 * files.el (set-auto-mode): Doc fix.
22556
22557 2007-05-22 Jan Djärv <jan.h.d@swipnet.se>
22558
22559 * help-fns.el (find-source-lisp-file): New function.
22560 (describe-function-1): Use find-source-lisp-file to find source
22561 file in compile tree.
22562
22563 2007-05-22 Eli Zaretskii <eliz@gnu.org>
22564
22565 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
22566
22567 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
22568
22569 * emacs-lisp/easy-mmode.el (define-minor-mode)
22570 (easy-mmode-define-navigation): Fix typos in docstrings.
22571
22572 2007-05-22 Glenn Morris <rgm@gnu.org>
22573
22574 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
22575
22576 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
22577
22578 * mail/mail-extr.el (mail-extract-address-components):
22579 Recognize non-ASCII characters except for NBSP as words.
22580
22581 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
22582
22583 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
22584 (rcirc-print): Handle `window-width'.
22585 (rcirc-buffer-maximum-lines): Doc fix.
22586
22587 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
22588
22589 * image-mode.el (image-toggle-display): Don't clear image cache.
22590 Only use filename in image spec if the file is readable.
22591 Call image-refresh.
22592
22593 * image.el (image-type-from-file-name, image-type): Simplify.
22594 (image-type-auto-detected-p): Don't scan auto-mode-alist.
22595
22596 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
22597 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
22598
22599 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22600
22601 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
22602 is an error.
22603
22604 * term/linux.el (terminal-init-linux): Don't signal an error
22605 if gpm isn't running.
22606
22607 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22608
22609 * t-mouse.el: Reduce to a minor-mode macro call.
22610 (t-mouse-mode): Remove the lighter.
22611
22612 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
22613
22614 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
22615
22616 * files.el (auto-mode-alist): Change the regexp so that
22617 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
22618
22619 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
22620
22621 * Version 22.1 released.
22622
22623 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
22624
22625 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
22626 changes.
22627
22628 2007-05-19 Kevin Ryde <user42@zip.com.au>
22629
22630 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
22631
22632 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
22633
22634 * textmodes/sgml-mode.el: Revert last change.
22635
22636 2007-05-18 Richard Stallman <rms@gnu.org>
22637
22638 * simple.el (push-mark): Doc fix.
22639
22640 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
22641
22642 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
22643 tpu-global-map.
22644 (tpu-original-global-map): Variable deleted.
22645 (tpu-control-keys-map): New keymap variable.
22646 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
22647 setting keymapping directly.
22648 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
22649 tpu-global-map.
22650 (tpu-edt-on): Activate the tpu-global-map.
22651 (tpu-edt-off): Deactivate the tpu-global-map.
22652
22653 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
22654
22655 * textmodes/ispell.el (ispell-get-word): Return markers
22656 for start and end positions.
22657 (ispell-word): Assume END is a marker.
22658
22659 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
22660
22661 * textmodes/sgml-mode.el (sgml-tag):
22662 Fix bug: Call sgml-transformation-function.
22663
22664 2007-05-17 Martin Rudalics <rudalics@gmx.at>
22665
22666 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
22667 modified flag of buffer. Use `inhibit-modification-hooks'.
22668
22669 2007-05-16 Richard Stallman <rms@gnu.org>
22670
22671 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
22672
22673 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
22674
22675 * files.el (magic-mode-alist, magic-fallback-mode-alist):
22676 Move the *ml, Postscript, and XmCD entries to the fallback part.
22677
22678 * files.el (magic-fallback-mode-alist):
22679 Rename from file-start-mode-alist.
22680
22681 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
22682
22683 * progmodes/compile.el (compilation-handle-exit): Quote first
22684 argument of `run-hook-with-args'.
22685
22686 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
22687
22688 * buff-menu.el (Buffer-menu-sort-column):
22689 * dabbrev.el (dabbrev-upcase-means-case-search):
22690 * dired.el (dired-recursive-deletes, dired-recursive-copies):
22691 * info.el (Info-current-subfile):
22692 * ls-lisp.el (ls-lisp-verbosity):
22693 * msb.el (msb-menu-cond):
22694 * pcvs.el (cvs-dired-use-hook):
22695 * simple.el (set-mark-command-repeat-pop):
22696 * time.el (display-time-24hr-format, display-time-mail-file):
22697 Doc fixes.
22698
22699 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
22700 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
22701
22702 * view.el (view-inhibit-help-message): Fix typo in docstring.
22703 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
22704
22705 2007-05-16 Martin Rudalics <rudalics@gmx.at>
22706
22707 * textmodes/ispell.el (ispell-start-process): Defend against bad
22708 default-directory.
22709
22710 2007-05-14 Eli Zaretskii <eliz@gnu.org>
22711
22712 * mail/rmail.el (rmail-convert-to-babyl-format): Check
22713 content-transfer-encoding _last_, because it's its position that
22714 we need as value of base64-header-field-end.
22715
22716 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
22717
22718 * files.el (mode-require-final-newline, require-final-newline)
22719 (enable-local-variables, enable-local-eval): Doc fixes.
22720
22721 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22722
22723 * ps-print.el: Use default color when foreground or background color
22724 are unspecified. Reported by Leo <sdl.web@gmail.com>.
22725 (ps-print-version): New version 6.7.4.
22726 (ps-rgb-color): New argument. Use default color when color is
22727 unspecified.
22728 (ps-begin-job): Fix code.
22729
22730 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
22731
22732 * longlines.el (longlines-mode): Make longlines-auto-wrap
22733 buffer-local. Add hooks unconditionally.
22734 (longlines-auto-wrap): Toggle wrapping.
22735 (longlines-after-change-function)
22736 (longlines-post-command-function): Check longlines-auto-wrap.
22737
22738 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
22739
22740 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
22741 (xterm-mouse-translate): Use it.
22742
22743 2007-05-10 Richard Stallman <rms@gnu.org>
22744
22745 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
22746 (iso-cvt-write-only): Likewise.
22747
22748 * emacs-lisp/easy-mmode.el (define-minor-mode):
22749 Fix generated doc string.
22750
22751 * startup.el (fancy-splash-text): Add URL of guided tour.
22752 Adjust horizontal and vertical whitespace.
22753
22754 * progmodes/compile.el (compilation-handle-exit):
22755 Use run-hook-with-args to run compilation-finish-functions.
22756
22757 * files.el (file-start-mode-alist): New variable.
22758 (magic-mode-regexp-match-limit): Doc fix.
22759 (set-auto-mode): Handle file-start-mode-alist.
22760 A little cleanup of structure.
22761
22762 * dabbrev.el (dabbrev-eliminate-newlines):
22763 Renamed from dabbrev--eliminate-newlines. All uses changed.
22764
22765 2007-05-10 Michaël Cadilhac <michael@cadilhac.name>
22766
22767 * man.el (Man-next-section): Don't consider the last line of the page
22768 as being part of any section.
22769
22770 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
22771
22772 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
22773 can take any number of values.
22774
22775 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
22776
22777 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
22778 to the list of citation commands.
22779
22780 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
22781
22782 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
22783
22784 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
22785
22786 * progmodes/python.el (python-font-lock-keywords)
22787 (python-open-block-statement-p, python-mode): Add support for the new
22788 "with" keyword.
22789
22790 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
22791
22792 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
22793 the exact opposite of diff-goto-source.
22794
22795 * emacs-lisp/advice.el (ad-special-forms): Remove.
22796 (ad-special-form-p): Use subr-arity.
22797
22798 * newcomment.el (comment-search-forward): Make sure we search forward.
22799 (comment-enter-backward): Try and distinguish the non-matching case at
22800 EOB from the non-matching case with a missing comment-end-skip for
22801 a 2-char comment ender.
22802 (comment-choose-indent): New function extracted from comment-indent.
22803 Improve the alignment algorithm.
22804 (comment-indent): Use it.
22805
22806 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
22807 XML style Processing Instructions.
22808 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
22809 (sgml-calculate-indent): Handle `pi' context.
22810
22811 * vc.el: Ensure that update-changelog issues an error when used with
22812 a backend that does not implement it.
22813 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
22814 Remove `backend' argument. Use expand-file-name.
22815 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
22816
22817 * progmodes/python.el (python-end-of-block): Revert last change.
22818 (python-end-of-statement): Make sure we move *forward*.
22819
22820 2007-05-08 Richard Stallman <rms@gnu.org>
22821
22822 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22823 Don't include non-self-insert commands in the exception for `-'.
22824
22825 2007-05-08 David Reitter <david.reitter@gmail.com>
22826
22827 * progmodes/python.el (python-guess-indent): Check non-nullness
22828 before comparing indent against the 2..8 interval.
22829
22830 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22831
22832 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
22833 available.
22834
22835 2007-05-06 Richard Stallman <rms@gnu.org>
22836
22837 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
22838
22839 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22840
22841 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
22842 rather than storing their value in the revert-buffer function.
22843
22844 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
22845
22846 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
22847 when disabling t-mouse-mode.
22848
22849 2007-05-01 Davis Herring <herring@lanl.gov>
22850
22851 * calendar/timeclock.el: Update version number.
22852 (timeclock-modeline-display): Mention timeclock-use-display-time
22853 in explanatory message.
22854 (timeclock-in): Fix non-interactive workday specifications.
22855 (timeclock-log): Don't kill the log buffer if it already existed.
22856 Suppress warnings when finding the log. Don't check for a nil
22857 project twice. Run hooks after killing the buffer (if applicable).
22858 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
22859 was geometric). All uses changed.
22860 (timeclock-generate-report): Support prefix argument.
22861
22862 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
22863
22864 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
22865 disconnections.
22866
22867 2007-05-01 Romain Francoise <romain@orebokech.com>
22868
22869 * dired-x.el: Revert 2007-04-06 change.
22870
22871 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
22872
22873 * find-dired.el (find-dired-filter): Propertize all text down to eob.
22874
22875 2007-04-29 Richard Stallman <rms@gnu.org>
22876
22877 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
22878
22879 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22880
22881 * progmodes/cc-mode.el (c-before-change): Use point-min rather
22882 than 1.
22883
22884 2007-04-28 Richard Stallman <rms@gnu.org>
22885
22886 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
22887
22888 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
22889
22890 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
22891 don't put stop on toolbar.
22892
22893 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22894
22895 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
22896
22897 2007-04-28 Eli Zaretskii <eliz@gnu.org>
22898
22899 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
22900 instead of $(lisp)/mh-e.
22901
22902 2007-04-28 Glenn Morris <rgm@gnu.org>
22903
22904 * image-dired.el (image-dired-cmd-create-thumbnail-options)
22905 (image-dired-cmd-create-temp-image-options): Replace option
22906 +profile "*" with -strip.
22907
22908 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
22909
22910 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
22911 Use window-start and window-end.
22912
22913 2007-04-27 Andreas Schwab <schwab@suse.de>
22914
22915 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
22916
22917 2007-04-27 Eli Zaretskii <eliz@gnu.org>
22918
22919 * textmodes/fill.el (fill-paragraph): Doc fix.
22920
22921 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
22922
22923 * locate.el (locate-in-alternate-database): Doc fix.
22924
22925 2007-04-26 Glenn Morris <rgm@gnu.org>
22926
22927 * button.el (button): Use underline if supported, else fall back
22928 to color.
22929
22930 * version.el (emacs-version): Increase to 22.1.50.
22931
22932 2007-04-25 Richard Stallman <rms@gnu.org>
22933
22934 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
22935
22936 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
22937
22938 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
22939 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
22940 pushing mark.
22941 (idlwave-current-routine): Don't push mark.
22942
22943 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
22944
22945 * image-dired.el (image-dired-display-image): Derive image-type from
22946 filename rather than assuming jpeg, in case no resizing was needed.
22947
22948 2007-04-25 Johan Bockgård <bojohan@dd.chalmers.se>
22949
22950 * custom.el (defface): Doc fix.
22951
22952 See ChangeLog.12 for earlier changes.
22953
22954 ;; Local Variables:
22955 ;; coding: utf-8
22956 ;; add-log-time-zone-rule: t
22957 ;; End:
22958
22959 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
22960
22961 This file is part of GNU Emacs.
22962
22963 GNU Emacs is free software; you can redistribute it and/or modify
22964 it under the terms of the GNU General Public License as published by
22965 the Free Software Foundation; either version 3, or (at your option)
22966 any later version.
22967
22968 GNU Emacs is distributed in the hope that it will be useful,
22969 but WITHOUT ANY WARRANTY; without even the implied warranty of
22970 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22971 GNU General Public License for more details.
22972
22973 You should have received a copy of the GNU General Public License
22974 along with GNU Emacs; see the file COPYING. If not, write to the
22975 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22976 Boston, MA 02110-1301, USA.
22977
22978 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af