comparison etc/NEWS @ 26107:5bdae485eb03

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 19 Oct 1999 18:08:23 +0000
parents 466a2fb0133c
children 5eb182b0c724
comparison
equal deleted inserted replaced
26106:19c8f63a59f1 26107:5bdae485eb03
349 modes, C-j in Lisp Interaction mode, and M-:, now bind the variables 349 modes, C-j in Lisp Interaction mode, and M-:, now bind the variables
350 print-level, print-length, and debug-on-error based on the 350 print-level, print-length, and debug-on-error based on the
351 customizable variables eval-expression-print-level, 351 customizable variables eval-expression-print-level,
352 eval-expression-print-length, and eval-expression-debug-on-error. 352 eval-expression-print-length, and eval-expression-debug-on-error.
353 353
354 ** syntax tables now understand nested comments.
355 To declare a comment syntax as allowing nesting, just add an `n'
356 modifier to either of the characters of the comment end and the comment
357 start sequences.
358
359 ** Dired changes 354 ** Dired changes
360 355
361 *** New variable `dired-recursive-deletes' determines if the delete 356 *** New variable `dired-recursive-deletes' determines if the delete
362 command will delete non-empty directories recursively. The default 357 command will delete non-empty directories recursively. The default
363 is, delete only empty directories. 358 is, delete only empty directories.
483 478
484 Note that +++ before an item means the Lisp manual has been updated. 479 Note that +++ before an item means the Lisp manual has been updated.
485 --- means that I have decided it does not need to be in the Lisp manual. 480 --- means that I have decided it does not need to be in the Lisp manual.
486 When you add a new item, please add it without either +++ or --- 481 When you add a new item, please add it without either +++ or ---
487 so I will know I still need to look at it -- rms. 482 so I will know I still need to look at it -- rms.
483
484 ** syntax tables now understand nested comments.
485 To declare a comment syntax as allowing nesting, just add an `n'
486 modifier to either of the characters of the comment end and the comment
487 start sequences.
488 488
489 ** The function `pixmap-spec-p' has been renamed `bitmap-spec-p' 489 ** The function `pixmap-spec-p' has been renamed `bitmap-spec-p'
490 because `bitmap' is more in line with the usual X terminology. 490 because `bitmap' is more in line with the usual X terminology.
491 491
492 ** New function `propertize' 492 ** New function `propertize'